Searched defs:option (Results 126 - 150 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.cc139 int option; local
140 if ((StringToInt(field->option_values[i], &option) && option == value) ||
141 (StringToInt(field->option_contents[i], &option) && option == value)) {
185 // Canonicalize each <option> value to a country code, and compare to the
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.cc293 P2PSocketOption option,
301 socket->SetOption(option, value);
292 OnSetOption(int socket_id, P2PSocketOption option, int value) argument
H A Dsocket_host_tcp.cc453 bool P2PSocketHostTcpBase::SetOption(P2PSocketOption option, int value) { argument
455 switch (option) {
/external/chromium_org/printing/backend/
H A Dcups_helper.cc379 ppd_option_t* option = ppdFindOption(ppd, kDuplex); local
380 if (option)
381 duplex_choice = ppdFindChoice(option, option->defchoice);
/external/chromium_org/remoting/test/
H A Dfake_socket_factory.cc59 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
60 virtual int SetOption(rtc::Socket::Option option, int value) OVERRIDE;
127 int FakeUdpSocket::GetOption(rtc::Socket::Option option, int* value) { argument
132 int FakeUdpSocket::SetOption(rtc::Socket::Option option, int value) { argument
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_impl.cc72 CopyOrMoveOption option,
84 option,
93 CopyOrMoveOption option,
102 option,
284 CopyOrMoveOption option,
293 weak_factory_.GetWeakPtr(), src_url, dest_url, option,
301 CopyOrMoveOption option,
309 src_url, dest_url, option, callback),
407 CopyOrMoveOption option,
411 operation_context_.Pass(), src_url, dest_url, option, progress_callbac
69 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
91 Move(const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
281 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
298 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
404 DoCopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
416 DoMoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
[all...]
H A Dfile_system_operation_runner.cc89 CopyOrMoveOption option,
104 src_url, dest_url, option,
117 CopyOrMoveOption option,
131 src_url, dest_url, option,
456 CopyOrMoveOption option,
471 src_url, dest_url, option, progress_callback,
480 CopyOrMoveOption option,
494 src_url, dest_url, option,
86 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
114 Move( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
453 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
477 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource.cc273 // Set |option| to the highest-priority value of |key| in the constraints.
276 const std::string& key, cricket::Settable<bool>* option) {
280 option->Set(value);
288 // found with valid values, and return false if any mandatory video option was
275 ExtractOption(const MediaConstraintsInterface* all_constraints, const std::string& key, cricket::Settable<bool>* option) argument
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc106 int option) {
105 SetOption(SocketType type, rtc::Socket::Option opt, int option) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c327 int vpx_memory_tracker_set_log_type(int type, char *option) { argument
334 if (!option) {
338 if ((g_logging.file = fopen((char *)option, "w")))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c712 GLenum option)
719 if (option == GL_RELEASED_APPLE) {
738 GLenum option)
743 (void) option;
755 GLenum option)
760 (void) option;
784 GLenum option)
787 (void) option;
795 GLenum option)
800 (void) option;
710 intel_buffer_object_purgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
736 intel_texture_object_purgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
753 intel_render_object_purgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
782 intel_buffer_object_unpurgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
793 intel_texture_object_unpurgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
810 intel_render_object_unpurgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c712 GLenum option)
719 if (option == GL_RELEASED_APPLE) {
738 GLenum option)
743 (void) option;
755 GLenum option)
760 (void) option;
784 GLenum option)
787 (void) option;
795 GLenum option)
800 (void) option;
710 intel_buffer_object_purgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
736 intel_texture_object_purgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
753 intel_render_object_purgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
782 intel_buffer_object_unpurgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
793 intel_texture_object_unpurgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
810 intel_render_object_unpurgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.c712 GLenum option)
719 if (option == GL_RELEASED_APPLE) {
738 GLenum option)
743 (void) option;
755 GLenum option)
760 (void) option;
784 GLenum option)
787 (void) option;
795 GLenum option)
800 (void) option;
710 intel_buffer_object_purgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
736 intel_texture_object_purgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
753 intel_render_object_purgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
782 intel_buffer_object_unpurgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
793 intel_texture_object_unpurgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
810 intel_render_object_unpurgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddebug.c160 struct option { struct
164 static const struct option opts[] = {
201 struct option { struct
205 static const struct option opts[] = {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parser.h213 } option; member in struct:asm_parser_state
258 * Parses and processes an option string to an ARB vertex program
264 const char *option);
267 * Parses and processes an option string to an ARB fragment program
273 const char *option);
/external/chromium_org/third_party/skia/src/views/
H A DSkOSMenu.cpp151 SkEventSinkID target, int index, const char option[], ...) {
154 if (option) {
155 SkString str(option);
156 va_start(args, option);
150 appendList(const char label[], const char slotName[], SkEventSinkID target, int index, const char option[], ...) argument
/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 char option; local
197 while ((option = getopt(argc, argv, option_string)) != EOF) {
198 switch (option) {
/external/iproute2/tc/
H A Dm_xt_old.c8 * 2 of the License, or (at your option) any later version.
60 static struct option original_opts[] = {
65 static struct option *opts = original_opts;
82 static void free_opts(struct option *local_opts)
92 static struct option *
93 merge_options(struct option *oldopts, const struct option *newopts,
96 struct option *merge;
104 merge = malloc(sizeof (struct option) * (num_new + num_old + 1));
105 memcpy(merge, oldopts, num_old * sizeof (struct option));
126 check_inverse(const char option[], int *invert, int *my_optind, int argc) argument
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Drw_t4t.c1468 ** option is RW_T4T_CHK_EMPTY_I_BLOCK, use empty I block for presence check.
1476 tNFC_STATUS RW_T4tPresenceCheck (UINT8 option) argument
1483 RW_TRACE_API1 ("RW_T4tPresenceCheck () %d", option);
1505 if (option == RW_T4T_CHK_EMPTY_I_BLOCK)
1520 if (option <= RW_T4T_CHK_READ_BINARY_CH3)
1521 rw_cb.tcb.t4t.channel = option;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c327 int vpx_memory_tracker_set_log_type(int type, char *option) { argument
334 if (!option) {
338 if ((g_logging.file = fopen((char *)option, "w")))
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h43 struct option;
44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
48 * holds the type of the option, you must have an OPTION_END last in your
52 * the character to use as a short option name, '\0' if none.
55 * the long option name, without the leading dashes, NULL if none.
61 * token to explain the kind of argument this option wants. Keep it
65 * the short help associated to what the option does.
72 * PARSE_OPT_NOARG: says that this option takes no argument, for CALLBACKs
73 * PARSE_OPT_NONEG: says that this option cannot be negated
74 * PARSE_OPT_HIDDEN this option i
86 struct option { struct
[all...]

Completed in 3870 milliseconds

1234567891011>>