Searched refs:all (Results 176 - 200 of 973) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/
H A Dmuldi3.c38 return r.all;
49 x.all = a;
51 y.all = b;
53 r.all = __muldsi3(x.s.low, y.s.low);
55 return r.all;
H A Dashrdi3.c29 input.all = a;
43 return result.all;
H A Dashrti3.c29 input.all = a;
43 return result.all;
H A Dfixdfti.c37 ti_int r = 0x0010000000000000uLL | (0x000FFFFFFFFFFFFFuLL & fb.u.all);
H A Dfixunsdfti.c20 * Negative values all become zero.
39 tu_int r = 0x0010000000000000uLL | (fb.u.all & 0x000FFFFFFFFFFFFFuLL);
H A Dfixunsxfti.c20 * Negative values all become zero.
41 tu_int r = fb.u.low.all;
H A Dfixxfdi.c39 di_int r = fb.u.low.all;
H A Dfixxfti.c39 ti_int r = fb.u.low.all;
H A Dfloatdixf.c42 fb.u.low.all = a << clz; /* mantissa */
/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
31 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
32 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
33 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
34 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
35 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
36 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
/external/icu4c/test/letest/
H A DMakefile.in52 .PHONY : all all-local install install-local clean clean-local \
59 all: all-local
64 check: all check-local
66 all-local: $(TESTTARGET)
79 check-local: all-local
/external/icu4c/tools/icuinfo/
H A DMakefile.in42 .PHONY : all all-local install install-local clean clean-local \
49 all: all-local
54 check: all check-local
56 all-local: $(TARGET)
58 install-local: all-local
/external/webkit/Tools/QueueStatusServer/model/
H A Dattachment.py45 statuses = QueueStatus.all().order("-date")
111 all_work_items = WorkItems.all().fetch(limit=len(Queue.all()))
118 first_status = QueueStatus.all().filter('active_patch_id =', self.id).get()
124 for queue in Queue.all():
126 status = QueueStatus.all().filter('queue_name =', queue.name()).filter('active_patch_id =', self.id).order('-date').get()
/external/icu4c/tools/genren/
H A DMakefile45 all:
60 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) all-local
64 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/stubdata all-local
67 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/common all-local
70 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/i18n all-local
73 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layout all-local
76 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layoutex all-local
79 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/io all-local
/external/iproute2/genl/
H A DMakefile18 all: genl
22 install: all
/external/iproute2/netem/
H A DMakefile8 all: $(DISTGEN) $(DISTDATA)
22 install: all
/external/iproute2/testsuite/iproute2/
H A DMakefile2 .PHONY: all configure clean distclean show $(SUBDIRS)
4 all: configure
/external/kernel-headers/original/linux/netfilter/
H A Dxt_conntrack.h34 __u16 all; member in union:ip_conntrack_old_tuple::__anon6454::__anon6455
41 __u16 all; member in union:ip_conntrack_old_tuple::__anon6456::__anon6457
/external/libyuv/
H A Dpublic.mk1 # This file contains all the common make variables which are useful for
/external/stlport/
H A DMakefile14 all install depend clean clobber distclean check::
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/external/valgrind/main/VEX/switchback/
H A DMakefile2 all: switchback.c linker.c linker.h
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A DMakefile0 all:
/external/blktrace/doc/
H A DMakefile3 all: blktrace.pdf
/external/bsdiff/
H A DMakefile7 all: bsdiff bspatch
/external/compiler-rt/test/Unit/
H A Daddvti3_test.c32 at.all = a;
34 bt.all = b;
36 xt.all = x;
38 expectedt.all = expected;

Completed in 374 milliseconds

1234567891011>>