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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/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 7 0x[0-9a-f]+ 2029 0000 flag r0
8 0x[0-9a-f]+ 2069 0040 flag 0x1
9 0x[0-9a-f]+ 2069 0080 flag 0x2
10 0x[0-9a-f]+ 2069 0100 flag 0x4
11 0x[0-9a-f]+ 2069 0200 flag 0x8
12 0x[0-9a-f]+ 2069 0400 flag 0x10
13 0x[0-9a-f]+ 2069 0800 flag 0x20
14 0x[0-9a-f]+ 20a9 0001 flag 64
15 0x[0-9a-f]+ 20a9 0002 flag 128
16 0x[0-9a-f]+ 2029 0f80 8000 0001 flag 0x8000000
    [all...]
  /bionic/tests/libs/
thread_local_dtor.cpp 33 TestClass(bool* flag) : flag_(flag) {}
43 extern "C" void init_thread_local_variable(bool* flag) {
44 thread_local TestClass test(flag);
  /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
  /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.27/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/r16/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/r16/sources/third_party/vulkan/src/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...]
  /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 557 milliseconds

1 2 3 4 5 6 7 8 91011>>