/cts/tests/tests/util/src/android/util/cts/ |
XmlTest.java | 144 public void characters(char[] ch, int start, int length) throws SAXException { 145 mVec.add(STR_CHARACTERS_TAG + new String(ch)); 165 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { 166 mVec.add(STR_IGNORABLE_WHITESPACE_TAG + new String(ch));
|
/external/bluetooth/bluez/audio/ |
gateway.c | 599 int ch = -1; local 637 ch = sdp_get_proto_port(protos, RFCOMM_UUID); 640 if (ch <= 0) { 648 BT_IO_OPT_CHANNEL, ch,
|
/external/bluetooth/bluez/serial/ |
proxy.c | 182 sdp_data_t *ch; local 211 ch = sdp_data_alloc(SDP_UINT8, &channel); 212 proto[1] = sdp_list_append(proto[1], ch); 222 sdp_data_free(ch);
|
/external/elfutils/src/ |
ldlex.c | [all...] |
/external/expat/xmlwf/ |
xmlwf.c | 606 XML_Char ch; local 608 while ((ch = *s) != 0) { 609 if (ch == '/' 611 || ch == '\\'
|
/external/grub/stage2/ |
disk_io.c | 980 char ch = *device; 1013 if (ch == 'n' && network_ready) 1018 if (ch == 'c' && cdrom_drive != GRUB_INVALID_DRIVE) 1025 if (ch == 'h') [all...] |
start.S | 225 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */ 240 * %ch = cylinder
|
/external/icu4c/i18n/ |
colldata.cpp | 716 for (UChar32 ch = start; ch <= end; ch += 1) { 717 UnicodeString *st = new UnicodeString(ch);
|
plurrule_impl.h | 145 UBool inRange(UChar ch, tokenType& type);
|
dtptngen.cpp | 470 UChar ch=field.charAt(0); local 471 if (ch==LOW_M) { 476 if (ch==LOW_S) { 485 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { 1737 UChar ch = s.charAt(0); local [all...] |
regexcmp.cpp | [all...] |
dtitvinf.cpp | 358 int8_t ch = (int8_t)skeleton.charAt(i); local 359 ++skeletonFieldWidth[ch - PATTERN_CHAR_BASE];
|
/external/jpeg/ |
jmemmgr.c | 1107 char ch = 'x'; local [all...] |
/external/webkit/WebCore/html/ |
HTMLTableCellElement.cpp | 182 String HTMLTableCellElement::ch() const function in class:WebCore::HTMLTableCellElement
|
/external/webkit/WebCore/platform/text/ |
StringImpl.cpp | 673 UChar ch = m_data[i]; local 674 if (ch == oldC) 675 ch = newC; 676 data[i] = ch;
|
/external/zlib/contrib/inflate86/ |
inffast.S | 511 movb %cl, %ch /* stash op in ch, freeing cl */ 518 movb %ch, %cl /* move op back to ecx */ 591 movb %cl, %ch /* stash op in ch, freeing cl */ 598 movb %ch, %cl /* move op back to ecx */ [all...] |
/external/webkit/WebCore/dom/ |
Element.cpp | 856 StyleChange ch = diff(currentStyle.get(), newStyle.get()); local 857 if (ch == Detach || !currentStyle) { 888 if (ch != NoChange || pseudoStyleCacheIsInvalid(currentStyle.get(), newStyle.get())) { 905 if (document()->usesRemUnits() && ch != NoChange && currentStyle && newStyle && currentStyle->fontSize() != newStyle->fontSize() && document()->documentElement() == this) 910 change = ch; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
cu_cmd.c | 1810 char ch; local 1835 char ch; local [all...] |
/external/ping/ |
ping.c | 164 void common_options(int ch) 166 switch(ch) { 1675 int ch, hold, packlen; local [all...] |
/external/libxml2/ |
xmlschemastypes.c | [all...] |
SAX2.c | [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
BerInputStream.java | 211 int ch = read(); local 212 length = (length << 8) + ch;//read();
|
/external/grub/grub/ |
asmstub.c | 1042 char ch = (char) c; local 1044 if (nwrite (serial_fd, &ch, 1) != 1)
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 117 printf("%5s:", "ch"); 146 printf("%5s:", "ch"); 160 printf("ch: U+%06X\n", ch32); 163 UChar ch = (UChar)ch32; local 164 printUChars("C", &ch, 1); 183 ch: CYRILL CYRILL CYRILL CYRILL CYRILL CYRILL '!' 187 ch: '!'
|
/external/libxml2/include/libxml/ |
parser.h | 537 * @ch: a xmlChar string 543 const xmlChar *ch, 548 * @ch: a xmlChar string 555 const xmlChar *ch, [all...] |