Searched defs:empty (Results 1 - 25 of 312) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c173 macaddr empty = { 0 }; local
174 return os_memcmp(a, empty, sizeof(macaddr));
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c173 macaddr empty = { 0 }; local
174 return os_memcmp(a, empty, sizeof(macaddr));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c173 macaddr empty = { 0 }; local
174 return os_memcmp(a, empty, sizeof(macaddr));
/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramem2k.c57 int empty; // is this empty? member in struct:__anon16652
105 blk->page[i]->empty = 1;
214 ned.block[blk]->page[pg]->empty = 0;
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c69 int empty; // is this empty? member in struct:__anon16658
146 blk->page[i]->empty = 1;
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DWebAutofill.cpp282 // Set an empty profile. This will ensure that when autofill is enabled,
289 // profile to a non-empty string so that any field type can trigger the autofill
291 // field is an empty string.
292 static const string16 empty = string16(ASCIIToUTF16("a")); local
293 setProfile(empty, empty, empty, empty, empty, empty, empt
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCache.h31 + (void)empty; variable
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp284 QVariant empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode"); local
286 QVERIFY(empty.type() == QVariant::Double && empty.toInt() != 0);
290 empty = m_view->page()->mainFrame()->evaluateJavaScript("errorCode");
294 QVERIFY(empty.type() == QVariant::Double && empty.toInt() != 1);
453 QVariant empty = m_page->mainFrame()->evaluateJavaScript("window.styleMedia.matchMedium(\"(-webkit-view-mode)\")"); local
454 QVERIFY(empty.type() == QVariant::Bool && empty.toBool());
1800 //START - Test for sending empty QInputMethodEven
[all...]
/external/webkit/Source/WebKit/win/
H A DWebCache.cpp202 HRESULT STDMETHODCALLTYPE WebCache::empty( void) function in class:WebCache
210 WebCore::cacheStorage().empty();
213 WebCore::CrossOriginPreflightResultCache::shared().empty();
/external/webkit/Tools/Scripts/webkitpy/common/
H A Darray_stream.py57 def empty(self): member in class:ArrayStream
58 """Return whether the stream is empty."""
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp202 Vector<xmlChar> empty; local
203 m_bufferedText.swap(empty);
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js598 function empty(b) { function
758 if (empty(t)) {
762 } else if (empty(e)) {
778 if (empty(e) && empty(t))
781 if (t[0] == "if" && empty(t[3]) && empty(e)) {
1331 if ((stat[0] == "while" && empty(stat[2])) ||
1332 (member(stat[0], [ "for", "for-in"] ) && empty(stat[4])) ||
1333 (stat[0] == "if" && empty(sta
[all...]
/external/webkit/Source/WebCore/loader/
H A DCrossOriginPreflightResultCache.cpp185 void CrossOriginPreflightResultCache::empty() function in class:WebCore::CrossOriginPreflightResultCache
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp649 // When a cache resource is deleted, if it contains a non-empty path, that path should
1197 void ApplicationCacheStorage::empty() function in class:WebCore::ApplicationCacheStorage
1221 empty();
1292 copyStorage.empty();
1491 empty();
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp248 void DOMSelection::empty() function in class:WebCore::DOMSelection
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js190 function $empty(){};
398 win.Element = $empty;
551 empty: function(){
836 empty: function(){
1052 this._current = $empty;
1213 this.$chain.empty();
1225 if (fn != $empty){
1345 var onload = props.onload || $empty;
1521 if (typeof item[p] == 'function') item[p] = $empty;
1827 Element.empty(thi
[all...]
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.h91 WriteBarrier<Unknown> empty; local
92 m_propertyMap.add(propertyName.impl(), empty).first->second.set(globalData, owner, value);
/external/webkit/Source/JavaScriptCore/assembler/
H A DAbstractMacroAssembler.h433 bool empty() function in class:JSC::AbstractMacroAssembler::JumpList
/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp133 linkSlowCase(iter); // empty value
204 Jump empty = branchTestPtr(Zero, BaseIndex(regT2, regT1, ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0]))); local
211 empty.link(this);
616 ASSERT(!failureCases.empty());
H A DJITPropertyAccess32_64.cpp346 linkSlowCase(iter); // empty value
369 Jump empty = branch32(Equal, BaseIndex(regT3, regT2, TimesEight, OBJECT_OFFSETOF(ArrayStorage, m_vector[0]) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), TrustedImm32(JSValue::EmptyValueTag)); local
377 empty.link(this);
639 ASSERT(!failureCases.empty());
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringStatics.cpp39 StringImpl* StringImpl::empty() function in class:WTF::StringImpl
42 // run on the empty string may still perform a read from the first element, and
/external/v8/src/
H A Dbootstrapper.cc169 // Creates the empty function. Used for creating a context from scratch.
174 void CreateStrictModeFunctionMaps(Handle<JSFunction> empty);
439 // prototypes patched later, once empty function is created.
491 // Allocate the empty function as the prototype for function ECMAScript
607 void Genesis::CreateStrictModeFunctionMaps(Handle<JSFunction> empty) { argument
610 CreateStrictModeFunctionMap(ADD_WRITEABLE_PROTOTYPE, empty);
616 CreateStrictModeFunctionMap(DONT_ADD_PROTOTYPE, empty);
624 CreateStrictModeFunctionMap(ADD_READONLY_PROTOTYPE, empty);
631 CreateStrictModeFunctionMap(ADD_WRITEABLE_PROTOTYPE, empty);
680 // closure and extension object later (we need the empty functio
[all...]
H A Dhandles.cc401 Handle<FixedArray> empty = isolate->factory()->NewFixedArray(0); local
402 script->set_line_ends(*empty);
H A Djsregexp.h125 // Returns an empty handle in case of an exception.
316 // should be to empty lists, but they need not be distinct, and may be NULL.
413 // There can't be a static empty set since it allocates its
415 OutSet* empty() { return &empty_; } function in class:v8::internal::DispatchTable
H A Dstub-cache.cc107 // and we use the empty string for the map cache in that case. If
878 Code* empty = isolate_->builtins()->builtin(Builtins::kIllegal); local
881 primary_[i].value = empty;
885 secondary_[j].value = empty;

Completed in 1580 milliseconds

1234567891011>>