Searched
full:local (Results
376 -
400 of
8806) sorted by null
<<11121314151617181920>>
/external/proguard/src/proguard/classfile/editor/ |
LocalVariableTypeTableAttributeEditor.java | 26 * This class can add local variables to a given local variable type table 28 * Local variable types to be added must have been filled out beforehand.
|
/external/valgrind/main/none/tests/ |
tls.c | 12 static __thread int local; variable 25 return &local; 77 T(local),
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8WindowErrorHandler.h | 42 static PassRefPtr<V8WindowErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) 48 V8WindowErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext); 50 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*);
|
V8WorkerContextErrorHandler.h | 44 static PassRefPtr<V8WorkerContextErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) 50 V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext); 52 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*);
|
/hardware/ril/mock-ril/src/cpp/ |
node_util.h | 29 v8::Local<v8::Value> Encode(const void *buf, size_t len, 40 v8::Local<v8::Signature> __callback##_SIG = v8::Signature::New(templ); \ 41 v8::Local<v8::FunctionTemplate> __callback##_TEM = \
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
MediaSetUtils.java | 39 Path.fromString("/local/all/" + CAMERA_BUCKET_ID), 40 Path.fromString("/local/image/" + CAMERA_BUCKET_ID), 41 Path.fromString("/local/video/" + CAMERA_BUCKET_ID)};
|
/build/tools/acp/ |
README | 17 volume. "cp" works okay copying from local disk. 21 on an NFS volume, and non-microsecond timestamps on a local volume. 22 If you copy from NFS to local disk, your NFS files will always be 23 newer, because the local disk time stamp is truncated rather than
|
/development/samples/BluetoothChat/ |
_index.html | 6 <li>Querying the local Bluetooth adapter for paired Bluetooth devices</li>
|
/external/bluetooth/hcidump/ |
configure.in | 11 AC_PREFIX_DEFAULT(/usr/local)
|
/external/chromium/chrome/browser/sync/engine/ |
nudge_source.h | 15 // A local change occurred (e.g. bookmark moved).
|
/external/chromium/chrome/browser/sync/tools/ |
sync_tools.gyp | 23 # Local Variables:
|
/external/chromium/chrome/browser/web_resource/ |
gpu_blacklist_updater.h | 29 // This is the version cached in local state that's automatically updated
|
/external/chromium/net/base/ |
dns_reload_timer.h | 14 // DnsReloadTimerExpired tests the thread local DNS reload timer and, if it has
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.gyp | 24 # Local Variables:
|
/external/chromium/third_party/modp_b64/ |
modp_b64.gyp | 23 # Local Variables:
|
/external/clang/test/Index/Inputs/ |
crash-recovery-code-complete-remap.c | 2 // RUN: not c-index-test -test-load-source-reparse 1 local \
|
/external/clang/test/Index/ |
cindex-on-invalid.m | 1 // RUN: c-index-test -test-load-source local %s 2>&1 | FileCheck %s
|
pragma-diag-reparse.c | 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local %s | FileCheck %s
|
preamble-reparse.c | 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local "-remap-file=%S/Inputs/preamble-reparse-1.c;%S/Inputs/preamble-reparse-2.c" %S/Inputs/preamble-reparse-1.c | FileCheck %s
|
/external/clang/test/Sema/ |
attr-section.c | 13 __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute is not valid on local variables}}
|
/external/clang/test/SemaObjC/ |
objc2-warn-weak-decl.m | 9 __weak id local; // expected-warning {{Objective-C GC does not allow weak variables on the stack}}
|
/external/dbus/cmake/bus/ |
system.conf.cmake | 2 Add a system-local.conf and edit that rather than changing this 29 <!-- Only listen on a local socket. (abstract=/path/to/socket 56 <!-- This is included last so local configuration can override what's 58 <include ignore_missing="yes">system-local.conf</include>
|
/external/dhcpcd/dhcpcd-hooks/ |
30-hostname | 5 local hostname=""
|
/external/elfutils/libelf/ |
libelf.map | 98 local:
|
/external/guava/ |
README.android | 6 Local Modifications: Minor hacks to compile on our Mac build machines --
|
Completed in 1703 milliseconds
<<11121314151617181920>>