/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-down.sh | 4 # sa-down.sh local configuration for a new SA 7 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin 62 LOCAL="${LOCAL_ADDR}" 66 LOCAL="${LOCAL}[${LOCAL_PORT}]" 74 -P out ipsec esp/tunnel/${LOCAL}-${REMOTE}/require; 76 -P in ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DataContext.java | 22 * Manages the global Data object and local variable mappings during rendering. 32 * Creates a new Data object to hold local references, pushes it onto the variable map stack. This 33 * is used to hold macro parameters after a call command, and local variables defined for 'each' 39 * Removes the most recent Data object added to the local variable map stack. 44 * Creates and sets a local variable in the current scope equal to the given value. 46 * @param name the name of the local variable to fetch or create. 47 * @param value The String value to store at the local variable. 52 * Creates and sets a local variable in the current scope equal to the given value. Also set the 56 * @param name the name of the local variable to fetch or create. 57 * @param value The String value to store at the local variable [all...] |
/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 180 Time local = new Time("America/Los_Angeles"); local 185 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); 187 local.normalize(false /* use isDst */); 188 local.monthDay += test.offset; 189 local.normalize(true /* ignore isDst */); 190 if (local.year != test.year2 || local.month != test.month2 191 || local.monthDay != test.day2 || local.hour != test.hour2 192 || local.minute != test.minute2) [all...] |
/external/bluetooth/bluez/src/ |
event.c | 258 void btd_event_bonding_complete(bdaddr_t *local, bdaddr_t *peer, 269 if (!get_adapter_and_device(local, peer, &adapter, &device, create)) 276 void btd_event_simple_pairing_complete(bdaddr_t *local, bdaddr_t *peer, 287 if (!get_adapter_and_device(local, peer, &adapter, &device, create)) 318 void btd_event_device_found(bdaddr_t *local, bdaddr_t *peer, uint32_t class, 323 adapter = manager_find_adapter(local); 329 update_lastseen(local, peer); 330 write_remote_class(local, peer, class); 333 write_remote_eir(local, peer, data); 338 void btd_event_set_legacy_pairing(bdaddr_t *local, bdaddr_t *peer [all...] |
/external/srtp/test/ |
roc_driver.c | 86 xtd_seq_num_t local, est, ref; local 93 index_init(&local); 99 delta = index_guess(&local, &est, (uint16_t) ref); 121 index_init(&local); 135 delta = index_guess(&local, &est, (uint16_t) ref); 137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n", 138 ref, local, est, ircvd, delta); 141 /* now update local xtd_seq_num_t as necessary */ 143 index_advance(&local, delta); 152 /* reset local value to correct value * [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8WorkerContextEventListener.cpp | 52 V8WorkerContextEventListener::V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) 62 // The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it. 85 v8::Local<v8::Value> V8WorkerContextEventListener::callListenerFunction(ScriptExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event) 87 v8::Local<v8::Function> handlerFunction = getListenerFunction(context); 88 v8::Local<v8::Object> receiver = getReceiverObject(context, event); 90 return v8::Local<v8::Value>(); 93 v8::Local<v8::Value> result = handlerFunction->Call(receiver, 1, parameters); 101 v8::Local<v8::Object> V8WorkerContextEventListener::getReceiverObject(ScriptExecutionContext* context, Event* event) 103 v8::Local<v8::Object> listener = getListenerObject(context); 111 return v8::Local<v8::Object>() [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8InjectedScriptManager.cpp | 55 static v8::Local<v8::Object> createInjectedScriptHostV8Wrapper(InjectedScriptHost* host) 57 v8::Local<v8::Function> function = V8InjectedScriptHost::GetTemplate()->GetFunction(); 60 return v8::Local<v8::Object>(); 62 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); 65 return v8::Local<v8::Object>(); 80 v8::Local<v8::Context> inspectedContext = inspectedScriptState->context(); 87 v8::Local<v8::Object> scriptHostWrapper = createInjectedScriptHostV8Wrapper(m_injectedScriptHost.get()); 91 v8::Local<v8::Object> windowGlobal = inspectedContext->Global(); 98 v8::Local<v8::Script> script = v8::Script::Compile(v8String(scriptSource)); 99 v8::Local<v8::Value> v = script->Run() [all...] |
/external/oprofile/events/x86-64/family10/ |
unit_masks | 144 0xa1 Requests Local I/O to Local I/O 145 0xa2 Requests Local I/O to Local Memory 146 0xa3 Requests Local I/O to Local (I/O or Mem) 147 0xa4 Requests Local CPU to Local I/O 148 0xa5 Requests Local (CPU or I/O) to Local I/ [all...] |
/bionic/libc/ |
Jamfile | 24 local result = ; 25 local item ; 38 local result = ; 39 local item ; 51 local result ; 69 local result = ; 70 local dir2 d ; 103 local result ; 104 local d ; 115 local result = [all...] |
/external/icu4c/ |
Makefile.org | 58 .PHONY : all all-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \ 59 install-recursive clean clean-local clean-recursive distclean \ 60 distclean-local distclean-recursive doc dist dist-local dist-recursive \ 61 check check-local check-recursive clean-recursive-with-twist install-icu \ 68 all: all-local all-recursive 69 install: install-recursive install-local 70 clean: clean-recursive-with-twist clean-local 71 distclean : distclean-recursive distclean-local [all...] |
/external/icu4c/common/ |
Makefile.org | 97 -include Makefile.local 103 .PHONY : all all-local install install-local clean clean-local \ 104 distclean distclean-local install-library install-headers dist \ 105 dist-local check check-local 111 all: all-local 112 install: install-local 113 clean: clean-local [all...] |
/external/icu4c/i18n/ |
Makefile.in | 96 -include Makefile.local 99 .PHONY : all all-local install install-local clean clean-local \ 100 distclean distclean-local install-library install-headers dist \ 101 dist-local check check-local 107 all: all-local 108 install: install-local 109 clean: clean-local [all...] |
Makefile.org | 94 -include Makefile.local 97 .PHONY : all all-local install install-local clean clean-local \ 98 distclean distclean-local install-library install-headers dist \ 99 dist-local check check-local 105 all: all-local 106 install: install-local 107 clean: clean-local [all...] |
/bionic/libc/kernel/arch-arm/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/bionic/libc/kernel/arch-sh/asm/ |
local.h | 15 #include <asm-generic/local.h>
|
/dalvik/dx/tests/078-dex-local-variable-table/ |
info.txt | 2 local variable tables get emitted properly.
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
local.h | 12 #include <asm-generic/local.h>
|
/external/bluetooth/glib/debian/ |
changelog | 7 Local variables:
|
/external/bzip2/ |
words3 | 5 To install in /usr/local/bin, /usr/local/lib, /usr/local/man and 6 /usr/local/include, type
|
/external/chromium/chrome/browser/ui/views/ |
local_storage_info_view.h | 20 // Responsible for displaying a tabular grid of Local Storage information. 26 // Update the display from the specified Local Storage info. 31 // Clears the cookie display to indicate that no or multiple local storages 35 // Enables or disables the local storate property text fields.
|
local_storage_set_item_info_view.h | 22 // Responsible for displaying a tabular grid of Local Storage information when 29 // Update the display from the specified Local Storage info. 34 // Clears the display to indicate that no or multiple local storages 38 // Enables or disables the local storate property text fields.
|
/external/clang/test/CXX/class.access/class.friend/ |
p11.cpp | 16 friend void bar(); // expected-error {{no matching function found in local scope}}
|
/external/clang/test/Index/ |
cindex-on-invalid-usrs.m | 1 // RUN: c-index-test -test-load-source-usrs local %s 2>&1 | FileCheck %s
|
/external/clang/test/Sema/ |
thread-specifier.c | 19 int t15; // expected-error {{non-thread-local declaration of 't15' follows thread-local declaration}} 21 __thread int t16; // expected-error {{thread-local declaration of 't16' follows non-thread-local declaration}}
|
warn-shadow.c | 11 int i; // expected-warning {{declaration shadows a local variable}} \ 15 int i; // expected-warning {{declaration shadows a local variable}} 26 int i; // expected-warning {{declaration shadows a local variable}} \ 29 (^(int i) { return i; })(i); //expected-warning {{declaration shadows a local variable}}
|