HomeSort by relevance Sort by last modified time
    Searched full:second (Results 1 - 25 of 8787) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/media/res/raw/
playlist2.m3u 6 # second track
  /cts/tests/tests/webkitsecurity/assets/
eval-cache-crash.js 11 with ({a : "second"}) {
12 var second = eval(str)();
15 shouldBe("second", "'second'");
crash-filter-change.html 7 .second {
18 img.className = 'second';
  /external/chromium/base/data/file_util_unittest/
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. */
  /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/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/markdown/tests/misc/
stronintags.txt 3 this is a second **[test](http://example.com)**
  /external/mesa3d/src/glsl/tests/
condition-04.glsl 1 /* FAIL - type of second two operands must match */
  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 6 struct foo { int first, second; }; member in struct:foo
9 int* FooPtr[] = { &Foo.first, &Foo.second };
  /ndk/tests/device/multi-static-instances/jni/
main.cpp 16 A* second = A::instance(); local
18 if (first != second) {
19 fprintf(stderr, "ERROR: instance() returned two distinct addresses: %p %p\n", first, second);
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 114 * @param second The second view
116 static public void assertBaselineAligned(View first, View second) {
121 second.getLocationOnScreen(xy);
122 int secondTop = xy[1] + second.getBaseline();
132 * @param second The second view
134 static public void assertRightAligned(View first, View second) {
139 second.getLocationOnScreen(xy);
140 int secondRight = xy[0] + second.getMeasuredWidth()
    [all...]
  /external/compiler-rt/lib/asan/output_tests/
use-after-free.c 9 // CHECKSLEEP: Sleeping for 1 second
  /frameworks/base/graphics/java/android/graphics/
SumPathEffect.java 23 * (e.g. first(path) + second(path))
25 public SumPathEffect(PathEffect first, PathEffect second) {
27 second.native_instance);
30 private static native int nativeCreate(int first, int second);
  /dalvik/tests/007-exceptions/
expected.txt 1 Got an NPE: second throw
2 java.lang.NullPointerException: second throw
  /external/llvm/test/Transforms/Inline/
2004-04-15-InlineDeletesCall.ll 3 ; Inlining the first call caused the inliner function to delete the second
4 ; call. Then the inliner tries to inline the second call, which no longer
  /external/webkit/LayoutTests/fast/dom/HTMLFormElement/script-tests/
elements-not-in-document.js 19 f.elements.second;
20 i.name = 'second';
25 shouldBe("f.elements.second", "i");
27 shouldBe("i.getAttribute('name')", "'second'");
28 shouldBe("i.name", "'second'");
35 shouldBe("f.elements.second", "i");
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/animation/
AnimationPair.java 27 private final Animation second; field in class:AnimationPair
29 AnimationPair(Animation first, Animation second) {
31 this.second = second;
38 public Animation second() { method in class:AnimationPair
39 return second;
  /frameworks/base/core/java/android/util/
Pair.java 26 public final S second; field in class:Pair
32 * @param second the second object in the pair
34 public Pair(F first, S second) {
36 this.second = second;
53 return first.equals(other.first) && second.equals(other.second);
63 result = 31 * result + second.hashCode();
70 * @param b the second object in the pai
    [all...]

Completed in 1417 milliseconds

1 2 3 4 5 6 7 8 91011>>