/external/chromium_org/chrome/common/extensions/docs/server2/test_data/template_data_source/simple/ |
test2.html | 1 Hello second {{test}}
|
/cts/tests/src/android/renderscript/cts/ |
atan2_f32.rs | 6 float second; 10 *out = atan2(in->first, in->second); 15 float2 second; 19 *out = atan2(in->first, in->second); 24 float3 second; 28 *out = atan2(in->first, in->second); 33 float4 second; 37 *out = atan2(in->first, in->second);
|
fmax_f32.rs | 6 float second; 10 *out = fmax(in->first, in->second); 15 float2 second; 19 *out = fmax(in->first, in->second); 24 float3 second; 28 *out = fmax(in->first, in->second); 33 float4 second; 37 *out = fmax(in->first, in->second);
|
fmin_f32.rs | 6 float second; 10 *out = fmin(in->first, in->second); 15 float2 second; 19 *out = fmin(in->first, in->second); 24 float3 second; 28 *out = fmin(in->first, in->second); 33 float4 second; 37 *out = fmin(in->first, in->second);
|
/cts/tests/tests/media/res/raw/ |
playlist2.m3u | 6 # second track
|
/external/chromium/base/data/file_util_unittest/ |
first1.txt | 2 The second line is different.
|
first2.txt | 2 The second line is not.
|
/external/chromium_org/base/test/data/file_util/ |
first1.txt | 2 The second line is different.
|
first2.txt | 2 The second line is not.
|
/external/strace/linux/arm/ |
errnoent1.h | 1 /* Our second set comes from the i386 files. */
|
ioctlent1.h | 1 /* Our second set comes from the i386 files. */
|
signalent1.h | 1 /* Our second set comes from the i386 files. */
|
/external/valgrind/main/memcheck/tests/ |
clireq_nofill.stdout.exp | 3 *s=0x5 after second MEMPOOL_ALLOC 6 *s=0x5 after second MALLOCLIKE_BLOCK
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
numsub.sed | 1 # the first one matches, the second doesn't 5 # The second line should be deleted. ssed 3.55-3.58 do not.
|
/external/clang/test/PCH/Inputs/ |
chain-ext_vector2.h | 0 // Second header file for chain-ext_vector.c PCH test
|
/external/llvm/test/YAMLParser/ |
spec-08-02.data | 4 Second occurrence: *anchor
|
spec-08-11.data | 4 Second occurrence: *anchor
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup_util_unittest.cc | 34 EXPECT_FALSE(foo_iter->second.wildcard); 35 EXPECT_FALSE(foo_iter->second.exception); 36 EXPECT_FALSE(foo_iter->second.is_private); 39 EXPECT_FALSE(bar_iter->second.wildcard); 40 EXPECT_FALSE(bar_iter->second.exception); 41 EXPECT_FALSE(bar_iter->second.is_private); 54 EXPECT_FALSE(foo_bar_iter->second.wildcard); 55 EXPECT_FALSE(foo_bar_iter->second.exception); 56 EXPECT_FALSE(foo_bar_iter->second.is_private); 59 EXPECT_FALSE(bar_iter->second.wildcard) [all...] |
/external/clang/test/FixIt/ |
fixit-objc-message.m | 12 - (int)method1:(int)x second:(float)y; 13 + (int)method2:(int)x second:(double)y; 18 a method1:5+2 second:+(3.14159)]; 19 a method1:[a method1:3 second:j] second:i++] 23 (void)array[a method1:5+2 second:+(3.14159)]]; 24 (A method2:5+2 second:3.14159]); 25 A method2:5+2 second:3.14159] 26 if (A method2:5+2 second:3.14159]) { } 30 - (int)method1:(int)x second:(float)y [all...] |
/external/clang/test/Frontend/ |
verify-fatal.c | 6 #error second fatal 7 // expected-error@-1 {{second fatal}} 11 // CHECK-NEXT: Line 6 (directive at {{.*}}verify-fatal.c:7): second fatal
|
/external/markdown/tests/misc/ |
stronintags.txt | 3 this is a second **[test](http://example.com)**
|
/frameworks/compile/slang/tests/F_no_pragma/ |
stderr.txt.expect | 0 second.rs:3:1: error: missing "#pragma rs java_package_name(com.foo.bar)" in source file
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
sequencing-0.txt | 3 # RUN: echo "first-line" > %t.out && echo "second-line" >> %t.out 7 # CHECK-AND: second-line 12 # RUN: echo "first-line" > %t.out || echo "second-line" >> %t.out 16 # CHECK-OR-1-NOT: second-line 18 # RUN: false || echo "second-line" > %t.out 21 # CHECK-OR-2: second-line 24 # RUN: echo "first-line" > %t.out; echo "second-line" >> %t.out 28 # CHECK-SEQ: second-line
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPair.java | 19 public void __constructor__(Object first, Object second) { 20 setFields(realPair, first, second); 30 return realPair.first.hashCode() + realPair.second.hashCode(); 38 return realPair.first.equals(other.first) && realPair.second.equals(other.second); 41 private static void setFields(Pair p, Object first, Object second) { 47 Field s = Pair.class.getDeclaredField("second"); 49 s.set(p, second);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
insert_rvalue.pass.cpp | 34 assert(r.second); 37 assert(r.first->second == 3); 40 assert(!r.second); 43 assert(r.first->second == 3); 46 assert(r.second); 49 assert(r.first->second == 4); 52 assert(r.second); 55 assert(r.first->second == 4); 64 assert(r.second); 67 assert(r.first->second == 3) [all...] |