HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 1 - 25 of 16033) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/117-nopatchoat/
run 17 # ensure flags includes prebuild and relocate. It doesn't make sense unless we
20 flags="${@/--relocate/}"
21 flags="${flags/--no-relocate/}"
22 flags="${flags} --relocate"
28 ${RUN} ${flags} --runtime-option -Xnodex2oat
32 ${RUN} ${flags} --runtime-option -Xdex2oat
36 ${RUN} ${flags}
  /external/chromium_org/content/common/
view_message_enums.h 10 // Values that may be OR'd together to form the 'flags' parameter of a
17 static bool is_resize_ack(int flags) {
18 return (flags & IS_RESIZE_ACK) != 0;
20 static bool is_repaint_ack(int flags) {
21 return (flags & IS_REPAINT_ACK) != 0;
  /art/test/116-nodex2oat/
run 17 # Remove prebuild from the flags, this test is for testing not having oat files.
18 flags="${@/--prebuild/}"
25 ${RUN} ${flags} --runtime-option -Xnodex2oat
29 ${RUN} ${flags} --runtime-option -Xdex2oat
33 ${RUN} ${flags}
  /frameworks/base/media/java/android/media/
IVolumeController.aidl 26 void displaySafeVolumeWarning(int flags);
28 void volumeChanged(int streamType, int flags);
30 void masterVolumeChanged(int flags);
32 void masterMuteChanged(int flags);
  /libcore/luni/src/main/java/java/util/
IllegalFormatFlagsException.java 23 * the format flags is illegal.
30 private final String flags; field in class:IllegalFormatFlagsException
34 * flags.
36 * @param flags
37 * the specified flags.
39 public IllegalFormatFlagsException(String flags) {
40 if (flags == null) {
41 throw new NullPointerException("flags == null");
43 this.flags = flags;
    [all...]
  /external/ltrace/testsuite/
run-my-tests.sh 26 flags=''
29 flags="--verbose "
33 flags="${flags}--tool_exec=$2 "
36 flags="${flags}CFLAGS_FOR_TARGET=$1"
39 flags="$flags $3"
43 make check RUNTESTFLAGS="$flags"
  /external/elfutils/0.153/libebl/
eblmachineflagcheck.c 59 ebl_machine_flag_check (ebl, flags)
61 Elf64_Word flags;
63 return ebl != NULL ? ebl->machine_flag_check (flags) : (flags == 0);
eblmachinesectionflagcheck.c 1 /* Check SHF_MASKPROC flags.
58 ebl_machine_section_flag_check (ebl, flags)
60 GElf_Xword flags;
62 return ebl != NULL ? ebl->machine_section_flag_check (flags) : (flags == 0);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiodev_c.h 25 extern int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic);
  /external/chromium_org/sandbox/win/src/
process_mitigations.h 17 bool ApplyProcessMitigationsToCurrentProcess(MitigationFlags flags);
19 // Returns the flags that must be enforced after startup for the current OS
21 MitigationFlags FilterPostStartupProcessMitigations(MitigationFlags flags);
23 // Converts sandbox flags to the PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES
24 // policy flags used by UpdateProcThreadAttribute(). The size field varies
27 void ConvertProcessMitigationsToPolicy(MitigationFlags flags,
33 MitigationFlags flags);
35 // Returns true if all the supplied flags can be set after a process starts.
36 bool CanSetProcessMitigationsPostStartup(MitigationFlags flags);
38 // Returns true if all the supplied flags can be set before a process starts
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
open.c 34 static inline int open_flags_pton(int flags)
36 int mipsflags = flags & O_ACCMODE_PORTABLE;
38 ALOGV("%s(flags:0x%x) {", __func__, flags);
40 if (flags & O_CREAT_PORTABLE)
42 if (flags & O_EXCL_PORTABLE)
44 if (flags & O_NOCTTY_PORTABLE)
46 if (flags & O_TRUNC_PORTABLE)
48 if (flags & O_APPEND_PORTABLE)
50 if (flags & O_NONBLOCK_PORTABLE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_type.cpp 52 return this->qualifier.flags.i != 0;
57 return this->flags.q.smooth
58 || this->flags.q.flat
59 || this->flags.q.noperspective;
65 if (this->flags.q.smooth)
67 else if (this->flags.q.flat)
69 else if (this->flags.q.noperspective)
81 ubo_mat_mask.flags.i = 0;
82 ubo_mat_mask.flags.q.row_major = 1;
83 ubo_mat_mask.flags.q.column_major = 1
    [all...]
  /external/mesa3d/src/glsl/
ast_type.cpp 52 return this->qualifier.flags.i != 0;
57 return this->flags.q.smooth
58 || this->flags.q.flat
59 || this->flags.q.noperspective;
65 if (this->flags.q.smooth)
67 else if (this->flags.q.flat)
69 else if (this->flags.q.noperspective)
81 ubo_mat_mask.flags.i = 0;
82 ubo_mat_mask.flags.q.row_major = 1;
83 ubo_mat_mask.flags.q.column_major = 1
    [all...]
  /art/test/118-noimage-dex2oat/
run 18 flags="${@/--no-relocate/--relocate}"
25 # Remove prebuild from the flags, this test is for testing not having oat files.
26 flags="${flags/--prebuild/}"
33 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
37 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
41 ${RUN} ${flags} ${BPATH}
  /external/smack/src/org/xbill/DNS/
Flags.java 6 * Constants and functions relating to flags in the DNS header.
11 public final class Flags {
13 private static Mnemonic flags = new Mnemonic("DNS Header Flag", field in class:Flags
41 flags.setMaximum(0xF);
42 flags.setPrefix("FLAG");
43 flags.setNumericAllowed(true);
45 flags.add(QR, "qr");
46 flags.add(AA, "aa");
47 flags.add(TC, "tc");
48 flags.add(RD, "rd")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
PatternErrorTest.java 41 // flags = 0 should raise no exception
42 int flags = 0; local
43 Pattern.compile("foo", flags);
45 // check that all valid flags accepted without exception
46 flags |= Pattern.UNIX_LINES;
47 flags |= Pattern.CASE_INSENSITIVE;
48 flags |= Pattern.MULTILINE;
49 flags |= Pattern.CANON_EQ;
50 flags |= Pattern.COMMENTS;
51 flags |= Pattern.DOTALL
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 22 * Constants used as "access flags" in various places in classes, and
23 * related utilities. Although, at the rop layer, flags are generally
26 * identical to Java access flags, but {@code ACC_SUPER} isn't
106 /** flags defined on classes */
111 /** flags defined on inner classes */
117 /** flags defined on fields */
122 /** flags defined on methods */
129 /** indicates conversion of class flags */
132 /** indicates conversion of field flags */
135 /** indicates conversion of method flags */
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_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);
57 static AK_FORCE_INLINE bool willBecomeNonTerminal(const NodeFlags flags) {
58 return FLAG_WILL_BECOME_NON_TERMINAL == (MASK_MOVED & flags);
63 NodeFlags flags = originalFlags; local
64 flags = willBecomeNonTerminal ?
65 ((flags & (~MASK_MOVED)) | FLAG_WILL_BECOME_NON_TERMINAL) : flags
    [all...]
  /external/compiler-rt/lib/asan/
asan_activation.cc 35 asan_deactivated_flags.quarantine_size = flags()->quarantine_size;
36 asan_deactivated_flags.max_redzone = flags()->max_redzone;
37 asan_deactivated_flags.poison_heap = flags()->poison_heap;
41 flags()->quarantine_size = 0;
42 flags()->max_redzone = 16;
43 flags()->poison_heap = false;
55 flags()->quarantine_size = asan_deactivated_flags.quarantine_size;
56 flags()->max_redzone = asan_deactivated_flags.max_redzone;
57 flags()->poison_heap = asan_deactivated_flags.poison_heap;
70 flags()->quarantine_size, flags()->max_redzone, flags()->poison_heap
    [all...]
  /art/test/119-noimage-patchoat/
run 18 flags="${@/--no-relocate/--relocate}"
28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
36 ${RUN} ${flags} ${BPATH}
  /bionic/libc/kernel/uapi/asm-arm/asm/
mman.h 20 #define arch_mmap_check(addr, len, flags) (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)
  /development/ndk/platforms/android-L/arch-arm/include/asm/
mman.h 20 #define arch_mmap_check(addr, len, flags) (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
recv.c 10 ssize_t recv(int fd, void* buf, size_t len, int flags) {
11 return ki_recv(fd, buf, len, flags);
recvmsg.c 10 ssize_t recvmsg(int fd, struct msghdr* msg, int flags) {
11 return ki_recvmsg(fd, msg, flags);
send.c 10 ssize_t send(int fd, const void* buf, size_t len, int flags) {
11 return ki_send(fd, buf, len, flags);

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>