/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/external/chromium/base/threading/ |
thread_local_storage.h | 18 // Wrapper for thread local storage. This class doesn't do much except provide 24 // cleanup thread local storage on thread exit. 'value' is the data that is 25 // stored in thread local storage. 49 // Get the thread-local value stored in slot 'slot'. 53 // Set the thread-local value stored in slot 'slot' to 77 // Function to lazily initialize our thread local storage. 81 // The maximum number of 'slots' in our thread local storage stack.
|
/external/webkit/LayoutTests/fast/xpath/ |
union-context-node.xhtml | 45 query(document.getElementById("B"), "ancestor::xhtml:*[local-name()='span']", "span#A"); 46 query(document.getElementById("B"), ".|ancestor::xhtml:*[local-name()='span']", "span#A span#B"); 47 query(document.getElementById("B"), "ancestor::xhtml:*[local-name()='span']|.", "span#A span#B"); 48 query(document.getElementById("B"), "(ancestor::xhtml:*[local-name()='span'])|.", "span#A span#B"); 50 query(document.getElementById("B"), "following::xhtml:*[local-name()='span']", "span#C span#D"); 51 query(document.getElementById("B"), ".|following::xhtml:*[local-name()='span']", "span#B span#C span#D"); 52 query(document.getElementById("B"), "following::xhtml:*[local-name()='span']|.", "span#B span#C span#D");
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8WorkerContextErrorHandler.cpp | 42 V8WorkerContextErrorHandler::V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) 47 v8::Local<v8::Value> V8WorkerContextErrorHandler::callListenerFunction(ScriptExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event) 50 v8::Local<v8::Object> listener = getListenerObject(context); 51 v8::Local<v8::Value> returnValue; 54 v8::Local<v8::Function> callFunction = v8::Local<v8::Function>::Cast(listener); 55 v8::Local<v8::Object> thisValue = v8::Context::GetCurrent()->Global();
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncException.java | 25 * targets (local and/or remote) were wrong. 45 /** error while reading local file. */ 46 FILE_READ_ERROR("Reading local file failed!"), 47 /** error while writing local file. */ 48 FILE_WRITE_ERROR("Writing local file failed!"), 50 LOCAL_IS_DIRECTORY("Local path is a directory."), 52 NO_LOCAL_FILE("Local path doesn't exist."),
|
/external/apache-http/src/org/apache/http/protocol/ |
DefaultedHttpContext.java | 37 * present in the local one. The state of the local context can be mutated, 46 private final HttpContext local; field in class:DefaultedHttpContext 49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) { 51 if (local == null) { 54 this.local = local; 59 Object obj = this.local.getAttribute(id); 68 return this.local.removeAttribute(id); 72 this.local.setAttribute(id, obj) [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 4 # authentication is used. possible values are: "radius" and "local". 5 # if you specify "radius,local" then the RADIUS server is asked 6 # first then the local one. if only one keyword is specified only 25 issue /usr/local/etc/radiusclient/issue 46 servers /usr/local/etc/radiusclient/servers 50 dictionary /usr/local/etc/radiusclient/dictionary 54 login_radius /usr/local/sbin/login.radius 61 mapfile /usr/local/etc/radiusclient/port-id-map 87 # LOCAL settings 89 # program to execute for local logi [all...] |
/dalvik/dx/src/com/android/dx/gen/ |
Local.java | 24 public final class Local<T> { 30 private Local(Code code, Type<T> type) { 35 static <T> Local<T> get(Code code, Type<T> type) { 36 return new Local<T>(code, type); 40 * Assigns registers to this local.
|
/external/dhcpcd/dhcpcd-hooks/ |
50-ypbind | 10 local i= 24 local nd="$(best_domain)" 26 local cf=/var/yp/binding/"$new_nis_domain".ypservers 28 local ncf="$cf.$interface" x= 50 local nd="$(best_domain)"
|
/external/apache-http/src/org/apache/http/params/ |
DefaultedHttpParams.java | 39 * present in the local one. The state of the local collection can be mutated, 48 private final HttpParams local; field in class:DefaultedHttpParams 51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) { 53 if (local == null) { 56 this.local = local; 61 * Creates a copy of the local collection with the same default 64 HttpParams clone = this.local.copy(); 69 * Retrieves the value of the parameter from the local collection and, if the [all...] |
/ndk/docs/ |
NDK-STACK.html | 21 I/DEBUG ( 31): pid: 351, tid: 351 %gt;%gt;%gt; /data/local/ndk-tests/crasher <<< 27 I/DEBUG ( 31): #00 pc 0000841e /data/local/ndk-tests/crasher 28 I/DEBUG ( 31): #01 pc 000083fe /data/local/ndk-tests/crasher 29 I/DEBUG ( 31): #02 pc 000083f6 /data/local/ndk-tests/crasher 31 I/DEBUG ( 31): #04 pc 000083ea /data/local/ndk-tests/crasher 32 I/DEBUG ( 31): #05 pc 00008458 /data/local/ndk-tests/crasher 40 pid: 351, tid: 351 >>> /data/local/ndk-tests/crasher <<< 42 Stack frame #00 pc 0000841e /data/local/ndk-tests/crasher : Routine zoo in /tmp/foo/crasher/jni/zoo.c:13 43 Stack frame #01 pc 000083fe /data/local/ndk-tests/crasher : Routine bar in /tmp/foo/crasher/jni/bar.c:5 44 Stack frame #02 pc 000083f6 /data/local/ndk-tests/crasher : Routine my_comparison in /tmp/foo/crasher/jni/foo.c: [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalList.java | 31 * List of local variables. Each local variable entry indicates a 89 * Disposition of a local entry. 92 /** local started (introduced) */ 95 /** local ended without being replaced */ 98 /** local ended because it was directly replaced */ 101 /** local ended because it was moved to a different register */ 105 * local ended because the previous local clobbered this one 111 * local ended because the next local clobbered this on 355 RegisterSpec local = ((LocalStart) insn).getLocal(); local 356 state.startLocal(insn.getAddress(), local); local 358 RegisterSpec local = ((LocalEnd) insn).getLocal(); local 359 state.endLocal(insn.getAddress(), local); local [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalList.java | 31 * List of local variables. Each local variable entry indicates a 89 * Disposition of a local entry. 92 /** local started (introduced) */ 95 /** local ended without being replaced */ 98 /** local ended because it was directly replaced */ 101 /** local ended because it was moved to a different register */ 105 * local ended because the previous local clobbered this one 111 * local ended because the next local clobbered this on 355 RegisterSpec local = ((LocalStart) insn).getLocal(); local 356 state.startLocal(insn.getAddress(), local); local 358 RegisterSpec local = ((LocalEnd) insn).getLocal(); local 359 state.endLocal(insn.getAddress(), local); local [all...] |
/external/ipsec-tools/src/racoon/doc/ |
README.privsep | 53 You already have files in, e.g. /usr/local/etc/racoon - perhaps racoon.conf, a 57 cd /usr/local/etc/racoon 66 cd /usr/local/etc/racoon/certs 74 (/usr/local/etc/racoon/root) and the keys are available only to the privileged 77 Move any other racoon configuration data into /usr/local/etc/racoon/root, 80 All the files in /usr/local/etc/racoon/root should be owned by root and the 93 devfs /usr/local/etc/racoon/root/dev devfs rw 0 0 97 devfs_set_rulesets="/usr/local/etc/racoon/root/dev=devfsrules_basic" 109 mkdir -p root/usr/local/etc 110 ln -s ../../../ root/usr/local/etc/racoo [all...] |
/external/v8/test/cctest/ |
test-accessors.cc | 40 using ::v8::Local; 49 static v8::Handle<Value> handle_property(Local<String> name, 58 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); 61 Local<Function> fun = fun_templ->GetFunction(); 63 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;"); 65 Local<Script> setter = v8_compile("obj.foo = 901;"); 70 static v8::Handle<Value> GetIntValue(Local<String> property, 79 static void SetIntValue(Local<String> property, 80 Local<Value> value, 119 static v8::Handle<Value> XGetter(Local<String> name, const AccessorInfo& info) [all...] |
test-decls.cc | 62 v8::Handle<Value> value = Local<Value>()); 69 virtual v8::Handle<Value> Get(Local<String> key); 70 virtual v8::Handle<Value> Set(Local<String> key, Local<Value> value); 71 virtual v8::Handle<Integer> Query(Local<String> key); 77 virtual Local<ObjectTemplate> GetHolder(Local<FunctionTemplate> function) { 83 static v8::Handle<Value> HandleGet(Local<String> key, 85 static v8::Handle<Value> HandleSet(Local<String> key, 86 Local<Value> value [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 391 Time local = new Time("America/Los_Angeles"); local 396 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); 398 local.normalize(false /* use isDst */); 399 local.monthDay += test.offset; 400 local.normalize(true /* ignore isDst */); 401 if (local.year != test.year2 || local.month != test.month2 402 || local.monthDay != test.day2 || local.hour != test.hour2 403 || local.minute != test.minute2) [all...] |
/external/clang/test/Analysis/ |
stack-addr-ps.c | 6 return &x; // expected-warning{{Address of stack memory associated with local variable 'x' returned}} expected-warning{{address of stack memory associated with local variable 'x' returned}} 10 return &y; // expected-warning{{Address of stack memory associated with local variable 'y' returned}} expected-warning{{address of stack memory associated with local variable 'y' returned}} 19 return y; // expected-warning{{Address of stack memory associated with local variable 'w' returned to caller}} 74 return a; // expected-warning 2 {{ddress of stack memory associated with local variable 'a' returned}}
|
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/ |
data.html | 26 test(doc, doc.documentElement, 'local-name(/)', "", nsResolver); 33 test(doc, doc.documentElement, 'local-name(//a:item)', "item", nsResolver); 38 test(doc, doc.documentElement, 'local-name(//@a:attribute)', 'attribute', nsResolver); 43 test(doc, doc.documentElement, 'local-name(//processing-instruction())', 'processing', nsResolver); 48 test(doc, doc.documentElement, 'local-name(//comment())', '', nsResolver); 53 test(doc, doc.documentElement, 'local-name(//element/text())', '', nsResolver);
|
/libcore/luni/src/main/java/java/lang/ |
InheritableThreadLocal.java | 22 * A thread-local variable whose value is passed from parent to child thread. By 23 * default, the value of an inheritable thread-local variable of a child thread 27 * thread-local variable to the child's thread-local variable. 35 * Creates a new inheritable thread-local variable. 41 * Computes the initial value of this thread-local variable for the child
|
/external/v8/test/mjsunit/ |
debug-scopes.js | 106 if (scopes[i] == debug.ScopeType.Local || 137 // 'arguments' and might be exposed in the local and closure scope. Just 173 if (scope.scopeType() == debug.ScopeType.Local || 187 // Simple empty local scope. 188 BeginTest("Local 1"); 195 CheckScopeChain([debug.ScopeType.Local, 203 // Local scope with a parameter. 204 BeginTest("Local 2"); 211 CheckScopeChain([debug.ScopeType.Local, 219 // Local scope with a parameter and a local variable [all...] |