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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm64_vca.c 10 // no check for ret here, as there is a bitcast
17 // no check for ret here, as there is a bitcast
24 // no check for ret here, as there is a bitcast
37 // no check for ret here, as there is a bitcast
44 // no check for ret here, as there is a bitcast
51 // no check for ret here, as there is a bitcast
58 // no check for ret here, as there is a bitcast
arm64_vadd.c 23 // don't check for return here (there's a trunc?)
30 // don't check for return here (there's a trunc?)
44 // don't check for return here (there's a trunc?)
51 // don't check for return here (there's a trunc?)
65 // don't check for return here (there's a trunc?)
72 // don't check for return here (there's a trunc?)
86 // don't check for return here (there's a trunc?)
93 // don't check for return here (there's a trunc?)
  /frameworks/opt/emoji/
EmojiFactory.h 33 // stored to "size". Returns NULL if there's no mapping from the "pua" to a
36 // TODO(dmiyakawa): there should be a way to tell users the format of the
41 // each career. Returns NULL when there's no mapping for "sjis".
49 // Returns NULL when there's no mapping for "vsp".
56 // Returns Android PUA corresponding to "sjis". Returns -1 when there's no
77 // -1 when there's no mapping from "vsp" to a Android PUA.
81 // there's no mapping from "pua" to a specific unicode.
88 // Get a specific implementation of EmojiFactory. If there's no implementation
94 // Get an implementation of EmojiFactory. This assumes that, usually, there
95 // should be only one possible EmojiFactory implementation. If there are mor
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GpsSatelliteTest.java 58 // make sure there is no exception.
65 // make sure there is no exception.
72 // make sure there is no exception.
79 // make sure there is no exception.
86 // make sure there is no exception.
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
base-pointers-6.ll 9 br i1 %runtime_condition_x, label %here, label %there
27 there:
33 ; CHECK: %base_phi = phi i64 addrspace(1)* [ %base_obj_x, %merge_here ], [ %base_obj_y, %there ]
34 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ]
35 %merged_value = phi i64 addrspace(1)* [ %x, %merge_here ], [ %y, %there ]
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 42 * Gets whether there are any saved username/password pairs for web forms.
45 * @return true if there are any saved username/password pairs
65 * Gets whether there are any saved credentials for HTTP authentication.
67 * @return whether there are any saved credentials
84 * Gets whether there is any saved data for web forms.
86 * @return whether there is any saved data for web forms
  /external/toybox/tests/
ifconfig.test 70 # Results Expected: After calling ifconfig dummy0, there are no lines
77 # Results Expected: After calling ifconfig dummy0, there is one line with the
84 # Results Expected: There is one line of error message containing
91 # Results Expected: After calling ifconfig dummy0, there is one line with the
98 # Results Expected: after calling ifconfig dummy0, there is one line with the
105 # Results Expected: after calling ifconfig dummy0, there are no lines with the
113 # Results Expected: After calling ifconfig dummy0, there are no lines with the
120 # Results Expected: After calling ifconfig dummy0, there is one line with the
127 # Results Expected: After calling ifconfig dummy0, there is one line with the
136 # Results Expected: After calling ifconfig dummy0, there is one line with th
    [all...]
  /cts/tests/tests/webkit/assets/webkit/
test_br_tag.html 23 there is a br after line1<br>line2
26 there are two brs after line3<br><br>line 4
  /external/clang/test/Driver/
no-integrated-as-win.c 2 // CHECK: there is no external assembler that can be used on this platform
4 // But there is for mingw. The source file should only be mentioned once for
  /external/clang/test/Sema/
nowarn-documentation-property.m 9 /// @return `nil` if there is no search string, and no prefix.
13 /// @return `nil` if there is no search string.
  /external/compiler-rt/test/asan/TestCases/Posix/
log_path_fork_test.cc.disabled 16 // There are two processes at this point, thus there should be two distinct
  /external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNonnullByDefault.java 12 * the method parameters in that element are nonnull by default unless there is:
17 * <li> there is a default parameter annotation applied to a more tightly nested
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 19 printf("Capabilities missing when there should be some\n");
36 printf("Detected capabilities when there should not be any\n");
  /external/libcxx/
ndk-test.sh 3 # This file should reside in test/, but it seems that if there is already one
6 # home. The downside of this is that there isn't a way to run a subset of the
  /external/llvm/test/Assembler/
2002-08-16-ConstExprInlined.ll 3 ; assembly (because there are placeholders still around), which the assembler
6 ; There are two things that need to be fixed here. Obviously assembling and
  /external/llvm/test/MC/AsmParser/
directive-err.s 20 .error "This is my error. There are many like it, but this one is mine."
21 // CHECK: error: This is my error. There are many like it, but this one is mine.
  /external/llvm/test/TableGen/
MultiClassDefName.td 27 def there : Outer<!cast<C>(!strconcat(NAME, "hi"))>;
33 def there : Outer<C<name> >;
  /external/llvm/test/Transforms/LCSSA/
unused-phis.ll 9 ; Test to ensure that when there are multiple exit blocks, PHI nodes are
10 ; only inserted by LCSSA when there is a use dominated by a given exit
  /external/proguard/src/proguard/classfile/attribute/annotation/
TypeAnnotation.java 69 // We don't need double dispatching here, since there is only one
80 // We don't need double dispatching here, since there is only one
91 // We don't need double dispatching here, since there is only one
102 // We don't need double dispatching here, since there is only one
115 // We don't need double dispatching here, since there is only one
129 // We don't need double dispatching here, since there is only one
143 // We don't need double dispatching here, since there is only one
157 // We don't need double dispatching here, since there is only one
  /libcore/luni/src/main/java/java/util/
ListIterator.java 43 * Returns whether there are more elements to iterate.
45 * @return {@code true} if there are more elements, {@code false} otherwise.
51 * Returns whether there are previous elements to iterate.
53 * @return {@code true} if there are previous elements, {@code false}
64 * if there are no more elements.
75 * if there are no more elements.
85 * if there are no previous elements.
96 * if there are no previous elements.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_error_unittest.cpp 50 error.AppendFormat(" there %s!", "Cowboy");
51 EXPECT_STREQ("Hi there Cowboy!", error.c_str());
crazy_linker_system_mock.h 15 // There can be only one mock system active at a given time.
22 // path, and |data| and |data_size| are the data there. The data must
  /ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp 3 // 1. there is an annoying warning.
5 // egcs fails to see that there is a public static accessor function.
  /ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp 3 // 1. there is an annoying warning.
5 // egcs fails to see that there is a public static accessor function.
  /ndk/tests/standalone/init-fini-arrays/
README 11 section. There is no corresponding entry in the .fini_array for the
15 The main idea is to check that there is no .ctors or .dtors section in the

Completed in 334 milliseconds

1 2 3 45 6 7 8 91011>>