Searched defs:opt (Results 251 - 275 of 353) sorted by relevance

<<1112131415

/external/e2fsprogs/misc/
H A Dfsck.c814 static int opt_in_list(const char *opt, char *optlist) argument
824 if (strcmp(s, opt) == 0) {
1093 int opt = 0; local
1161 options[++opt] = arg[j];
1228 options[++opt] = arg[j];
1233 if (opt) {
1235 options[++opt] = '\0';
1243 opt = 0;
/external/fio/
H A Dclient.c188 const char *opt)
194 client->argv[index] = strdup(opt);
195 dprint(FD_NET, "client: add cmd %d: %s\n", index, opt);
198 void fio_client_add_cmd_option(void *cookie, const char *opt) argument
203 if (!client || !opt)
206 __fio_client_add_cmd_option(client, opt);
214 __fio_client_add_cmd_option(client, opt);
187 __fio_client_add_cmd_option(struct fio_client *client, const char *opt) argument
H A Dparse.c95 "string (opt=bla)",
96 "string (opt=bla)",
97 "string with possible k/m/g postfix (opt=4k)",
98 "string with time postfix (opt=10s)",
99 "string (opt=bla)",
100 "string with dual range (opt=1k-4k,4k-8k)",
101 "integer value (opt=100)",
102 "boolean value (opt=1)",
103 "list of floating point values separated by ':' (opt=5.9:7.8)",
104 "no argument (opt)",
854 get_option(char *opt, struct fio_option *options, char **post) argument
909 parse_cmd_option(const char *opt, const char *val, struct fio_option *options, void *data) argument
927 parse_option(char *opt, const char *input, struct fio_option *options, struct fio_option **o, void *data, int dump_cmdline) argument
[all...]
/external/fio/engines/
H A Dnet.c1003 int fd, opt, type, domain; local
1031 opt = 1;
1032 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (void *) &opt, sizeof(opt)) < 0) {
1038 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, (void *) &opt, sizeof(opt)) < 0) {
/external/icu/icu4c/source/common/
H A Duts46.cpp218 UTS46::UTS46(uint32_t opt, UErrorCode &errorCode) argument
220 options(opt) {}
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp1277 void CollationRegressionTest::caseFirstCompressionSub(Collator *col, UnicodeString opt) { argument
1303 errln((UnicodeString)"Inconsistent comparison(" + opt
H A Dtstnorm.cpp1057 } opt[]={ local
1080 for(k=0; k<LENGTHOF(opt); ++k) {
1083 result=_norm_compare(s[i], s[j], opt[k].options, errorCode);
1084 refResult=ref_norm_compare(s[i], s[j], opt[k].options, errorCode);
1087 i, j, opt[k].name, _signString(result), _signString(refResult),
1092 if(opt[k].options&U_COMPARE_IGNORE_CASE) {
1094 result=s[i].caseCompare(s[j], opt[k].options);
1095 refResult=ref_case_compare(s[i], s[j], opt[k].options);
1098 i, j, opt[k].name, _signString(result), _signString(refResult),
1137 for(k=0; k<LENGTHOF(opt);
[all...]
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp431 std::string opt = argv[index]; local
432 if ( opt == "--list-tests" )
437 else if ( opt == "--test-auto" )
441 else if ( opt == "--test" )
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h175 UINT8 opt; member in struct:__anon24212
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c128 static int setup_compute_opt_wdiff(char *opt) argument
130 char *w1_str = opt;
135 if (!opt)
138 w2_str = strchr(opt, ',');
164 static int setup_compute_opt(char *opt) argument
167 return setup_compute_opt_wdiff(opt);
169 if (opt) {
170 pr_err("Failed: extra option specified '%s'", opt);
177 static int setup_compute(const struct option *opt, const char *str, argument
180 int *cp = (int *) opt
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h144 unsigned opt; member in struct:draw_context::__anon27117
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c516 GLuint opt = data->curOption; local
524 if (!parseValue (&v, data->cache->info[opt].type, value))
526 if (!checkValue (&v, &data->cache->info[opt]))
554 GLuint opt, i; local
565 opt = findOption (cache, attrVal[OA_NAME]);
566 if (cache->info[opt].name)
568 data->curOption = opt;
570 XSTRDUP (cache->info[opt].name, attrVal[OA_NAME]);
573 cache->info[opt].type = DRI_BOOL;
575 cache->info[opt]
813 GLuint opt = findOption (cache, name); local
[all...]
/external/opencv/ml/src/
H A Dmlem.cpp222 double opt = FLT_MAX; local
274 if( cur < opt )
277 opt = cur;
/external/ppp/pppd/
H A Doptions.c354 option_t *opt; local
363 opt = find_option(arg);
364 if (opt == NULL) {
369 n = n_arguments(opt);
374 if (!process_option(opt, arg, argv))
395 option_t *opt; local
427 opt = find_option(cmd);
428 if (opt == NULL) {
433 n = n_arguments(opt);
443 if (!process_option(opt, cm
526 option_t *opt; local
591 option_t *opt; local
810 option_t *opt; local
[all...]
/external/qemu/
H A Dmain-loop.c472 void configure_alarms(char const *opt) argument
481 if (!strcmp(opt, "?")) {
486 arg = g_strdup(opt);
/external/regex-re2/re2/
H A Dre2.cc39 RE2::Options::Options(RE2::CannedOptions opt) argument
40 : encoding_(opt == RE2::Latin1 ? EncodingLatin1 : EncodingUTF8),
41 posix_syntax_(opt == RE2::POSIX),
42 longest_match_(opt == RE2::POSIX),
43 log_errors_(opt != RE2::Quiet),
/external/tcpdump/
H A Dospf6.h123 u_int32_t opt; member in union:lsa6::__anon31486::__anon31487::__anon31488
126 #define rla_options rla_flgandopt.opt
176 u_int32_t opt; member in union:lsa6::__anon31486::llsa::__anon31492
179 #define llsa_options llsa_priandopt.opt
218 u_int32_t opt; member in union:ospf6hdr::__anon31494::__anon31495::__anon31496
221 #define hello_options hello_priandopt.opt
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jar ... JSONException public int length () public java.lang.Object opt (int) public boolean optBoolean (int) public boolean optBoolean (int, boolean ...
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c201 ss = ssl_NewSocket((PRBool)(!os->opt.noLocks), os->protocolVariant);
203 ss->opt = os->opt;
204 ss->opt.useSocks = PR_FALSE;
237 if (ss->opt.useSecurity) {
390 SECITEM_FreeItem(&ss->opt.nextProtoNego, PR_FALSE);
441 PRSocketOptionData opt; local
443 opt.option = PR_SockOpt_NoDelay;
444 opt.value.no_delay = (PRBool)!enabled;
447 rv = (SECStatus) osfd->methods->setsocketoption(osfd, &opt);
2544 PRSocketOptionData opt; local
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc395 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
394 leveldb_options_set_comparator( leveldb_options_t* opt, leveldb_comparator_t* cmp) argument
400 leveldb_options_set_filter_policy( leveldb_options_t* opt, leveldb_filterpolicy_t* policy) argument
406 leveldb_options_set_create_if_missing( leveldb_options_t* opt, unsigned char v) argument
411 leveldb_options_set_error_if_exists( leveldb_options_t* opt, unsigned char v) argument
416 leveldb_options_set_paranoid_checks( leveldb_options_t* opt, unsigned char v) argument
421 leveldb_options_set_env(leveldb_options_t* opt, leveldb_env_t* env) argument
425 leveldb_options_set_info_log(leveldb_options_t* opt, leveldb_logger_t* l) argument
429 leveldb_options_set_write_buffer_size(leveldb_options_t* opt, size_t s) argument
433 leveldb_options_set_max_open_files(leveldb_options_t* opt, int n) argument
437 leveldb_options_set_cache(leveldb_options_t* opt, leveldb_cache_t* c) argument
441 leveldb_options_set_block_size(leveldb_options_t* opt, size_t s) argument
445 leveldb_options_set_block_restart_interval(leveldb_options_t* opt, int n) argument
449 leveldb_options_set_compression(leveldb_options_t* opt, int t) argument
526 leveldb_readoptions_destroy(leveldb_readoptions_t* opt) argument
530 leveldb_readoptions_set_verify_checksums( leveldb_readoptions_t* opt, unsigned char v) argument
536 leveldb_readoptions_set_fill_cache( leveldb_readoptions_t* opt, unsigned char v) argument
541 leveldb_readoptions_set_snapshot( leveldb_readoptions_t* opt, const leveldb_snapshot_t* snap) argument
551 leveldb_writeoptions_destroy(leveldb_writeoptions_t* opt) argument
555 leveldb_writeoptions_set_sync( leveldb_writeoptions_t* opt, unsigned char v) argument
[all...]
H A Ddb_impl.cc1406 // TODO(opt): better implementation
1431 Status DB::Put(const WriteOptions& opt, const Slice& key, const Slice& value) { argument
1434 return Write(opt, &batch);
1437 Status DB::Delete(const WriteOptions& opt, const Slice& key) { argument
1440 return Write(opt, &batch);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc194 virtual int SetOption(rtc::Socket::Option opt, int value) { argument
197 virtual int GetOption(rtc::Socket::Option opt, int* value) { argument
868 virtual int GetOption(Socket::Option opt, int* value) { return 0; } argument
869 virtual int SetOption(Socket::Option opt, int value) { return 0; } argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1327 unsigned int * opt = user; local
1330 s.Opt = *opt;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp706 const struct mode_opt *opt)
715 src[i] = emit_combine_source( p, unit, opt[i].Source, opt[i].Operand );
702 emit_combine(struct texenv_fragment_program *p, GLuint unit, GLuint nr, GLuint mode, const struct mode_opt *opt) argument
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py2561 class opt(object): class in inherits:object
2591 upload_options = opt()

Completed in 3621 milliseconds

<<1112131415