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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
hxtool 5 flag=1
10 STEXI*|ETEXI*) flag=$(($flag^1))
13 test $flag -eq 1 && printf "%s\n" "$str"
21 flag=0
26 STEXI*|ETEXI*) flag=$(($flag^1))
32 test $flag -eq 1 && echo "$str"
  /external/chromium/base/
cancellation_flag_unittest.cc 28 explicit CancelTask(CancellationFlag* flag) : flag_(flag) {}
37 CancellationFlag flag; local
38 ASSERT_FALSE(flag.IsSet());
39 flag.Set();
40 ASSERT_TRUE(flag.IsSet());
44 CancellationFlag flag; local
45 ASSERT_FALSE(flag.IsSet());
46 flag.Set();
47 ASSERT_TRUE(flag.IsSet())
62 CancellationFlag flag; local
    [all...]
  /external/kernel-headers/original/linux/
thread_info.h 26 * flag set/clear/test wrappers
30 static inline void set_ti_thread_flag(struct thread_info *ti, int flag)
32 set_bit(flag,&ti->flags);
35 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag)
37 clear_bit(flag,&ti->flags);
40 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag)
42 return test_and_set_bit(flag,&ti->flags);
45 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag)
47 return test_and_clear_bit(flag,&ti->flags);
50 static inline int test_ti_thread_flag(struct thread_info *ti, int flag)
    [all...]
  /external/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/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...]
gtest_env_var_test.py 62 def GetFlag(flag):
66 if flag is not None:
67 args += [flag]
71 def TestFlag(flag, test_val, default_val):
72 """Verifies that the given flag is affected by the corresponding env var."""
74 env_var = 'GTEST_' + flag.upper()
76 AssertEq(test_val, GetFlag(flag))
78 AssertEq(default_val, GetFlag(flag))
83 """Tests that environment variable should affect the corresponding flag."""
  /frameworks/base/media/libstagefright/codecs/aacdec/
dct16.h 61 void dct_16(Int32 vec[], Int flag);
check_crc.cpp 134 UInt16 flag = (UInt16)((hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0); local
137 flag ^= flag1;
139 if (flag)
sbr_get_additional_data.cpp 132 Int32 flag = buf_getbits(hBitBuf, 1); local
134 if (flag)
  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 236 @param flag
238 - (void)setUserStyleSheetEnabled:(BOOL)flag;
259 @param flag
261 - (void)setJavaEnabled:(BOOL)flag;
270 @param flag
272 - (void)setJavaScriptEnabled:(BOOL)flag;
281 @param flag
283 - (void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag;
292 @param flag
294 - (void)setPlugInsEnabled:(BOOL)flag;
    [all...]
WebPreferencesPrivate.h 54 - (void)setDeveloperExtrasEnabled:(BOOL)flag;
57 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
60 - (void)setApplicationChromeModeEnabled:(BOOL)flag;
63 - (void)setUsesEncodingDetector:(BOOL)flag;
66 - (void)setRespectStandardStyleKeyEquivalents:(BOOL)flag;
69 - (void)setShowsURLsInToolTips:(BOOL)flag;
72 - (void)setTextAreasAreResizable:(BOOL)flag;
78 - (void)setShrinksStandaloneImagesToFit:(BOOL)flag;
99 - (void)setWebSecurityEnabled:(BOOL)flag;
102 - (void)setAllowUniversalAccessFromFileURLs:(BOOL)flag;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Library.h 37 void *SEC_OSAL_dlopen(const char *filename, int flag);
SEC_OSAL_Library.c 36 void *SEC_OSAL_dlopen(const char *filename, int flag)
38 return dlopen(filename, flag);
  /system/core/sh/
alias.h 43 int flag; member in struct:alias
  /frameworks/base/tests/CoreTests/android/core/
HashSetTest.java 80 boolean flag;
83 flag = set.contains(index);
84 flag = set.contains(index);
85 flag = set.contains(index);
86 flag = set.contains(index);
87 flag = set.contains(index);
88 flag = set.contains(index);
89 flag = set.contains(index);
90 flag = set.contains(index);
91 flag = set.contains(index)
    [all...]
HashtableTest.java 144 boolean flag;
147 flag = hTable.containsValue(i);
148 flag = hTable.containsValue(i);
149 flag = hTable.containsValue(i);
150 flag = hTable.containsValue(i);
151 flag = hTable.containsValue(i);
152 flag = hTable.containsValue(i);
153 flag = hTable.containsValue(i);
154 flag = hTable.containsValue(i);
155 flag = hTable.containsValue(i)
    [all...]
  /bionic/libc/unistd/
siginterrupt.c 32 int siginterrupt(int sig, int flag)
38 if (flag)
  /external/webkit/WebKitTools/DumpRenderTree/
DumpRenderTreeFileDraggingSource.h 37 - (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)flag;
  /packages/apps/Email/tests/src/com/android/email/mail/
FlagTests.java 24 * Tests of Flag enum
34 for (Flag flag : Flag.values()) {
35 String name = flag.name();
  /external/blktrace/btt/
args.c 37 .flag = NULL,
43 .flag = NULL,
49 .flag = NULL,
55 .flag = NULL,
61 .flag = NULL,
67 .flag = NULL,
73 .flag = NULL,
79 .flag = NULL,
85 .flag = NULL,
91 .flag = NULL
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 66 public boolean hasModeFlag(int flag) {
67 return (mode & flag) == flag;
  /external/kernel-headers/original/linux/nfsd/
debug.h 42 # define ifdebug(flag) if (nfsd_debug & NFSDDBG_##flag)
44 # define ifdebug(flag) if (0)
  /external/tcpdump/
send-ack.awk 22 # detect and add a flag character for 'anomalies':
36 flag = "*"
39 flag = "-"
41 flag = "#"
43 flag = " "
47 flag, $5, strtSeq
57 flag, $5, id
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 48 // called after all flag-values have been assigned, that is, after
74 "show help on the modules named by this flag value");
91 // Routines that pretty-print info about a flag. These use
93 // API exposes static info about a flag.
112 // Create a descriptive string for a flag.
114 string DescribeOneFlag(const CommandLineFlagInfo& flag) {
115 string main_part = (string(" -") + flag.name +
116 " (" + flag.description + ')');
161 AddString(string("type: ") + flag.type, &final_string, &chars_in_line);
162 // Append the effective default value (i.e., the value that the flag
    [all...]
  /external/chromium/third_party/icu/source/tools/gennorm/
gennorm.h 48 * per flag.
61 #define DO_STORE(flag) (0!=(gStoreFlags&U_MASK(flag)))
62 #define DO_NOT_STORE(flag) (0==(gStoreFlags&U_MASK(flag)))

Completed in 346 milliseconds

1 2 3 4 5 6 7 8 91011>>