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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Parser/
cxx-condition.cpp 8 if (const int x = a) ; // expected-warning{{empty body}}
statements.c 34 if (0); // expected-warning {{if statement has empty body}}
38 foo: if (0); // expected-warning {{if statement has empty body}}
43 if (0); // expected-warning {{if statement has empty body}}
47 if (0); // expected-warning {{if statement has empty body}}
  /external/icu4c/tools/ctestfw/
ucln_ct.c 15 /* this is here to prevent the compiler from complaining about an empty file */
  /external/icu4c/tools/toolutil/
ucln_tu.c 15 /* this is here to prevent the compiler from complaining about an empty file */
  /external/kernel-headers/original/linux/mtd/
compatmac.h 6 file makes it all OK in older kernels, but it's empty in _current_
  /external/llvm/test/Assembler/
2003-05-21-EmptyStructTest.ll 3 ; The old C front-end never generated empty structures, now the new one
  /external/oprofile/libpp/
locate_images.cpp 57 if (!archive_path.empty())
61 if (!root_path.empty())
64 if (root_path.empty() && archive_path.empty())
66 if (!archive_path.empty())
68 if (!root_path.empty() && root_path != archive_path)
130 // Skip search since root_path can be non empty and we want
132 if (!archive_path.empty()) {
145 // We catch a case where root_path.empty() since we skipped a
146 // search in "/" above when archive_path is empty. The case wher
    [all...]
  /external/oprofile/libregex/
demangle_java_symbol.h 16 /// Return an empty string on error
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/
empty-string-property-expected.txt 3 This tests that the empty string property of a CSSStyleDeclaration is undefined and that retrieving it does not cause a hang.
  /external/webkit/LayoutTests/fast/xpath/
xpath-empty-string.html 13 This tests that parsing an XPath expression that contains an empty string literal doesn't segfault.<br>
  /external/webkit/Source/WebCore/manual-tests/
cursor-empty-url.html 2 <link rel="stylesheet" href="resources/cursor-empty-url.css"></link>
drop-in-empty-doc.html 4 <p>Click <a href="javascript:window.open('resources/drop-in-empty-doc.xhtml')">here</a> to open a new window. Drag and drop a file over the new window. It should not crash.
optgroup-empty-and-nested.html 3 <title>Empty and nested optgroup elements</title>
21 <!-- for an optgroup without a label, IE will show an empty, unselectable row.
32 <!-- for an optgroup with an empty label, IE will show an empty,
36 <option value="3">Item inside an optgroup with an empty label</option>
63 <li><i>(unselectable, empty row)</i></li>
65 <li><i>(unselectable, empty row)</i></li>
66 <li>Item inside an optgroup with an empty label</li>
67 <li><i>(selectable, empty row)</i></li>
  /libcore/luni/src/test/resources/
recipt.dtd 12 <!ELEMENT nutrition EMPTY>
  /libcore/luni/src/test/resources/systemid/
recipt.dtd 12 <!ELEMENT nutrition EMPTY>
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 65 EXPECT_TRUE(location_bar->GetInputString().empty());
73 EXPECT_TRUE(location_bar->GetInputString().empty());
80 EXPECT_TRUE(location_bar->GetInputString().empty());
86 EXPECT_TRUE(location_bar->GetInputString().empty());
94 EXPECT_TRUE(location_bar->GetInputString().empty());
114 EXPECT_TRUE(location_bar->GetInputString().empty());
115 EXPECT_TRUE(location_bar->location_entry()->GetText().empty());
130 EXPECT_TRUE(location_bar->GetInputString().empty());
135 EXPECT_TRUE(result.empty()) << AutocompleteResultAsString(result);
141 // Make sure that tabbing away from an empty omnibar causes a rever
    [all...]
  /external/chromium/chrome/common/extensions/
update_manifest_unittest.cc 124 EXPECT_FALSE(parser.errors().empty());
127 EXPECT_TRUE(parser.results().list.empty());
128 EXPECT_FALSE(parser.errors().empty());
131 EXPECT_TRUE(parser.results().list.empty());
132 EXPECT_FALSE(parser.errors().empty());
135 EXPECT_TRUE(parser.results().list.empty());
136 EXPECT_FALSE(parser.errors().empty());
139 EXPECT_TRUE(parser.results().list.empty());
140 EXPECT_FALSE(parser.errors().empty());
144 EXPECT_TRUE(parser.errors().empty());
    [all...]
  /external/chromium/chrome/browser/
content_setting_bubble_model_unittest.cc 33 EXPECT_TRUE(bubble_content.title.empty());
34 EXPECT_TRUE(bubble_content.radio_group.radio_items.empty());
35 EXPECT_TRUE(bubble_content.popup_items.empty());
38 bubble_content.custom_link.empty());
40 EXPECT_FALSE(bubble_content.manage_link.empty());
57 EXPECT_FALSE(bubble_content.title.empty());
60 EXPECT_TRUE(bubble_content.custom_link.empty());
61 EXPECT_FALSE(bubble_content.manage_link.empty());
75 EXPECT_FALSE(bubble_content.title.empty());
76 EXPECT_FALSE(bubble_content.radio_group.radio_items.empty());
    [all...]
content_setting_image_model_unittest.cc 37 EXPECT_TRUE(content_setting_image_model->get_tooltip().empty());
45 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
59 EXPECT_TRUE(content_setting_image_model->get_tooltip().empty());
67 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
79 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
87 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
  /external/chromium/base/mac/
mac_util_unittest.mm 32 // Try a few keys, make sure they come back with non-empty paths.
35 EXPECT_FALSE(caches_dir.empty());
40 EXPECT_FALSE(application_support_dir.empty());
44 EXPECT_FALSE(library_dir.empty());
49 // Make sure the string isn't empty.
50 EXPECT_FALSE(library_dir.value().empty());
58 EXPECT_TRUE(out.empty());
67 EXPECT_TRUE(out.empty()) << "loop: " << i;
91 EXPECT_FALSE(out.empty()) << "loop: " << i;
  /external/chromium/chrome/browser/autofill/
form_field_unittest.cc 15 // Empty strings match.
18 // Empty pattern matches non-empty string.
22 // Strictly empty pattern matches empty string.
26 // Strictly empty pattern does not match non-empty string.
30 // Non-empty pattern doesn't match empty string.
  /frameworks/base/graphics/java/android/graphics/
Region.java 47 /** Create an empty region
74 /** Set the region to the empty region
100 * Return true if the resulting region is non-empty. This produces a region
109 * Return true if this region is empty
125 * empty, the Rect will be set to [0, 0, 0, 0]
134 * Set the Rect to the bounds of the region. If the region is empty, the
145 * Return the boundary of the region as a new Path. If the region is empty,
146 * the path will also be empty.
155 * Set the path to the boundary of the region. If the region is empty, the
156 * path will also be empty
    [all...]
  /external/chromium/base/
vlog.cc 51 if (!v_switch.empty()) {
102 if (!vmodule_levels_.empty()) {
129 while (!p.empty() && !s.empty() && (p[0] != '*')) {
151 // An empty pattern here matches only an empty string.
152 if (p.empty())
153 return s.empty();
157 while (!p.empty() && (p[0] == '*'))
160 // Since we moved past the stars, an empty pattern here matche
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 38 * @param tooltip An optional tooltip. Can be null or empty.
39 * @param sdk_url An optional SKD URL. Can be null or empty.
40 * @param attributes The list of allowed attributes. Can be null or empty.
41 * @param children The list of allowed children. Can be null or empty.
42 * @param mandatory Whether this node must always exist (even for empty models).
59 * @param tooltip An optional tooltip. Can be null or empty.
60 * @param sdk_url An optional SKD URL. Can be null or empty.
61 * @param attributes The list of allowed attributes. Can be null or empty.
62 * @param children The list of allowed children. Can be null or empty.
63 * @param mandatory Whether this node must always exist (even for empty models)
    [all...]
  /external/llvm/test/TableGen/
Slice.td 69 !if(!empty(patterns),[]<dag>,patterns[0])>;
72 !if(!empty(patterns),[]<dag>,!if(!empty(!tail(patterns)),patterns[0],patterns[1]))>;
78 !if(!empty(patterns),[]<dag>,patterns[0])>;
81 !if(!empty(patterns),[]<dag>,!if(!empty(!tail(patterns)),patterns[0],patterns[1]))>;

Completed in 1173 milliseconds

1 2 3 45 6 7 8 91011>>