/external/harfbuzz_ng/src/ |
hb-coretext.cc | 763 CFDictionaryRef options = CFDictionaryCreate (kCFAllocatorDefault, local 769 if (unlikely (!options)) 772 CTTypesetterRef typesetter = CTTypesetterCreateWithAttributedStringAndOptions (attr_string, options); 773 CFRelease (options); [all...] |
/external/icu/icu4c/source/tools/pkgdata/ |
pkgdata.cpp | 137 static UOption options[]={ variable 227 "Specify options for the builder.", 267 options[MODE].value = "common"; 269 /* read command line options */ 270 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options); 274 many options to just display them all of the time. */ 276 if(options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateTimeGeneratorTest.java | 1192 public int options; field in class:DateTimeGeneratorTest.TestOptionsItem [all...] |
/external/kernel-headers/original/uapi/sound/ |
compress_params.h | 238 /* Encoder options */ 259 * These options were extracted from the OpenMAX IL spec and Gstreamer vorbisenc 280 * These options were extracted from the OpenMAX IL spec 295 * These options were extracted from the FLAC online documentation 299 * profiles. Additional options that affect encoding quality and speed can 384 * @options: encoder-specific settings 400 union snd_codec_options options; member in struct:snd_codec
|
/external/libpng/contrib/libtests/ |
pngimage.c | 249 /* Some combinations of options that should be reversible are not; these cases 479 #define LEVEL_MASK 0xf /* where the level is in 'options' */ 481 #define EXHAUSTIVE 0x010 /* Test all combinations of active options */ 503 png_uint_32 options; /* See display_log below */ member in struct:display 552 dp->options = WARNINGS; /* default to !verbose, !quiet */ 633 if (level > (error_level)(dp->options & LEVEL_MASK)) 679 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) [all...] |
/external/libpng/ |
pngstruct.h | 407 /* Options */ 409 png_byte options; /* On/off state (up to 4 options) */ member in struct:png_struct_def
|
/external/libxml2/python/ |
libxml.c | 2951 int options = 0; local [all...] |
/external/libxml2/ |
xmlIO.c | 4057 int options = ctxt->options; local [all...] |
xmllint.c | 213 static int options = XML_PARSE_COMPACT | XML_PARSE_BIG_LINES; variable [all...] |
/external/linux-tools-perf/src/tools/perf/bench/ |
numa.c | 10 #include "../util/parse-options.h" 57 /* Parameters set by options: */ 93 /* Misc options: */ 113 /* Affinity options -C and -N: */ 153 static const struct option options[] = { variable in typeref:struct:option 197 "perf bench numa <options>", 202 "perf bench numa mem [<options>]", 1300 /* Copy over options: */ [all...] |
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
hists.c | 1266 static inline void free_popup_options(char **options, int n) 1271 free(options[i]); 1272 options[i] = NULL; 1291 char *pwd, *options[32], *abs_path[32], *tmp; local 1304 memset(options, 0, sizeof(options)); 1305 memset(options, 0, sizeof(abs_path)); 1396 char *options[16]; local [all...] |
/external/lldb/source/Commands/ |
CommandObjectType.cpp | 30 #include "lldb/Interpreter/Options.h" 108 class CommandOptions : public Options 113 Options (interpreter) 132 // Options table: Required for subclasses of Options. 136 // Instance variables to hold the values for command options. 150 virtual Options * 157 CollectPythonScript(ScriptAddOptions *options, 198 class CommandOptions : public Options 203 Options (interpreter 1097 ScriptAddOptions *options = new ScriptAddOptions(m_options.m_flags, local 3478 SynthAddOptions *options = new SynthAddOptions ( m_options.m_skip_pointers, local [all...] |
/external/lldb/source/Core/ |
Debugger.cpp | 1363 ValueObject::GetValueForExpressionPathOptions options; local 1605 ValueObject::GetValueForExpressionPathOptions options; local [all...] |
/external/lldb/source/Interpreter/ |
CommandInterpreter.cpp | 58 #include "lldb/Interpreter/Options.h" 469 attach_regex_cmd_ap->AddRegexCommand("^(-.*|.* -.*)$", "process attach %1") && // Any options that are specified get passed to 'process attach' 899 Options *options = cmd_obj_sp->GetOptions (); local 1021 OptionArgVector *options = option_arg_vector_sp.get(); local 1411 EvaluateExpressionOptions options; local [all...] |
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | 233 struct gl_shader_compiler_options *options; member in class:ir_to_mesa_visitor 2757 struct gl_shader_compiler_options *options = local 2964 const struct gl_shader_compiler_options *options = local [all...] |
/external/mksh/src/ |
misc.c | 131 #define OFC(i) (options[i][-2]) 132 #define OFF(i) (((const unsigned char *)options[i])[-1]) 133 #define OFN(i) (options[i]) 135 const char * const options[] = { variable 149 while (i < NELEM(options)) { 155 while (i < NELEM(options)) { 166 int opts[NELEM(options)]; 197 while (i < NELEM(options)) { 213 while (i < NELEM(options)) { 229 while (i < NELEM(options)) { [all...] |
/external/openssh/ |
ssh-keygen.c | 132 /* Certificate options */ 1857 struct sshbuf *options, *option = NULL; local [all...] |
/external/pcre/dist/sljit/ |
sljitLir.h | 299 sljit_si options; member in struct:sljit_compiler 463 arguments to the saved registers. Furthermore the options argument 464 can be used to pass configuration options to the compiler. Currently 465 there are no options, so it must be set to 0. 499 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, 513 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
pngstruct.h | 360 /* Options */
362 png_byte options; /* On/off state (up to 4 options) */
member in struct:png_struct_def
|
/external/ppp/pppd/ |
pppd.h | 152 #define OPRIO_SECFILE 3 /* value from options in a secrets file */ 274 * Variables set by command-line options. 325 extern bool dryrun; /* check everything, print options, exit */ 374 extern int option_priority; /* priority of current options */ 421 option_t *options; /* List of command-line options */ member in struct:protent 422 /* Check requested options, assign defaults */ 441 /* set of options for this channel */ 442 option_t *options; member in struct:channel 443 /* find and process a per-channel options file * [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 2023 FieldOptions* options = bar_proto->mutable_options(); local 2042 EXPECT_NE(&FieldOptions::default_instance(), options); local 2407 const MessageOptions* options = NULL; local 2465 const MessageOptions* options = local 2629 const MessageOptions& options = file->message_type(0)->options(); local 2706 const MessageOptions& options = file->message_type(0)->options(); local 2786 const MessageOptions& options = file->message_type(0)->options(); local [all...] |
/external/toybox/toys/pending/ |
dhcp.c | 33 -o Don't request any options (unless -O is given) 168 uint8_t options[308]; member in struct:dhcp_msg_s 257 // calculate options size. 745 padding = 308 - 1 - dhcp_opt_size(state->pdhcp.options); 796 int padding = 308 - 1 - dhcp_opt_size(state->pdhcp.options); 900 // adds request options using -o,-O flag to dhcp packet 930 // Sets values of -x options in dhcp discover and request packet. 1001 // Add the common header options 1002 pend = state->pdhcp.options; 1051 * parses options from received dhcp packet at OPTPTR an 1056 uint8_t type = 0, *options, overloaded = 0;; local [all...] |
dhcpd.c | 78 #define DHCP_OPT_PARAM_REQ DHCP_STRING | 0x37 // list of options client wants 101 uint8_t options[308]; member in struct:dhcp_msg_s 137 void *options[256]; // list of DHCP options loaded from the config file member in struct:server_config_s 215 // calculate options size. 550 {"option" , strtoopt , (void*)&gconfig.options , ""}, 551 {"opt" , strtoopt , (void*)&gconfig.options , ""}, 671 padding = 308 - 1 - dhcp_opt_size(gstate.send_pkt.options); 733 gstate.send_pkt.options[0] = DHCP_OPT_END; 734 return gstate.send_pkt.options; [all...] |
ip.c | 21 usage: ip [ OPTIONS ] OBJECT { COMMAND } 26 OPTIONS := { -f[amily] { inet | inet6 | link } | -o[neline] } 105 // Common Code for IP Options (like: addr, link, route etc.) 2081 struct arglist options[] = {{"from", 0}, {"to", 1}, {"preference", 2}, local 2304 struct arglist options[] = {{"add", 0}, {"delete", 0}, {"list", 1}, local [all...] |
/external/v8/src/ |
d8.cc | 158 ShellOptions Shell::options; member in class:v8::Shell 222 options.script_executed = true; 229 Shell::CompileString(isolate, source, name, options.compile_options); 253 if (options.test_shell) { 949 if (options.test_shell) return; [all...] |