Searched
full:"0 x2" (Results
251 -
275 of
1702) sorted by null
<<11121314151617181920>>
/external/compiler-rt/SDKs/linux/usr/include/sys/ |
mman.h | 23 #define PROT_WRITE 0x2
|
/external/kernel-headers/original/asm-generic/ |
mman-common.h | 10 #define PROT_WRITE 0x2 /* page can be written */
|
/external/kernel-headers/original/asm-mips/ |
smp.h | 39 #define SMP_CALL_FUNCTION 0x2
|
/external/libyuv/files/include/libyuv/ |
cpu_id.h | 25 static const int kCpuHasARM = 0x2;
|
/external/llvm/test/MC/ELF/ |
alias-reloc.s | 46 // CHECK-NEXT: ('st_bind', 0x2)
|
type.s | 31 // CHECK-NEXT: ('st_type', 0x2)
|
weakref-reloc.s | 34 // CHECK-NEXT: ('st_bind', 0x2)
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ |
AbstractSampleEncryptionBox.java | 68 if ((getFlags() & 0x2) > 0) { 119 return (getFlags() & 0x2) > 0; 128 setFlags(getFlags() | 0x2); 130 setFlags(getFlags() & (0xffffff ^ 0x2));
|
/external/oprofile/events/mips/vr5432/ |
events | 6 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Load, prefetch/CacheOps execution (no sync)
|
/external/webkit/Source/WebCore/css/ |
CSSLineBoxContainValue.h | 37 enum LineBoxContainFlags { LineBoxContainNone = 0x0, LineBoxContainBlock = 0x1, LineBoxContainInline = 0x2, LineBoxContainFont = 0x4, LineBoxContainGlyphs = 0x8,
|
/frameworks/av/media/libstagefright/include/ |
avc_utils.h | 64 // Given an MPEG4 video VOL-header chunk (starting with 0x00 0x00 0x01 0x2?)
|
/frameworks/rs/driver/linkloader/include/ |
mmanWindows.h | 54 #define PROT_WRITE 0x2
|
/frameworks/wilhelm/src/ |
trace.h | 23 #define SL_TRACE_LEAVE_FAILURE 0x2
|
/ndk/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 97 __public_mask = 0x2, 193 __diamond_shaped_mask = 0x2, 215 __volatile_mask = 0x2, 229 keep_constness = 0x2,
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 30 public static final int FILTER_NON_ASCII = 0x2;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 56 #define EBT_AMONG_SRC_NEG 0x2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 56 #define EBT_AMONG_SRC_NEG 0x2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 56 #define EBT_AMONG_SRC_NEG 0x2
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/ |
mman-common.h | 22 #define PROT_WRITE 0x2
|
Completed in 3335 milliseconds
<<11121314151617181920>>