/external/qemu/android/ |
cmdline-option.h | 33 * 'opt' will be set to the content of parsed options 37 android_parse_options( int *pargc, char** *pargv, AndroidOptions* opt );
|
/external/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
miniopt.h | 50 char opt; member in struct:miniopt
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_cray.h | 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
|
/external/qemu/ |
offset_layout.py | 34 for opt, value in options: 35 if opt in ["--dx"]: 37 elif opt in ["--dy"]: 39 elif opt in ["--px"]: 41 elif opt in ["--py"]: 43 elif opt in ["--kx"]: 45 elif opt in ["--ky"]:
|
/frameworks/compile/slang/ |
llvm-rs-as.cpp | 38 static cl::opt<std::string> 41 static cl::opt<std::string> 45 static cl::opt<bool> 48 static cl::opt<bool> 51 static cl::opt<bool> 54 static cl::opt<bool> 62 cl::opt<BCVersion> BitcodeVersion("bitcode-version",
|
/external/llvm/tools/bugpoint/ |
bugpoint.cpp | 37 static cl::opt<bool> 45 static cl::opt<unsigned> 50 static cl::opt<int> 55 static cl::opt<bool> 65 static cl::opt<bool> 69 static cl::opt<bool> 73 static cl::opt<bool> 77 static cl::opt<bool> 81 static cl::opt<bool> 85 static cl::opt<std::string [all...] |
/external/qemu/proxy/ |
proxy_http.c | 97 const ProxyOption* opt = options; local 98 const ProxyOption* end = opt + num_options; 100 for ( ; opt < end; opt++ ) { 101 switch (opt->type) { 102 case PROXY_OPTION_HTTP_NOCACHE: opt_nocache = opt; break; 103 case PROXY_OPTION_HTTP_KEEPALIVE: opt_keepalive = opt; break; 104 case PROXY_OPTION_AUTH_USERNAME: opt_auth_user = opt; break; 105 case PROXY_OPTION_AUTH_PASSWORD: opt_auth_pass = opt; break; 106 case PROXY_OPTION_HTTP_USER_AGENT: opt_user_agent = opt; break [all...] |
/external/chromium_org/chrome_frame/ |
combine_libs.py | 84 (opt, args) = parser.parse_args() 85 output = opt.output 86 remove = opt.remove 98 remove_re = re.compile(opt.remove) 100 parser.error('%s is not a valid regular expression' % opt.remove)
|
/external/emma/core/java12/com/vladium/emma/data/ |
mergeCommand.java | 79 final IOptsParser.IOpt opt = opts [o]; local 80 final String on = opt.getCanonicalName (); 82 if (! processOpt (opt)) 86 m_datapath = getListOptValue (opt, PATH_DELIMITERS, true); 90 m_outFileName = opt.getFirstValue ();
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
c.cc | 395 leveldb_options_t* opt, 397 opt->rep.comparator = cmp; 401 leveldb_options_t* opt, 403 opt->rep.filter_policy = policy; 407 leveldb_options_t* opt, unsigned char v) { 408 opt->rep.create_if_missing = v; 412 leveldb_options_t* opt, unsigned char v) { 413 opt->rep.error_if_exists = v; 417 leveldb_options_t* opt, unsigned char v) { 418 opt->rep.paranoid_checks = v [all...] |
/external/llvm/lib/CodeGen/ |
Passes.cpp | 33 static cl::opt<bool> DisablePostRA("disable-post-ra", cl::Hidden, 35 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden, 37 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden, 39 static cl::opt<bool> DisableEarlyTailDup("disable-early-taildup", cl::Hidden, 41 static cl::opt<bool> DisableBlockPlacement("disable-block-placement", 43 static cl::opt<bool> EnableBlockPlacementStats("enable-block-placement-stats", 45 static cl::opt<bool> DisableSSC("disable-ssc", cl::Hidden, 47 static cl::opt<bool> DisableMachineDCE("disable-machine-dce", cl::Hidden, 49 static cl::opt<bool> DisableEarlyIfConversion("disable-early-ifcvt", cl::Hidden, 51 static cl::opt<bool> DisableMachineLICM("disable-machine-licm", cl::Hidden [all...] |
/external/dhcpcd/ |
showlease.c | 151 const struct dhcp_opt *opt; local 157 for (opt = dhcp_opts; opt->option; opt++) { 158 if (opt->option != option) 162 *type = opt->type; 164 if (opt->type == 0 || opt->type & STRING || opt->type & RFC3442) 168 if (opt->type & UINT32 || opt->type & IPV4 [all...] |
/external/libppp/src/ |
lcp.c | 672 struct fsm_opt *opt, nak; local 677 while (end - cp >= (int)sizeof(opt->hdr)) { 678 if ((opt = fsm_readopt(&cp)) == NULL) 681 snprintf(request, sizeof request, " %s[%d]", protoname(opt->hdr.id), 682 opt->hdr.len); 684 switch (opt->hdr.id) { 687 ua_ntohs(opt->data, &mru); 695 lcp->his_reject &= ~(1 << opt->hdr.id); 713 fsm_ack(dec, opt); 717 fsm_rej(dec, opt); [all...] |
/external/dnsmasq/contrib/wrt/ |
dhcp_lease_time.c | 53 #define option_len(opt) ((int)(((unsigned char *)(opt))[1])) 54 #define option_ptr(opt) ((void *)&(((unsigned char *)(opt))[2])) 71 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) 87 if (*p == opt && opt_len >= minsize) 93 return opt == OPTION_END ? p : NULL; 121 static unsigned int option_uint(unsigned char *opt, int size) 126 unsigned char *p = option_ptr(opt);
|
/external/emma/core/java12/com/vladium/emma/instr/ |
instrCommand.java | 81 final IOptsParser.IOpt opt = opts [o]; local 82 final String on = opt.getCanonicalName (); 84 if (! processOpt (opt)) 88 m_instrpath = getListOptValue (opt, PATH_DELIMITERS, true); 92 m_outDirName = opt.getFirstValue (); 96 m_outFileName = opt.getFirstValue (); 100 m_outDataMerge = getOptionalBooleanOptValue (opt) ? Boolean.TRUE : Boolean.FALSE; 105 m_ixpath = getListOptValue (opt, COMMA_DELIMITERS, true); 109 final String ov = opt.getFirstValue ();
|
/dalvik/dx/etc/ |
dexmerger | 70 opt=`expr "x$1" : 'x-J\(.*\)'` 71 javaOpts="${javaOpts} -${opt}" 72 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
|
dx | 70 opt=`expr "x$1" : 'x-J\(.*\)'` 71 javaOpts="${javaOpts} -${opt}" 72 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 388 def setup_options( opt ) 391 opt.separator "" 392 opt.separator( "Parser Configuration:" ) 394 opt.on( '--lexer-name CLASS_NAME', "name of the lexer class to use" ) { |val| 399 opt.on( '--lexer-file PATH_TO_LIBRARY', "path to library defining the lexer class" ) { |val| 407 opt.on( '--rule NAME', "name of the parser rule to execute" ) { |val| @parser_rule = val } 410 opt.separator '' 411 opt.separator "Debug Mode Options:" 413 opt.on( '--trace', '-t', "print rule trace instead of opening a debug socket" ) do 417 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
reportCommand.java | 81 final IOptsParser.IOpt opt = opts [o]; local 82 final String on = opt.getCanonicalName (); 84 if (! processOpt (opt)) 88 m_datapath = getListOptValue (opt, PATH_DELIMITERS, true); 92 m_srcpath = getListOptValue (opt, PATH_DELIMITERS, true); 96 m_reportTypes = Strings.merge (opt.getValues (), COMMA_DELIMITERS, true);
|