HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 126 - 150 of 1887) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/samples/cal/
Makefile 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)
47 install-local: all-local
  /external/icu4c/samples/date/
Makefile 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)
47 install-local: all-local
  /external/chromium/testing/gmock/make/
Makefile 9 # make [all] - makes everything.
11 # make clean - removes all files generated by make.
35 # All tests produced by this Makefile. Remember to add new tests you
39 # All Google Test headers. Usually you shouldn't change this
44 # All Google Mock headers. Note that all Google Test headers are
53 all : $(TESTS)
74 gtest-all.o : $(GTEST_SRCS_)
76 -c $(GTEST_DIR)/src/gtest-all.cc
78 gmock-all.o : $(GMOCK_SRCS_
    [all...]
  /external/icu4c/samples/
Makefile 3 ## others. All Rights Reserved.
26 .PHONY : all all-local all-recursive install install-local \
35 all: all-recursive all-local
41 all-samples: all-samples-recursive
46 #check: all check-recursive check-loca
    [all...]
  /frameworks/compile/libbcc/runtime/lib/
fixdfdi.c 39 r.all <<= (e - 52);
41 r.all >>= (52 - e);
42 return (r.all ^ s) - s;
fixunsdfdi.c 18 * Negative values all become zero.
41 r.all <<= (e - 52);
43 r.all >>= (52 - e);
44 return r.all;
  /packages/apps/Launcher2/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
36 include $(call all-makefiles-under,$(LOCAL_PATH))
  /packages/apps/QuickSearchBox/
Android.mk 29 $(call all-java-files-under, src) \
30 $(call all-logtags-files-under, src)
42 include $(call all-makefiles-under,$(LOCAL_PATH))
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h 21 u_int16_t all; member in union:ip_conntrack_manip_proto
54 u_int16_t all; member in union:ip_conntrack_tuple::__anon348::__anon349
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /cts/libs/json/
Android.mk 19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/GestureBuilder/
Android.mk 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/apps/WidgetPreview/
Android.mk 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 21 u_int16_t all; member in union:ip_conntrack_manip_proto
54 u_int16_t all; member in union:ip_conntrack_tuple::__anon972::__anon973
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /development/samples/CubeLiveWallpaper/
Android.mk 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/tutorials/NotepadCodeLab/Notepadv1/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv2/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv3/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /external/clang/test/CXX/expr/expr.prim/
p4-0x.cpp 6 expected-error {{C++ requires a type specifier for all declarations}}
  /external/icu4c/tools/
Makefile.in 3 ## others. All Rights Reserved.
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
Makefile.org 3 ## others. All Rights Reserved.
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/genbidi/
Makefile.in 3 ## others. All Rights Reserved.
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
72 check-local: all-local
  /external/icu4c/tools/gencase/
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) $(MAN_FILES)
57 install-local: all-local install-man
72 check-local: all-local

Completed in 1676 milliseconds

1 2 3 4 56 7 8 91011>>