Home
last modified time | relevance | path

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

12345678910>>...331

/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/oprofile/events/x86-64/family10/
Dunit_masks144 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/O
149 0xa8 Requests Local CPU to Local Memory
150 0xaa Requests Local (CPU or I/O) to Local Memory
151 0xac Requests Local CPU to Local (I/O or Mem)
152 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
153 0x91 Requests Local I/O to Remote I/O
[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/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java50 * {@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/chromium_org/third_party/icu/source/test/iotest/
DMakefile.in43 -include Makefile.local
46 .PHONY : all all-local install install-local clean clean-local \
47 distclean distclean-local dist dist-local check check-local xcheck \
48 check-exhaustive check-exhaustive-local
54 all: all-local
55 install: install-local
56 clean: clean-local
57 distclean : distclean-local
58 dist: dist-local
59 check: all check-local
[all …]
/external/icu/icu4c/source/test/iotest/
DMakefile.in44 -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/icu/icu4c/source/tools/gentest/
DMakefile.in32 .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/chromium_org/third_party/icu/source/tools/gentest/
DMakefile.in32 .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/oprofile/events/x86-64/hammer/
Dunit_masks125 0xa1 Requests Local I/O to Local I/O
126 0xa2 Requests Local I/O to Local Memory
127 0xa3 Requests Local I/O to Local (I/O or Mem)
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/O
130 0xa8 Requests Local CPU to Local Memory
131 0xaa Requests Local (CPU or I/O) to Local Memory
132 0xac Requests Local CPU to Local (I/O or Mem)
133 0xaf Requests Local (CPU or I/O) to Local (I/O or Mem)
134 0x91 Requests Local I/O to Remote I/O
[all …]
/external/chromium_org/v8/tools/gcmole/
Dgcmole.lua31 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/compat/
DMakefile.in31 .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/chromium_org/third_party/icu/source/test/compat/
DMakefile.in31 .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/chromium_org/third_party/icu/source/samples/date/
DMakefile.in31 .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/date/
DMakefile.in31 .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/
DMakefile.in31 .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/chromium_org/third_party/icu/source/samples/cal/
DMakefile.in31 .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/tools/gennorm2/
DMakefile.in33 .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/chromium_org/third_party/icu/source/tools/gennorm2/
DMakefile.in33 .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/test/perf/
DMakefile.in27 .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/chromium_org/third_party/icu/source/test/perf/
DMakefile.in27 .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/samples/
DMakefile.in26 .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/chromium_org/third_party/icu/source/samples/
DMakefile.in26 .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/test/perf/howExpensiveIs/
DMakefile.in31 .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/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
DMakefile.in31 .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 …]

12345678910>>...331