/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
Inet6AddressTest.java | 100 "The unspecified (also known as wildcard and any local address) " 107 "The unspecified (also known as wildcard and any local address) " 199 // IP V6 regular address tests for link local addresses 201 // Link local addresses are FE80:: - 207 "IPv6 link local address " + addrName + " not detected.", 213 "IPv6 link local address " + addrName + " not detected.", 219 + " detected incorrectly as a link local address.", !addr 225 + " detected incorrectly as a link local address.", !addr 231 + " detected incorrectly as a link local address.", !addr 238 // IP V6 regular address tests for link local addresse [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLDocumentCustom.cpp | 52 v8::Local<v8::Object> V8HTMLDocument::WrapInShadowObject(v8::Local<v8::Object> wrapper, Node* impl) 58 return v8::Local<v8::Object>(); 64 v8::Local<v8::Function> shadowConstructor = shadowTemplate->GetFunction(); 66 return v8::Local<v8::Object>(); 68 v8::Local<v8::Object> shadow = shadowConstructor->NewInstance(); 70 return v8::Local<v8::Object>(); 137 v8::Local<v8::Context> context = V8Proxy::context(frame); 141 v8::Local<v8::Object> global = context->Global(); 143 v8::Local<v8::Value> function = global->Get(v8::String::New("open")) [all...] |
V8StorageCustom.cpp | 58 static v8::Handle<v8::Value> storageGetter(v8::Local<v8::String> v8Name, const v8::AccessorInfo& info) 72 v8::Local<v8::Integer> indexV8 = v8::Integer::New(index); 76 v8::Handle<v8::Value> V8Storage::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 82 v8::Handle<v8::Integer> V8Storage::namedPropertyQuery(v8::Local<v8::String> v8Name, const v8::AccessorInfo& info) 95 static v8::Handle<v8::Value> storageSetter(v8::Local<v8::String> v8Name, v8::Local<v8::Value> v8Value, const v8::AccessorInfo& info) 117 v8::Handle<v8::Value> V8Storage::indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 120 v8::Local<v8::Integer> indexV8 = v8::Integer::New(index); 124 v8::Handle<v8::Value> V8Storage::namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info [all...] |
/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper.h | 22 // This class fetches local storage information in the WebKit thread, and 32 // Contains detailed information about local storage. 71 // Requests a single local storage file to be deleted in the WEBKIT thread. 97 // Enumerates all local storage files in the WEBKIT thread. 99 // Delete a single local storage file in the WEBKIT thread. 106 // not fetch its information from the local storage tracker, but gets them 113 // Return a copy of the local storage helper. Only one consumer can use the 118 // Add a local storage to the set of canned local storages that is returned 122 // Clear the list of canned local storages [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
OptionsObject.cpp | 44 OptionsObject::OptionsObject(const v8::Local<v8::Value>& options) 68 v8::Local<v8::Value> v8Value; 72 v8::Local<v8::Boolean> v8Bool = v8Value->ToBoolean(); 81 v8::Local<v8::Value> v8Value; 85 v8::Local<v8::Int32> v8Int32 = v8Value->ToInt32(); 94 v8::Local<v8::Value> v8Value; 108 v8::Local<v8::Value> v8Value; 116 v8::Local<v8::Array> v8Array = v8::Local<v8::Array>::Cast(v8Value); 118 v8::Local<v8::Value> indexedValue = v8Array->Get(v8::Integer::New(i)) [all...] |
V8LazyEventListener.cpp | 55 v8::Local<v8::Value> V8LazyEventListener::callListenerFunction(ScriptExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event) 57 v8::Local<v8::Object> listenerObject = getListenerObject(context); 59 return v8::Local<v8::Value>(); 61 v8::Local<v8::Function> handlerFunction = v8::Local<v8::Function>::Cast(listenerObject); 62 v8::Local<v8::Object> receiver = getReceiverObject(event); 64 return v8::Local<v8::Value>(); 71 return v8::Local<v8::Value>(); 94 v8::Local<v8::Context> v8Context = worldContext().adjustedContext(proxy); 122 v8::Local<v8::Value> value = proxy->runScript(script, false) [all...] |
V8Utilities.h | 46 void createHiddenDependency(v8::Handle<v8::Object>, v8::Local<v8::Value>, int cacheIndex); 47 void removeHiddenDependency(v8::Handle<v8::Object>, v8::Local<v8::Value>, int cacheIndex); 50 void transferHiddenDependency(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex); 69 PassRefPtr<V8CallbackType> createFunctionOnlyCallback(v8::Local<v8::Value> value, bool& succeeded, CallbackAllowedValueFlags acceptedValues = 0) 109 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::Function>); 110 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::ObjectTemplate>); 111 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[]); 114 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function) 117 return v8::Local<v8::Object>(); 122 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::ObjectTemplate> objectTemplate [all...] |
V8EventListenerList.h | 46 static PassRefPtr<V8EventListener> findWrapper(v8::Local<v8::Value> value, bool isAttribute) 53 return doFindWrapper(v8::Local<v8::Object>::Cast(value), wrapperProperty); 57 static PassRefPtr<V8EventListener> findOrCreateWrapper(v8::Local<v8::Value>, bool isAttribute); 66 static V8EventListener* doFindWrapper(v8::Local<v8::Object> object, v8::Handle<v8::String> wrapperProperty) 70 v8::Local<v8::Value> listener = object->GetHiddenValue(wrapperProperty); 83 PassRefPtr<V8EventListener> V8EventListenerList::findOrCreateWrapper(v8::Local<v8::Value> value, bool isAttribute) 89 v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(value);
|
/build/ |
envsetup.sh | 8 - cgrep: Greps on all local C/C++ files. 9 - jgrep: Greps on all local Java files. 10 - resgrep: Greps on all local res/*.xml files. 16 local A 182 local product=$TARGET_PRODUCT 183 local variant=$TARGET_BUILD_VARIANT 184 local apps=$TARGET_BUILD_APPS 195 local T dir f 223 local DEFAULT_NUM DEFAULT_VALUE 228 local ANSWE [all...] |
/external/quake/quake/src/QW/client/ |
r_drawa.s | 150 // vec3_t local, transformed; 714 // VectorSubtract (world, modelorg, local); 721 fxch %st(2) // local[0] | local[1] | local[2] 723 // TransformVector (local, transformed); 729 fld %st(0) // local[0] | local[0] | local[1] | local[2 [all...] |
/external/quake/quake/src/WinQuake/ |
r_drawa.s | 150 // vec3_t local, transformed; 714 // VectorSubtract (world, modelorg, local); 721 fxch %st(2) // local[0] | local[1] | local[2] 723 // TransformVector (local, transformed); 729 fld %st(0) // local[0] | local[0] | local[1] | local[2 [all...] |
/external/chromium/net/third_party/gssapi/ |
README.chromium | 15 Local Modifications: 16 There are no local changes to the code itself.
|
/external/icu4c/tools/genren/ |
Makefile | 48 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) all-local 52 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/stubdata all-local 55 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/common all-local 58 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/i18n all-local 61 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layout all-local 64 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layoutex all-local 67 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/io all-local 88 -include Makefile.local
|
/external/qemu/distrib/ |
build-emulator.sh | 27 LOCAL=$CURDIR/local
|
/external/valgrind/main/ |
Makefile.tool-tests.am | 23 check-local: build-noinst_DSYMS 25 clean-local: clean-noinst_DSYMS
|
/external/valgrind/main/drd/tests/ |
annotate_static.cpp | 9 /* Local variables. */ 17 /* Local functions. */
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ossource_nspr.cpp | 13 // Thread Local Storage Operations 21 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
|
ossource_win.cpp | 18 // Thread Local Storage Operations 24 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_addr.h | 17 * IFA_ADDRESS is prefix address, rather than local interface address. 20 * local address is supplied in IFA_LOCAL attribute.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/ |
libbfd.la | 2 # Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes) 32 libdir='/usr/local/google/home/dmitriyz/toolchain/lib'
|
libopcodes.la | 2 # Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes) 32 libdir='/usr/local/google/home/dmitriyz/toolchain/lib'
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
info.txt | 2 local variable tables stay in sync when the register set gets renumbered
|
/dalvik/dx/tests/087-ssa-local-vars/ |
info.txt | 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
|
/external/bluetooth/glib/gobject/ |
pltcheck.sh | 13 echo Checking $so for local PLT entries
|
/external/bsdiff/ |
Makefile | 3 PREFIX ?= /usr/local
|