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

1 2 3 4 5 6 7 8 91011>>

  /art/test/151-OpenFileLimit/
run 17 flags="$@"
21 ${RUN} ${flags}
  /art/test/147-stripped-dex-fallback/
run 17 # ensure flags includes prebuild.
18 flags="$@"
19 if [[ "${flags}" == *--no-prebuild* ]] ; then
24 ${RUN} ${flags} --strip-dex --no-dex2oat
  /art/test/116-nodex2oat/
run 17 flags="${@}"
22 if [[ "${flags}" == *--prebuild* || "${flags}" != *--no-prebuild* ]] ; then
29 ${RUN} ${flags} --runtime-option -Xnodex2oat
33 ${RUN} ${flags} --runtime-option -Xdex2oat
37 ${RUN} ${flags}
  /art/test/117-nopatchoat/
run 17 # ensure flags includes prebuild and relocate. It doesn't make sense unless we
19 flags="$@"
24 if [[ "${flags}" == *--no-prebuild* ]] ; then
32 if [[ "${flags}" == *--no-relocate* ]] ; then
39 ${RUN} ${flags} --runtime-option -Xnodex2oat
43 ${RUN} ${flags} --runtime-option -Xdex2oat
47 ${RUN} ${flags}
  /external/minijail/
syscall_wrapper.h 17 int sys_seccomp(unsigned int operation, unsigned int flags, void *args);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_query_base.hpp 29 enum flags enum in class:asio::ip::resolver_query_base
42 friend flags operator&(flags x, flags y)
44 return static_cast<flags>(
48 friend flags operator|(flags x, flags y)
50 return static_cast<flags>(
54 friend flags operator^(flags x, flags y
    [all...]
  /art/test/613-inlining-dex-cache/
run 17 flags="$@"
20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
plat_common.c 41 void bl31_plat_enable_mmu(uint32_t flags)
43 enable_mmu_el3(flags);
46 void bl32_plat_enable_mmu(uint32_t flags)
48 enable_mmu_el1(flags);
  /external/desugar/java/com/google/devtools/build/android/desugar/
BitFlags.java 17 * Convenience method for working with {@code int} bitwise flags.
22 * Returns {@code true} iff <b>all</b> bits in {@code bitmask} are set in {@code flags}.
25 public static boolean isSet(int flags, int bitmask) {
26 return (flags & bitmask) == bitmask;
30 * Returns {@code true} iff <b>none</b> of the bits in {@code bitmask} are set in {@code flags}.
33 public static boolean noneSet(int flags, int bitmask) {
34 return (flags & bitmask) == 0;
  /frameworks/base/media/java/android/media/
IVolumeController.aidl 26 void displaySafeVolumeWarning(int flags);
28 void volumeChanged(int streamType, int flags);
30 void masterMuteChanged(int flags);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FlagOp.java 9 public int apply(int flags) {
10 return flags;
16 public int apply(int flags) {
17 return flags | flag;
25 public int apply(int flags) {
26 return flags & ~flag;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
48 // Mutex operation flags:
67 // Supported flags: mutex creation flags.
68 void __tsan_mutex_create(void *addr, unsigned flags);
71 // Supported flags: none.
72 void __tsan_mutex_destroy(void *addr, unsigned flags);
75 // Supported flags:
78 // - all mutex creation flags
    [all...]

Completed in 1957 milliseconds

1 2 3 4 5 6 7 8 91011>>