/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cstdio | 72 #undef getchar 121 using ::getchar;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
cstdio | 76 int getchar(void); 157 using ::getchar;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringProposal.java | 99 char c = buffer.getChar(i); 110 char c = buffer.getChar(i);
|
/external/ppp/pppd/ |
ipv6cp.c | 631 GETCHAR(citype, p); \ 632 GETCHAR(cilen, p); \ 646 GETCHAR(citype, p); \ 647 GETCHAR(cilen, p); \ 768 GETCHAR(citype, p); 769 GETCHAR(cilen, p); 936 GETCHAR(citype, p); /* Parse CI type */ 937 GETCHAR(cilen, p); /* Parse CI length */ [all...] |
/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 48 LastChar = getchar(); 52 while (isalnum((LastChar = getchar()))) 66 LastChar = getchar(); 76 LastChar = getchar(); 89 LastChar = getchar();
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
NetObject.java | 117 if (f.getChar(this) != g.getChar(that)) 207 if (f.getChar(this) != g.getChar(that)) 318 char charField = f.getChar(this);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObject.java | 119 if (f.getChar(this) != g.getChar(that)) 209 if (f.getChar(this) != g.getChar(that)) 325 char charField = f.getChar(this);
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 32 LastChar = getchar(); 36 while (isalnum((LastChar = getchar()))) 48 LastChar = getchar(); 57 do LastChar = getchar(); 70 LastChar = getchar();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ArrayTest.java | 186 * java.lang.reflect.Array#getChar(java.lang.Object, int) 190 // java.lang.reflect.Array.getChar(java.lang.Object, int) 195 ret = Array.getChar(x, 0); 201 ret = Array.getChar(new Object(), 0); 211 ret = Array.getChar(x, 4); 221 ret = Array.getChar(null, 0); 725 assertEquals("Get returned incorrect value", 1, Array.getChar(x, 0));
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
PpScanner.cpp | 130 ch = getChar(); 139 ch = getChar(); 158 ch = getChar(); 161 ch = getChar(); 164 ch = getChar(); 170 ch = getChar(); 191 int ch2 = getChar();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 286 endWithNewline = replaceEnd > 0 && document.getChar(replaceEnd - 1) == '\n'; 392 char c = document.getChar(index - 1); 430 char c = document.getChar(index); 436 if (index > 0 && document.getChar(index - 1) == '\r') { 455 char c = document.getChar(index); 490 if (formatted.charAt(i) != document.getChar(j)) { 506 if (formatted.charAt(i) != document.getChar(j)) { [all...] |
/external/javassist/src/test/test/javassist/convert/ |
ArrayAccessReplaceTest.java | 76 assertEquals(i, simple.getChar(i)); 255 public char getChar(int pos); 305 public char getChar(int pos) {
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBundle.java | 149 public char getChar(String key) { 150 return getChar(key, (char) 0); 154 public char getChar(String key, char defaultValue) {
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MultiTouchActivity.java | 328 final int r = bb.getChar(); 329 final int g = bb.getChar(); 330 final int b = bb.getChar();
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
Stdio.inf | 51 getchar.c #
|
/external/autotest/client/tests/memory_api/ |
memory_api.c | 22 getchar();
|
/external/deqp/executor/ |
xeContainerFormatParser.hpp | 101 int getChar (int offset) const;
|
/external/icu/icu4c/source/test/perf/leperf/ |
leperf.cpp | 70 getchar();
|
/external/libcxx/include/ |
stdio.h | 81 int getchar(void);
|
/external/libmicrohttpd/doc/examples/ |
simplepost.c | 188 (void) getchar ();
|
/external/llvm/examples/BrainF/ |
BrainF.cpp | 15 // , *h=getchar(); Read a character from stdin, 255 on EOF 75 //declare i32 @getchar() 77 getOrInsertFunction("getchar", IntegerType::getInt32Ty(C), NULL)); 211 //%tape.%d = call i32 @getchar()
|
/external/skia/tools/skiaserve/ |
skiaserve.cpp | 128 getchar();
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
SelectionArea.java | 155 char c = vb.getChar(x, y);
|
/external/swiftshader/third_party/LLVM/examples/BrainF/ |
BrainF.cpp | 15 // , *h=getchar(); Read a character from stdin, 255 on EOF 62 //declare i32 @getchar() 64 getOrInsertFunction("getchar", IntegerType::getInt32Ty(C), NULL)); 202 //%tape.%d = call i32 @getchar()
|
/external/syslinux/com32/lib/sys/ |
rawcon_read.c | 65 *bufp = getchar(&hi);
|