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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
068-accidental-pasting.c 1 #define empty macro
2 <empty<
3 <empty=
4 >empty>
5 >empty=
6 =empty=
7 !empty=
8 &empty&
9 |empty|
10 +empty
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
instanceof-operator-dummy-worker.js 0 // Empty JavaScript file.
  /external/markdown/
Android.mk 1 # This file intentionally left empty
CleanSpec.mk 1 # This file intentionally left empty
  /external/webkit/LayoutTests/http/tests/appcache/resources/
manifest-with-empty-file.manifest 2 empty.txt
progress-counter.manifest 3 empty.txt
  /external/webkit/LayoutTests/fast/dom/Node/
normalize-expected.txt 2 test1 (two non-empty text nodes): PASSED
3 test2 (three non-empty text nodes): PASSED
4 test3 (non-empty text nodes mixed with elements): PASSED
5 test4 (single empty text node): PASSED
6 test5 (empty text node between elements): PASSED
7 test6 (empty text nodes before non-empty node): PASSED
8 test7 (empty text nodes after non-empty node): PASSED
9 test8 (empty text nodes between non-empty nodes): PASSE
    [all...]
  /external/chromium/android/sys/
sysctl.h 0 // Empty because sysctl is only needed on mac.
  /external/opencv/otherlibs/highgui/
dummy.cpp 1 // this file is empty but needed for libtool
  /external/valgrind/unittest/output_tests/
fun_hist_test.ignore 3 fun_hist:Empty
  /external/webkit/PerformanceTests/SunSpider/tests/ubench/
LIST 2 function-empty
7 loop-empty-resolve
8 loop-empty
  /external/clang/test/CodeGen/
2007-02-04-EmptyStruct.c 4 struct empty { }; struct
6 void foo(struct empty *p) {
  /external/qemu/
CleanSpec.mk 1 # This empty file is here solely for the purpose of optimizing the Android build
2 # Please keep it there, and empty, thanks :-)
  /development/ndk/
Android.mk 1 # Please this file empty. It is used to make the Android build system happy.
  /device/google/accessory/arduino/
Android.mk 2 # empty Android.mk to assure nothing under here ends up on any builds
  /device/google/accessory/demokit/
Android.mk 2 # empty Android.mk to assure nothing under here ends up on any builds
  /external/clang/test/Preprocessor/
include-directive2.c 9 #define EMPTY
10 #include <limits.h> EMPTY
11 #include HEADER EMPTY
17 #include <> // expected-error {{empty filename}}
  /external/webkit/LayoutTests/http/tests/appcache/
empty-manifest-expected.txt 1 This tests that the cached event gets sent even if the manifest is empty.
manifest-with-empty-file-expected.txt 1 This tests that a manifest that contains an empty file will not crash the browser.
  /external/bluetooth/bluez/test/
service-record.dtd 10 <!ELEMENT text EMPTY>
15 <!ELEMENT url EMPTY>
19 <!ELEMENT uuid EMPTY>
22 <!ELEMENT boolean EMPTY>
26 <!ELEMENT uint8 EMPTY>
30 <!ELEMENT uint16 EMPTY>
34 <!ELEMENT uint32 EMPTY>
38 <!ELEMENT uint64 EMPTY>
42 <!ELEMENT uint128 EMPTY>
46 <!ELEMENT int8 EMPTY>
    [all...]
  /external/llvm/test/TableGen/
LoLoL.td 8 class Derived<list<int> v> : Base<!if(!empty(v),[0],v)>;
11 def ONE : Derived<!if(!empty(v),[]<int>,!if(!empty(!head(v)),[]<int>,v[0][0]))>;
12 def TWO : Derived<!if(!empty(v),[]<int>,!if(!empty(!tail(v)),!if(!empty(!head(v)),[]<int>,v[0][0]),v[1][0]))>;
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 22 static ConstantRange Empty;
29 ConstantRange ConstantRangeTest::Empty(16, false);
45 EXPECT_FALSE(Empty.isFullSet());
46 EXPECT_TRUE(Empty.isEmptySet());
47 EXPECT_TRUE(Empty.inverse().isFullSet());
48 EXPECT_FALSE(Empty.isWrappedSet());
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x0)));
50 EXPECT_FALSE(Empty.contains(APInt(16, 0x9)));
51 EXPECT_FALSE(Empty.contains(APInt(16, 0xa)));
52 EXPECT_FALSE(Empty.contains(APInt(16, 0xaa9)))
    [all...]
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 23 struct Empty { Empty(); };
25 struct I : Empty {
26 Empty e;
30 struct J : Empty {
31 Empty e[2];
35 template<int N> struct Derived : Empty, Derived<N - 1> {
37 template<> struct Derived<0> : Empty { };
40 Empty e;
45 Empty e[2]
    [all...]
  /external/webkit/LayoutTests/fast/xpath/
empty-string-substring-expected.txt 1 Test for bug 11815: XPathEvaluator behavior does not match Firefox - substring() and empty element.
  /external/webkit/LayoutTests/storage/
empty-statement-expected.txt 1 Executed an empty statement. If you didn't see a crash or assertion, the test passed.

Completed in 3763 milliseconds

1 2 3 4 5 6 7 8 91011>>