HomeSort by relevance Sort by last modified time
    Searched refs:Empty (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 58 Empty,
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 112 // Note that the variable may be defined but empty.
225 // We don't bother to distinguish unset keys from empty lists.
226 return !result->empty();
421 ProxyRulesExpectation::Empty(),
439 ProxyRulesExpectation::Empty(),
457 ProxyRulesExpectation::Empty(),
475 ProxyRulesExpectation::Empty(),
513 ProxyRulesExpectation::Empty(),
678 ProxyRulesExpectation::Empty(),
699 ProxyRulesExpectation::Empty(),
    [all...]
proxy_config_service_common_unittest.cc 43 if (!flattened_proxy_bypass.empty())
110 ProxyRulesExpectation ProxyRulesExpectation::Empty() {
  /external/clang/include/clang/AST/
DeclFriend.h 88 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
89 : Decl(Decl::Friend, Empty), NextFriend(),
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 150 union Empty {
151 constexpr Empty() {} // ok
  /external/v8/test/mjsunit/regress/
regress-937896.js 40 // Empty.
44 // Empty.
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 63 Empty,
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 343 "Empty command line",
350 net::ProxyRulesExpectation::Empty(),
362 net::ProxyRulesExpectation::Empty(),
375 net::ProxyRulesExpectation::Empty(),
435 net::ProxyRulesExpectation::Empty(),
447 net::ProxyRulesExpectation::Empty(),
  /cts/tools/dasm/src/dasm/
Scanner.java 113 if (nextChar == -1) throw new DasmError("empty source file");
156 * Skips empty lines in input stream
491 throw new DasmError("Empty ''-enclosed name");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 222 return string.Empty;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 291 return string.Empty;
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 92 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) {
100 ASSERT_TRUE(helper->empty());
102 ASSERT_FALSE(helper->empty());
104 ASSERT_TRUE(helper->empty());
  /external/chromium/net/tools/flip_server/
simple_buffer.cc 71 bool SimpleBuffer::Empty() const {
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
msgutil.py 160 except Queue.Empty:
  /external/openfst/src/include/fst/
heap.h 110 // Check if the heap is empty
111 bool Empty() const {
synchronize.h 121 const String *empty = FindString(new String()); local
122 StateId start = FindState(Element(fst_->Start(), empty, empty));
132 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
176 if (!s->empty())
188 if (l && !(s->empty())) r->push_back(l);
201 // Tests if the concatenation of s and l is empty
202 bool Empty(const String *s, Label l = 0) const {
203 if (s->empty())
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 102 // check if the heap is empty
103 bool Empty() const {
synchronize.h 99 const String *empty = FindString(new String()); local
100 StateId start = FindState(Element(fst_->Start(), empty, empty));
110 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
145 if (!s->empty())
157 if (l && !(s->empty())) r->push_back(l);
170 // Tests if the concatenation of s and l is empty
171 bool Empty(const String *s, Label l = 0) const {
172 if (s->empty())
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 122 // Zero-th offset means "empty" so don't use it.
255 * Empty() - See if a hash table entry is empty.
259 static int Empty(HashTable *htable, int hashloc)
267 } // Empty
412 if (!Empty(&atable->htable, hashloc)) {
420 if (!Empty(&atable->htable, hashloc)) {
504 if (Empty(&atable->htable, hashloc)) {
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.cpp 109 TEST_F( GCFactoryListTraitsTest, Empty) {
110 ASSERT_FALSE(m_pNodeList.empty());
112 ASSERT_TRUE(m_pNodeList.empty());
116 ASSERT_FALSE(m_pNodeList.empty());
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 49 public override string ToString() { return (Template==null) ? string.Empty : Template.ToString(); }
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 37 enum Empty {
191 assertEquals(0, Empty.values().length);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 270 return string.Empty;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 309 return string.Empty;
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 73 net::ProxyRulesExpectation::Empty(), // proxy_rules
89 net::ProxyRulesExpectation::Empty(), // proxy_rules
106 net::ProxyRulesExpectation::Empty(), // proxy_rules
123 net::ProxyRulesExpectation::Empty(), // proxy_rules

Completed in 832 milliseconds

1 2 34 5 6 7 8 9