/external/llvm/lib/Analysis/ |
ProfileDataLoaderPass.cpp | 37 STATISTIC(NumTermsAnnotated, "The # of terminator instructions annotated."); 147 // Load the weights of all edges leading from this terminator. 148 DEBUG(dbgs() << "-- Terminator with " << NumSuccessors
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/ |
byte_array_utils.h | 122 * else: if 00011111 (= 0x1F) : this is the terminator. This is a relevant choice because 154 * Reads code points until the terminator is found. 221 // The terminator is one byte.
|
/bionic/libc/arch-x86/string/ |
strcat.S | 29 xorl %eax,%eax /* set search for null terminator */
|
strcmp.S | 24 testb %cl,%cl /* null terminator??? */
|
/external/chromium/chrome/browser/resources/net_internals/ |
loggrouper.js | 75 // Consider this as the terminator for all open BEGINs up until
|
/external/chromium/chrome/common/ |
multi_process_lock_linux.cc | 40 // +1 for terminator, +1 for 0 in position 0 that makes it an
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 277 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 285 // never executed. The unreachable code macro protects the terminator 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 299 terminator; \
|
/external/chromium_org/base/ |
environment.h | 64 // marked by a double-null terminator. The size of the returned string will
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_grouper.js | 80 // Consider this as the terminator for all open BEGINs up until
|
/external/chromium_org/chrome/common/ |
multi_process_lock_linux.cc | 30 // +1 for terminator, +1 for 0 in position 0 that makes it an
|
/external/chromium_org/testing/gtest/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; \
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
SHA1.h | 53 // string, prior to inserting the null terminator earlier in the
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 277 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 285 // never executed. The unreachable code macro protects the terminator 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 299 terminator; \
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDraw3D.cpp | 72 (SkFunctionParamType) 0 // terminator for parameter list (there may be multiple parameter lists)
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts1i.test | 24 # If $nt is true, append two 0x00 bytes as a nul terminator.
|
fts2i.test | 23 # If $nt is true, append two 0x00 bytes as a nul terminator.
|
fts3ai.test | 23 # If $nt is true, append two 0x00 bytes as a nul terminator.
|
/external/clang/include/clang/Analysis/ |
CFGStmtMap.h | 41 /// are terminators, the CFGBlock is the block they appear as a terminator,
|
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 277 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 285 // never executed. The unreachable code macro protects the terminator 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 299 terminator; \
|
/external/llvm/include/llvm/Support/ |
PredIteratorCache.h | 47 PredCache.push_back(0); // null terminator.
|
/external/llvm/lib/CodeGen/ |
PHIEliminationUtils.cpp | 28 // Usually, we just want to insert the copy before the first terminator
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 275 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 283 // never executed. The unreachable code macro protects the terminator 288 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 297 terminator; \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 277 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 285 // never executed. The unreachable code macro protects the terminator 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 299 terminator; \
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 243 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 251 // never executed. The unreachable code macro protects the terminator 256 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 265 terminator; \
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 243 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED 251 // never executed. The unreachable code macro protects the terminator 256 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ 265 terminator; \
|