/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/netfilter/ |
xt_sctp.h | 25 u_int8_t flag; member in struct:xt_sctp_flag_info 63 #define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i < ELEMCOUNT(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; }) 65 #define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i < ELEMCOUNT(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_sctp.h | 23 u_int8_t flag; member in struct:ipt_sctp_flag_info 61 #define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i < ARRAY_SIZE(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; }) 63 #define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i < ARRAY_SIZE(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
|
/external/clang/unittests/Driver/ |
MultilibTest.cpp | 27 ASSERT_TRUE(Multilib().flag("+foo").isValid()) 28 << "Single indicative flag is not valid"; 30 ASSERT_TRUE(Multilib().flag("-foo").isValid()) 31 << "Single contraindicative flag is not valid"; 33 ASSERT_FALSE(Multilib().flag("+foo").flag("-foo").isValid()) 36 ASSERT_TRUE(Multilib().flag("+foo").flag("+foo").isValid()) 37 << "Multilib should be valid even if it has the same flag twice"; 39 ASSERT_TRUE(Multilib().flag("+foo").flag("-foobar").isValid() [all...] |
/external/icu/icu4c/source/layout/ |
MorphTables2.cpp | 39 FeatureFlags flag = SWAPL(chainHeader->defaultFlags); local 61 flag &= disableFlags; 62 flag |= enableFlags; 68 flag &= disableFlags; 69 flag |= enableFlags; 75 flag &= disableFlags; 76 flag |= enableFlags; 87 flag &= disableFlags; 88 flag |= enableFlags; 98 flag &= disableFlags [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NSInfo.java | 36 * @param hasProcessedNS Flag indicating whether namespaces 38 * @param hasXMLNSAttrs Flag indicating whether this node 56 * @param hasProcessedNS Flag indicating whether namespaces 58 * @param hasXMLNSAttrs Flag indicating whether this node 60 * @param ancestorHasXMLNSAttrs Flag indicating whether one of this node's 78 * @param hasXMLNSAttrs Flag indicating whether this node 93 /** Flag indicating whether this node has an XMLNS attribute */ 96 /** Flag indicating whether namespaces have been processed for this node */ 99 /** Flag indicating whether one of this node's ancestor has an XMLNS attribute */
|
/external/v8/src/ |
flags.h | 15 #include "src/flag-definitions.h" // NOLINT 29 // Set the flag values by parsing the command line. If remove_flags is 34 // value, and no assumptions about flag settings should be made. 38 // --flag (bool flags only) 40 // --flag=value (non-bool flags only, no spaces around '=') 41 // --flag value (non-bool flags only) 47 // Set the flag values by parsing the string str. Splits string into argc 58 // Set flags as consequence of being implied by another flag. 61 // Hash of flags (to quickly determine mismatching flag expectations).
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
anydbm.py | 16 the create or new flag ('c' or 'n') was specified, the dbm type will 28 flag = key in d # true if the key exists 57 def open(file, flag='r', mode=0666): 60 Optional argument *flag* can be 'r' (default) for read-only access, 'w' 74 if 'c' in flag or 'n' in flag: 76 # flag was used so use default type 79 raise error, "need 'c' or 'n' flag to open new db" 85 return mod.open(file, flag, mode)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
anydbm.py | 16 the create or new flag ('c' or 'n') was specified, the dbm type will 28 flag = key in d # true if the key exists 57 def open(file, flag='r', mode=0666): 60 Optional argument *flag* can be 'r' (default) for read-only access, 'w' 74 if 'c' in flag or 'n' in flag: 76 # flag was used so use default type 79 raise error, "need 'c' or 'n' flag to open new db" 85 return mod.open(file, flag, mode)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
anydbm.py | 16 the create or new flag ('c' or 'n') was specified, the dbm type will 28 flag = key in d # true if the key exists 57 def open(file, flag='r', mode=0666): 60 Optional argument *flag* can be 'r' (default) for read-only access, 'w' 74 if 'c' in flag or 'n' in flag: 76 # flag was used so use default type 79 raise error, "need 'c' or 'n' flag to open new db" 85 return mod.open(file, flag, mode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
anydbm.py | 16 the create or new flag ('c' or 'n') was specified, the dbm type will 28 flag = key in d # true if the key exists 57 def open(file, flag='r', mode=0666): 60 Optional argument *flag* can be 'r' (default) for read-only access, 'w' 74 if 'c' in flag or 'n' in flag: 76 # flag was used so use default type 79 raise error, "need 'c' or 'n' flag to open new db" 85 return mod.open(file, flag, mode)
|
/cts/apps/CtsVerifier/res/values/ |
attrs.xml | 19 <flag name="left" value="0x01" /> 20 <flag name="top" value="0x02" /> 21 <flag name="right" value="0x04" /> 22 <flag name="bottom" value="0x08" /> 23 <flag name="all" value="0x0F" />
|
/external/kernel-headers/original/uapi/linux/ |
if_team.h | 68 TEAM_ATTR_OPTION_CHANGED, /* flag */ 71 TEAM_ATTR_OPTION_REMOVED, /* flag */ 90 TEAM_ATTR_PORT_CHANGED, /* flag */ 91 TEAM_ATTR_PORT_LINKUP, /* flag */ 94 TEAM_ATTR_PORT_REMOVED, /* flag */
|
/external/llvm/test/CodeGen/Hexagon/ |
loadi1-G0.ll | 6 @flag = external global i1 13 %0 = load i1, i1* @flag, align 4 22 %0 = load i1, i1* @flag, align 4 30 %0 = load i1, i1* @flag, align 4 38 %0 = load i1, i1* @flag, align 4
|
loadi1-v4-G0.ll | 6 @flag = external global i1 13 %0 = load i1, i1* @flag, align 4 22 %0 = load i1, i1* @flag, align 4 30 %0 = load i1, i1* @flag, align 4 38 %0 = load i1, i1* @flag, align 4
|
loadi1-v4.ll | 6 @flag = external global i1 11 %0 = load i1, i1* @flag, align 4 21 %0 = load i1, i1* @flag, align 4 30 %0 = load i1, i1* @flag, align 4 39 %0 = load i1, i1* @flag, align 4
|
loadi1.ll | 6 @flag = external global i1 11 %0 = load i1, i1* @flag, align 4 21 %0 = load i1, i1* @flag, align 4 30 %0 = load i1, i1* @flag, align 4 39 %0 = load i1, i1* @flag, align 4
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
typedef.h | 38 typedef int Flag; 44 typedef int Flag; 50 typedef int Flag; 56 * use (improved) type definition file typdefs.h and add a "Flag" type 59 typedef int Flag;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
typedef.h | 39 typedef int Flag; 45 typedef int Flag; 51 typedef int Flag; 57 * use (improved) type definition file typdefs.h and add a "Flag" type 60 typedef int Flag;
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 33 to true, only those tests are run. Conversely, if any flag is 42 Flag: -printf 53 The -printfuncs flag can be used to redefine this list. 63 Flag: -methods 73 Flag: -structtags 80 Flag: -composites 86 Flag: -asmdecl 92 Flag: -assign 98 Flag: -atomic 104 Flag: -boo [all...] |
/prebuilts/go/linux-x86/src/cmd/vet/ |
doc.go | 33 to true, only those tests are run. Conversely, if any flag is 42 Flag: -printf 53 The -printfuncs flag can be used to redefine this list. 63 Flag: -methods 73 Flag: -structtags 80 Flag: -composites 86 Flag: -asmdecl 92 Flag: -assign 98 Flag: -atomic 104 Flag: -boo [all...] |
/external/gmock/src/ |
gmock.cc | 38 // 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 std::string flag_str = std::string("--gmock_") + flag; 69 // Skips the flag name. 78 // flag name, or if def_optional is false, there must be a '=' afte [all...] |
/external/google-breakpad/src/testing/src/ |
gmock.cc | 38 // 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 name, or if def_optional is false, there must be a '=' afte [all...] |
/external/libbrillo/brillo/ |
flag_helper.h | 9 // delimeter, e.g. "--flag=value". An argument of "--" will terminate flag 10 // parsing, so that any subsequent arguments will be treated as non-flag 11 // arguments, regardless of prefix. Non-flag arguments are outside the scope 15 // The FlagHelper class will automatically take care of the --help flag, as 29 // with the name FLAGS_<name>, that can be used to access the flag's 39 // DEFINE_int32(example, 0, "Example int flag"); 42 // printf("You passed in %d to --example command line flag\n", 66 // The corresponding class representation of a command line flag, used 69 class Flag { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags2man.py | 126 class Flag(object): 127 """The information about a single flag.""" 130 """Create the flag object. 147 # match the start of a flag listing 158 # match the start of a flag listing 165 # match the start of a flag listing 278 flag = None 288 if flag: 289 modlist.append(flag) 293 flag = Non [all...] |
/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags2man.py | 126 class Flag(object): 127 """The information about a single flag.""" 130 """Create the flag object. 147 # match the start of a flag listing 158 # match the start of a flag listing 165 # match the start of a flag listing 278 flag = None 288 if flag: 289 modlist.append(flag) 293 flag = Non [all...] |