HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 176 - 200 of 2285) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h 26 u_int16_t all; member in union:ip_conntrack_manip_proto
61 u_int16_t all; member in union:ip_conntrack_tuple::__anon384::__anon385
87 #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::__anon1027::__anon1028
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /development/samples/AppNavigation/
Android.mk 6 LOCAL_SRC_FILES := $(call all-java-files-under, src)
17 include $(call all-makefiles-under,$(LOCAL_PATH))
  /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/ganymed-ssh2/
Android.mk 21 LOCAL_SRC_FILES := $(call all-java-files-under,src)
  /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
  /external/icu4c/tools/gencfu/
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
73 check-local: all-local
  /external/icu4c/tools/gennorm2/
Makefile.in 3 ## others. All Rights Reserved.
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/gentest/
Makefile.in 3 ## others. All Rights Reserved.
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/tools/icuswap/
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
74 check-local: all-local
  /external/llvm/tools/llvm-mc/
Makefile 12 LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support
  /external/llvm/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
  /external/llvm/tools/llvm-rtdyld/
Makefile 12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT
  /frameworks/base/graphics/tests/graphicstests/
Android.mk 7 # Include all test java files.
8 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /frameworks/base/keystore/tests/
Android.mk 10 # Include all test java files.
11 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /frameworks/base/libs/usb/tests/AccessoryChat/
Android.mk 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)

Completed in 495 milliseconds

1 2 3 4 5 6 78 91011>>