Home
last modified time | relevance | path

Searched full:local (Results 1 – 25 of 7477) sorted by relevance

12345678910>>...300

/external/elfutils/tests/
Drun-dwflsyms.sh41 0: NOTYPE LOCAL (0) 0
42 1: SECTION LOCAL (0) 0x238
43 2: SECTION LOCAL (0) 0x254
44 3: SECTION LOCAL (0) 0x274
45 4: SECTION LOCAL (0) 0x298
46 5: SECTION LOCAL (0) 0x2d8
47 6: SECTION LOCAL (0) 0x428
48 7: SECTION LOCAL (0) 0x4f2
49 8: SECTION LOCAL (0) 0x510
50 9: SECTION LOCAL (0) 0x530
[all …]
Drun-readelf-s.sh128 2 local symbols String table: [ 6] '.dynstr'
130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
131 1: 0000000000000238 0 SECTION LOCAL DEFAULT 1
149 54 local symbols String table: [35] '.strtab'
151 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
152 1: 0000000000000238 0 SECTION LOCAL DEFAULT 1
153 2: 0000000000000254 0 SECTION LOCAL DEFAULT 2
154 3: 0000000000000274 0 SECTION LOCAL DEFAULT 3
155 4: 0000000000000298 0 SECTION LOCAL DEFAULT 4
156 5: 00000000000002d8 0 SECTION LOCAL DEFAULT 5
[all …]
/external/pdfium/fxjs/
Dcjs_document.h27 CJS_Return set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
33 CJS_Return set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
36 CJS_Return set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
39 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_collab(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_creation_date(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return set_creator(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
51 CJS_Return set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
54 CJS_Return set_dirty(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_v8.cpp20 v8::Local<v8::Value> CJS_V8::GetObjectProperty( in GetObjectProperty()
21 v8::Local<v8::Object> pObj, in GetObjectProperty()
24 return v8::Local<v8::Value>(); in GetObjectProperty()
25 v8::Local<v8::Value> val; in GetObjectProperty()
29 return v8::Local<v8::Value>(); in GetObjectProperty()
34 v8::Local<v8::Object> pObj) { in GetObjectPropertyNames()
38 v8::Local<v8::Array> val; in GetObjectPropertyNames()
39 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in GetObjectPropertyNames()
51 void CJS_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
53 v8::Local<v8::Value> pPut) { in PutObjectProperty()
[all …]
Dcjs_v8.h31 v8::Local<v8::Context> NewLocalContext();
32 v8::Local<v8::Context> GetPersistentContext();
34 v8::Local<v8::Value> NewNull();
35 v8::Local<v8::Value> NewUndefined();
36 v8::Local<v8::Array> NewArray();
37 v8::Local<v8::Number> NewNumber(int number);
38 v8::Local<v8::Number> NewNumber(double number);
39 v8::Local<v8::Number> NewNumber(float number);
40 v8::Local<v8::Boolean> NewBoolean(bool b);
41 v8::Local<v8::String> NewString(const ByteStringView& str);
[all …]
Dcfxjse_value.cpp60 v8::Local<v8::String> hMessage = v8::String::NewFromUtf8( in FXJSE_ThrowMessage()
63 v8::Local<v8::Value> hError = v8::Exception::Error(hMessage); in FXJSE_ThrowMessage()
75 v8::Local<v8::Value> pValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue); in ToHostObject()
87 v8::Local<v8::FunctionTemplate> hClass = in SetObject()
88 v8::Local<v8::FunctionTemplate>::New(m_pIsolate, pClass->m_hTemplate); in SetObject()
89 v8::Local<v8::Object> hObject = hClass->InstanceTemplate()->NewInstance(); in SetObject()
97 v8::Local<v8::Array> hArrayObject = v8::Array::New(m_pIsolate, values.size()); in SetArray()
100 hArrayObject->Set(count++, v8::Local<v8::Value>::New( in SetArray()
108 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble); in SetDate()
114 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat)); in SetFloat()
[all …]
Dcjs_field.h39 CJS_Return set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return set_button_align_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
52 v8::Local<v8::Value> vp);
56 v8::Local<v8::Value> vp);
60 v8::Local<v8::Value> vp);
64 v8::Local<v8::Value> vp);
68 v8::Local<v8::Value> vp);
71 CJS_Return set_char_limit(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_app.h25 CJS_Return set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
28 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
31 CJS_Return set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
34 CJS_Return set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
37 CJS_Return set_fullscreen(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
40 CJS_Return set_language(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
43 CJS_Return set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
46 CJS_Return set_platform(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 v8::Local<v8::Value> vp);
53 CJS_Return set_viewer_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
/external/v8/tools/gcmole/
Dgcmole.lua31 local DIR = arg[0]:match("^(.+)/[^/]+$")
33 local FLAGS = {
53 local ARGS = {}
56 local flag = arg[i]:match "^%-%-([%w_-]+)$"
58 local no, real_flag = flag:match "^(no)([%w_-]+)$"
72 local ARCHS = ARGS[1] and { ARGS[1] } or { 'ia32', 'arm', 'x64', 'arm64' }
74 local io = require "io"
75 local os = require "os"
85 local CLANG_BIN = os.getenv "CLANG_BIN"
86 local CLANG_PLUGINS = os.getenv "CLANG_PLUGINS"
[all …]
/external/tcpdump/tests/
Dospf3_mp-vv.out43 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
45 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
47 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
49 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
51 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.5
53 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
55 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
57 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
59 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
61 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
[all …]
Dospf3_nbma-vv.out30 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
32 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
34 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
36 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
38 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
40 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
42 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
44 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
46 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
48 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
[all …]
Dospf3_bc-vv.out43 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
45 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
47 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
49 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
51 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
53 Link LSA (8), Link Local Scope, LSA-ID 0.0.0.5
55 Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
60 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
62 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
64 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
[all …]
Dospf3_ah-vv.out71 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
73 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
75 Network LSA (2), Area Local Scope, LSA-ID 0.0.0.5
77 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.5
79 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.6
81 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.7
83 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.8
85 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
87 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
89 Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
[all …]
/external/v8/src/inspector/
Djava-script-call-frame.cc38 JavaScriptCallFrame::JavaScriptCallFrame(v8::Local<v8::Context> debuggerContext, in JavaScriptCallFrame()
39 v8::Local<v8::Object> callFrame) in JavaScriptCallFrame()
50 v8::Local<v8::Context> context = in callV8FunctionReturnInt()
51 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in callV8FunctionReturnInt()
52 v8::Local<v8::Object> callFrame = in callV8FunctionReturnInt()
53 v8::Local<v8::Object>::New(m_isolate, m_callFrame); in callV8FunctionReturnInt()
54 v8::Local<v8::Function> func = v8::Local<v8::Function>::Cast( in callV8FunctionReturnInt()
57 v8::Local<v8::Value> result; in callV8FunctionReturnInt()
70 v8::Local<v8::Context> context = in isAtReturn()
71 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in isAtReturn()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultDataContext.java26 * Data objects that hold local variables. By definition, local variables are limited to single HDF
38 * Head of the linked list of local variables, starting with the newest variable created.
62 * local variable.
80 // We pushed but created no local variables. in popVariableScope()
96 LocalVariable local = createLocalVariable(name); in createLocalVariableByValue() local
97 local.value = value; in createLocalVariableByValue()
98 local.isPath = false; in createLocalVariableByValue()
99 local.setEscapeMode(mode); in createLocalVariableByValue()
104 LocalVariable local = createLocalVariable(name); in createLocalVariableByValue() local
105 local.value = value; in createLocalVariableByValue()
[all …]
/external/clang/test/SemaOpenCL/
Dcl20-device-side-enqueue.cl56 ^(local void *a, local void *b) {
62 ^(local void *a, local void *b) {
65 1024, 1024L); // expected-error{{local memory sizes need to be specified as uint}}
69 ^(local void *a, local void *b) {
77 typedef void (^bl_A_t)(local void *);
79 const bl_A_t block_A = (bl_A_t) ^ (local void *a) {};
83 typedef void (^bl_B_t)(local void *, local int *);
85 const bl_B_t block_B = (bl_B_t) ^ (local void *a, local int *b) {};
87 …d-error{{blocks used in device side enqueue are expected to have parameters of type 'local void*'}}
89 …s, ndrange, // expected-error{{mismatch in number of block parameters and local size arguments pas…
[all …]
/external/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer91 local rc=0
144 local cwd_result=$?
148 local umnt_result=$?
149 local rc=0
177 local save_result="${result}"
178 local save_pwd="$(pwd)"
238 local save_result="${result}"
239 local save_pwd="$(pwd)"
255 local file="$1"
256 local descr="$2"
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java49 * All data manipulation takes place in local variables. Each parameter gets its
50 * own local by default; access these using {@link #getParameter
52 * parameter; it's available as {@link #getThis getThis()}. Allocate a new local
54 * with {@link #loadConstant loadConstant()}. Copy a value from one local to
57 * <p>Every local variable has a fixed type. This is either a primitive type (of
59 * the types they operate on. Not all operations are local on all types;
64 * #op(UnaryOp,Local,Local) op(UnaryOp, Local, Local)}. Transform two values
65 * into a third value using {@link #op(BinaryOp,Local,Local,Local) op(BinaryOp,
66 * Local, Local, Local)}. In either overload the first {@code Local} parameter
67 * is where the result will be sent; the other {@code Local} parameters are the
[all …]
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh98 local image=$1
99 local kernelpart=$2 # Kernel partition number to grab.
116 local depth=$(echo "$1" | cut -f7 -d' ')
125 local kernel_config=$1
130 local kernel_config=$1
131 local dm_config=$(get_dmparams_from_config "${kernel_config}")
132 local vroot_dev=$(get_dm_slave "${dm_config}" vroot)
144 local dm=$1
145 local device=$2
153 local dm=$1
[all …]
/external/icu/icu4c/source/test/iotest/
DMakefile.in46 -include Makefile.local
49 .PHONY : all all-local install install-local clean clean-local \
50 distclean distclean-local dist dist-local check check-local xcheck \
51 check-exhaustive check-exhaustive-local
57 all: all-local
58 install: install-local
59 clean: clean-local
60 distclean : distclean-local
61 dist: dist-local
62 check: all check-local
[all …]
/external/v8/include/
Dv8.h111 template <class T> class Local; variable
202 * There are two types of handles: local and persistent handles.
203 * Local handles are light-weight and transient and typically used in
204 * local operations. They are managed by HandleScopes. Persistent
211 * a Local<Object>); the value will still be governed by a handle
216 class Local {
218 V8_INLINE Local() : val_(0) {} in Local() function
220 V8_INLINE Local(Local<S> that) in Local() function
224 * handles. For example, converting from a Local<String> to a in Local()
225 * Local<Number>. in Local()
[all …]
/external/python/cpython2/Demo/pdist/
Dcmptree.py1 """Compare local and remote dictionaries and transfer differing files -- like rdist."""
21 r - read different files to local file system
23 c - create new files, either remote or local
24 d - delete disappearing files, either remote or local
30 local = FSProxy.FSProxyLocal()
32 compare(local, remote, mode)
34 local._close()
50 def compare(local, remote, mode): argument
56 print "calculating local sums ..."
58 for name, info in local.sumlist():
[all …]
/external/icu/icu4c/source/tools/gentest/
DMakefile.in34 .PHONY : all all-local install install-local clean clean-local \
35 distclean distclean-local dist dist-local check check-local
41 all: all-local
42 install: install-local
43 clean: clean-local
44 distclean : distclean-local
45 dist: dist-local
46 check: all check-local
48 all-local: $(TARGET)
50 install-local: all-local
[all …]
/external/ltp/testcases/lib/
Dtest_net.sh26 local pid=
61 local pre_cmd=
62 local post_cmd=' || echo RTERR'
63 local out=
64 local user="root"
65 local cmd=
66 local safe=0
67 local bg=
94 local output=
95 local ret=0
[all …]
/external/icu/icu4c/source/samples/layout/
DMakefile.in42 .PHONY : all all-local install install-local clean clean-local \
43 distclean distclean-local dist dist-local check check-local
49 all: all-local
50 install: install-local
51 clean: clean-local
52 distclean : distclean-local
53 dist: dist-local
54 check: all check-local
55 c-all: c-all-local
56 c-check: c-all c-check-local
[all …]

12345678910>>...300