/external/kernel-headers/original/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 20 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/ |
D | Makefile.in | 39 .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/ |
D | Makefile.in | 26 .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 51 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 68 all-samples-recursive check-samples-recursive clean-samples-recursive: 87 all-local:
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | ListGenerators.java | 80 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/ |
D | Makefile.in | 27 .PHONY : all all-local all-recursive install install-local \ 36 all: all-recursive all-local 41 check: all check-recursive check-local 44 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 61 all-local:
|
/external/compiler-rt/lib/ |
D | udivmodti4.c | 31 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 …]
|
D | udivmoddi4.c | 29 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 …]
|
/external/chromium/testing/gmock/make/ |
D | Makefile | 53 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/ |
D | Makefile.in | 35 .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 62 check-local: all-local
|
/external/icu4c/test/iotest/ |
D | Makefile.in | 49 .PHONY : all all-local install install-local clean clean-local \ 56 all: all-local 61 check: all check-local 62 xcheck: all xcheck-local 64 all-local: $(TARGET) 77 check-local: all-local 81 xcheck-local: all-local
|
/external/icu4c/tools/gennorm2/ |
D | Makefile.in | 36 .PHONY : all all-local install install-local clean clean-local \ 43 all: all-local 48 check: all check-local 50 all-local: $(TARGET) 52 install-local: all-local 65 check-local: all-local
|
/external/icu4c/tools/ |
D | Makefile.in | 21 .PHONY : all all-local all-recursive install install-local \ 30 all: all-recursive 35 check: all check-recursive 38 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 55 all-local: build-local
|
/external/icu4c/tools/gencfu/ |
D | Makefile.in | 40 .PHONY : all all-local install install-local clean clean-local \ 47 all: all-local 52 check: all check-local 54 all-local: $(TARGET) $(MAN_FILES) 56 install-local: all-local install-man 73 check-local: all-local
|
/external/icu4c/tools/icuswap/ |
D | Makefile.in | 40 .PHONY : all all-local install install-local clean clean-local \ 47 all: all-local 52 check: all check-local 54 all-local: $(TARGET) $(MAN_FILES) 56 install-local: all-local install-man 74 check-local: all-local
|
/external/icu4c/tools/gensprep/ |
D | Makefile.in | 41 .PHONY : all all-local install install-local clean clean-local \ 48 all: all-local 53 check: all check-local 55 all-local: $(TARGET) $(MAN_FILES) 57 install-local: all-local install-man 74 check-local: all-local
|
/external/icu4c/tools/genctd/ |
D | Makefile.in | 40 .PHONY : all all-local install install-local clean clean-local \ 47 all: all-local 52 check: all check-local 54 all-local: $(TARGET) $(MAN_FILES) 56 install-local: all-local install-man 73 check-local: all-local
|
/external/icu4c/tools/genccode/ |
D | Makefile.in | 41 .PHONY : all all-local install install-local clean clean-local \ 48 all: all-local 53 check: all check-local 55 all-local: $(TARGET) $(MAN_FILES) 57 install-local: all-local install-man 74 check-local: all-local
|
/external/icu4c/tools/genbrk/ |
D | Makefile.in | 40 .PHONY : all all-local install install-local clean clean-local \ 47 all: all-local 52 check: all check-local 54 all-local: $(TARGET) $(MAN_FILES) 56 install-local: all-local install-man 73 check-local: all-local
|
/external/icu4c/tools/gencnval/ |
D | Makefile.in | 41 .PHONY : all all-local install install-local clean clean-local \ 48 all: all-local 53 check: all check-local 55 all-local: $(TARGET) $(MAN_FILES) 57 install-local: all-local install-man 74 check-local: all-local
|
/external/icu4c/tools/gencmn/ |
D | Makefile.in | 41 .PHONY : all all-local install install-local clean clean-local \ 48 all: all-local 53 check: all check-local 55 all-local: $(TARGET) $(MAN_FILES) 57 install-local: all-local install-man 74 check-local: all-local
|
/external/icu4c/tools/makeconv/ |
D | Makefile.in | 40 .PHONY : all all-local install install-local clean clean-local \ 47 all: all-local 52 check: all check-local 54 all-local: $(TARGET) $(MAN_FILES) 56 install-local: all-local install-man 74 check-local: all-local
|
/external/icu4c/tools/icupkg/ |
D | Makefile.in | 40 .PHONY : all all-local install install-local clean clean-local \ 47 all: all-local 52 check: all check-local 54 all-local: $(TARGET) $(MAN_FILES) 56 install-local: all-local install-man 74 check-local: all-local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonImmediates.td | 12 // For now, we use a generic print function for all operands. 21 // For now, we use a generic print function for all operands. 26 // For now, we use a generic print function for all operands. 31 // For now, we use a generic print function for all operands. 36 // For now, we use a generic print function for all operands. 41 // For now, we use a generic print function for all operands. 46 // For now, we use a generic print function for all operands. 51 // For now, we use a generic print function for all operands. 56 // For now, we use a generic print function for all operands. 61 // For now, we use a generic print function for all operands. [all …]
|
/external/icu4c/test/ |
D | Makefile.in | 24 .PHONY : everything all all-local all-recursive install install-local \ 33 everything: all-recursive all-local 34 all:
|
/external/icu4c/test/compat/ |
D | Makefile.in | 31 .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
|