HomeSort by relevance Sort by last modified time
    Searched full:true (Results 176 - 200 of 44841) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/Linker/
available_externally_b.ll 2 ; RUN: true
  /external/llvm/test/YAMLParser/
bool.data 5 - True
spec-02-21.data 4 true: y
  /external/valgrind/main/none/tests/
cmdline4.vgtest 1 prog: ../../tests/true
  /external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/
od_20000608-expected.txt 3 PASS successfullyParsed is true
  /external/webkit/LayoutTests/fast/xpath/4XPath/Core/
test_location_path-expected.txt 6 PASS successfullyParsed is true
  /external/webkit/LayoutTests/fast/xpath/
null-namespace-in-html-expected.txt 4 PASS successfullyParsed is true
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion33.txt 2 true
completionvalues1-expected-completion34.txt 2 true
completionvalues1-expected-completion35.txt 2 true
  /system/bluetooth/data/
network.conf 6 #DisableSecurity=true
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
Interfaces.vcproj 340 ExcludedFromBuild="true"
348 ExcludedFromBuild="true"
356 ExcludedFromBuild="true"
364 ExcludedFromBuild="true"
372 ExcludedFromBuild="true"
380 ExcludedFromBuild="true"
392 ExcludedFromBuild="true"
400 ExcludedFromBuild="true"
408 ExcludedFromBuild="true"
416 ExcludedFromBuild="true"
    [all...]
  /libcore/luni/src/test/java/libcore/net/url/
UrlUtilsTest.java 23 assertEquals("", UrlUtils.canonicalizePath("", true));
24 assertEquals("", UrlUtils.canonicalizePath(".", true));
25 assertEquals("", UrlUtils.canonicalizePath("..", true));
26 assertEquals("...", UrlUtils.canonicalizePath("...", true));
27 assertEquals("", UrlUtils.canonicalizePath("./", true));
28 assertEquals("", UrlUtils.canonicalizePath("../", true));
29 assertEquals("a", UrlUtils.canonicalizePath("../a", true));
30 assertEquals("a", UrlUtils.canonicalizePath("a", true));
31 assertEquals("a/", UrlUtils.canonicalizePath("a/", true));
32 assertEquals("a/", UrlUtils.canonicalizePath("a/.", true));
    [all...]
  /build/core/combo/arch/mips/
mips32r2dsp-fp.mk 4 ARCH_MIPS_HAS_DSP :=true
6 ARCH_MIPS_HAS_FPU :=true
7 ARCH_HAVE_ALIGNED_DOUBLES :=true
mips32r2dspr2-fp.mk 4 ARCH_MIPS_HAS_DSP :=true
6 ARCH_MIPS_HAS_FPU :=true
7 ARCH_HAVE_ALIGNED_DOUBLES :=true
  /external/llvm/test/TableGen/
eq.td 10 Base<!if(!eq(Truth, "true"), 1, 0)>;
12 def TRUE : Derived<"true">;
  /external/stlport/test/unit/
logic_test.cpp 35 bool input1 [4] = { true, true, false, true };
36 bool input2 [4] = { false, true, false, false };
42 CPPUNIT_ASSERT(output[1]==true);
55 bool input1 [4] = { true, true, false, true };
56 bool input2 [4] = { false, true, false, false };
61 CPPUNIT_ASSERT(output[0]==true);
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/resources/
event-after-navigation-new.html 10 layoutTestController.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3);
  /external/webkit/LayoutTests/fast/dom/NodeList/
nodelist-item-with-name-expected.txt 9 PASS div1 instanceof HTMLDivElement is true
10 PASS div2 instanceof HTMLDivElement is true
13 PASS successfullyParsed is true
  /ndk/tests/device/test-gnustl-full/unit/
logic_test.cpp 35 bool input1 [4] = { true, true, false, true };
36 bool input2 [4] = { false, true, false, false };
42 CPPUNIT_ASSERT(output[1]==true);
55 bool input1 [4] = { true, true, false, true };
56 bool input2 [4] = { false, true, false, false };
61 CPPUNIT_ASSERT(output[0]==true);
    [all...]
  /ndk/tests/device/test-stlport/unit/
logic_test.cpp 35 bool input1 [4] = { true, true, false, true };
36 bool input2 [4] = { false, true, false, false };
42 CPPUNIT_ASSERT(output[1]==true);
55 bool input1 [4] = { true, true, false, true };
56 bool input2 [4] = { false, true, false, false };
61 CPPUNIT_ASSERT(output[0]==true);
    [all...]
  /external/icu4c/i18n/
regexcst.h 132 {doNOP, 0, 0, 0, TRUE}
134 , {doLiteralChar, 254, 14,0, TRUE} // 2 term
135 , {doLiteralChar, 129, 14,0, TRUE} // 3
136 , {doSetBegin, 91 /* [ */, 104, 182, TRUE} // 4
137 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5
138 , {doDotAny, 46 /* . */, 14,0, TRUE} // 6
139 , {doCaret, 94 /* ^ */, 14,0, TRUE} // 7
140 , {doDollar, 36 /* $ */, 14,0, TRUE} // 8
141 , {doNOP, 92 /* \ */, 84,0, TRUE} // 9
142 , {doOrOperator, 124 /* | */, 2,0, TRUE} // 10
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-001.js 18 AddRegExpCases( /[\d]{5}/g, "[\\d]{5}", true, false, false, 0 );
19 AddRegExpCases( /[\S]?$/i, "[\\S]?$", false, true, false, 0 );
20 AddRegExpCases( /^([a-z]*)[^\w\s\f\n\r]+/m, "^([a-z]*)[^\\w\\s\\f\\n\\r]+", false, false, true, 0 );
21 AddRegExpCases( /[\D]{1,5}[\ -][\d]/gi, "[\\D]{1,5}[\\ -][\\d]", true, true, false, 0 );
22 AddRegExpCases( /[a-zA-Z0-9]*/gm, "[a-zA-Z0-9]*", true, false, true, 0 );
23 AddRegExpCases( /x|y|z/gim, "x|y|z", true, true, true, 0 )
    [all...]
  /frameworks/base/core/res/res/drawable/
btn_check.xml 21 <item android:state_checked="true" android:state_window_focused="false"
22 android:state_enabled="true"
25 android:state_enabled="true"
28 <item android:state_checked="true" android:state_pressed="true"
29 android:state_enabled="true"
31 <item android:state_checked="false" android:state_pressed="true"
32 android:state_enabled="true"
35 <item android:state_checked="true" android:state_focused="true"
    [all...]
btn_check_holo_dark.xml 21 <item android:state_checked="true" android:state_window_focused="false"
22 android:state_enabled="true"
25 android:state_enabled="true"
28 <item android:state_checked="true" android:state_pressed="true"
29 android:state_enabled="true"
31 <item android:state_checked="false" android:state_pressed="true"
32 android:state_enabled="true"
35 <item android:state_checked="true" android:state_focused="true"
    [all...]

Completed in 3816 milliseconds

1 2 3 4 5 6 78 91011>>