HomeSort by relevance Sort by last modified time
    Searched full:terminator (Results 76 - 100 of 713) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.5-7.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-8-n.js 61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
7.5-9-n.js 66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
WebLatency.java 40 "weather london uk", "terminator showtimes", "obama news",
  /external/libmtp/src/
unicode.c 58 * add two (for zero terminator).
85 size_t convlen = (ucs2_strlen(unicstr)+1) * sizeof(uint16_t); // UCS-2 is 16 bit wide, include terminator
118 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator
  /external/llvm/docs/
BranchWeightMetadata.html 34 depends on the terminator type.</p>
95 <p>Other terminator instructions are not allowed to contain Branch Weight
147 <p>Branch Weight Metatada is not proof against CFG changes. If terminator
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 41 #include "Terminator.h"
220 Terminator terminator; member in class:JSC::JSGlobalData
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/SourceText/
6-2.js 46 interpreted as a line terminator (Unicode character 000A is line feed) and
49 program, it is likewise interpreted as a line terminator, which is not
56 the literal and is never interpreted as a line terminator or as a quote mark
  /external/llvm/lib/VMCore/
BasicBlock.cpp 132 // All valid basic blocks should have a terminator,
142 // All valid basic blocks should have a terminator,
151 // All valid basic blocks should have a terminator,
291 /// BB, including the old terminator. This invalidates the iterator.
294 /// terminator), and 'I' must not be the end of instruction list (which would
295 /// cause a degenerate basic block to be formed, having a terminator inside of
340 // Cope with being called on a BasicBlock that doesn't have a terminator
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 213 /// CFGTerminator - Represents CFGBlock terminator statement.
215 /// TemporaryDtorsBranch bit is set to true if the terminator marks a branch
216 /// in control flow of destructors of temporaries. In this case terminator
247 /// (2) A "terminator" statement (not in the set of statements).
250 /// Terminator: The terminator represents the type of control-flow that occurs
251 /// at the end of the basic block. The terminator is a Stmt* referring to an
259 /// currently have the following orderings based on the terminator:
261 /// Terminator Successor Ordering
316 /// Terminator - The terminator for a basic block tha
    [all...]
CFGStmtMap.h 41 /// are terminators, the CFGBlock is the block they appear as a terminator,
  /external/clang/lib/Driver/
Compilation.cpp 74 const char *Terminator, bool Quote) const {
95 OS << Terminator;
100 PrintJob(OS, **it, Terminator, Quote);
  /bionic/libc/arch-x86/string/
strcat.S 29 xorl %eax,%eax /* set search for 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/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/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; \
  /external/skia/src/animator/
SkDraw3D.cpp 72 (SkFunctionParamType) 0 // terminator for parameter list (there may be multiple parameter lists)
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_element.c 49 // Place the null terminator manually, in case of partial string
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
x25.h 49 * digits and a null terminator.

Completed in 8432 milliseconds

1 2 34 5 6 7 8 91011>>