Searched refs:option (Results 276 - 300 of 936) sorted by relevance

<<11121314151617181920>>

/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l52 %option nounput
/external/qemu/distrib/sdl-1.2.15/Xcode/
H A Dpackage39 echo ${prog}: -d option requires destination directory.
53 echo ${prog}: -f option requires package root directory.
68 echo ${prog}: -r option requires package resource directory.
92 echo ${prog}: Unknown option: $argv[1]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
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/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc39 bool JingleSocketOptionToP2PSocketOption(talk_base::Socket::Option option, argument
41 switch (option) {
90 virtual int GetOption(talk_base::Socket::Option option, int* value) OVERRIDE;
91 virtual int SetOption(talk_base::Socket::Option option, int value) OVERRIDE;
124 int DoSetOption(P2PSocketOption option, int value);
382 int IpcPacketSocket::GetOption(talk_base::Socket::Option option, int* value) { argument
384 if (!JingleSocketOptionToP2PSocketOption(option, &p2p_socket_option)) {
385 // unsupported option.
393 int IpcPacketSocket::SetOption(talk_base::Socket::Option option, int value) { argument
397 if (!JingleSocketOptionToP2PSocketOption(option,
411 DoSetOption(P2PSocketOption option, int value) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g72 : ^(OPTIONS option+)
75 option
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex7 % (at your option) any later version.
73 specify the \texttt{-a queue} command line option to \texttt{blktrace}.
151 more than 8 individual IOs. With this option, one can increase or
173 \texttt{--cpus} option allows one to state how many CPUs on the replay
178 \texttt{--cpus} option.)
208 \texttt{--max-pkts} option). One \emph{could} simply specify
233 With version 0.9.1 we now support the \texttt{-M} option to do this
266 The \texttt{-d} option requires a single parameter providing the directory
273 The \texttt{-D} option requires a single parameter providing the directory
280 The \texttt{-F} option instruct
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.css61 .selected-display-option-row {
65 .selected-display-option-title {
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.js449 var option = document.createElement('option');
450 option.text = account;
451 option.value = account;
452 accountSelectEl.add(option);
454 var option = document.createElement('option');
455 option.text = localStrings.getString('addAccountTitle');
456 option.value = '';
457 accountSelectEl.add(option);
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.h61 GURL GetLandingURL(const char* option, int value);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dclear_browser_data_handler.cc136 base::ListValue* option = new base::ListValue(); local
137 option->Append(new base::FundamentalValue(i));
138 option->Append(new base::StringValue(label_string));
139 time_list->Append(option);
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_server.h45 virtual bool SetOption(P2PSocketOption option, int value) OVERRIDE;
/external/chromium_org/sync/internal_api/public/test/
H A Dtest_internal_components_factory.h25 StorageOption option);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DHandlerRegistry.js223 var option = document.createElement("option");
224 option.textContent = names[i];
225 option.selected = activeHandler === names[i];
226 this.element.appendChild(option);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Duoptions.h44 /* 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 lette
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakenetworkinterface.h183 int option) {
185 sendbuf_size_ = option;
187 recvbuf_size_ = option;
189 dscp_ = static_cast<talk_base::DiffServCodePoint>(option);
182 SetOption(SocketType type, talk_base::Socket::Option opt, int option) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h121 option - type specific option. This will be interpreted differently
125 0: if option is NULL, log to stderr, otherwise interpret option as a
127 1: Use output_debug_string (WIN32 only), option ignored
133 int vpx_memory_tracker_set_log_type(int type, char *option);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dsecurity.c120 * @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, argument
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) { argument
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Dmain.cc74 static const option options[] = {
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_operation_runner.h73 // For |option| and |progress_callback|, see file_system_operation.h for
77 CopyOrMoveOption option,
83 // For |option|, see file_system_operation.h for details.
86 CopyOrMoveOption option,
197 // For |option| and |progress_callback|, see file_system_operation.h for
211 CopyOrMoveOption option,
218 // For |option|, see file_system_operation.h for details.
231 CopyOrMoveOption option,
H A Dnative_file_util.h62 FileSystemOperation::CopyOrMoveOption option,
/external/clang/tools/driver/
H A DMakefile26 # Have the option of not supporting plugins. This is important for startup
35 instrumentation ipo irreader linker objcarcopts option \
/external/clang/tools/libclang/
H A DMakefile19 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h40 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5);
/external/dnsmasq/bld/
H A DMakefile3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpairingsession.cc307 const encoding::EncodingOption& option) const {
309 return option.encoding_type() != encoding::EncodingOption::kUnknown
310 && (option.symbol_length() % 2 == 0)
311 && (option.symbol_length() >= 2);

Completed in 1089 milliseconds

<<11121314151617181920>>