Searched
full:local (Results
401 -
425 of
8806) sorted by null
<<11121314151617181920>>
/external/javassist/src/main/javassist/bytecode/analysis/ |
package.html | 6 This allows the user to determine the type state of the stack and local variable table
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 1 //===- MCLabel.h - Machine Code Directional Local Labels --------*- C++ -*-===// 25 // Instance - the instance number of this Directional Local Label 36 /// getInstance - Get the current instance of this Directional Local Label. 39 /// incInstance - Increment the current instance of this Directional Local
|
/external/llvm/test/Assembler/ |
2002-04-29-NameBinding.ll | 1 ; There should be NO references to the global v1. The local v1 should
|
/external/llvm/test/FrontendC/ |
2002-02-13-UnnamedLocal.c | 7 * 'local' come from now.
|
/external/llvm/unittests/Transforms/Utils/ |
Local.cpp | 1 //===- Local.cpp - Unit tests for Local -----------------------------------===// 15 #include "llvm/Transforms/Utils/Local.h" 19 TEST(Local, RecursivelyDeleteDeadPHINodes) {
|
/external/openssl/crypto/bn/asm/ |
x86.pl | 1 #!/usr/local/bin/perl
|
/external/pcre/ |
AUTHORS | 5 Email local part: ph10
|
/external/srtp/crypto/replay/ |
rdbx.c | 75 * local xtd_seq_num_t as a basis. This is done using the function 76 * index_guess(&local, &guess, seq_from_packet). This function 77 * returns the difference of the guess and the local value. The local 111 * index_guess(local, guess, s) 113 * given a xtd_seq_num_t local (which represents the last 117 * and returns the difference between *guess and *local 124 index_guess(const xtd_seq_num_t *local, 128 uint32_t local_roc = ((high32(*local) << 16) | 129 (low32(*local) >> 16)) [all...] |
/external/v8/test/mjsunit/ |
global-load-from-eval-in-with.js | 42 // Test shadowing in local scope inside an eval scope. 46 // Test shadowing in local scope inside an eval scope. Deeper nesting 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes. 55 // Test shadowing in local scope inside an eval scope with eval calls
|
/external/valgrind/main/drd/tests/ |
atomic_var.stderr.exp | 6 Location 0x........ is 0 bytes inside local var "s_y"
|
sem_as_mutex3.stderr.exp | 4 Location 0x........ is 0 bytes inside local var "s_d3"
|
sem_open3.stderr.exp | 4 Location 0x........ is 0 bytes inside local var "s_d3"
|
/external/webkit/LayoutTests/fast/encoding/ |
invalid-UTF-8-2.html | 8 src: local('Lucida Grande');
|
invalid-UTF-8.html | 8 src: local('Lucida Grande');
|
/external/webkit/LayoutTests/platform/android-v8/storage/domstorage/localstorage/ |
string-conversion-expected.txt | 1 This test case verifies that local storage only stores strings.
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
string-conversion-expected.txt | 1 This test case verifies that local storage only stores strings.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
scope-004.js | 36 // (compare local definitions which follow) - 126 var A = 'local A'; 131 expect = 'local A'; 139 var B = 'local B'; 144 expect = 'local B'; 152 var C = 'local C'; 162 expect = 'local C'; 169 var D = 'local D'; 179 expect = 'local D';
|
/external/webkit/Source/WebCore/bindings/v8/ |
OptionsObject.h | 40 OptionsObject(const v8::Local<v8::Value>& options); 53 bool getKey(const String& key, v8::Local<v8::Value>&) const; 55 // This object can only be used safely when stack allocated because of v8::Local. 60 v8::Local<v8::Value> m_options;
|
V8EventListener.h | 47 static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext) 53 V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext); 55 v8::Local<v8::Function> getListenerFunction(ScriptExecutionContext*); 57 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*);
|
V8WorkerContextEventListener.h | 47 static PassRefPtr<V8WorkerContextEventListener> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) 55 V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext); 58 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*); 59 v8::Local<v8::Object> getReceiverObject(ScriptExecutionContext*, Event*);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8ScriptProfileCustom.cpp | 46 v8::Local<v8::Function> function = V8ScriptProfile::GetTemplate()->GetFunction(); 49 return v8::Local<v8::Object>(); 51 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); 54 return v8::Local<v8::Object>();
|
/external/webkit/Source/WebKit/win/ |
MemoryStream.h | 52 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read( 57 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Write( 63 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Seek( 71 virtual /* [local] */ HRESULT STDMETHODCALLTYPE CopyTo(
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
Makefile | 10 /opt/local/bin/twistd2.5 --no_save -y buildbot.tac
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/ |
webkit | 32 datetime-local
|
/external/wpa_supplicant_8/src/ap/ |
tkip_countermeasures.h | 18 void michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
|
Completed in 673 milliseconds
<<11121314151617181920>>