Searched defs:option (Results 51 - 75 of 174) sorted by relevance

1234567

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageBuilder.java370 * @param option the JSON sub-dictionary describing the option
374 EncodingOption getEncodingOption(JSONObject option) throws JSONException { argument
375 int length = option.getInt(ENCODING_FIELD_SYMBOL_LENGTH);
376 int intType = option.getInt(ENCODING_FIELD_TYPE);
/external/icu/icu4c/source/common/
H A Dnormlzr.cpp376 Normalizer::setOption(int32_t option, argument
380 fOptions |= option;
382 fOptions &= (~option);
388 Normalizer::getOption(int32_t option) const
390 return (fOptions & option) != 0;
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h164 int32_t option = options & CASE_FIRST_AND_UPPER_MASK; local
165 return (option == 0) ? UCOL_OFF :
166 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java41 String option = null; // callback options field in class:TestConversion.ConversionCase
235 cc.option = cc.cbErrorAction == null ? cc.cbopt : cc.cbopt
237 if (cc.option == null) {
238 cc.option = null;
282 ((CharsetEncoderICU)encoder).setFromUCallback(CoderResult.malformedForLength(1), cc.cbEncoder, cc.option);
283 ((CharsetEncoderICU)encoder).setFromUCallback(CoderResult.unmappableForLength(1), cc.cbEncoder, cc.option);
289 // if action has an option, put in the option for the case
290 if (cc.option.equals("i")) {
549 cc.option
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBidiTest.java58 String src, String mode, String option,
76 if (option != null) {
77 errcontln("reordering option : " + option);
121 protected static String spOptionsToString(int option) { argument
122 return optionToString(option, SETPARA_MASK, setParaDescriptions);
136 public static String wrOptionsToString(int option) { argument
137 return optionToString(option, REORDER_MASK, writeReorderedDescriptions);
139 public static String optionToString(int option, int mask, argument
143 if ((option
57 assertEquals(String message, String expected, String actual, String src, String mode, String option, String level) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java291 public long timeBuilding(Map<String, Integer> testmap, long comparisonTime, Style style, Option option, double ratioToMap) { argument
320 trieMap = TrieMap.BytesBuilder.with(style, option, map).build();
323 }, null, testmap, style, option);
325 logln("\tbuild time\t" + style + "\t" + option + "\t" + t.toString(testmap.size(), comparisonTime) + "\titerations=" + t.getIterations());
327 errln(style + "\t" + option + "\tTrie build takes too long. Expected:\t< " + nf.format(ratioToMap * comparisonTime) + ", Actual:\t" + nf.format(trieTime));
342 * @param option TODO
346 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { argument
356 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, option, unicodeTestMap).build();
359 logln("\tkey byte size\t" + style + "\t" + option + "\t" + nf.format(trieKeyByteSize) + "\t\t" + pf.format(trieKeyByteSize/(double)comparisonSize - 1D) + "");
363 errln(style + "\t" + option
455 Option option; field in class:TrieMapTest.MyLoop
[all...]
H A DTrieMap.java52 Option option; field in class:TrieMap.Builder
60 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { argument
63 result.option = option;
71 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { argument
74 result.option = option;
282 if (option == Option.SMALL) {
323 int size = builder.buildByteBuffer(option).remaining();
324 BytesTrie bytesTrie = builder.build(option);
[all...]
/external/iptables/extensions/
H A Dlibxt_dccp.c42 "[!] --dccp-option option match if option (by number!) is set\n"
58 {.name = "dccp-option", .id = O_DCCP_OPTION, .type = XTTYPE_UINT8,
60 XTOPT_POINTER(s, option)},
204 print_option(uint8_t option, int invert, int numeric) argument
206 if (option || invert)
207 printf(" option=%s%u", invert ? "!" : "", option);
237 print_option(einfo->option,
[all...]
H A Dlibxt_tcp.c26 "[!] --tcp-option number match if TCP option set\n");
29 static const struct option tcp_opts[] = {
36 {.name = "tcp-option", .has_arg = true, .val = '5'},
118 parse_tcp_option(const char *option, uint8_t *result) argument
122 if (!xtables_strtoui(option, NULL, &ret, 1, UINT8_MAX))
123 xtables_error(PARAMETER_PROBLEM, "Bad TCP option \"%s\"", option);
195 "Only one `--tcp-option' allowed");
196 parse_tcp_option(optarg, &tcpinfo->option);
249 print_option(uint8_t option, int invert, int numeric) argument
[all...]
/external/jpeg/
H A Dtransupp.c35 * fastest option for images larger than main memory.
861 jcopy_markers_setup (j_decompress_ptr srcinfo, JCOPY_OPTION option) argument
866 /* Save comments except under NONE option */
867 if (option != JCOPYOPT_NONE) {
870 /* Save all types of APPn markers iff ALL option */
871 if (option == JCOPYOPT_ALL) {
887 JCOPY_OPTION option)
892 * option flag here; we just copy everything that got saved.
886 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c182 ** option is used only with ISO-DEP protocol
189 tNFA_STATUS NFA_RwPresenceCheck (tNFA_RW_PRES_CHK_OPTION option) argument
199 p_msg->params.option = option;
/external/libnfc-nxp/inc/
H A DphNfcLlcpTypes.h132 uint8_t option; member in struct:phFriNfc_Llcp_sLinkParameters
/external/linux-tools-perf/src/tools/perf/
H A Dperf.c32 int option; member in struct:cmd_struct
216 fprintf(stderr, "Unknown option: %s\n", cmd);
307 if (p->option & RUN_SETUP)
313 if (use_pager == -1 && p->option & RUN_SETUP)
315 if (use_pager == -1 && p->option & USE_PAGER)
507 * precedence paths: the "--exec-path" option, the PERF_EXEC_PATH
/external/pcre/dist/
H A Dpcrecpp.h165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
492 RE(const string& pat, const RE_Options& option) { Init(pat, &option); } argument
494 RE(const char* pat, const RE_Options& option) { Init(pat, &option); } argument
498 RE(const unsigned char* pat, const RE_Options& option) { argument
499 Init(reinterpret_cast<const char*>(pat), &option); local
/external/ppp/pppd/plugins/radius/
H A Dconfig.c26 * Purpose: find an option in the option list
28 * Returns: pointer to option on success, NULL otherwise
48 * Purpose: set a specific option doing type conversions
53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
56 option->val = (void *) strdup(p);
58 option->val = NULL;
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
78 option
83 set_option_srv(char *filename, int line, OPTION *option, char *p) argument
133 set_option_auo(char *filename, int line, OPTION *option, char *p) argument
190 OPTION *option; local
269 OPTION *option; local
280 OPTION *option; local
291 OPTION *option; local
[all...]
/external/regex-re2/util/
H A Dpcre.h213 // "(?s)" has the same effect as the PCRE_DOTALL option.
224 PCRE(const char* pattern, Option option);
226 PCRE(const string& pattern, Option option);
463 void Init(const char* pattern, Option option, int match_limit,
533 PCRE::Option option() const { return option_; } function in class:re2::PCRE_Options
534 void set_option(PCRE::Option option) { argument
535 option_ = option;
/external/tcpdump/
H A Dprint-dccp.c160 static int dccp_print_option(const u_char *option);
348 static int dccp_print_option(const u_char *option) argument
352 TCHECK(*option);
354 if (*option >= 32) {
355 TCHECK(*(option+1));
356 optlen = *(option +1);
358 printf("Option %d optlen too short",*option);
363 TCHECK2(*option,optlen);
365 switch (*option){
377 if (*(option
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DPropertyOptions.java285 * @return Returns whether the SCHEMA_NODE option is set.
294 * @param value the option DELETE_EXISTING to set
389 protected String defineOptionName(int option) argument
391 switch (option)
H A DSerializeOptions.java104 * @return Returns the option.
124 * @return Returns the option.
144 * @return Returns the option.
163 * @return Returns the option.
183 * @return Returns the option.
203 * @return Returns the option.
223 * @return Returns the option.
245 * @return Returns the option.
408 protected String defineOptionName(int option) argument
410 switch (option)
[all...]
/external/bison/src/
H A Dgetargs.c11 (at your option) any later version.
86 /** Decode an option's set of keys.
88 * \param option option being decoded.
101 flags_argmatch (const char *option, argument
111 int value = XARGMATCH (option, args + no, keys, values);
298 A --long option is required.
527 static struct option const long_options[] =
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp68 //! Construct generic option (string, int, boolean).
252 void addOption (const Option<OptType>& option);
299 void addOption (const OptInfo& option);
308 inline Parser& operator<< (Parser& parser, const Option<OptType>& option) argument
310 parser.addOption(option);
373 void Parser::addOption (const Option<OptType>& option) argument
377 opt.shortName = option.shortName;
378 opt.longName = option.longName;
379 opt.description = option.description;
380 opt.defaultValue = option
[all...]
/external/dhcpcd/
H A Ddhcpcd.h88 char *option; member in struct:ra_opt
/external/e2fsprogs/lib/ext2fs/
H A Dtest_io.c79 static errcode_t test_set_option(io_channel channel, const char *option,
471 static errcode_t test_set_option(io_channel channel, const char *option, argument
484 option, arg);
487 option, arg);
H A Dundo_io.c87 static errcode_t undo_set_option(io_channel channel, const char *option,
565 static errcode_t undo_set_option(io_channel channel, const char *option, argument
577 if (!strcmp(option, "tdb_data_size")) {
590 * Need to support offset option to work with
595 option, arg);
597 if (!retval && !strcmp(option, "offset")) {
/external/f2fs-tools/tools/
H A Df2fstat.c185 printf("Usage: f2fstat [option]\n"
194 int option; local
197 while ((option = getopt(argc, argv, option_string)) != EOF) {
198 switch (option) {

Completed in 687 milliseconds

1234567