/external/elfutils/src/tests/ |
D | run-dwflsyms.sh | 41 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 …]
|
D | run-readelf-s.sh | 128 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/fpdfsdk/include/jsapi/ |
D | fxjs_v8.h | 17 typedef v8::Local<v8::Object> JSObject; 18 typedef v8::Local<v8::Object> JSFXObject; 52 typedef void (*LP_CONSTRUCTOR)(IFXJS_Context* cc, v8::Local<v8::Object> obj, v8::Local<v8::Object> … 53 typedef void (*LP_DESTRUCTOR)(v8::Local<v8::Object> obj); 60 …t(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sConstName, v8::Local<v8::Value> pDefaul… 62 int JS_DefineGlobalConst(IJS_Runtime* pJSRuntime, const wchar_t* sConstName, v8::Local<v8::V… 70 v8::Local<v8::Object> JS_NewFxDynamicObj(IJS_Runtime* pJSRuntime, IFXJS_Context* pJSContext, int … 71 v8::Local<v8::Object> JS_GetStaticObj(IJS_Runtime* pJSRuntime, int nObjDefnID); 73 v8::Local<v8::Object> JS_GetThisObj(IJS_Runtime * pJSRuntime); 74 int JS_GetObjDefnID(v8::Local<v8::Object> pObj); [all …]
|
/external/bison/darwin-lib/ |
D | configmake.h | 2 #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/ |
D | configmake.h | 2 #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/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpec.java | 50 * {@code null-ok;} local variable info associated with this register, 53 private final LocalItem local; field in RegisterSpec 61 * @param local {@code null-ok;} the associated local variable, if any 65 LocalItem local) { in intern() argument 67 theInterningItem.set(reg, type, local); in intern() 102 * @param local {@code non-null;} the associated local variable 106 LocalItem local) { in make() argument 107 if (local == null) { in make() 108 throw new NullPointerException("local == null"); in make() 111 return intern(reg, type, local); in make() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | DefaultDataContext.java | 26 * 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/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 49 v8::Local<v8::ObjectTemplate> objTemplate = v8::ObjectTemplate::New(isolate); in CJS_ObjDefintion() 107 …v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_obj… in JS_DefineObjMethod() 127 …v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_obj… in JS_DefineObjProperty() 144 …v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_obj… in JS_DefineObjAllProperties() 150 int JS_DefineObjConst(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sConstName, v8::Local… in JS_DefineObjConst() 164 …v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_obj… in JS_DefineObjConst() 197 v8::Local<v8::FunctionTemplate> funTempl = v8::FunctionTemplate::New(isolate, pMethodCall); in JS_DefineGlobalMethod() 198 v8::Local<v8::ObjectTemplate> objTemp; in JS_DefineGlobalMethod() 204 objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, globalObjTemp); in JS_DefineGlobalMethod() 212 int JS_DefineGlobalConst(IJS_Runtime* pJSRuntime, const wchar_t* sConstName, v8::Local<v8::Value> p… in JS_DefineGlobalConst() [all …]
|
/external/dexmaker/javadoc/com/google/dexmaker/ |
D | Code.html | 106 All data manipulation takes place in local variables. Each parameter gets its 107 …own local by default; access these using <A HREF="../../../com/google/dexmaker/Code.html#getParame… 108 …ker/Code.html#getThis(com.google.dexmaker.TypeId)"><CODE>getThis()</CODE></A>. Allocate a new local 110 …de.html#loadConstant(com.google.dexmaker.Local, T)"><CODE>loadConstant()</CODE></A>. Copy a value … 111 …./../com/google/dexmaker/Code.html#move(com.google.dexmaker.Local, com.google.dexmaker.Local)"><CO… 113 <p>Every local variable has a fixed type. This is either a primitive type (of 115 the types they operate on. Not all operations are local on all types; 119 …oogle.dexmaker.UnaryOp, com.google.dexmaker.Local, com.google.dexmaker.Local)"><CODE>op(UnaryOp, L… 120 ….google.dexmaker.BinaryOp, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmak… 121 Local, Local, Local)</CODE></A>. In either overload the first <code>Local</code> parameter [all …]
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 31 local DIR = arg[0]:match("^(.+)/[^/]+$") 33 local FLAGS = { 50 local ARGS = {} 53 local flag = arg[i]:match "^%-%-([%w_-]+)$" 55 local no, real_flag = flag:match "^(no)([%w_-]+)$" 69 local ARCHS = ARGS[1] and { ARGS[1] } or { 'ia32', 'arm', 'x64', 'arm64' } 71 local io = require "io" 72 local os = require "os" 82 local CLANG_BIN = os.getenv "CLANG_BIN" 83 local CLANG_PLUGINS = os.getenv "CLANG_PLUGINS" [all …]
|
/external/icu/icu4c/source/test/iotest/ |
D | Makefile.in | 44 -include Makefile.local 47 .PHONY : all all-local install install-local clean clean-local \ 48 distclean distclean-local dist dist-local check check-local xcheck \ 49 check-exhaustive check-exhaustive-local 55 all: all-local 56 install: install-local 57 clean: clean-local 58 distclean : distclean-local 59 dist: dist-local 60 check: all check-local [all …]
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | Code.java | 47 * All data manipulation takes place in local variables. Each parameter gets its 48 * own local by default; access these using {@link #getParameter 50 * parameter; it's available as {@link #getThis getThis()}. Allocate a new local 52 * with {@link #loadConstant loadConstant()}. Copy a value from one local to 55 * <p>Every local variable has a fixed type. This is either a primitive type (of 57 * the types they operate on. Not all operations are local on all types; 62 * #op(UnaryOp,Local,Local) op(UnaryOp, Local, Local)}. Transform two values 63 * into a third value using {@link #op(BinaryOp,Local,Local,Local) op(BinaryOp, 64 * Local, Local, Local)}. In either overload the first {@code Local} parameter 65 * is where the result will be sent; the other {@code Local} parameters are the [all …]
|
/external/vboot_reference/scripts/image_signing/ |
D | sign_official_build.sh | 98 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 …]
|
D | common_minimal.sh | 72 local tempfile=$(mktemp) 81 local tempdir=$(mktemp -d) 114 local block="$1" 115 local num="$2" 142 local mount_dir="$1" 150 local mount_dir="$1" 158 local mount_dir="$1" 166 local image=$1 167 local partnum=$2 168 local mount_dir=$3 [all …]
|
/external/icu/icu4c/source/samples/ |
D | Makefile.in | 26 .PHONY : all all-local all-recursive install install-local \ 27 install-recursive clean clean-local clean-recursive distclean \ 28 distclean-local distclean-recursive dist dist-recursive dist-local \ 29 check check-recursive check-local check-exhaustive 35 all: all-recursive all-local 36 install: install-recursive install-local 37 clean: clean-recursive clean-local 38 distclean : distclean-recursive distclean-local 39 dist: dist-recursive dist-local 46 #check: all check-recursive check-local [all …]
|
/external/icu/icu4c/source/tools/gentest/ |
D | Makefile.in | 32 .PHONY : all all-local install install-local clean clean-local \ 33 distclean distclean-local dist dist-local check check-local 39 all: all-local 40 install: install-local 41 clean: clean-local 42 distclean : distclean-local 43 dist: dist-local 44 check: all check-local 46 all-local: $(TARGET) 48 install-local: all-local [all …]
|
/external/icu/icu4c/source/test/perf/ |
D | Makefile.in | 27 .PHONY : everything all all-local all-recursive install install-local \ 28 install-recursive clean clean-local clean-recursive distclean \ 29 distclean-local distclean-recursive dist dist-recursive dist-local \ 30 check check-recursive check-local xperf xperf-recursive 36 everything: all-recursive all-local 42 install: install-recursive install-local 43 clean: clean-recursive clean-local 44 distclean : distclean-recursive distclean-local 48 dist: dist-recursive dist-local 49 check: everything check-recursive check-local [all …]
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | Makefile.in | 33 .PHONY : all all-local install install-local clean clean-local \ 34 distclean distclean-local dist dist-local check check-local install-man 40 all: all-local 41 install: install-local 42 clean: clean-local 43 distclean : distclean-local 44 dist: dist-local 45 check: all check-local 47 all-local: $(TARGET) 49 install-local: all-local [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | Makefile.in | 39 .PHONY : all all-local install install-local clean clean-local \ 40 distclean distclean-local dist dist-local check check-local 46 all: all-local 47 install: install-local 48 clean: clean-local 49 distclean : distclean-local 50 dist: dist-local 51 check: all check-local 52 c-all: c-all-local 53 c-check: c-all c-check-local [all …]
|
/external/icu/icu4c/source/samples/date/ |
D | Makefile.in | 31 .PHONY : all all-local install install-local clean clean-local \ 32 distclean distclean-local dist dist-local check check-local 38 all: all-local 39 install: install-local 40 clean: clean-local 41 distclean : distclean-local 42 dist: dist-local 43 check: all check-local 45 all-local: $(TARGET) 47 install-local: all-local [all …]
|
/external/icu/icu4c/source/samples/cal/ |
D | Makefile.in | 31 .PHONY : all all-local install install-local clean clean-local \ 32 distclean distclean-local dist dist-local check check-local 38 all: all-local 39 install: install-local 40 clean: clean-local 41 distclean : distclean-local 42 dist: dist-local 43 check: all check-local 45 all-local: $(TARGET) 47 install-local: all-local [all …]
|
/external/icu/icu4c/source/test/compat/ |
D | Makefile.in | 31 .PHONY : all all-local install install-local clean clean-local \ 32 distclean distclean-local dist dist-local check check-local 38 all: all-local 39 install: install-local 40 clean: clean-local 41 distclean : distclean-local 42 dist: dist-local 43 check: all check-local 45 all-local: $(TARGET) 47 install-local: all-local [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | Makefile.in | 58 -include Makefile.local 61 .PHONY : all all-local install install-local clean clean-local \ 62 distclean distclean-local dist dist-local check check-local xcheck \ 63 check-exhaustive check-exhaustive-local 69 all: all-local 70 install: install-local 71 clean: clean-local 72 distclean : distclean-local 73 dist: dist-local 74 check: all check-local [all …]
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | Makefile.in | 31 .PHONY : all all-local install install-local clean clean-local \ 32 distclean distclean-local dist dist-local check check-local 38 all: all-local 39 install: install-local 40 clean: clean-local 41 distclean : distclean-local 42 dist: dist-local 43 check: all check-local 45 all-local: $(TARGET) 47 install-local: [all …]
|
/external/icu/icu4c/source/test/thaitest/ |
D | Makefile.in | 34 .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 …]
|