Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 3432) sorted by relevance

12345678910>>...138

/external/libedit/
DChangeLog8 * all: sync with upstream source.
41 * all: sync with upstream source.
47 * all: sync with upstream source.
53 * all: sync with upstream source.
59 * all: sync with upstream source.
65 * all: sync with upstream source.
71 * all: sync with upstream source.
77 * all: sync with upstream source.
83 * all: sync with upstream source.
89 * all: sync with upstream source.
[all …]
/external/icu/icu4c/source/samples/layout/
DMakefile.in39 .PHONY : all all-local install install-local clean clean-local \
46 all: all-local
51 check: all check-local
52 c-all: c-all-local
53 c-check: c-all c-check-local
55 all-local: $(TARGET)
57 c-all-local: $(CTARGET)
70 check-local: all-local
73 c-check-local: c-all-local
/external/icu/icu4c/source/samples/
DMakefile.in26 .PHONY : all all-local all-recursive install install-local \
35 all: all-recursive all-local
41 all-samples: all-samples-recursive
47 check: all check-local
52 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
69 all-samples-recursive check-samples-recursive clean-samples-recursive:
88 all-local:
/external/okhttp/
DAndroid.mk18 okhttp_common_src_files := $(call all-java-files-under,okhttp/src/main/java)
19 okhttp_common_src_files += $(call all-java-files-under,okhttp-urlconnection/src/main/java)
20 okhttp_common_src_files += $(call all-java-files-under,okhttp-android-support/src/main/java)
21 okhttp_common_src_files += $(call all-java-files-under,okio/okio/src/main/java)
23 okhttp_system_src_files += $(call all-java-files-under, android/main/java)
25 okhttp_test_src_files := $(call all-java-files-under,okhttp-tests/src/test/java)
26 okhttp_test_src_files += $(call all-java-files-under,okhttp-urlconnection/src/test/java)
27 okhttp_test_src_files += $(call all-java-files-under,okhttp-android-support/src/test/java)
28 okhttp_test_src_files += $(call all-java-files-under,okio/okio/src/test/java)
29 okhttp_test_src_files += $(call all-java-files-under,mockwebserver/src/main/java)
[all …]
/external/icu/icu4c/source/test/iotest/
DMakefile.in47 .PHONY : all all-local install install-local clean clean-local \
55 all: all-local
60 check: all check-local
61 xcheck: all xcheck-local
62 check-exhaustive: all check-exhaustive-local
64 all-local: $(TARGET)
77 check-local: all-local
80 check-exhaustive-local: all-local
84 xcheck-local: all-local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DListGenerators.java83 String[] all = new String[elements.length + suffix.length]; in create() local
84 System.arraycopy(elements, 0, all, 0, elements.length); in create()
85 System.arraycopy(suffix, 0, all, elements.length, suffix.length); in create()
86 return ImmutableList.copyOf(all) in create()
95 String[] all = new String[elements.length + prefix.length]; in create() local
96 System.arraycopy(prefix, 0, all, 0, 2); in create()
97 System.arraycopy(elements, 0, all, 2, elements.length); in create()
98 return ImmutableList.copyOf(all) in create()
109 String[] all = new String[2 + elements.length + 2]; in create() local
110 System.arraycopy(prefix, 0, all, 0, 2); in create()
[all …]
/external/v8/test/webkit/fast/js/
DPromise-static-all-expected.txt1 Test Promise.all
6 PASS Promise.all() is rejected.
7 PASS Promise.all([]) is fulfilled.
9 PASS Promise.all([p1, p2, p3]) is fulfilled.
14 PASS Promise.all([p1, p6, p5]) is rejected.
16 PASS Promise.all([p9]) is fulfilled.
19 PASS Promise.all([p9,,,]) is fulfilled.
24 PASS Promise.all([p9,42]) is fulfilled.
28 PASS Promise.all({}) is rejected.
DPromise-static-all.js40 Promise.all([p1, p2, p5]).then(function(result) {
46 Promise.all().then(function() {
50 return Promise.all([]).then(function(localResult) {
58 return Promise.all([p1, p2, p3]).then(function(localResult) {
69 return Promise.all([p1, p6, p5]).then(function(localResult) {
77 return Promise.all([p9]).then(function(localResult) {
87 return Promise.all([p9,,,]).then(function(localResult) {
100 return Promise.all([p9,42]).then(function(localResult) {
110 return Promise.all({}).then(function(localResult) {
/external/icu/icu4c/source/extra/
DMakefile.in27 .PHONY : all all-local all-recursive install install-local \
36 all: all-recursive all-local
41 check: all check-recursive check-local
46 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
63 all-local:
/external/google-breakpad/src/testing/make/
DMakefile53 all : $(TESTS) target
74 gtest-all.o : $(GTEST_SRCS_)
76 -c $(GTEST_DIR)/src/gtest-all.cc
78 gmock-all.o : $(GMOCK_SRCS_)
80 -c $(GMOCK_DIR)/src/gmock-all.cc
86 gmock.a : gmock-all.o gtest-all.o
89 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o
/external/compiler-rt/lib/builtins/
Dudivmoddi4.c29 n.all = a; in __udivmoddi4()
31 d.all = b; in __udivmoddi4()
80 *rem = r.all; in __udivmoddi4()
94 *rem = r.all; in __udivmoddi4()
107 *rem = n.all; in __udivmoddi4()
132 return n.all; in __udivmoddi4()
136 return q.all; in __udivmoddi4()
181 *rem = n.all; in __udivmoddi4()
223 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()
225 r.all -= d.all & s; in __udivmoddi4()
[all …]
Dudivmodti4.c31 n.all = a; in __udivmodti4()
33 d.all = b; in __udivmodti4()
82 *rem = r.all; in __udivmodti4()
96 *rem = r.all; in __udivmodti4()
109 *rem = n.all; in __udivmodti4()
134 return n.all; in __udivmodti4()
138 return q.all; in __udivmodti4()
184 *rem = n.all; in __udivmodti4()
228 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
230 r.all -= d.all & s; in __udivmodti4()
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test1 …s/macho-universal.x86_64.i386 -d -m -no-show-raw-insn -full-leading-addr -print-imm-hex -arch all \
2 RUN: | FileCheck %s -check-prefix UEXE-all
10 UEXE-all: macho-universal.x86_64.i386 (architecture x86_64):
11 UEXE-all: (__TEXT,__text) section
12 UEXE-all: _main:
13 UEXE-all: 0000000100000f60 pushq %rbp
14 UEXE-all: 0000000100000f61 movq %rsp, %rbp
15 UEXE-all: macho-universal.x86_64.i386 (architecture i386):
16 UEXE-all: (__TEXT,__text) section
17 UEXE-all: _main:
[all …]
/external/icu/icu4c/source/tools/gentest/
DMakefile.in32 .PHONY : all all-local install install-local clean clean-local \
39 all: all-local
44 check: all check-local
46 all-local: $(TARGET)
48 install-local: all-local
59 check-local: all-local
/external/icu/icu4c/source/tools/gennorm2/
DMakefile.in33 .PHONY : all all-local install install-local clean clean-local \
40 all: all-local
45 check: all check-local
47 all-local: $(TARGET)
49 install-local: all-local
62 check-local: all-local
/external/icu/icu4c/source/tools/
DMakefile.in21 .PHONY : all all-local all-recursive install install-local \
30 all: all-recursive
35 check: all check-recursive
40 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
57 all-local: build-local
/external/libnfc-nci/
DAndroid.mk2 define all-cpp-files-under
41 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
42 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
43 … $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
44 $(call all-c-files-under, src/adaptation) \
45 $(call all-cpp-files-under, src/adaptation) \
46 $(call all-c-files-under, src/gki) \
60 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
61 $(call all-cpp-files-under, $(HALIMPL)) \
82 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/v8/
DChangeLog3 Performance and stability improvements on all platforms.
12 Performance and stability improvements on all platforms.
17 Performance and stability improvements on all platforms.
22 Performance and stability improvements on all platforms.
29 Performance and stability improvements on all platforms.
41 Performance and stability improvements on all platforms.
51 Performance and stability improvements on all platforms.
65 Performance and stability improvements on all platforms.
76 Performance and stability improvements on all platforms.
85 Performance and stability improvements on all platforms.
[all …]
/external/icu/icu4c/source/tools/icuswap/
DMakefile.in37 .PHONY : all all-local install install-local clean clean-local \
44 all: all-local
49 check: all check-local
51 all-local: $(TARGET) $(MAN_FILES)
53 install-local: all-local install-man
71 check-local: all-local
/external/icu/icu4c/source/tools/icupkg/
DMakefile.in37 .PHONY : all all-local install install-local clean clean-local \
44 all: all-local
49 check: all check-local
51 all-local: $(TARGET) $(MAN_FILES)
53 install-local: all-local install-man
71 check-local: all-local
/external/icu/icu4c/source/tools/genccode/
DMakefile.in38 .PHONY : all all-local install install-local clean clean-local \
45 all: all-local
50 check: all check-local
52 all-local: $(TARGET) $(MAN_FILES)
54 install-local: all-local install-man
71 check-local: all-local
/external/icu/icu4c/source/tools/gencmn/
DMakefile.in38 .PHONY : all all-local install install-local clean clean-local \
45 all: all-local
50 check: all check-local
52 all-local: $(TARGET) $(MAN_FILES)
54 install-local: all-local install-man
71 check-local: all-local
/external/icu/icu4c/source/tools/gensprep/
DMakefile.in38 .PHONY : all all-local install install-local clean clean-local \
45 all: all-local
50 check: all check-local
52 all-local: $(TARGET) $(MAN_FILES)
54 install-local: all-local install-man
71 check-local: all-local
/external/icu/icu4c/source/tools/gencnval/
DMakefile.in38 .PHONY : all all-local install install-local clean clean-local \
45 all: all-local
50 check: all check-local
52 all-local: $(TARGET) $(MAN_FILES)
54 install-local: all-local install-man
71 check-local: all-local
/external/icu/icu4c/source/tools/gendict/
DMakefile.in37 .PHONY : all all-local install install-local clean clean-local \
44 all: all-local
49 check: all check-local
51 all-local: $(TARGET) $(MAN_FILES)
53 install-local: all-local install-man
70 check-local: all-local

12345678910>>...138