Home
last modified time | relevance | path

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

12345678910>>...241

/external/v8/
DChangeLog3 Performance and stability improvements on all platforms.
8 Performance and stability improvements on all platforms.
13 Performance and stability improvements on all platforms.
18 Performance and stability improvements on all platforms.
23 Performance and stability improvements on all platforms.
28 Performance and stability improvements on all platforms.
33 Performance and stability improvements on all platforms.
38 Performance and stability improvements on all platforms.
43 Performance and stability improvements on all platforms.
48 Performance and stability improvements on all platforms.
[all …]
/external/swiftshader/third_party/LLVM/test/lib/
Dllvm.exp59 regsub -all {%%} $new_line {_#MARKER#_} new_line
61 regsub -all {%llvmgcc_only} $new_line "$llvmgcc" new_line
63 regsub -all {%llvmgcc} $new_line "$llvmgcc $emitir -w" new_line
65 regsub -all {%llvmgxx} $new_line "$llvmgxx $emitir -w" new_line
67 regsub -all {%compile_cxx} $new_line "$compile_cxx" new_line
69 regsub -all {%compile_c} $new_line "$compile_c" new_line
71 regsub -all {%link} $new_line "$link" new_line
73 regsub -all {%shlibext} $new_line "$shlibext" new_line
75 regsub -all {%ocamlopt} $new_line "$ocamlopt" new_line
77 regsub -all {%llvmdsymutil} $new_line "$llvmdsymutil" new_line
[all …]
/external/iptables/extensions/
Dlibxt_sctp.t12 -p sctp -m sctp --chunk-types all DATA;=;OK
13 -p sctp -m sctp --chunk-types all INIT;=;OK
14 -p sctp -m sctp --chunk-types all INIT_ACK;=;OK
15 -p sctp -m sctp --chunk-types all SACK;=;OK
16 -p sctp -m sctp --chunk-types all HEARTBEAT;=;OK
17 -p sctp -m sctp --chunk-types all HEARTBEAT_ACK;=;OK
18 -p sctp -m sctp --chunk-types all ABORT;=;OK
19 -p sctp -m sctp --chunk-types all SHUTDOWN;=;OK
20 -p sctp -m sctp --chunk-types all SHUTDOWN_ACK;=;OK
21 -p sctp -m sctp --chunk-types all ERROR;=;OK
[all …]
/external/mesa3d/docs/
Dfeatures.txt5 all DONE: <driver>, ...
13 The extension is done for Mesa and all the drivers in the "all DONE" list.
16 The extension is done for Mesa, all the drivers in the "all DONE" list, and
17 all the drivers in the brackets.
29 version with all deprecated features is 3.0. Some of the later GL features
36 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
47 GL_ARB_half_float_pixel DONE (all drivers)
68 GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
81 GL 3.2, GLSL 1.50 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
96 GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
[all …]
/external/robolectric/v3/
DREADME.txt17 runtime/android-all-4.1.2_r1-robolectric-0.jar
18 … http://central.maven.org/maven2/org/robolectric/android-all/4.1.2_r1-robolectric-0/android-all-4.…
20 runtime/android-all-4.2.2_r1.2-robolectric-0.jar
21 …http://central.maven.org/maven2/org/robolectric/android-all/4.2.2_r1.2-robolectric-0/android-all-4…
23 runtime/android-all-4.3_r2-robolectric-0.jar
24 …: http://central.maven.org/maven2/org/robolectric/android-all/4.3_r2-robolectric-0/android-all-4.3…
26 runtime/android-all-4.4_r1-robolectric-1.jar
27 …: http://central.maven.org/maven2/org/robolectric/android-all/4.4_r1-robolectric-1/android-all-4.4…
29 runtime/android-all-5.0.0_r2-robolectric-1.jar
30 … http://central.maven.org/maven2/org/robolectric/android-all/5.0.0_r2-robolectric-1/android-all-5.…
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java102 ArrayList<Account> all = new ArrayList<Account>(); in testAB() local
103 all.add(supersaver); in testAB()
104 all.add(generalAccount); in testAB()
109 customerAB.aAll = all; in testAB()
124 ArrayList<Account> all = new ArrayList<Account>(); in testAB_Set() local
125 all.add(supersaver); in testAB_Set()
126 all.add(generalAccount); in testAB_Set()
131 customerAB.aAll = all; in testAB_Set()
146 ArrayList<Account> all = new ArrayList<Account>(); in testABWithCustomTag() local
147 all.add(supersaver); in testABWithCustomTag()
[all …]
/external/lz4/
DMakefile53 .PHONY: default all lib lz4 clean test versionsTest examples
60 all: target
109 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(LZ4DIR) all CC=clang
110 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(PRGDIR) all CC=clang
111 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(TESTDIR) all CC=clang
115 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(LZ4DIR) all CC=clang
126 CFLAGS=-g scan-build --status-bugs -v $(MAKE) all
131 CFLAGS="-O3 -Werror" $(MAKE) -C $(LZ4DIR) all
132 CFLAGS="-O3 -Werror -static" $(MAKE) -C $(PRGDIR) all
133 CFLAGS="-O3 -Werror -static" $(MAKE) -C $(TESTDIR) all
[all …]
/external/ltp/testcases/open_posix_testsuite/
DMakefile35 all: conformance-all functional-all stress-all tools-all target
64 conformance-all: $(CRITICAL_MAKEFILE)
66 @$(BUILD_MAKE) -C conformance -j1 all
75 functional-all: $(CRITICAL_MAKEFILE)
77 @$(BUILD_MAKE) -C functional -j1 all
86 stress-all: $(CRITICAL_MAKEFILE)
88 @$(BUILD_MAKE) -C stress -j1 all
101 tools-all:
102 @$(MAKE) -C tools all
/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.in42 .PHONY : all all-local install install-local clean clean-local \
49 all: all-local
54 check: all check-local
55 c-all: c-all-local
56 c-check: c-all c-check-local
58 all-local: $(TARGET)
60 c-all-local: $(CTARGET)
73 check-local: all-local
76 c-check-local: c-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)
24 okhttp_system_src_files += $(call all-java-files-under, android/main/java)
26 okhttp_test_src_files := $(call all-java-files-under,android/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,okhttp-testing-support/src/main/java)
29 okhttp_test_src_files += $(call all-java-files-under,okhttp-tests/src/test/java)
30 okhttp_test_src_files += $(call all-java-files-under,okhttp-urlconnection/src/test/java)
[all …]
/external/icu/icu4c/source/samples/
DMakefile.in29 .PHONY : all all-local all-recursive install install-local \
38 all: all-recursive all-local
44 all-samples: all-samples-recursive
50 check: all check-local
55 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
72 all-samples-recursive check-samples-recursive clean-samples-recursive:
91 all-local:
/external/icu/icu4c/source/test/iotest/
DMakefile.in49 .PHONY : all all-local install install-local clean clean-local \
57 all: all-local
62 check: all check-local
63 xcheck: all xcheck-local
64 check-exhaustive: all check-exhaustive-local
66 all-local: $(TARGET)
79 check-local: all-local
82 check-exhaustive-local: all-local
86 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/icu/icu4c/source/extra/
DMakefile.in29 .PHONY : all all-local all-recursive install install-local \
38 all: all-recursive all-local
43 check: all check-recursive check-local
48 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
65 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/v8/testing/gmock/make/
DMakefile56 all : $(TESTS) target
77 gtest-all.o : $(GTEST_SRCS_)
79 -c $(GTEST_DIR)/src/gtest-all.cc
81 gmock-all.o : $(GMOCK_SRCS_)
83 -c $(GMOCK_DIR)/src/gmock-all.cc
89 gmock.a : gmock-all.o gtest-all.o
92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o
/external/googletest/googlemock/make/
DMakefile56 all : $(TESTS) target
77 gtest-all.o : $(GTEST_SRCS_)
79 -c $(GTEST_DIR)/src/gtest-all.cc
81 gmock-all.o : $(GMOCK_SRCS_)
83 -c $(GMOCK_DIR)/src/gmock-all.cc
89 gmock.a : gmock-all.o gtest-all.o
92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o
/external/toybox/scripts/
Dmkflags.c33 char *mark_gaps(char *flags, char *all) in mark_gaps() argument
40 while (isspace(*all)) all++; in mark_gaps()
42 n = new = strdup(all); in mark_gaps()
43 while (*all) { in mark_gaps()
45 if (*all == '(') { in mark_gaps()
48 while (all[len++] != ')'); in mark_gaps()
49 if (strncmp(flags, all, len)) { in mark_gaps()
53 memcpy(new, all, len); in mark_gaps()
57 all += len; in mark_gaps()
60 c = *(all++); in mark_gaps()
[all …]
/external/icu/icu4c/source/tools/gentest/
DMakefile.in34 .PHONY : all all-local install install-local clean clean-local \
41 all: all-local
46 check: all check-local
48 all-local: $(TARGET)
50 install-local: all-local
61 check-local: all-local
/external/icu/icu4c/source/tools/gennorm2/
DMakefile.in35 .PHONY : all all-local install install-local clean clean-local \
42 all: all-local
47 check: all check-local
49 all-local: $(TARGET)
51 install-local: all-local
64 check-local: all-local
/external/selinux/prebuilts/bin/
Dseinfo.py118 if args.boolquery or args.all:
125 if args.mlscatsquery or args.all:
132 if args.classquery or args.all:
139 if args.commonquery or args.all:
146 if args.constraintquery or args.all:
153 if args.defaultquery or args.all:
160 if args.fsusequery or args.all:
167 if args.genfsconquery or args.all:
174 if args.initialsidquery or args.all:
181 if args.netifconquery or args.all:
[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
12 UEXE-all: macho-universal.x86_64.i386 (architecture x86_64):
13 UEXE-all: (__TEXT,__text) section
14 UEXE-all: _main:
15 UEXE-all: 0000000100000f60 pushq %rbp
16 UEXE-all: 0000000100000f61 movq %rsp, %rbp
17 UEXE-all: macho-universal.x86_64.i386 (architecture i386):
18 UEXE-all: (__TEXT,__text) section
19 UEXE-all: _main:
[all …]

12345678910>>...241