Searched defs:flag (Results 1 - 25 of 454) 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/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/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.h37 unsigned flag; member in struct:dri_debug_control
/external/clang/test/CodeGenCXX/
H A Dconditional-expr-lvalue.cpp2 void f(bool flag) { argument
6 (flag ? a : b) = 3;
/external/clang/test/OpenMP/
H A Dtask_codegen.cpp64 const bool flag = false; local
65 #pragma omp task final(flag)
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h72 If the field `flag' is not NULL, it points to a variable that is set
78 option's `flag' field to zero and its `val' field to a nonzero
80 one). For long options that have a zero `flag' field, `getopt'
93 int *flag; member in struct:option
/external/fio/lib/
H A Dgetopt.h13 int *flag; member in struct:option
/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...]
/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...]
/external/icu/icu4c/source/samples/ucnv/
H A Dflagcb.h19 UBool flag; member in struct:__anon5737
/external/iproute2/include/
H A Ddlfcn.h13 static inline void *dlopen(const char *file, int flag) argument
/external/mesa3d/src/getopt/
H A Dgetopt.h55 /* if not NULL, set *flag to val when option found */
56 int *flag; member in struct:option
57 /* if flag not NULL, value to set *flag to; else return value */
/external/openssh/openbsd-compat/
H A Dgetopt.h51 /* if not NULL, set *flag to val when option found */
52 int *flag; member in struct:option
53 /* if flag not NULL, value to set *flag to; else return value */
/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...]
/external/skia/src/core/
H A DSkStringUtils.cpp11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument
12 if (flag) {
/external/tcpdump/win32/Include/
H A Dgetopt.h75 If the field `flag' is not NULL, it points to a variable that is set
81 option's `flag' field to zero and its `val' field to a nonzero
83 one). For long options that have a zero `flag' field, `getopt'
96 int *flag; member in struct:option
/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);
H A Dswitch_root.c33 int flag = 0; local
36 flag = AT_REMOVEDIR;
38 unlinkat(dirtree_parentfd(node), node->name, flag); local
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cc25 static const char kFlagDesc[] = "flag description";
29 T flag = start_value; local
32 RegisterFlag(&parser, kFlagName, kFlagDesc, &flag);
36 EXPECT_EQ(final_value, flag);
42 const char *flag = start_value; local
45 RegisterFlag(&parser, kFlagName, kFlagDesc, &flag);
49 EXPECT_EQ(0, internal_strcmp(final_value, flag));
113 TestTwoFlags("flag=1 other_flag='zzz'", true, "zzz", "flag", "other_flag");
114 TestTwoFlags("other_flag='zzz' flag
[all...]
/external/e2fsprogs/lib/e2p/
H A Dpf.c24 unsigned long flag; member in struct:flags_name
63 for (fp = flags_array; fp->flag != 0; fp++) {
64 if (flags & fp->flag) {
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_context.c80 int picture_height, int flag, VASurfaceID *render_targets,
79 vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height, int flag, VASurfaceID *render_targets, int num_render_targets, VAContextID *conext) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_debug.h59 ST_DBG( unsigned flag, const char *fmt, ... ) argument
61 if (ST_DEBUG & flag)
/external/nist-sip/java/gov/nist/javax/sip/
H A DClientTransactionExt.java15 * notification on retransmission when this flag is set. When set the client transaction
18 * @param flag -- the flag that indicates whether or not notification is desired.
22 public void setNotifyOnRetransmit(boolean flag); argument
/external/toybox/toys/pending/
H A Dhwclock.c78 int w = toys.optflags & FLAG_w, flag = O_WRONLY*w; local
81 if (!TT.fname && (fd = open("/dev/rtc", flag)) == -1) {
85 if (fd == -1) fd = xopen(TT.fname, flag);

Completed in 587 milliseconds

1234567891011>>