HomeSort by relevance Sort by last modified time
    Searched full:getchar (Results 251 - 275 of 1328) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java 263 res = new Character(f.getChar(o));
348 * java.lang.reflect.Field#getChar(java.lang.Object)
660 * java.lang.reflect.Field#getChar(java.lang.Object)
664 // java.lang.reflect.Field.getChar(java.lang.Object)
670 val = f.getChar(x);
679 f.getChar(x);
692 f.getChar(null);
705 char staticValue = f.getChar(null);
    [all...]
  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 150 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure)
168 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable {
169 getChar(m, null, value, expectFailure);
482 getChar(methodHandle, valueHolder, charValue,
484 getChar(methodHandle, charValue,
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 66 LastChar = getchar();
70 while (isalnum((LastChar = getchar())))
94 LastChar = getchar();
104 LastChar = getchar();
117 LastChar = getchar();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 70 LastChar = getchar();
74 while (isalnum((LastChar = getchar())))
102 LastChar = getchar();
112 LastChar = getchar();
125 LastChar = getchar();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 48 LastChar = getchar();
52 while (isalnum((LastChar = getchar())))
69 LastChar = getchar();
78 do LastChar = getchar();
91 LastChar = getchar();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 51 LastChar = getchar();
55 while (isalnum((LastChar = getchar())))
74 LastChar = getchar();
83 do LastChar = getchar();
96 LastChar = getchar();
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/bison/darwin-lib/
stdio.h 940 _GL_CXXALIASWARN (getchar); variable
    [all...]
  /external/bison/lib/
stdio.in.h 620 # undef getchar
621 # define getchar rpl_getchar
623 _GL_FUNCDECL_RPL (getchar, int, (void));
624 _GL_CXXALIAS_RPL (getchar, int, (void));
626 _GL_CXXALIAS_SYS (getchar, int, (void));
628 _GL_CXXALIASWARN (getchar);
    [all...]
  /external/bison/linux-lib/
stdio.h 940 _GL_CXXALIASWARN (getchar); variable
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 387 chars[i] = bytes.getChar(offset);
431 int length = bytes.getChar(offset);
551 sb.append(bytes.getChar(offset));
596 return getInt(offset) == 3 && bytes.getChar(offset + 4) == 0x2205 &&
597 bytes.getChar(offset + 6) == 0x2205 && bytes.getChar(offset + 8) == 0x2205;
    [all...]
Trie2.java 117 header.options = bytes.getChar();
118 header.indexLength = bytes.getChar();
119 header.shiftedDataLength = bytes.getChar();
120 header.index2NullOffset = bytes.getChar();
121 header.dataNullOffset = bytes.getChar();
122 header.shiftedHighStart = bytes.getChar();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 385 chars[i] = bytes.getChar(offset);
429 int length = bytes.getChar(offset);
549 sb.append(bytes.getChar(offset));
594 return getInt(offset) == 3 && bytes.getChar(offset + 4) == 0x2205 &&
595 bytes.getChar(offset + 6) == 0x2205 && bytes.getChar(offset + 8) == 0x2205;
    [all...]
Trie2.java 115 header.options = bytes.getChar();
116 header.indexLength = bytes.getChar();
117 header.shiftedDataLength = bytes.getChar();
118 header.index2NullOffset = bytes.getChar();
119 header.dataNullOffset = bytes.getChar();
120 header.shiftedHighStart = bytes.getChar();
    [all...]
  /external/pcre/dist2/src/
pcre2_intmodedep.h 62 #undef GETCHAR
256 #define GETCHAR(c, eptr) c = *eptr;
296 #define GETCHAR(c, eptr) \
388 #define GETCHAR(c, eptr) \
477 #define GETCHAR(c, eptr) \
503 GETCHAR(c, eptr)
    [all...]
  /development/ndk/platforms/android-9/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMap.java 541 i = getChar(bytes, i, output);
547 public static int getChar(byte[] bytes, int start, char[] output) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMap.java 540 i = getChar(bytes, i, output);
546 public static int getChar(byte[] bytes, int start, char[] output) {
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 366 // Read the first character, the others and enter with getchar.
367 while (int input = getchar()) {
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 335 char c = in.getChar();
347 args[i] = in.getChar();
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 120 src.getChar();
141 src.getChar(i * 2);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 234 int getchar(void);
425 #define getchar() getc(stdin) macro

Completed in 5272 milliseconds

<<11121314151617181920>>