/external/icu4c/test/perf/convperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/dicttrieperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/howExpensiveIs/ |
Makefile.in | 3 ## others. All Rights Reserved. 31 .PHONY : all all-local install install-local clean clean-local \ 38 all: all-local 43 check: all check-local 45 all-local: $(TARGET) 58 invoke check-local: all-local
|
/external/icu4c/test/perf/normperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/strsrchperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/ubrkperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/unisetperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/usetperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/ustrperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/utfperf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/perf/utrie2perf/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/icu4c/test/thaitest/ |
Makefile.in | 3 ## others. All Rights Reserved. 34 .PHONY : all all-local install install-local clean clean-local \ 41 all: all-local 46 check: all check-local 48 all-local: $(TARGET) 61 check-local: all-local
|
/external/icu4c/test/threadtest/ |
Makefile.in | 3 ## others. All Rights Reserved. 41 .PHONY : all all-local install install-local clean clean-local \ 48 all: all-local 53 check: all check-local 55 all-local: $(TARGET) 68 check-local: all-local
|
/external/icu4c/tools/dumpce/ |
Makefile.in | 3 ## others. All Rights Reserved. 30 .PHONY : all all-local install install-local clean clean-local \ 37 all: all-local 42 check: all check-local 44 all-local: $(TARGET) 57 check-local: all-local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
ListGenerators.java | 80 String[] all = new String[elements.length + suffix.length]; local 81 System.arraycopy(elements, 0, all, 0, elements.length); 82 System.arraycopy(suffix, 0, all, elements.length, suffix.length); 83 return ImmutableList.copyOf(all) 92 String[] all = new String[elements.length + prefix.length]; local 93 System.arraycopy(prefix, 0, all, 0, 2); 94 System.arraycopy(elements, 0, all, 2, elements.length); 95 return ImmutableList.copyOf(all) 106 String[] all = new String[2 + elements.length + 2]; local 107 System.arraycopy(prefix, 0, all, 0, 2) [all...] |
/external/compiler-rt/lib/ |
multi3.c | 40 return r.all; 49 x.all = a; 51 y.all = b; 53 r.all = __mulddi3(x.s.low, y.s.low); 55 return r.all;
|
/external/protobuf/gtest/make/ |
Makefile | 7 # make [all] - makes everything. 9 # make clean - removes all files generated by make. 28 # All tests produced by this Makefile. Remember to add new tests you 32 # All Google Test headers. Usually you shouldn't change this 39 all : $(TESTS) 54 gtest-all.o : $(GTEST_SRCS_) 55 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_DIR)/src/gtest-all.cc 60 gtest.a : gtest-all.o 63 gtest_main.a : gtest-all.o gtest_main.o
|
/external/icu4c/test/testmap/ |
Makefile.in | 3 ## others. All Rights Reserved. 34 .PHONY : all all-local install install-local clean clean-local \ 41 Xall: all-local 46 check: all check-local 48 all-local: $(TARGET) 61 check-local: all-local
|
/external/iptables/include/net/netfilter/ |
nf_conntrack_tuple.h | 28 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) 35 __be16 all; member in union:nf_conntrack_man_proto 76 __be16 all; member in union:nf_conntrack_tuple::__anon9323::__anon9324
|
/external/webkit/Tools/RebaselineQueueServer/model/ |
queueentry.py | 1 # Copyright (C) 2011 Google Inc. All rights reserved. 46 query = QueueEntry.all() 53 query = QueueEntry.all() 59 query = QueueEntry.all()
|
/hardware/msm7k/ |
Android.mk | 23 include $(call all-named-subdir-makefiles,$(msm7k_dirs)) 26 include $(call all-named-subdir-makefiles,$(qsd8k_dirs)) 29 include $(call all-named-subdir-makefiles,$(msm7x30_dirs))
|
/dalvik/dx/src/ |
Android.mk | 12 LOCAL_SRC_FILES := $(call all-subdir-java-files) 27 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
|
/development/samples/ApiDemos/tests/ |
Android.mk | 9 # Include all test java files. 10 LOCAL_SRC_FILES := $(call all-java-files-under, src) 14 # automatically get all of its classes loaded into our environment.
|
/external/chromium/sdch/open-vcdiff/ |
autogen.sh | 46 autoconf -f -W all,no-obsolete 47 autoheader -f -W all 48 "$AUTOMAKE" -a -c -f -W all
|
/external/junit/src/org/junit/internal/matchers/ |
IsCollectionContaining.java | 49 Collection<Matcher<? extends Iterable<T>>> all local 52 all.add(hasItem(elementMatcher)); 54 return allOf(all); 59 Collection<Matcher<? extends Iterable<T>>> all local 62 all.add(hasItem(element)); 64 return allOf(all);
|