/external/qemu/android/ |
opengles.h | 38 * (including NUL terminator) is more than xxBufSize bytes, it will be
|
async-utils.h | 159 /* Sets line terminator character for the reader. 161 * convenient to have '\0' as line terminator, so "line" reader easily becomes
|
sensors-port.c | 64 * each entry is a zero-terminator for its 'sensor_name' field. The end of the 68 /* Identifies sensor on the device. Value -1 indicates list terminator, 111 /* Checks if sensor descriptor is the terminator. 113 * Boolean, 1 if it is a terminator, 0 if it is not. 129 /* Next descriptor begins right after zero-terminator for the sensor_name
|
/external/skia/src/animator/ |
SkDraw3D.cpp | 72 (SkFunctionParamType) 0 // terminator for parameter list (there may be multiple parameter lists)
|
/frameworks/rs/driver/runtime/ |
rs_element.c | 49 // Place the null terminator manually, in case of partial string
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 288 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 296 // never executed. The unreachable code macro protects the terminator 301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 310 terminator; \
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
log_utils.cpp | 50 // Get the necessary size. Add 1 for the 0 terminator.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
x25.h | 49 * digits and a null terminator.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
x25.h | 49 * digits and a null terminator.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
x25.h | 49 * digits and a null terminator.
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
uparse.h | 138 * the *terminator output parameter. 143 const char **terminator,
|
/external/clang/include/clang/Driver/ |
Compilation.h | 162 /// \param Terminator - A string to print at the end of the line. 165 const char *Terminator, bool Quote) const;
|
/external/icu4c/tools/toolutil/ |
uparse.h | 138 * the *terminator output parameter. 143 const char **terminator,
|
/external/llvm/unittests/Support/ |
MemoryBufferTest.cpp | 45 // Default name and null-terminator flag 109 // terminator is requested and the size is large enough to trigger
|
/external/tcpdump/ |
print-slow.c | 71 { (SLOW_PROTO_LACP << 8) + LACP_TLV_TERMINATOR, "Terminator"}, 76 { (SLOW_PROTO_MARKER << 8) + MARKER_TLV_TERMINATOR, "Terminator"},
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
support.cpp | 66 // that fit in the buffer dst (of max_dest_chars elements size). The count returned excludes the null terminator. 116 // Returns >= 0: the number of bytes in the sequence sequence converted frome *src, excluding the null terminator.
|
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 174 << "' with terminator: " << *BB->getTerminator() << '\n'); 189 // If the terminator is the only non-phi instruction, try to nuke it. 230 // Sum up the cost of each instruction until we get to the terminator. Don't 231 // include the terminator because the copy won't include it. 301 /// terminator with the given value as its condition, and if so what value to 358 /// predecessor based on its terminator. 673 // Look to see if the terminator is a conditional branch, switch or indirect 676 Instruction *Terminator = BB->getTerminator(); 677 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) { 681 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_wingl.c | 83 const char *where, *terminator; local 104 terminator = where + SDL_strlen(extension); 106 if (*terminator == ' ' || *terminator == '\0') return 1; 108 start = terminator;
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gl.c | 68 const char *where, *terminator; local 92 terminator = where + strlen(extension); 94 if (*terminator == ' ' || *terminator == '\0') return 1; 96 start = terminator;
|
/external/chromium_org/third_party/simplejson/ |
decoder.py | 117 content, terminator = chunk.groups() 123 # Terminator is the end of string, a literal control character, 125 if terminator == '"': 127 elif terminator != '\\': 129 msg = "Invalid control character %r at" % (terminator,) 130 #msg = "Invalid control character {0!r} at".format(terminator) 133 _append(terminator)
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 294 const char *Terminator = 0; 296 Terminator = 0; 299 Terminator = 0; 301 Terminator = 0; 308 Terminator = 0; 313 Terminator = ","; 315 Terminator = ";"; 317 if (Terminator) 318 Out << Terminator; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_screen.c | 314 PIPE_FORMAT_NONE /* list terminator */ 326 PIPE_FORMAT_NONE /* list terminator */ 333 PIPE_FORMAT_NONE /* list terminator */
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnreachableCodeChecker.cpp | 220 // Get the predecessor block's terminator conditon 223 //assert(cond && "CFGBlock's predecessor has a terminator condition"); 242 && CB->getTerminator() == 0; // No terminator
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 175 // terminator instructions. 182 // Working from the bottom, when we see a non-terminator 187 // A terminator that isn't a branch can't easily be handled
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_screen.c | 314 PIPE_FORMAT_NONE /* list terminator */ 326 PIPE_FORMAT_NONE /* list terminator */ 333 PIPE_FORMAT_NONE /* list terminator */
|