HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 26 - 50 of 12046) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 7 int flags; member in struct:__anon18216
  /external/iptables/include/linux/netfilter/
xt_socket.h 9 __u8 flags; member in struct:xt_socket_mtinfo1
  /frameworks/base/core/java/android/app/
IUiModeManager.aidl 28 void enableCarMode(int flags);
33 void disableCarMode(int flags);
  /libcore/luni/src/main/java/java/util/
DuplicateFormatFlagsException.java 20 * The unchecked exception will be thrown out if there are duplicate flags given
29 private final String flags; field in class:DuplicateFormatFlagsException
32 * Constructs a new {@code DuplicateFormatFlagsException} with the flags
36 * the format flags that contain a duplicate flag.
42 flags = f;
46 * Returns the format flags that contain a duplicate flag.
48 * @return the format flags that contain a duplicate flag.
51 return flags;
56 return flags;
UnknownFormatFlagsException.java 29 private final String flags; field in class:UnknownFormatFlagsException
33 * flags.
36 * the specified flags.
42 flags = f;
46 * Returns the flags associated with the exception.
48 * @return the flags associated with the exception.
51 return flags;
56 return "Flags: " + flags;
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 20 public static String toASCII(String s, int flags) {
21 return convert(s, flags, true);
24 public static String toUnicode(String s, int flags) {
26 return convert(s, flags, false);
35 private static String convert(String s, int flags, boolean toAscii) {
39 return convertImpl(s, flags, toAscii);
41 private static native String convertImpl(String s, int flags, boolean toAscii);
  /bionic/libc/kernel/arch-x86/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /external/bison/lib/
cloexec.c 35 open or pipe2 that accept flags like O_CLOEXEC to create DESC
43 int flags = fcntl (desc, F_GETFD, 0); local
45 if (0 <= flags)
47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC);
49 if (flags == newflags
  /external/valgrind/main/VEX/test/
test-amd64-muldiv.h 4 int64 res, s1, s0, flags; local
8 flags = 0;
14 : "=a" (res), "=g" (flags)
15 : "q" (s1), "0" (res), "1" (flags));
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
22 int64 res, s1, flags, resh; local
26 flags = 0;
32 : "=a" (res), "=g" (flags), "=d" (resh)
33 : "q" (s1), "0" (res), "1" (flags), "2" (resh));
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK)
40 int64 res, s1, flags, resh; local
58 int64 res, s1, flags, resh; local
    [all...]
test-i386-muldiv.h 4 int res, s1, s0, flags; local
8 flags = 0;
14 : "=a" (res), "=g" (flags)
15 : "q" (s1), "0" (res), "1" (flags));
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
22 int res, s1, flags, resh; local
26 flags = 0;
32 : "=a" (res), "=g" (flags), "=d" (resh)
33 : "q" (s1), "0" (res), "1" (flags), "2" (resh));
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK)
40 int res, s1, flags, resh; local
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 14 #include <asm/processor-flags.h>
27 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
28 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 14 #include <asm/processor-flags.h>
27 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
28 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 14 #include <asm/processor-flags.h>
27 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
28 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 14 #include <asm/processor-flags.h>
27 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
28 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 14 #include <asm/processor-flags.h>
27 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
28 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 21 #include <asm/processor-flags.h>
36 #define raw_local_save_flags(flags) do { (flags) = __raw_local_save_flags(); } while (0)
37 #define raw_local_irq_save(flags) do { (flags) = __raw_local_irq_save(); } while (0)
  /bionic/libc/include/
fcntl.h 48 extern int unlinkat(int dirfd, const char *pathname, int flags);
55 extern int __open_real(const char *pathname, int flags, ...)
60 int open(const char *pathname, int flags, ...) {
61 if (__builtin_constant_p(flags)) {
62 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) {
71 if ((__builtin_va_arg_pack_len() == 0) && !__builtin_constant_p(flags)) {
72 return __open_2(pathname, flags);
75 return __open_real(pathname, flags, __builtin_va_arg_pack());
79 extern int __openat_real(int dirfd, const char *pathname, int flags, ...)
83 int openat(int dirfd, const char *pathname, int flags, ...)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_reading_utils.h 47 * Node Flags
49 static AK_FORCE_INLINE bool isMoved(const NodeFlags flags) {
50 return FLAG_IS_MOVED == (MASK_MOVED & flags);
53 static AK_FORCE_INLINE bool isDeleted(const NodeFlags flags) {
54 return FLAG_IS_DELETED == (MASK_MOVED & flags);
59 NodeFlags flags = originalFlags; local
60 flags = isMoved ? ((flags & (~MASK_MOVED)) | FLAG_IS_MOVED) : flags;
61 flags = isDeleted ? ((flags & (~MASK_MOVED)) | FLAG_IS_DELETED) : flags
    [all...]
  /external/clang/lib/Sema/
Scope.cpp 19 void Scope::Init(Scope *parent, unsigned flags) {
21 Flags = flags;
23 if (parent && !(flags & FnScope)) {
48 if (flags & FnScope) FnParent = this;
49 if (flags & BreakScope) BreakParent = this;
50 if (flags & ContinueScope) ContinueParent = this;
51 if (flags & BlockScope) BlockParent = this;
52 if (flags & TemplateParamScope) TemplateParamParent = this;
55 if (flags & FunctionPrototypeScope) PrototypeDepth++
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
simple_message_box_win.cc 22 UINT flags = MB_SETFOREGROUND; local
24 flags |= MB_YESNO;
26 flags |= MB_OKCANCEL;
28 flags |= MB_OK;
30 flags |= ((type == MESSAGE_BOX_TYPE_INFORMATION) ?
32 int result = ui::MessageBox(parent, message, title, flags);

Completed in 2674 milliseconds

12 3 4 5 6 7 8 91011>>