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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/009-instanceof2/
expected.txt 1 instanceof Serializable = true
2 instanceof Cloneable = true
5 bbOkay (true) = true
  /build/core/
raw_static_library.mk 2 LOCAL_RAW_STATIC_LIBRARY:=true
  /dalvik/tests/010-instance/
expected.txt 2 x instanceof X (true): true
4 y instanceof X (true): true
5 y instanceof Y (true): true
6 xar instanceof Object (true): true
8 xar instanceof X[] (true): true
    [all...]
  /external/e2fsprogs/tests/f_crashdisk/
script 1 ONE_PASS_ONLY="true"
  /external/e2fsprogs/tests/f_special_ea/
script 1 ONE_PASS_ONLY="true"
  /external/e2fsprogs/tests/f_valid_ea_in_inode/
script 1 ONE_PASS_ONLY="true"
  /dalvik/tests/035-enum/
expected.txt 3 enum? true
  /dalvik/tests/040-miranda/
expected.txt 2 inInterface: true
6 inInterface: true
10 inInterface: true
12 inAbstract: true
  /frameworks/base/docs/html/sdk/preview/
features.jd 1 sdk.redirect=true
index.jd 1 sdk.redirect=true
installing.jd 1 sdk.redirect=true
requirements.jd 1 sdk.redirect=true
upgrading.jd 1 sdk.redirect=true
  /build/core/combo/arch/arm/
armv7-a-neon.mk 4 ARCH_ARM_HAVE_THUMB_SUPPORT := true
5 ARCH_ARM_HAVE_FAST_INTERWORKING := true
6 ARCH_ARM_HAVE_64BIT_DATA := true
7 ARCH_ARM_HAVE_HALFWORD_MULTIPLY := true
8 ARCH_ARM_HAVE_CLZ := true
9 ARCH_ARM_HAVE_FFS := true
10 ARCH_ARM_HAVE_ARMV7A := true
11 ARCH_ARM_HAVE_VFP := true
12 ARCH_ARM_HAVE_VFP_D32 := true
13 ARCH_ARM_HAVE_NEON := true
    [all...]
armv5te.mk 4 ARCH_ARM_HAVE_THUMB_SUPPORT := true
5 ARCH_ARM_HAVE_FAST_INTERWORKING := true
6 ARCH_ARM_HAVE_64BIT_DATA := true
7 ARCH_ARM_HAVE_HALFWORD_MULTIPLY := true
8 ARCH_ARM_HAVE_CLZ := true
9 ARCH_ARM_HAVE_FFS := true
armv7-a.mk 4 ARCH_ARM_HAVE_THUMB_SUPPORT := true
5 ARCH_ARM_HAVE_FAST_INTERWORKING := true
6 ARCH_ARM_HAVE_64BIT_DATA := true
7 ARCH_ARM_HAVE_HALFWORD_MULTIPLY := true
8 ARCH_ARM_HAVE_CLZ := true
9 ARCH_ARM_HAVE_FFS := true
10 ARCH_ARM_HAVE_ARMV7A := true
11 ARCH_ARM_HAVE_VFP := true
  /external/v8/test/mjsunit/regress/
regress-219.js 46 assertFlags(re, true, true, true)
52 assertFlags(re, true, true, true)
57 assertFlags(re, false, false, true)
60 assertFlags(re, true, false, true)
63 assertFlags(re, true, false, true
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
enabled-expected.txt 6 PASS typeof navigator.geolocation == 'object' is true
7 PASS hasGeolocationProperty() is true
8 PASS 'geolocation' in navigator is true
9 PASS navigator.hasOwnProperty('geolocation') is true
10 PASS successfullyParsed is true
  /frameworks/base/opengl/tools/glgen/src/
JType.java 46 typeMapping.put(new CType("GLubyte", true, true), new JType("String", false, false));
47 typeMapping.put(new CType("char", false, true), new JType("byte"));
48 typeMapping.put(new CType("char", true, true), new JType("String", false, false));
52 typeMapping.put(new CType("GLvoid", true, true),
53 new JType("java.nio.Buffer", true, false));
54 typeMapping.put(new CType("GLvoid", false, true),
55 new JType("java.nio.Buffer", true, false))
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-007.js 22 DoWhile( new DoWhileObject( true, false, false, false ));
23 DoWhile( new DoWhileObject( true, true, false, false ));
24 DoWhile( new DoWhileObject( true, true, true, false ));
25 DoWhile( new DoWhileObject( true, true, true, true ));
    [all...]
  /build/target/board/emulator/
BoardConfig.mk 7 TARGET_NO_BOOTLOADER := true
8 TARGET_NO_KERNEL := true
9 HAVE_HTC_AUDIO_DRIVER := true
  /external/webkit/LayoutTests/fast/js/resources/
bom-in-file-retains-correct-offset.js 2 function f(){successfullyReparsed=true;shouldBeTrue('successfullyReparsed');successfullyParsed=true}?f();
  /external/webkit/WebCore/rendering/
PointerEventsHitRules.cpp 37 requireFill = true;
38 requireStroke = true;
40 requireVisible = true;
41 canHitFill = true;
42 canHitStroke = true;
45 requireVisible = true;
46 canHitFill = true;
49 requireVisible = true;
50 canHitStroke = true;
53 requireFill = true;
    [all...]
  /build/target/board/generic/
BoardConfig.mk 7 TARGET_NO_BOOTLOADER := true
8 TARGET_NO_KERNEL := true
10 HAVE_HTC_AUDIO_DRIVER := true
11 BOARD_USES_GENERIC_AUDIO := true
  /dalvik/tests/040-miranda/src/
MirandaClass2.java 3 return true;

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>