Home
last modified time | relevance | path

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

12345678910>>...128

/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_conntrack_tuple.h20 u_int16_t all; member
56 u_int16_t all; member
88 (tuple)->src.u.all = 0; \
89 (tuple)->dst.u.all = 0; \
97 NIPQUAD((tp)->src.ip), ntohs((tp)->src.u.all), \
98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all))
117 && t1->src.u.all == t2->src.u.all; in ip_ct_tuple_src_equal()
124 && t1->dst.u.all == t2->dst.u.all in ip_ct_tuple_dst_equal()
140 || ((t->src.u.all ^ tuple->src.u.all) & mask->src.u.all) in ip_ct_tuple_mask_cmp()
141 || ((t->dst.u.all ^ tuple->dst.u.all) & mask->dst.u.all) in ip_ct_tuple_mask_cmp()
/external/icu4c/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/icu4c/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/icu4c/test/iotest/
DMakefile.in46 .PHONY : all all-local install install-local clean clean-local \
54 all: all-local
59 check: all check-local
60 xcheck: all xcheck-local
61 check-exhaustive: all check-exhaustive-local
63 all-local: $(TARGET)
76 check-local: all-local
79 check-exhaustive-local: all-local
83 xcheck-local: all-local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DListGenerators.java80 String[] all = new String[elements.length + suffix.length]; in create() local
81 System.arraycopy(elements, 0, all, 0, elements.length); in create()
82 System.arraycopy(suffix, 0, all, elements.length, suffix.length); in create()
83 return ImmutableList.copyOf(all) in create()
92 String[] all = new String[elements.length + prefix.length]; in create() local
93 System.arraycopy(prefix, 0, all, 0, 2); in create()
94 System.arraycopy(elements, 0, all, 2, elements.length); in create()
95 return ImmutableList.copyOf(all) in create()
106 String[] all = new String[2 + elements.length + 2]; in create() local
107 System.arraycopy(prefix, 0, all, 0, 2); in create()
[all …]
/external/icu4c/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/compiler-rt/lib/
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()
195 *rem = n.all; in __udivmoddi4()
243 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()
245 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()
198 *rem = n.all; in __udivmodti4()
246 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
248 r.all -= d.all & s; in __udivmodti4()
[all …]
/external/chromium/testing/gmock/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/icu4c/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/icu4c/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/icu4c/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
40 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
41 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
42 … $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
43 $(call all-c-files-under, src/adaptation) \
44 $(call all-cpp-files-under, src/adaptation) \
45 $(call all-c-files-under, src/gki) \
57 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
58 $(call all-cpp-files-under, $(HALIMPL))
77 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/icu4c/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/icu4c/test/compat/
DMakefile.in31 .PHONY : all all-local install install-local clean clean-local \
38 all: all-local
43 check: all check-local
45 all-local: $(TARGET)
47 install-local: all-local
/external/icu4c/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/icu4c/tools/makeconv/
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/icu4c/tools/gencfu/
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
/external/icu4c/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/icu4c/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
/external/icu4c/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/icu4c/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/icu4c/tools/genbrk/
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
/external/icu4c/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/icu4c/samples/date/
DMakefile.in31 .PHONY : all all-local install install-local clean clean-local \
38 all: all-local
43 check: all check-local
45 all-local: $(TARGET)
47 install-local: all-local

12345678910>>...128