Searched defs:option (Results 76 - 100 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc122 CopyOrMoveOption option,
137 src_url, dest_url, option, progress_callback,
145 CopyOrMoveOption option,
160 src_url, dest_url, option,
328 CopyOrMoveOption option,
332 impl_->CopyFileLocal(src_url, dest_url, option, progress_callback, callback);
338 CopyOrMoveOption option,
341 impl_->MoveFileLocal(src_url, dest_url, option, callback);
119 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
142 Move( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
325 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
335 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc222 base::ListValue* option = new base::ListValue(); local
229 option->Append(new base::StringValue(encoding));
230 option->Append(new base::StringValue(name));
231 option->Append(new base::StringValue(has_rtl_chars ? "rtl" : "ltr"));
234 option->Append(new base::StringValue(std::string()));
235 option->Append(new base::StringValue(std::string()));
237 encoding_list.Append(option);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_namespace.cc191 void DOMStorageNamespace::PurgeMemory(PurgeOption option) { argument
193 alias_master_namespace_->PurgeMemory(option);
214 if (option == PURGE_AGGRESSIVE) {
/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc143 RenameOption option,
151 if ((option & UNIQUIFY) && full_path != file_.full_path()) {
175 option,
189 (option & ANNOTATE_WITH_SOURCE_INFORMATION)) {
141 RenameWithRetryInternal( const base::FilePath& full_path, RenameOption option, int retries_left, base::TimeTicks time_of_first_failure, const RenameCompletionCallback& callback) argument
/external/chromium_org/content/renderer/p2p/
H A Dsocket_client_impl.cc99 void P2PSocketClientImpl::SetOption(P2PSocketOption option, argument
104 &P2PSocketClientImpl::SetOption, this, option, value));
111 option, value));
/external/chromium_org/media/audio/android/
H A Dopensles_input.cc200 // Initializes the engine object with specific option. After working with the
202 SLEngineOption option[] = { local
205 slCreateEngine(engine_object_.Receive(), 1, option, 0, NULL, NULL),
H A Dopensles_output.cc194 // Initializes the engine object with specific option. After working with the
196 SLEngineOption option[] = { local
199 slCreateEngine(engine_object_.Receive(), 1, option, 0, NULL, NULL),
/external/chromium_org/remoting/host/
H A Dgnubby_auth_handler_posix.cc29 const char kControlOption[] = "option";
124 std::string option; local
125 if (client_message->GetString(kControlOption, &option) &&
126 option == kGnubbyAuthV1) {
129 LOG(ERROR) << "Invalid gnubby-auth control option";
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory.cc51 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
52 virtual int SetOption(rtc::Socket::Option option, int value) OVERRIDE;
207 int UdpPacketSocket::GetOption(rtc::Socket::Option option, int* value) { argument
213 int UdpPacketSocket::SetOption(rtc::Socket::Option option, int value) { argument
219 switch (option) {
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsigsys_handlers.cc161 volatile uint64_t option = args.args[0]; local
163 reinterpret_cast<volatile char*>(option & 0xFFF);
/external/chromium_org/storage/browser/fileapi/
H A Dasync_file_util_adapter.cc258 CopyOrMoveOption option,
267 src_url, dest_url, option, true /* copy */),
276 CopyOrMoveOption option,
283 src_url, dest_url, option, false /* copy */),
254 CopyFileLocal( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
272 MoveFileLocal( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
H A Dlocal_file_util.cc192 CopyOrMoveOption option,
207 option,
188 CopyOrMoveFile( FileSystemOperationContext* context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
H A Dnative_file_util.cc246 FileSystemOperation::CopyOrMoveOption option,
287 if (option == FileSystemOperation::OPTION_PRESERVE_LAST_MODIFIED)
243 CopyOrMoveFile( const base::FilePath& src_path, const base::FilePath& dest_path, FileSystemOperation::CopyOrMoveOption option, CopyOrMoveMode mode) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.cpp13 * version 2 of the License, or (at your option) any later version.
64 RefPtrWillBeRawPtr<HTMLOptionElement> option = adoptRefWillBeNoop(new HTMLOptionElement(document)); local
65 option->ensureUserAgentShadowRoot();
66 return option.release();
216 // If a stylesheet contains option:checked selectors, this function is
218 // is the number of option elements, so the <select> parsing would be
221 // like to avoid to determine default selection with incomplete option
366 // Text nodes inside script elements are not part of the option text.
/external/chromium_org/third_party/icu/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/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<rtc::DiffServCodePoint>(option);
182 SetOption(SocketType type, rtc::Socket::Option opt, int option) argument
H A Dfilemediaengine_unittest.cc81 rtc::Socket::Option opt, int option) {
80 SetOption(MediaChannel::NetworkInterface::SocketType type, rtc::Socket::Option opt, int option) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescription.h158 bool HasOption(const std::string& option) const {
160 option) != transport_options.end());
162 void AddOption(const std::string& option) { argument
163 transport_options.push_back(option);
/external/chromium_org/third_party/re2/util/
H A Dpcre.h219 // "(?s)" has the same effect as the PCRE_DOTALL option.
230 PCRE(const char* pattern, Option option);
232 PCRE(const string& pattern, Option option);
469 void Init(const char* pattern, Option option, int match_limit,
539 PCRE::Option option() const { return option_; } function in class:re2::PCRE_Options
540 void set_option(PCRE::Option option) { argument
541 option_ = option;
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp454 TracingStatus RecordInfo::NeedsTracing(Edge::NeedsTracingOption option) { argument
462 if (it->second.info()->NeedsTracing(option).IsNeeded())
466 if (option == Edge::kRecursive)
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp109 void Parser::addOption (const OptInfo& option) argument
111 m_options.push_back(option);
160 // End of option list (--)
177 err << "Unrecognized command line option '" << arg << "'\n";
184 err << "Command line option '--" << opt->longName << "' specified multiple times\n";
199 err << "No value expected for command line option '--" << opt->longName << "'\n";
220 err << "Got error parsing command line option '--" << opt->longName << "': " << e.what() << "\n";
226 err << "Expected value for command line option '--" << opt->longName << "'\n";
233 // Not an option
406 parser << Option<TestStringOpt> ("s", "string", "String option")
[all...]
/external/dhcpcd/
H A Dif-options.c59 const struct option cf_options[] = {
72 {"option", required_argument, NULL, 'o'},
417 syslog(LOG_ERR, "unknown option `%s'", arg);
497 syslog(LOG_ERR, "vendor option should be between"
613 syslog(LOG_ERR, "unknown option `%s'", arg);
621 syslog(LOG_ERR, "unknown option `%s'", arg);
737 syslog(LOG_ERR, "option `%s' does not take"
740 syslog(LOG_ERR, "unknown option `%s'", arg);
773 PACKAGE ": option requires an argument -- %s\n",
781 fprintf(stderr, PACKAGE ": unknown option
791 char *line, *option, *p, *platform; local
[all...]
H A Dshowlease.c28 uint8_t option; member in struct:dhcp_opt
149 valid_length(uint8_t option, int dl, int *type) argument
157 for (opt = dhcp_opts; opt->option; opt++) {
158 if (opt->option != option)
179 /* unknown option, so let it pass */
238 /* Ensure we only get this option once */
265 get_option_addr32(uint32_t *a, const struct dhcp_message *dhcp, uint8_t option) argument
267 const uint8_t *p = get_option_raw(dhcp, option);
276 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) argument
[all...]
/external/e2fsprogs/ext2ed/
H A Dinit.c395 wprintw (command_win,"You may wish to use the configuration option ForceExt2 on\n");
487 char option [80],value [80]; local
498 while (get_next_option (fp,option,value)) {
499 if (strcasecmp (option,"Ext2Descriptors")==0) {
503 else if (strcasecmp (option,"AlternateDescriptors")==0) {
507 else if (strcasecmp (option,"LogFile")==0) {
511 else if (strcasecmp (option,"LogChanges")==0) {
517 fprintf (stderr,"Error - Illegal value: %s %s\n",option,value);
522 else if (strcasecmp (option,"AllowChanges")==0) {
528 fprintf (stderr,"Error - Illegal value: %s %s\n",option,valu
589 get_next_option(FILE *fp,char *option,char *value) argument
[all...]
/external/eigen/bench/spbench/
H A Dspbenchsolver.h543 bool get_options(int argc, char **args, string option, string* value=0) argument
547 if (option.compare(args[idx]) == 0){

Completed in 411 milliseconds

1234567891011>>