Home
last modified time | relevance | path

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

12345678910>>...277

/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/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarState.java43 // Typed mapping from a local slot or stack slot to a virtual register.
120 public static class Local { class in JarState
124 public Local(Slot slot, DebugLocalInfo info) { in Local() method in JarState.Local
132 public final Local[] locals;
135 public Snapshot(Local[] locals, ImmutableList<Slot> stack) { in Snapshot()
156 // debugging range can be larger than the definite-assignment scope of a local (eg, a local
158 // the local before inserting any DebugLocalReads (we do so in the method prelude, but that can
162 private final Local[] locals;
164 // Mapping from local-variable nodes to their canonical local info.
167 // Scope-points of all local variables for inserting debug scoping instructions.
[all …]
/external/bison/darwin-lib/
Dconfigmake.h2 #define PREFIX "/usr/local"
3 #define EXEC_PREFIX "/usr/local"
4 #define BINDIR "/usr/local/bin"
5 #define SBINDIR "/usr/local/sbin"
6 #define LIBEXECDIR "/usr/local/libexec"
7 #define DATAROOTDIR "/usr/local/share"
8 #define DATADIR "/usr/local/share"
9 #define SYSCONFDIR "/usr/local/etc"
10 #define SHAREDSTATEDIR "/usr/local/com"
11 #define LOCALSTATEDIR "/usr/local/var"
[all …]
/external/bison/linux-lib/
Dconfigmake.h2 #define PREFIX "/usr/local"
3 #define EXEC_PREFIX "/usr/local"
4 #define BINDIR "/usr/local/bin"
5 #define SBINDIR "/usr/local/sbin"
6 #define LIBEXECDIR "/usr/local/libexec"
7 #define DATAROOTDIR "/usr/local/share"
8 #define DATADIR "/usr/local/share"
9 #define SYSCONFDIR "/usr/local/etc"
10 #define SHAREDSTATEDIR "/usr/local/com"
11 #define LOCALSTATEDIR "/usr/local/var"
[all …]
/external/pdfium/fxjs/
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()
98 v8::Local<v8::FunctionTemplate> hClass = in SetHostObject()
99 v8::Local<v8::FunctionTemplate>::New(m_pIsolate, lpClass->m_hTemplate); in SetHostObject()
100 v8::Local<v8::Object> hObject = hClass->InstanceTemplate()->NewInstance(); in SetHostObject()
108 v8::Local<v8::Array> hArrayObject = v8::Array::New(m_pIsolate, values.size()); in SetArray()
111 hArrayObject->Set(count++, v8::Local<v8::Value>::New( in SetArray()
119 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble); in SetDate()
125 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat)); in SetFloat()
[all …]
Dfxjs_v8.h59 const v8::Local<v8::Object>& value) { in WeakCallbackParameter()
88 void set(void* key, v8::Local<v8::Object> handle);
136 v8::Local<v8::Object> obj);
137 using Destructor = void (*)(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj);
140 static int GetObjDefnID(v8::Local<v8::Object> pObj);
164 v8::Local<v8::Value> pDefault);
177 v8::Local<v8::Context> NewLocalContext();
178 v8::Local<v8::Context> GetPersistentContext();
179 v8::Local<v8::Object> GetThisObj();
181 v8::Local<v8::Value> NewNull();
[all …]
Dfxjs_v8.cpp31 v8::Local<v8::Object> pObj) { in SetInObject()
39 static CFXJS_PerObjectData* GetFromObject(v8::Local<v8::Object> pObj) { in GetFromObject()
77 v8::Local<v8::FunctionTemplate> fun = v8::FunctionTemplate::New(isolate); in CFXJS_ObjDefinition()
80 v8::Local<v8::Object> holder = info.Holder(); in CFXJS_ObjDefinition()
93 v8::Local<v8::Signature> sig = v8::Signature::New(isolate, fun); in CFXJS_ObjDefinition()
103 v8::Local<v8::ObjectTemplate> GetInstanceTemplate() { in GetInstanceTemplate()
105 v8::Local<v8::FunctionTemplate> function = in GetInstanceTemplate()
110 v8::Local<v8::Signature> GetSignature() { in GetSignature()
125 static v8::Local<v8::ObjectTemplate> GetGlobalObjectTemplate( in GetGlobalObjectTemplate()
134 v8::Local<v8::ObjectTemplate> hGlobalTemplate = in GetGlobalObjectTemplate()
[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/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/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 …]
/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/lib/
Dtest_net.sh53 local pre_cmd=
54 local post_cmd=' || echo RTERR'
55 local out=
56 local user="root"
57 local cmd=
58 local safe=0
84 local output=
85 local ret=0
108 # Get test interface names for local/remote host.
113 local type="${1:-lhost}"
[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/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/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/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/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/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 …]
/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/samples/
DMakefile.in29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
31 distclean-local distclean-recursive dist dist-recursive dist-local \
32 check check-recursive check-local check-exhaustive
38 all: all-recursive all-local
39 install: install-recursive install-local
40 clean: clean-recursive clean-local
41 distclean : distclean-recursive distclean-local
42 dist: dist-recursive dist-local
49 #check: all check-recursive check-local
[all …]
/external/icu/icu4c/source/tools/gennorm2/
DMakefile.in35 .PHONY : all all-local install install-local clean clean-local \
36 distclean distclean-local dist dist-local check check-local install-man
42 all: all-local
43 install: install-local
44 clean: clean-local
45 distclean : distclean-local
46 dist: dist-local
47 check: all check-local
49 all-local: $(TARGET)
51 install-local: all-local
[all …]

12345678910>>...277