/sdk/lint/libs/lint_checks/tests/ |
Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 29 # Build all sub-directories 30 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/sdk/ninepatch/tests/ |
Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 32 # Build all sub-directories 33 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/sdk/uiautomatorviewer/ |
Android.mk | 18 LOCAL_SRC_FILES := $(call all-java-files-under, src) 35 # Build all sub-directories 36 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/dalvik/dx/src/com/android/dx/io/ |
CodeReader.java | 33 * Sets {@code visitor} as the visitor for all instructions. 44 * Sets {@code visitor} as the visitor for all instructions not 52 * Sets {@code visitor} as the visitor for all string instructions. 59 * Sets {@code visitor} as the visitor for all type instructions. 66 * Sets {@code visitor} as the visitor for all field instructions. 73 * Sets {@code visitor} as the visitor for all method instructions. 99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { 114 visitor.visit(all, one); 119 void visit(DecodedInstruction[] all, DecodedInstruction one);
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/ |
RealmChoiceCallbackTest.java | 70 boolean all = ref.allowMultipleSelections(); 71 assertEquals(all, test.allowMultipleSelections()); 87 if (!all) {
|
/external/compiler-rt/test/Unit/ |
negvti2_test.c | 33 at.all = a; 35 xt.all = x; 37 expectedt.all = expected;
|
multi3_test.c | 27 at.all = a; 29 bt.all = b; 31 xt.all = x; 33 expectedt.all = expected;
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
CodeReader.java | 33 * Sets {@code visitor} as the visitor for all instructions. 44 * Sets {@code visitor} as the visitor for all instructions not 52 * Sets {@code visitor} as the visitor for all string instructions. 59 * Sets {@code visitor} as the visitor for all type instructions. 66 * Sets {@code visitor} as the visitor for all field instructions. 73 * Sets {@code visitor} as the visitor for all method instructions. 99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { 114 visitor.visit(all, one); 119 void visit(DecodedInstruction[] all, DecodedInstruction one);
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
negvti2_test.c | 33 at.all = a; 35 xt.all = x; 37 expectedt.all = expected;
|
/cts/tests/tests/dpi/ |
Android.mk | 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 30 /* add to set of all non terminals and check for duplicates */ 57 /** Table of all non-terminals -- elements are stored using name strings 62 /** Access to all non-terminals. */ 63 public static Enumeration all() {return _all.elements();}; method in class:non_terminal 118 /** Compute nullability of all non-terminals. */ 133 for (e=all(); e.hasMoreElements(); ) 149 /* do one last pass over the productions to finalize all of them */ 150 for (e=production.all(); e.hasMoreElements(); ) 159 /** Compute first sets for all non-terminals. This assumes nullability has 178 for (n = all(); n.hasMoreElements(); [all...] |
/dalvik/dexgen/ |
Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 26 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/bison/ |
GNUmakefile | 48 all:
|
/external/blktrace/btreplay/doc/ |
Makefile | 3 all: btreplay.dvi btreplay.pdf
|
/external/blktrace/btt/doc/ |
Makefile | 3 all: btt.pdf
|
/external/checkpolicy/test/ |
Makefile | 14 all: dispol dismod
|
/external/clang/test/PCH/ |
objc_container.h | 13 void all() { function
|
/external/dhcpcd/dhcpcd-hooks/ |
Makefile | 10 all:
|
/external/dnsmasq/ |
Makefile | 37 all : dnsmasq 49 install : all install-common 56 all-i18n : 68 install-i18n : all-i18n install-common
|
/external/icu4c/samples/uresb/ |
resources.mak | 2 ## Corporation and others. All Rights Reserved. 14 all : $(TARGETS) 15 @echo All targets are up to date
|
/external/iproute2/include/linux/ |
netfilter.h | 52 __u32 all[4]; member in union:nf_inet_addr
|
/external/iproute2/lib/ |
Makefile | 7 all: libnetlink.a libutil.a
|
/external/iptables/include/linux/ |
netfilter.h | 52 __u32 all[4]; member in union:nf_inet_addr
|
/external/junit/src/org/junit/runner/notification/ |
RunNotifier.java | 39 for (Iterator<RunListener> all= fListeners.iterator(); all.hasNext();) 41 notifyListener(all.next()); 43 all.remove(); // Remove the offending listener first to avoid an infinite loop
|
/external/llvm/utils/llvm-lit/ |
Makefile | 14 all:: $(ToolDir)/llvm-lit
|