Searched refs:chr (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlowercase.py18 the_char = chr(num);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c1346 char chr; member in struct:__anon17160
1387 char *rv = PL_strchr(array[i].str, array[i].chr);
1394 array[i].chr, rv);
1403 array[i].chr, array[i].off);
1410 array[i].chr, rv, array[i].str, array[i].off);
1426 char chr; member in struct:__anon17161
1467 char *rv = PL_strrchr(array[i].str, array[i].chr);
1474 array[i].chr, rv);
1483 array[i].chr, array[i].off);
1490 array[i].chr, r
1506 char chr; member in struct:__anon17162
1590 char chr; member in struct:__anon17163
[all...]
/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py115 return chr(ord(p1)+ord(p2)), p2, p1
118 return chr(ord(p1)+ord(p2)), p2, p1
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c525 SRE_CODE chr; variable
559 chr = pattern[1];
560 TRACE(("|%p|%p|COUNT LITERAL %d\n", pattern, ptr, chr));
561 while (ptr < end && (SRE_CODE) *ptr == chr)
567 chr = pattern[1];
568 TRACE(("|%p|%p|COUNT LITERAL_IGNORE %d\n", pattern, ptr, chr));
569 while (ptr < end && (SRE_CODE) state->lower(*ptr) == chr)
575 chr = pattern[1];
576 TRACE(("|%p|%p|COUNT NOT_LITERAL %d\n", pattern, ptr, chr));
577 while (ptr < end && (SRE_CODE) *ptr != chr)
803 SRE_CODE chr; member in union:__anon9931::__anon9932
1576 SRE_CODE chr = pattern[1]; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c534 SRE_CODE chr; variable
568 chr = pattern[1];
569 TRACE(("|%p|%p|COUNT LITERAL %d\n", pattern, ptr, chr));
570 while (ptr < end && (SRE_CODE) *ptr == chr)
576 chr = pattern[1];
577 TRACE(("|%p|%p|COUNT LITERAL_IGNORE %d\n", pattern, ptr, chr));
578 while (ptr < end && (SRE_CODE) state->lower(*ptr) == chr)
584 chr = pattern[1];
585 TRACE(("|%p|%p|COUNT NOT_LITERAL %d\n", pattern, ptr, chr));
586 while (ptr < end && (SRE_CODE) *ptr != chr)
812 SRE_CODE chr; member in union:__anon9935::__anon9936
1585 SRE_CODE chr = pattern[1]; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DTestTools.py156 [chr(random.randint(0,255))
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py248 c.wstring_value = "a big char >" + chr(129) + "<"
280 test_method(c.do_char, ("A", " "), (chr(ord("A")+ord(" ")), " ","A") )
282 test_method(c.do_wchar, ("A", " "), (chr(ord("A")+ord(" ")), " ","A") )
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py878 UniGuid = [chr(ItemGuid) for ItemGuid in UniGuid]
889 VfrGuid = [chr(ItemGuid) for ItemGuid in VfrGuid]
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxtasks.py727 sInfo += chr(((bCur & (0x7f >> iBit)) << iBit) | bLow);
734 sInfo += chr(bLow);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DGenVpd.py649 ValueList = [chr(Item) for Item in eachPcd.PcdValue]
/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp252 static int fifo_put(PDEVSERIAL pThis, int fifo, uint8_t chr) argument
259 f->data[f->head++] = chr;
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c4972 xmlChar chr[2] = { 0 , 0 } ; local
4974 chr[0] = (xmlChar) ctxt->token;
4977 ctxt->sax->characters(ctxt->userData, chr, 1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py1554 String += chr(ByteList[index])
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 1748 milliseconds