Searched refs:emptyList (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cmsTime/
H A DcmsTime.cpp85 bool emptyList = false; /* specify empty KC list */ local
98 emptyList = true;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/secTrustTime/
H A DsecTrustTime.cpp210 bool emptyList = false; /* SecTrust only: specify empty KC list */ local
234 emptyList = true;
329 if(emptyList) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.h86 const MarkedArgumentBuffer& emptyList() const { return *vm().emptyList; } function in class:JSC::ExecState
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DIdentityCursor.cpp169 StorageManager::KeychainList emptyList; local
172 trustLite->searchLibs(emptyList);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DIdentityCursor.cpp169 StorageManager::KeychainList emptyList; local
172 trustLite->searchLibs(emptyList);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DIdentityCursor.cpp169 StorageManager::KeychainList emptyList; local
172 trustLite->searchLibs(emptyList);
/macosx-10.10.1/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl978 variable emptyList {}
984 variable emptyList;
986 lappend list $emptyList;
/macosx-10.10.1/tcl-105/tcl84/tcl/library/opt/
H A Doptparse.tcl978 variable emptyList {}
984 variable emptyList;
986 lappend list $emptyList;
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java47 secKeyFields = Collections.emptyList();
H A DComplexFormat.java1225 List<FieldReader> emptyList = Collections.emptyList();
1226 return new MultiFieldReader(emptyList);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DObjectPrototype.cpp210 return JSValue::encode(call(exec, toString, callType, callData, object, exec->emptyList()));
H A DVM.h294 const MarkedArgumentBuffer* emptyList; // Lists are supposed to be allocated on the stack to have their elements properly marked, which is not the case here - but this list has nothing to mark. member in class:JSC::VM
H A DVM.cpp195 , emptyList(new MarkedArgumentBuffer)
377 delete emptyList;
H A DArrayPrototype.cpp301 return JSValue::encode(call(exec, function, callType, callData, thisObject, exec->emptyList()));
368 str = call(exec, conversionFunction, callType, callData, element, exec->emptyList()).toWTFString(exec);
H A DDatePrototype.cpp1099 JSValue result = call(exec, asObject(toISOValue), callType, callData, object, exec->emptyList());
H A DJSObject.cpp1388 JSValue result = call(exec, function, callType, callData, const_cast<JSObject*>(object), exec->emptyList());

Completed in 274 milliseconds