HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 251 - 275 of 2481) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/
fixunsdfdi.c 18 * Negative values all become zero.
43 r.all <<= (e - 52);
45 r.all >>= (52 - e);
46 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))
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 80 Normally, almost all of opcodes in the 'master' table represented exactly as
108 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
123 Also, the Jitrino's needs require to specify all operands - including
314 #define END_OPCODES() { OpcodeInfo::all, {OpcodeByteKind_LAST} }}
342 // are enough to define OpcodeInfo::all opcodes and the 'first_opcode'
354 {OpcodeInfo::all, {0x80, opc_ext, ib}, {r_m8, imm8}, def_use },\
355 {OpcodeInfo::all, {Size16, 0x81, opc_ext, iw}, {r_m16, imm16}, def_use },\
356 {OpcodeInfo::all, {0x81, opc_ext, id}, {r_m32, imm32}, def_use },\
359 {OpcodeInfo::all, {Size16, 0x83, opc_ext, ib}, {r_m16, imm8s}, def_use },\
360 {OpcodeInfo::all, {0x83, opc_ext, ib}, {r_m32, imm8s}, def_use },
    [all...]
  /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::__anon420::__anon421
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::__anon1067::__anon1068
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /development/samples/AppLimits/
Android.mk 6 LOCAL_SRC_FILES := $(call all-java-files-under, src)
17 include $(call all-makefiles-under,$(LOCAL_PATH))
  /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
40 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
57 all-local: build-local
  /external/icu4c/tools/genbrk/
Makefile.in 3 ## others. All Rights Reserved.
37 .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/
Makefile.in 3 ## others. All Rights Reserved.
38 .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/gencfu/
Makefile.in 3 ## others. All Rights Reserved.
37 .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/
Makefile.in 3 ## others. All Rights Reserved.
38 .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/
Makefile.in 3 ## others. All Rights Reserved.
38 .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

Completed in 1136 milliseconds

<<11121314151617181920>>