Searched refs:flag (Results 101 - 125 of 1455) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A Dmain.cpp31 uint32_t access_pool (uint32_t flag = 0);
34 access_pool (uint32_t flag) argument
37 if (flag == 0)
41 if (flag != 0)
44 if (flag == 0)
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A Dmain.cpp31 uint32_t access_pool (uint32_t flag = 0);
34 access_pool (uint32_t flag) argument
38 if (flag == 0)
45 if (flag != 0) {
52 if (flag == 0)
/external/lldb/test/python_api/watchpoint/watchlocation/
H A Dmain.cpp29 uint32_t access_pool (uint32_t flag = 0);
32 access_pool (uint32_t flag) argument
35 if (flag == 0)
39 if (flag != 0)
42 if (flag == 0)
/external/protobuf/gtest/test/
H A Dgtest_break_on_failure_unittest.py36 --gtest_break_on_failure flag. This script tests such functionality
55 # The command line flag for enabling/disabling the break-on-failure mode.
98 the --gtest_break_on_failure flag to turn assertion failures into
109 flag_value: value of the --gtest_break_on_failure flag;
110 None if the flag should not be present.
123 flag = ''
125 flag = '--%s=0' % BREAK_ON_FAILURE_FLAG
127 flag = '--%s' % BREAK_ON_FAILURE_FLAG
130 if flag:
131 command.append(flag)
[all...]
H A Dgtest_help_test.py32 """Tests the --help flag of Google C++ Testing Framework.
70 def RunWithFlag(flag):
71 """Runs gtest_help_test_ with the given flag.
76 flag: the command-line flag to pass to gtest_help_test_, or None.
79 if flag is None:
82 command = [PROGRAM_PATH, flag]
88 """Tests the --help flag and its equivalent forms."""
90 def TestHelpFlag(self, flag):
92 skipped when the given flag i
[all...]
H A Dgtest_throw_on_failure_test.py46 # The command line flag for enabling/disabling the throw-on-failure mode.
90 flag_value: value of the --gtest_break_on_failure flag;
91 None if the flag should not be present.
103 flag = ''
105 flag = '--%s=0' % THROW_ON_FAILURE
107 flag = '--%s' % THROW_ON_FAILURE
110 if flag:
111 command.append(flag)
144 """Tests using the --gtest_throw_on_failure flag."""
/external/qemu/fpu/
H A Dsoftfloat-specialize.h134 flag sign;
360 static int pickNaN(flag aIsQNaN, flag aIsSNaN, flag bIsQNaN, flag bIsSNaN,
361 flag aIsLargerSignificand)
381 static int pickNaN(flag aIsQNaN, flag aIsSNaN, flag bIsQNaN, flag bIsSNa
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake-file-arrays.py90 def write_header_file(header_file_name, flag, names_and_contents, namespace):
92 if flag:
93 header_file.write('#if ' + flag + '\n')
99 if flag:
103 def write_cpp_file(cpp_file_name, flag, names_and_contents, header_file_name, namespace):
107 if flag:
108 cpp_file.write('#if ' + flag + '\n')
113 if flag:
138 parser.add_option('--condition', dest='flag')
148 if options.flag
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dbmi.c10 ULong tem, flag; local
16 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
19 *flags = flag & 0x8d5;
25 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
27 if (*res != tem || *flags != (flag & 0x8d5))
34 ULong tem, flag; local
40 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
43 *flags = flag & 0x8d5;
49 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
51 if (*res != tem || *flags != (flag
452 ULong tem, flag; local
476 ULong tem, flag; local
501 ULong tem, flag; local
525 ULong tem, flag; local
550 ULong tem, flag; local
574 ULong tem, flag; local
600 ULong tem, flag; local
625 ULong tem, flag; local
651 ULong tem, flag; local
676 ULong tem, flag; local
[all...]
/external/chromium_org/v8/src/
H A Dflags.cc19 #include "src/flag-definitions.h" // NOLINT
23 #include "src/flag-definitions.h" // NOLINT
27 // This structure represents a single entry in the flag system, with a pointer
28 // to the actual flag, default value, comment, etc. This is designed to be POD
34 FlagType type_; // What type of flag, bool, int, or string.
35 const char* name_; // Name of the flag, ex "my_flag".
36 void* valptr_; // Pointer to the global flag variable.
39 bool owns_ptr_; // Does the flag own its string value?
110 // Compare this flag's current value against the default.
135 // Set a flag bac
184 operator <<(OStream& os, const Flag& flag) argument
[all...]
/external/chromium_org/build/android/pylib/
H A Dflag_changer.py68 for flag in flags:
69 if flag not in self._current_flags:
70 self._current_flags.append(flag)
85 for flag in flags:
86 if flag in self._current_flags:
87 self._current_flags.remove(flag)
138 # Move through the string character by character and build up each flag
155 # Tack on the last flag.
/external/chromium_org/base/memory/
H A Dweak_ptr.cc18 // The flag being invalidated with a single ref implies that there are no
37 WeakReference::WeakReference(const Flag* flag) : flag_(flag) { argument
/external/chromium_org/media/base/
H A Dbit_reader.h28 bool ReadFlag(bool* flag) { argument
29 return bit_reader_core_.ReadFlag(flag);
/external/chromium_org/media/base/simd/
H A Dmedia_export.asm16 ; A flag representing the specified symbol is a private symbol. This define adds
17 ; a hidden flag on Linux and a private_extern flag on Mac. (We can use this
18 ; private_extern flag only on the latest yasm.)
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddie.h57 static void SuppressInfoMessages(bool flag) { suppress_info_ = flag; } argument
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py79 # Initially maps a flag to its default value. After
80 # _ParseAndStripGTestFlags() is called, maps a flag to its actual value.
96 for flag in _flag_map:
98 if flag.upper() in os.environ:
99 _flag_map[flag] = os.environ[flag.upper()]
101 # The command line flag overrides the environment variable.
104 prefix = '--' + flag + '='
106 _flag_map[flag] = argv[i][len(prefix):]
110 # We don't increment i in case we just found a --gtest_* flag
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncFileSystemCallbacks.h83 void setShouldBlockUntilCompletion(bool flag) argument
85 m_blockUntilCompletion = flag;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h77 LP_DBG( unsigned flag, const char *fmt, ... ) argument
79 if (LP_DEBUG & flag)
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h81 // |flag| is true to pad .rel.dyn or .rela.dyn, false to shrink it.
82 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } argument
/external/gtest/test/
H A Dgtest_test_utils.py79 # Initially maps a flag to its default value. After
80 # _ParseAndStripGTestFlags() is called, maps a flag to its actual value.
96 for flag in _flag_map:
98 if flag.upper() in os.environ:
99 _flag_map[flag] = os.environ[flag.upper()]
101 # The command line flag overrides the environment variable.
104 prefix = '--' + flag + '='
106 _flag_map[flag] = argv[i][len(prefix):]
110 # We don't increment i in case we just found a --gtest_* flag
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_HMARK.h23 #define XT_HMARK_FLAG(flag) (1 << flag)
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_HMARK.h23 #define XT_HMARK_FLAG(flag) (1 << flag)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dmyocamlbuild.ml9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dmyocamlbuild.ml9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dmyocamlbuild.ml9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;

Completed in 485 milliseconds

1234567891011>>