/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 120 for opt, value in options: 121 if opt in ('-h','-H','--help'): 123 if opt in ('-q','--quiet'): 125 if opt in ('-v','--verbose'): 127 if opt in ('-f','--failfast'): 131 if opt in ('-c','--catch'): 135 if opt in ('-b','--buffer'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 120 for opt, value in options: 121 if opt in ('-h','-H','--help'): 123 if opt in ('-q','--quiet'): 125 if opt in ('-v','--verbose'): 127 if opt in ('-f','--failfast'): 131 if opt in ('-c','--catch'): 135 if opt in ('-b','--buffer'):
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 275 String opt; local 276 while ((opt=nextOption()) != null) { 277 if (opt.equals("-l")) { 279 } else if (opt.equals("-lf")) { 281 } else if (opt.equals("-f")) { 283 } else if (opt.equals("-d")) { 285 } else if (opt.equals("-e")) { 287 } else if (opt.equals("-s")) { 289 } else if (opt.equals("-3")) { 291 } else if (opt.equals("-i")) 435 String opt; local 523 String opt; local 793 String opt; local 1096 String opt; local [all...] |
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 36 static llvm::cl::opt<std::string> 58 static llvm::cl::opt<std::string> 63 static llvm::cl::opt<std::string> 79 static llvm::cl::opt<std::string> 85 static llvm::cl::opt<bool> 90 static llvm::cl::opt<bool> 95 static llvm::cl::opt<std::string> 100 static llvm::cl::opt<bool> 110 static llvm::cl::opt<bool>
|
/bootable/recovery/tools/ota/ |
add-property-tag.c | 72 int opt; local 73 while ((opt = getopt(argc, argv, "f:p:rn")) != -1) { 74 switch (opt) {
|
/cts/suite/audio_quality/executable/src/ |
main.cpp | 66 int opt; local 67 while ((opt = getopt(argc, argv, "l:s:")) != -1) { 68 switch (opt) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.h | 73 virtual int GetOption(Option opt, int* value); 74 virtual int SetOption(Option opt, int value); 82 static int TranslateOption(Option opt, int* slevel, int* sopt);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32socketserver.h | 73 virtual int GetOption(Option opt, int* value); 74 virtual int SetOption(Option opt, int value); 83 static int TranslateOption(Option opt, int* slevel, int* sopt);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt.c | 62 unsigned opt = 0; local 80 opt |= PT_PIPELINE; 86 opt |= PT_PIPELINE; 92 opt |= PT_CLIPTEST; 95 opt |= PT_SHADE; 101 if (opt == 0) 103 else if (opt == PT_SHADE && !draw->pt.no_fse) 112 if (draw->pt.prim != prim || draw->pt.opt != opt) { 134 frontend->prepare( frontend, prim, middle, opt ); [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
CheckerRegistration.cpp | 112 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i]; local 113 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
|
/external/iproute2/tc/ |
f_basic.c | 110 struct rtattr *opt, __u32 handle) 114 if (opt == NULL) 117 parse_rtattr_nested(tb, TCA_BASIC_MAX, opt);
|
/external/libmtp/examples/ |
albumart.c | 42 int opt; local 59 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) { 60 switch (opt) {
|
hotplug.c | 53 int opt; local 61 while ( (opt = getopt(argc, argv, "uUiHa:")) != -1 ) { 62 switch (opt) {
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 80 for opt in "$@"; do 81 optval="${opt#*=}" 83 die "Missing attribute value in '$opt' while generating $tag tag" 84 echo "${indent}${opt%%=*}=\"${optval}\"" 203 for opt in "$@"; do 204 optval="${opt#*=}" 205 case "$opt" in 233 *) die Unrecognized Visual Studio Version in $opt 238 opt="${opt%/} [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSubtarget.cpp | 37 static cl::opt<bool> Mixed16_32( 44 static cl::opt<bool> Mips_Os16( 51 static cl::opt<bool>
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt.c | 62 unsigned opt = 0; local 80 opt |= PT_PIPELINE; 86 opt |= PT_PIPELINE; 92 opt |= PT_CLIPTEST; 95 opt |= PT_SHADE; 101 if (opt == 0) 103 else if (opt == PT_SHADE && !draw->pt.no_fse) 112 if (draw->pt.prim != prim || draw->pt.opt != opt) { 134 frontend->prepare( frontend, prim, middle, opt ); [all...] |
/external/smack/src/org/xbill/DNS/ |
EDNSOption.java | 8 * DNS extension options, as described in RFC 2671. The rdata of an OPT record 195 EDNSOption opt = (EDNSOption) arg; 196 if (code != opt.code) 198 return Arrays.equals(getData(), opt.getData());
|
OPTRecord.java | 11 * header. An OPT should be generated by Resolver. 37 * Creates an OPT Record. This is normally called by SimpleResolver, but can 52 super(Name.root, Type.OPT, payloadSize, 0); 64 * Creates an OPT Record with no data. This is normally called by 81 * Creates an OPT Record with no data. This is normally called by 101 throw st.exception("no text format defined for OPT"); 181 EDNSOption opt = (EDNSOption) it.next(); local 182 if (opt.getCode() == code) { 185 list.add(opt);
|
/hardware/akm/AK8975_FS/akmdfs/ |
main.c | 123 int opt; 128 while ((opt = getopt(argc, argv, "sm:z:")) != -1) { 129 switch(opt){
|
/hardware/ti/omap3/dspbridge/dspexec/ |
dspexec.c | 99 INT opt; local 111 while ((opt = getopt(argc, argv, "+T+v+w+?p:")) != EOF) { 112 switch (opt) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
trace.py | 693 for opt, val in opts: 694 if opt == "--help": 698 if opt == "--version": 702 if opt == "-T" or opt == "--trackcalls": 706 if opt == "-l" or opt == "--listfuncs": 710 if opt == "-g" or opt == "--timing": 714 if opt == "-t" or opt == "--trace" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 693 for opt, val in opts: 694 if opt == "--help": 698 if opt == "--version": 702 if opt == "-T" or opt == "--trackcalls": 706 if opt == "-l" or opt == "--listfuncs": 710 if opt == "-g" or opt == "--timing": 714 if opt == "-t" or opt == "--trace" [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
tasn_dec.c | 79 int exptag, int expclass, char opt, 84 const ASN1_TEMPLATE *tt, char opt, 88 const ASN1_TEMPLATE *tt, char opt, 93 int tag, int aclass, char opt, ASN1_TLC *ctx); 151 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL 156 int tag, int aclass, char opt, ASN1_TLC *ctx) 189 if ((tag != -1) || opt) 196 it->templates, opt, ctx); 199 tag, aclass, opt, ctx); 218 if (opt) return -1 [all...] |
/external/llvm/tools/opt/ |
opt.cpp | 1 //===- opt.cpp - The LLVM Modular Optimizer -------------------------------===// 60 static cl::opt<std::string> 64 static cl::opt<std::string> 68 static cl::opt<bool> 71 static cl::opt<bool> 74 static cl::opt<bool> 78 static cl::opt<bool> 81 static cl::opt<bool> 84 static cl::opt<bool> 87 static cl::opt<bool [all...] |
/external/openssl/crypto/asn1/ |
tasn_dec.c | 79 int exptag, int expclass, char opt, 84 const ASN1_TEMPLATE *tt, char opt, 88 const ASN1_TEMPLATE *tt, char opt, 93 int tag, int aclass, char opt, ASN1_TLC *ctx); 151 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL 156 int tag, int aclass, char opt, ASN1_TLC *ctx) 189 if ((tag != -1) || opt) 196 it->templates, opt, ctx); 199 tag, aclass, opt, ctx); 218 if (opt) return -1 [all...] |