HomeSort by relevance Sort by last modified time
    Searched full:there (Results 51 - 75 of 24139) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/RewriteStatepointsForGC/
base-pointers-5.ll 9 br i1 %runtime_condition, label %here, label %there
17 there:
23 ; CHECK: %base_phi = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ]
24 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
25 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
  /external/skia/tests/
GrContextFactoryTest.cpp 17 // Before we ask for a context, we expect the GL context to not be there.
21 // After we ask for a context, we expect that the GL context to be there.
27 // expect the particular GL context to not be there.
  /cts/suite/audio_quality/test/
StringUtilTest.cpp 32 android::String8 str("hello there");
41 ASSERT_TRUE(StringUtil::compare(sub3, "there") == 0);
48 android::String8 str("hello there");
49 ASSERT_TRUE(StringUtil::endsWith(str, "there"));
50 ASSERT_TRUE(StringUtil::endsWith(str, "hello there"));
51 ASSERT_TRUE(!StringUtil::endsWith(str, "not there"));
55 android::String8 str("hello:there:break:this:");
60 ASSERT_TRUE(StringUtil::compare(tokens->at(1), "there") == 0);
  /external/llvm/test/Assembler/
2002-04-29-NameBinding.ll 0 ; There should be NO references to the global v1. The local v1 should
4 ; Check by running globaldce, which will remove the constant if there are
  /ndk/sources/android/crazy_linker/tests/
bar.cpp 12 __android_log_print(ANDROID_LOG_INFO, "bar", "Hi There!");
13 fprintf(stderr, "Hi There! from Bar\n");
  /libcore/luni/src/main/java/java/sql/
ResultSetMetaData.java 47 * if there is a database error.
59 * if there is a database error.
69 * if there is a database error.
81 * if there is a database error.
93 * if there is a database error.
104 * if there is a database error.
115 * if there is a database error.
127 * if there is a database error.
138 * if there is a database error.
150 * if there is a database error
    [all...]
  /art/test/049-show-object/
expected.txt 11 2: there
  /art/test/086-null-super/
info.txt 5 that if there was no exception, the value returned would be non-null.
  /art/test/472-unreachable-if-regression/
info.txt 2 with an if-cc or switch, i.e. there's a fall-through out of method code.
  /dalvik/dx/tests/032-bb-live-code/
info.txt 3 to. There is at least one example of each instruction which allows
  /dalvik/dx/tests/121-sccp/
info.txt 2 ensure there aren't any regressions.
  /development/samples/browseable/Flashlight/
_index.jd 8 Wearable activity that uses your wearable screen as a flashlight. There is also
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt 15 * Meta change: there now is a CHANGES.tx
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/include/
contact.txt 3 or try IRC (``#pythonpaste`` on freenode.net). If there's something that
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
main-element.dat 4 36: End of file seen and there were open elements.
pending-spec-changes.dat 6 31: End of file seen and there were open elements.
17 47: End tag ?table? seen, but there were open elements.
34 30: A table cell was implicitly closed, but there were open elements.
38 45: End of file seen and there were open elements.
  /external/clang/test/CodeGen/
object-size.c 19 strcpy(&gbuf[4], "Hi there");
25 strcpy(gbuf, "Hi there");
31 strcpy(&gbuf[100], "Hi there");
37 strcpy((char*)(void*)&gbuf[-1], "Hi there");
44 strcpy(gp, "Hi there");
52 strcpy(&buf[4], "Hi there");
62 strcpy((++i, gbuf), "Hi there");
70 strcpy(buf[++gi], "Hi there");
77 strcpy((char *)((++gi) + gj), "Hi there");
85 strcpy(*(++p), "Hi there");
    [all...]
  /external/clang/test/Frontend/
rewrite-includes-eof.c 3 // Note: there's no newline at the end of this C file.
  /external/clang/test/Parser/
cxx-variadic-func.cpp 4 // FIXME: There's no disambiguation here; this is unambiguous.
  /external/glide/library/src/main/java/com/bumptech/glide/
Priority.java 5 * started first. Priorities are considered best effort, there are no guarantees about the order in which loads will
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyDisplayNames.java 25 * localized for display in the provided locale. If there is no data for the
26 * provided locale, this falls back to the current default locale; if there
28 * values are returned from APIs when there is no data for the requested ISO
41 * localized for display in the provided locale. If there is no data for the
42 * provided locale, this falls back to the current default locale; if there
44 * values are returned from APIs when there is no data for the requested ISO
59 * this behaves like {@link #getInstance(ULocale)}. Otherwise, 1) if there
60 * is no supporting data for the locale at all, there is no fallback through
61 * the default locale or root, and null is returned, and 2) if there is data
77 * this behaves like {@link #getInstance(Locale)}. Otherwise, 1) if there
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetLoadException.java 5 * is able to find the requested asset, but there was a problem while loading
  /external/kernel-headers/original/uapi/asm-arm/asm/
statfs.h 5 * With EABI there is 4 bytes of padding added to this structure.
  /external/kernel-headers/original/uapi/linux/
netfilter_arp.h 10 /* There is no PF_ARP. */
  /external/libpng/contrib/pngminim/encoder/
README 10 and build the pnm2png application there.

Completed in 451 milliseconds

1 23 4 5 6 7 8 91011>>