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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/chromium/src/
WebCrossOriginPreflightResultCache.cpp 40 WebCore::CrossOriginPreflightResultCache::shared().empty();
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
ShutdownWatchdog.java 36 public synchronized void setNativeQueueEmpty(boolean empty) {
37 nativeQueueEmpty = empty;
41 public synchronized void setAwtQueueEmpty(boolean empty) {
42 awtQueueEmpty = empty;
46 public synchronized void setWindowListEmpty(boolean empty) {
47 windowListEmpty = empty;
  /external/webkit/WebCore/rendering/
RenderWordBreak.cpp 35 : RenderText(element, StringImpl::empty())
  /external/webkit/WebKit/mac/Misc/
WebCache.h 31 + (void)empty; variable
  /cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java 67 * on the virtual stack). When this portion of the stack becomes empty we
77 * that the virtual stack is currently empty.
83 /* don't transfer if the real stack is empty */
98 /** Indicate whether the stack is empty. */
99 public boolean empty() method in class:virtual_parse_stack
101 /* if vstack is empty then we were unable to transfer onto it and
102 the whole thing is empty. */
103 return vstack.empty();
111 if (vstack.empty())
113 "Internal parser error: top() called on empty virtual stack")
    [all...]
  /external/clearsilver/cs/
test_joo.cs 1 Testing Empty String and empty var
2 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
7 [1] Empty == ''
8 <?cs if:Empty == '' ?>
11 FAIL - empty string should equal empty string [1]
15 FAIL - existing var shouldn't equal empty string [2]
21 FAIL - non-existing should be NULL, not empty string [3
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitapplicationcache.cpp 30 WebCore::cacheStorage().empty();
  /frameworks/base/libs/ui/tests/
region.cpp 28 Region empty; local
33 Region reg4 = empty | reg1;
34 Region reg5 = reg1 | empty;
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_serv_imp_reqlist.cpp 59 bool empty = iAddRequests.empty(); local
62 //signal the server thread anytime the queue goes from empty to non-empty.
63 if (empty)
168 bool empty = iAddRequests.empty(); local
171 if (empty)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebApplicationCache.mm 37 cacheStorage().empty();
  /external/icu4c/test/intltest/
strtest.cpp 257 StringPiece empty; local
258 if(!empty.empty() || empty.data()!=NULL || empty.length()!=0 || empty.size()!=0) {
263 if(!null.empty() || null.data()!=NULL || null.length()!=0 || null.size()!=0) {
269 if(abc.empty() || abc.data()!=abc_chars || abc.length()!=3 || abc.size()!=3) {
275 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
282 if(uvwxyz.empty() || uvwxyz.data()!=uvwxyz_string.data() || uvwxyz.length()!=6 || uvwxyz.size()!=6)
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 14 boolean empty = false; field in class:ASN1TaggedObject
94 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit)
150 return empty;
  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 6 debug("1.1 Remove (object) from empty Options");
13 debug("1.2 Remove (string) from empty Options");
20 debug("1.3 Remove (float) from empty Options");
27 debug("1.4 Remove (boolean) from empty Options");
34 debug("1.5 Remove (undefined) from empty Options");
41 debug("1.6 Remove (null) from empty Options");
48 debug("1.7 Remove (negative infinity) from empty Options");
55 debug("1.8 Remove (NaN) from empty Options");
62 debug("1.9 Remove (positive infinity) from empty Options");
69 debug("1.10 Remove no args from empty Options")
    [all...]
  /external/v8/src/ia32/
jump-target-ia32.cc 66 RegisterFile empty; local
67 cgen()->SetFrame(NULL, &empty);
182 RegisterFile empty; local
186 cgen()->SetFrame(new VirtualFrame(entry_frame_), &empty);
189 cgen()->SetFrame(entry_frame_, &empty);
227 RegisterFile empty; local
228 cgen()->SetFrame(frame, &empty);
250 RegisterFile empty; local
251 cgen()->SetFrame(NULL, &empty);
292 RegisterFile empty; local
319 RegisterFile empty; local
330 RegisterFile empty; local
356 RegisterFile empty; local
    [all...]
  /external/v8/src/x64/
jump-target-x64.cc 66 RegisterFile empty; local
67 cgen()->SetFrame(NULL, &empty);
182 RegisterFile empty; local
186 cgen()->SetFrame(new VirtualFrame(entry_frame_), &empty);
189 cgen()->SetFrame(entry_frame_, &empty);
227 RegisterFile empty; local
228 cgen()->SetFrame(frame, &empty);
250 RegisterFile empty; local
251 cgen()->SetFrame(NULL, &empty);
292 RegisterFile empty; local
319 RegisterFile empty; local
330 RegisterFile empty; local
356 RegisterFile empty; local
    [all...]
  /external/icu4c/i18n/
remtrans.cpp 60 UnicodeString empty; local
61 text.handleReplaceBetween(index.start, index.limit, empty);
  /external/stlport/test/unit/
queue_test.cpp 47 CPPUNIT_ASSERT(q.empty());
63 CPPUNIT_ASSERT(q.empty());
stack_test.cpp 45 CPPUNIT_ASSERT(s.empty());
59 CPPUNIT_ASSERT(s.empty());
  /external/v8/tools/visual_studio/
d8js2c.cmd 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py %SOURCE_DIR%\d8.js
  /external/webkit/WebKit/win/Interfaces/
IWebCache.idl 41 HRESULT empty();
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustack.h 31 inline bool empty (void) const { return (m_Storage.empty()); } function in class:ustl::stack
  /bionic/libc/arch-x86/bionic/
__set_tls.c 41 unsigned int empty:25; member in struct:user_desc
  /dalvik/libcore/include/
LocalArray.h 59 bool empty() { return mSize == 0; } function in class:LocalArray
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ListOfVariables.java 23 public static final TypeVariable[] empty = new ImplForVariable[0]; field in class:ListOfVariables
  /development/host/windows/usb/api/
adb_api_instance.h 96 return !interface_name_.empty();

Completed in 1010 milliseconds

1 2 3 4 5 6 7 8 91011>>