Searched refs:flag (Results 1 - 25 of 1027) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dattr-flag-enum-reject.cpp3 enum __attribute__((flag_enum)) flag { // expected-warning {{ignored}} enum
/external/robolectric/src/main/java/android/webkit/
H A DTestWebSettings.java68 public synchronized void setBlockNetworkImage(boolean flag) { argument
69 blockNetworkImage = flag;
78 public synchronized void setBlockNetworkLoads(boolean flag) { argument
79 blockNetworkLoads = flag;
98 public synchronized void setDatabaseEnabled(boolean flag) { argument
99 databaseEnabled = flag;
108 public synchronized void setDomStorageEnabled(boolean flag) { argument
109 domStorageEnabled = flag;
118 public synchronized void setJavaScriptEnabled(boolean flag) { argument
119 javaScriptEnabled = flag;
128 setLightTouchEnabled(boolean flag) argument
138 setLoadWithOverviewMode(boolean flag) argument
147 setNeedInitialFocus(boolean flag) argument
157 setPluginsEnabled(boolean flag) argument
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
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, "repea
109 cout << "Invalid flag name " << flag local
[all...]
H A Dgtest_env_var_test.py64 def GetFlag(flag):
68 if flag is not None:
69 args += [flag]
74 def TestFlag(flag, test_val, default_val):
75 """Verifies that the given flag is affected by the corresponding env var."""
77 env_var = 'GTEST_' + flag.upper()
79 AssertEq(test_val, GetFlag(flag))
81 AssertEq(default_val, GetFlag(flag))
86 """Tests that environment variable should affect the corresponding flag."""
/external/gtest/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
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, "repea
109 cout << "Invalid flag name " << flag local
[all...]
H A Dgtest_env_var_test.py64 def GetFlag(flag):
68 if flag is not None:
69 args += [flag]
73 def TestFlag(flag, test_val, default_val):
74 """Verifies that the given flag is affected by the corresponding env var."""
76 env_var = 'GTEST_' + flag.upper()
78 AssertEq(test_val, GetFlag(flag))
80 AssertEq(default_val, GetFlag(flag))
85 """Tests that environment variable should affect the corresponding flag."""
/external/protobuf/gtest/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
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, "repea
109 cout << "Invalid flag name " << flag local
[all...]
H A Dgtest_env_var_test.py64 def GetFlag(flag):
68 if flag is not None:
69 args += [flag]
73 def TestFlag(flag, test_val, default_val):
74 """Verifies that the given flag is affected by the corresponding env var."""
76 env_var = 'GTEST_' + flag.upper()
78 AssertEq(test_val, GetFlag(flag))
80 AssertEq(default_val, GetFlag(flag))
85 """Tests that environment variable should affect the corresponding flag."""
/external/bison/lib/
H A Ddup-safer-flag.c34 dup_safer_flag (int fd, int flag) argument
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
H A Dfd-safer-flag.c37 descriptors, e.g., fd_safer_flag (open ("file", O_RDONLY | flag), flag). */
40 fd_safer_flag (int fd, int flag) argument
44 int f = dup_safer_flag (fd, flag);
/external/elfutils/src/tests/
H A Drun-test-flag-nobits.sh22 testrun ${abs_builddir}/test-flag-nobits testfile
/external/clang/test/Index/
H A Dprint-bitwidth.c6 unsigned flag : 1;
21 // CHECK: FieldDecl=flag:6:12 (Definition) bitwidth=1
/external/toybox/toys/other/
H A Dblockdev.c54 // Command line order discarded so perform multiple operations in flag order
56 long flag = toys.optflags & (1<<i); local
58 if (!flag) continue;
60 if (flag & FLAG_setbsz) val = TT.bsz;
61 else val = !!(flag & FLAG_setro);
65 flag &= FLAG_setbsz|FLAG_setro|FLAG_flushbufs|FLAG_rereadpt|FLAG_setrw;
66 if (!flag) printf("%lld\n", (toys.optflags & FLAG_getsz) ? val >> 9: val);
/external/v8/test/mjsunit/regress/
H A Dregress-88858.js35 function f(flag) {
36 if (flag) {
45 assertEq(flag, 4);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.h27 extern void * dlopen(const char * filename, int flag);
/external/clang/test/CodeGenCXX/
H A Dconditional-expr-lvalue.cpp2 void f(bool flag) { argument
6 (flag ? a : b) = 3;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dmyocamlbuild.ml6 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.h87 unsigned flag );
96 unsigned flag );
/external/openssh/openbsd-compat/
H A Dvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
46 ((flag & VIS_SP) == 0 && (c) == ' ') || \
47 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
48 ((flag & VIS_NL) == 0 && (c) == '\n') || \
49 ((flag & VIS_SAFE) && ((c) == '\b' || \
57 vis(char *dst, int c, int flag, int nextc) argument
61 if (c == '\\' && (flag & VIS_NOSLASH) == 0)
67 if (flag & VIS_CSTYLE) {
111 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) ||
112 ((flag
154 strvis(char *dst, const char *src, int flag) argument
166 strnvis(char *dst, const char *src, size_t siz, int flag) argument
210 strvisx(char *dst, const char *src, size_t len, int flag) argument
[all...]
/external/skia/tools/flags/
H A DSkCommandLineFlags.cpp118 SkString flag(string, equalIndex);
119 if (flag.equals(*compareName)) {
147 static void print_help_for_flag(const SkFlagInfo* flag) { argument
148 SkDebugf(" --%s", flag->name().c_str());
149 const SkString& shortName = flag->shortName();
153 SkDebugf(":\ttype: %s", flag->typeAsString().c_str());
154 if (flag->defaultValue().size() > 0) {
155 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());
158 const SkString& help = flag->help();
236 for (SkFlagInfo* flag
268 SkFlagInfo* flag = gHead; local
330 SkFlagInfo* flag = gHead; local
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintLocLike.java27 protected int flag; field in class:ConstraintLocLike
48 flag = ((Number) data.getFieldValue("flag")).intValue();
51 //swapping Y and X limits flag in the bitwise flag
52 int y = flag & LOCLIKE_Y;
53 int invY = flag & LOCLIKE_Y_INVERT;
54 int z = flag & LOCLIKE_Z;
55 int invZ = flag & LOCLIKE_Z_INVERT;
56 flag
[all...]
/external/blktrace/btt/
H A Dargs.c37 .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
[all...]
/external/google-breakpad/src/testing/src/
H A Dgmock.cc38 // control the flag values, like what Google Test does.
53 // Parses a string as a command line flag. The string should have the
57 // Returns the value of the flag, or NULL if the parsing failed.
59 const char* flag,
61 // str and flag must not be NULL.
62 if (str == NULL || flag == NULL) return NULL;
64 // The flag must start with "--gmock_".
65 const String flag_str = String::Format("--gmock_%s", flag);
69 // Skips the flag name.
78 // flag nam
58 ParseGoogleMockFlagValue(const char* str, const char* flag, bool def_optional) argument
91 ParseGoogleMockBoolFlag(const char* str, const char* flag, bool* value) argument
109 ParseGoogleMockStringFlag(const char* str, const char* flag, String* value) argument
[all...]
/external/deqp/framework/delibs/debase/
H A DdeMath.c70 unsigned int flag = 0; local
76 case DE_ROUNDINGMODE_TO_ZERO: flag = _RC_CHOP; break;
77 case DE_ROUNDINGMODE_TO_POSITIVE_INF: flag = _RC_UP; break;
78 case DE_ROUNDINGMODE_TO_NEGATIVE_INF: flag = _RC_DOWN; break;
79 case DE_ROUNDINGMODE_TO_NEAREST: flag = _RC_NEAR; break;
84 ret = _controlfp_s(&oldState, flag, _MCW_RC);
87 int flag = 0;
92 case DE_ROUNDINGMODE_TO_ZERO: flag = FE_TOWARDZERO; break;
93 case DE_ROUNDINGMODE_TO_POSITIVE_INF: flag = FE_UPWARD; break;
94 case DE_ROUNDINGMODE_TO_NEGATIVE_INF: flag
[all...]
/external/tcpdump/
H A Dsend-ack.awk22 # detect and add a flag character for 'anomalies':
36 flag = "*"
39 flag = "-"
41 flag = "#"
43 flag = " "
47 flag, $5, strtSeq
57 flag, $5, id

Completed in 7598 milliseconds

1234567891011>>