/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/icu4c/tools/toolutil/ |
uoptions.h | 44 /* function to be called for a command line option */ 45 typedef int UOptionFn(void *context, UOption *option); 50 /* structure describing a command line option */ 54 UOptionFn *optionFn; /* function to be called when this option occurs */ 57 char hasArg; /* enum value: option takes no/requires/may have argument */ 65 /* ICU Tools option definitions */ 89 * Each option is marked with whether it does not take an argument, 96 * its own argv[] entry if there are characters following the option letter. 102 * UOption entry, and the doesOccur field is set to 1 if the option 106 * argv[] entry. After an option letter takes an argument, followin [all...] |
/external/libvpx/vpx_mem/include/ |
vpx_mem_tracker.h | 122 option - type specific option. This will be interpreted differently 126 0: if option is NULL, log to stderr, otherwise interpret option as a 128 1: Use output_debug_string (WIN32 only), option ignored 134 int vpx_memory_tracker_set_log_type(int type, char *option);
|
/external/libxslt/libxslt/ |
security.c | 120 * @option: the option to update 121 * @func: the user callback to use for this option 123 * Update the security option to use the new callback checking function 128 xsltSetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option, 133 switch (option) { 151 * @option: the option to lookup 153 * Lookup the security option to get the callback checking function 158 xsltGetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option) { [all...] |
/external/webkit/Tools/DumpRenderTree/wx/ |
DumpRenderTreeWx.cpp | 277 wxString option = wxString(argv[i]); local 278 if (!option.CmpNoCase(_T("--notree"))) { 283 if (!option.CmpNoCase(_T("--pixel-tests"))) { 288 if (!option.CmpNoCase(_T("--tree"))) {
|
/frameworks/base/include/media/ |
mediametadataretriever.h | 73 sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
|
/frameworks/base/media/libmediaplayerservice/ |
MetadataRetrieverClient.h | 49 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
|
/libcore/luni/src/main/java/java/net/ |
PlainDatagramSocketImpl.java | 105 @Override public Object getOption(int option) throws SocketException { 106 return IoBridge.getSocketOption(fd, option); 185 public void setOption(int option, Object value) throws SocketException { 186 IoBridge.setSocketOption(fd, option, value);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
scc.h | 153 char option; /* command for function port */ member in struct:scc_hw_config
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 238 && ( echo -dictionary option with no file name should fail, but succeeded ^ 246 && ( echo -target option with no file name should fail, but succeeded ^ 254 && ( echo -delta option with no file name should fail, but succeeded ^ 263 && ( echo -buffersize option with no argument should fail, but succeeded ^ 334 && ( echo vdiff test with unrecognized option should fail, but succeeded ^ 341 && ( echo encode with no dictionary option should fail, but succeeded ^ 347 && ( echo decode with no dictionary option should fail, but succeeded ^ 367 rem -target_matches option 373 || ( echo Encode with -target_matches option failed ^ 375 rem The decode operation ignores the -target_matches option [all...] |
/external/iproute2/tc/ |
m_ipt.c | 8 * 2 of the License, or (at your option) any later version. 49 static struct option original_opts[] = { 55 static struct option *opts = original_opts; 164 static void free_opts(struct option *local_opts) 173 static struct option * 174 merge_options(struct option *oldopts, const struct option *newopts, 177 struct option *merge; 185 merge = malloc(sizeof (struct option) * (num_new + num_old + 1)); 186 memcpy(merge, oldopts, num_old * sizeof (struct option)); [all...] |
/external/jpeg/ |
ltconfig | 10 # (at your option) any later version. 104 for option 106 case "$option" in 107 -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 111 # If the previous option needs an argument, assign it. 113 eval "$prev=\$option" 118 case "$option" in 120 Usage: $progname [OPTION]... LTMAIN [HOST] 160 echo "$progname: unrecognized option \`$option'" 1>& [all...] |
/development/scripts/ |
stack | 372 for option, value in options: 373 if option == "--help": 375 elif option == "--symbols-dir": 377 elif option == "--symbols-zip": 379 elif option == "--auto":
|
/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.cc | 143 std::string* option, 150 return result->GetString("option", option) && 447 std::string option; 449 if (!GetFirstPassphrase(json, &option, &passphrase)) { 456 flow_->OnFirstPassphraseEntry(option, passphrase);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | [all...] |
printing.py | 56 nothing don't print anything. This overrides every other option 60 detailed-progress option, see below for the full list ) 76 options, the 'trace-unexpected' option, and the 77 'unexpected' option. 79 unexpected results. If this option is specified, 80 it will override the 'unexpected' option. 231 the 'detailed-progress' option, or can only use 'one-line-progress'. 262 def disabled(self, option): 263 return not option in self.switches 265 def enabled(self, option) [all...] |
/external/grub/util/ |
grub-install | 9 # (at your option) any later version. 61 Usage: grub-install [OPTION] install_device 232 for option in "$@"; do 233 case "$option" in 241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;; 243 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` ;; 254 echo "Unrecognized option \`$option'" 1>&2 264 install_device="${option}" ;; 403 You must set the root directory by the option --root-directory, becaus [all...] |
/external/blktrace/ |
blkparse_fmt.c | 25 void set_all_format_specs(char *option) 31 override_format[(int)(*p)] = strdup(option); 34 int add_format_spec(char *option) 43 fprintf(stderr,"Bad format specifier - need ',' %s\n", option); 46 option += 2; 48 override_format[spec] = strdup(option);
|
/external/elfutils/src/ |
ldlex.l | 73 %option yylineno 74 %option never-interactive 75 %option noyywrap
|
/external/grub/lib/ |
getopt.c | 14 Free Software Foundation; either version 2, or (at your option) any 111 When `getopt' finds an option that takes an argument, 114 each non-option ARGV-element is returned here. */ 125 non-option elements that the caller should itself scan. 139 /* The next char to be scanned in the option-element 140 in which the last option character we returned was found. 153 /* Set to an option character which was unrecognized. 159 /* Describe how to deal with options that follow non-option ARGV-elements. 166 stop option processing when the first non-option is seen [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
NetworkPanel.js | 204 var option = document.createElement("option"); variable 205 option.value = "startTime"; 206 option.label = WebInspector.UIString("Timeline"); 207 timelineSorting.appendChild(option); 209 option = document.createElement("option"); 210 option.value = "startTime"; 211 option.label = WebInspector.UIString("Start Time"); 212 timelineSorting.appendChild(option); [all...] |
StylesSidebarPane.js | 36 var option = document.createElement("option"); 37 option.value = "original"; 38 option.action = this._changeColorFormat.bind(this); 39 option.label = WebInspector.UIString("As Authored"); 40 this.settingsSelectElement.appendChild(option); 42 var option = document.createElement("option"); 43 option.value = "hex"; 44 option.action = this._changeColorFormat.bind(this) [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
scan.l | 68 %option caseless nodefault outfile="scan.c" stack noyy_top_state 69 %option nostdinit 73 %x OPTION LINEDIR 131 ^"%option" BEGIN(OPTION); return OPTION_OP; 210 <OPTION>{ 286 format_synerr( _( "unrecognized %%option: %s" ),
|
/bionic/libc/tools/ |
checksyscalls.py | 29 option = args[0][1:] 32 if option == "v":
|
/external/icu4c/common/unicode/ |
normlzr.h | 641 * Currently the only available option is obsolete. 645 * @param option the option(s) whose value is/are to be set. 646 * @param value the new setting for the option. Use <code>TRUE</code> to 647 * turn the option(s) on and <code>FALSE</code> to turn it/them off. 652 void setOption(int32_t option, 656 * Determine whether an option is turned on or off. 660 * @param option the option(s) that are to be checked 661 * @return TRUE if any of the option(s) are se [all...] |