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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
flag.s 0 # flag test
3 flag r0
5 flag 1
6 flag 2
7 flag 4
8 flag 8
9 flag 16
10 flag 32
11 flag 64
12 flag 12
    [all...]
flag.d 9 0: 00 00 a0 1f 1fa00000 flag r0
10 4: 01 80 bf 1f 1fbf8001 flag 1
11 8: 02 80 bf 1f 1fbf8002 flag 2
12 c: 04 80 bf 1f 1fbf8004 flag 4
13 10: 08 80 bf 1f 1fbf8008 flag 8
14 14: 10 80 bf 1f 1fbf8010 flag 16
15 18: 20 80 bf 1f 1fbf8020 flag 32
16 1c: 40 80 bf 1f 1fbf8040 flag 64
17 20: 80 80 bf 1f 1fbf8080 flag 128
18 24: 00 00 bf 1f 1fbf0000 flag 0x8000_000
    [all...]
  /external/clang/test/SemaCXX/
attr-flag-enum-reject.cpp 3 enum __attribute__((flag_enum)) flag { // expected-warning {{ignored}} enum
  /external/toolchain-utils/crosperf/
test_flag.py 7 def SetTestMode(flag):
8 is_test[0] = flag
  /external/libchrome/base/synchronization/
cancellation_flag_unittest.cc 27 void CancelHelper(CancellationFlag* flag) {
29 ASSERT_DEBUG_DEATH(flag->Set(), "");
34 CancellationFlag flag; local
35 ASSERT_FALSE(flag.IsSet());
36 flag.Set();
37 ASSERT_TRUE(flag.IsSet());
41 CancellationFlag flag; local
42 ASSERT_FALSE(flag.IsSet());
43 flag.Set();
44 ASSERT_TRUE(flag.IsSet())
59 CancellationFlag flag; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
flag_test.go 4 "flag"
9 var v = flag.Int("v", 0, "v flag")
14 log.Fatal("v flag not set")
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
flag_test.go 4 "flag"
9 var v = flag.Int("v", 0, "v flag")
14 log.Fatal("v flag not set")
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
mix_vbp_mpeg2_stubs.c 5 void viddec_mpeg2_append_workitem(void *parent, viddec_workload_item_t *wi, uint8_t flag)
15 void viddec_mpeg2_append_pixeldata(void *parent, uint8_t flag)
20 viddec_workload_t* viddec_mpeg2_get_header (void *parent, uint8_t flag)
23 if (flag)
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FlagOp.java 13 public static FlagOp addFlag(final int flag) {
17 return flags | flag;
22 public static FlagOp removeFlag(final int flag) {
26 return flags & ~flag;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
bad-section-flag.d 1 #name: Check bad section flag
2 #error-output: bad-section-flag.err
  /external/robolectric/v1/src/main/java/android/webkit/
TestWebSettings.java 68 public synchronized void setBlockNetworkImage(boolean flag) {
69 blockNetworkImage = flag;
78 public synchronized void setBlockNetworkLoads(boolean flag) {
79 blockNetworkLoads = flag;
98 public synchronized void setDatabaseEnabled(boolean flag) {
99 databaseEnabled = flag;
108 public synchronized void setDomStorageEnabled(boolean flag) {
109 domStorageEnabled = flag;
118 public synchronized void setJavaScriptEnabled(boolean flag) {
119 javaScriptEnabled = flag;
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/googletest/googletest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/v8/testing/gtest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
eqdf2.c 30 flag __eqdf2(float64, float64);
32 flag
eqsf2.c 30 flag __eqsf2(float32, float32);
32 flag
eqtf2.c 31 flag __eqtf2(float128, float128);
33 flag
gedf2.c 30 flag __gedf2(float64, float64);
32 flag
gesf2.c 30 flag __gesf2(float32, float32);
32 flag
getf2.c 30 flag __getf2(float128, float128);
32 flag
gexf2.c 30 flag __gexf2(floatx80, floatx80);
32 flag

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011>>