Searched defs:option (Results 176 - 200 of 291) sorted by relevance

1234567891011>>

/external/regex-re2/util/
H A Dpcre.cc64 error_ = new string("illegal regexp option");
66 << "Error compiling '" << pattern << "': illegal regexp option";
78 PCRE::PCRE(const char* pattern, Option option) { argument
79 Init(pattern, option, 0, 0, true);
84 PCRE::PCRE(const string& pattern, Option option) { argument
85 Init(pattern.c_str(), option, 0, 0, true);
88 Init(pattern.c_str(), re_option.option(), re_option.match_limit(),
93 Init(pattern, re_option.option(), re_option.match_limit(),
105 // runtime pcre only provides an option for anchoring at the
/external/valgrind/main/coregrind/
H A Dm_libcproc.c16 License, or (at your option) any later version.
422 Int VG_(prctl) (Int option, argument
427 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
428 res = VG_(do_syscall5)(__NR_prctl, (UWord) option,
/external/chromium_org/chrome/browser/
H A Dio_thread.cc815 // to move this option to IOThread::Globals &
880 const std::string& option = local
885 if (option == kOff) {
887 } else if (option == kDisableSSL) {
891 } else if (option == kSSL) {
895 } else if (option == kDisablePing) {
897 } else if (option == kExclude) {
900 } else if (option == kDisableCompression) {
902 } else if (option == kDisableAltProtocols) {
904 } else if (option
1307 uint32 option = 0; local
[all...]
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc153 ReloadTabsOption option,
225 if (RELOAD_TABS == option)
152 AssociateWindows( ReloadTabsOption option, const syncer::SyncDataList& restored_tabs, syncer::SyncChangeList* change_output) argument
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc58 CR_DEFINE_STATIC_LOCAL(WebString, kOption, ("option"));
430 // Fills |option_strings| with the values of the <option> elements present in
451 const WebOptionElement option = list_items[i].toConst<WebOptionElement>(); local
452 option_values->push_back(option.value());
453 option_contents->push_back(option.text());
787 // Set option strings on the field if available.
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description.cc541 static bool Load(const base::DictionaryValue& dict, ContentType* option) { argument
542 return dict.GetString(kKeyContentType, option);
545 static void Save(ContentType option, base::DictionaryValue* dict) { argument
546 dict->SetString(kKeyContentType, option);
553 static bool Load(const base::DictionaryValue& dict, PwgRasterConfig* option) { argument
567 *option = option_out;
571 static void Save(const PwgRasterConfig& option, base::DictionaryValue* dict) { argument
574 TypeToString(kDocumentSheetBackNames, option.document_sheet_back));
575 if (option.reverse_order_streaming)
577 option
586 IsValid(const Color& option) argument
588 Load(const base::DictionaryValue& dict, Color* option) argument
599 Save(const Color& option, base::DictionaryValue* dict) argument
611 Load(const base::DictionaryValue& dict, DuplexType* option) argument
617 Save(DuplexType option, base::DictionaryValue* dict) argument
625 Load(const base::DictionaryValue& dict, OrientationType* option) argument
631 Save(OrientationType option, base::DictionaryValue* dict) argument
638 IsValid(int32 option) argument
640 Load(const base::DictionaryValue& dict, int32* option) argument
644 Save(int32 option, base::DictionaryValue* dict) argument
652 Load(const base::DictionaryValue& dict, Margins* option) argument
664 Save(const Margins& option, base::DictionaryValue* dict) argument
675 IsValid(const Dpi& option) argument
677 Load(const base::DictionaryValue& dict, Dpi* option) argument
685 Save(const Dpi& option, base::DictionaryValue* dict) argument
694 Load(const base::DictionaryValue& dict, FitToPageType* option) argument
700 Save(FitToPageType option, base::DictionaryValue* dict) argument
707 IsValid(const PageRange& option) argument
716 Load(const base::DictionaryValue& dict, PageRange* option) argument
732 Save(const PageRange& option, base::DictionaryValue* dict) argument
749 IsValid(const Media& option) argument
751 Load(const base::DictionaryValue& dict, Media* option) argument
766 Save(const Media& option, base::DictionaryValue* dict) argument
787 Load(const base::DictionaryValue& dict, bool* option) argument
791 Save(bool option, base::DictionaryValue* dict) argument
801 Load(const base::DictionaryValue& dict, bool* option) argument
805 Save(bool option, base::DictionaryValue* dict) argument
[all...]
/external/chromium_org/net/udp/
H A Dudp_socket_win.cc726 int option = local
728 int rv = setsockopt(socket_, protocol_level, option,
737 int option = local
739 int rv = setsockopt(socket_, protocol_level, option,
785 // option SO_REUSEADDR or SO_EXCLUSIVEADDRUSE is set and whether the
/external/chromium_org/storage/browser/fileapi/
H A Dobfuscated_file_util.cc493 CopyOrMoveOption option,
581 option,
489 CopyOrMoveFile( FileSystemOperationContext* context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp56 /* option starters chars. */
209 _processCollatorOption(CollatorSpec *spec, uint32_t option, const char* string, argument
212 spec->options[option] = ucol_sit_letterToAttributeValue(*string, status);
215 fprintf(stderr, "%s:%d: unknown collator option at '%s': %s\n", __FILE__, __LINE__, string, u_errorName(*status));
329 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp90 const char *option; local
173 option=callback==NULL ? cbopt : cbopt+1;
174 if(*option==0) {
175 option=NULL;
186 ToUnicodeCase(cc, callback, option);
202 const char *option; local
324 option=callback==NULL ? cbopt : cbopt+1;
325 if(*option==0) {
326 option=NULL;
339 FromUnicodeCase(cc, callback, option);
948 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) argument
1352 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbufferobj.c1680 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1706 retval = ctx->Driver.BufferObjectPurgeable(ctx, bufObj, option);
1713 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1735 retval = ctx->Driver.RenderObjectPurgeable(ctx, bufObj, option);
1742 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1764 retval = ctx->Driver.TextureObjectPurgeable(ctx, bufObj, option);
1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1784 switch (option) {
1791 "glObjectPurgeable(name = 0x%x) invalid option: %d",
1792 name, option);
1823 buffer_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1853 renderbuffer_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1883 texture_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse.y296 state->option.TexRect =
301 optionSequence: optionSequence option
305 option: OPTION string ';' label
320 ? "invalid ARB vertex program option"
321 : "invalid ARB fragment program option";
564 if (!state->option.NV_fragment) {
588 if (!state->option.NV_fragment) {
618 if (!state->option.NV_fragment) {
647 if (state->option.PositionInvariant
1950 if (!state->option
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c223 "usage: yasm [option]* file\n"
822 other_option_handler(char *option) argument
825 if (option[0] == '-' && option[1] == 'O') {
828 if (option[n] == '\0')
830 if (!isdigit(option[n]))
/external/dhcpcd/
H A Ddhcp.c59 /* Our aggregate option buffer.
65 uint8_t option; member in struct:dhcp_opt
206 for (opt = dhcp_opts; opt->option; opt++)
208 printf("%03d %s\n", opt->option, opt->var);
221 for (opt = dhcp_opts; opt->option; opt++) {
231 if (opt->option == n)
242 opt->option);
245 opt->option);
249 if (!opt->option) {
260 valid_length(uint8_t option, in argument
384 get_option_addr(struct in_addr *a, const struct dhcp_message *dhcp, uint8_t option) argument
396 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) argument
409 get_option_uint16(uint16_t *i, const struct dhcp_message *dhcp, uint8_t option) argument
422 get_option_uint8(uint8_t *i, const struct dhcp_message *dhcp, uint8_t option) argument
718 get_option_string(const struct dhcp_message *dhcp, uint8_t option) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DDoclava.java529 public static int optionLength(String option) { argument
530 if (option.equals("-d")) {
533 if (option.equals("-templatedir")) {
536 if (option.equals("-hdf")) {
539 if (option.equals("-knowntags")) {
542 if (option.equals("-toroot")) {
545 if (option.equals("-samplecode")) {
549 if (option.equals("-samplegroup")) {
552 if (option.equals("-samplesdir")) {
556 if (option
[all...]
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp57 /* option starters chars. */
195 _processCollatorOption(CollatorSpec *spec, uint32_t option, const char* string, argument
198 spec->options[option] = ucol_sit_letterToAttributeValue(*string, status);
201 fprintf(stderr, "%s:%d: unknown collator option at '%s': %s\n", __FILE__, __LINE__, string, u_errorName(*status));
315 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status));
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp90 const char *option; local
182 option=callback==NULL ? cbopt : cbopt+1;
183 if(*option==0) {
184 option=NULL;
195 ToUnicodeCase(cc, callback, option);
211 const char *option; local
342 option=callback==NULL ? cbopt : cbopt+1;
343 if(*option==0) {
344 option=NULL;
357 FromUnicodeCase(cc, callback, option);
975 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) argument
1379 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp.c1704 int option = -1; local
1708 option = UDP_ENCAP_ESPINUDP;
1711 option = UDP_ENCAP_ESPINUDP_NON_IKE;
1713 if(option != -1){
1715 UDP_ENCAP, &option, sizeof (option)) < 0) {
1718 option == UDP_ENCAP_ESPINUDP ? "UDP_ENCAP_ESPINUDP" : "UDP_ENCAP_ESPINUDP_NON_IKE",
/external/iptables/iptables/
H A Dip6tables.c16 * (at your option) any later version.
79 static struct option original_opts[] = {
127 * given commands make an option legal, that option is legal (applies to
299 * fact that if an option is legal with *any* command given, it is
313 "option for this command\n",
324 "Illegal option `-%c' with this command\n",
330 opt2char(int option) argument
333 for (ptr = optflags; option > 1; option >>
339 cmd2char(int option) argument
412 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, int invert) argument
[all...]
H A Diptables.c16 * (at your option) any later version.
76 static struct option original_opts[] = {
126 * given commands make an option legal, that option is legal (applies to
293 * fact that if an option is legal with *any* command given, it is
307 "option for this command\n",
318 "Illegal option `-%c' with this command\n",
324 opt2char(int option) argument
327 for (ptr = optflags; option > 1; option >>
333 cmd2char(int option) argument
398 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, int invert) argument
[all...]
/external/kernel-headers/original/uapi/rdma/
H A Drdma_user_cm.h146 __u32 option; member in struct:rdma_ucm_query
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h232 tNFA_RW_PRES_CHK_OPTION option; member in union:__anon24231
/external/libpng/contrib/libtests/
H A Dpngunknown.c176 int all; /* Chunk set by the '-1' option */
525 fprintf(stderr, "%s(%s): %d: unrecognized chunk option\n", d->file,
696 int chunk, option; local
699 option = PNG_HANDLE_CHUNK_AS_DEFAULT;
701 option = PNG_HANDLE_CHUNK_NEVER;
703 option = PNG_HANDLE_CHUNK_IF_SAFE;
705 option = PNG_HANDLE_CHUNK_ALWAYS;
708 fprintf(stderr, "%s(%s): %s: unrecognized chunk option\n", d->file,
728 png_set_keep_unknown_chunks(d->png_ptr, option, name, 1);
729 chunk_info[chunk].keep = option;
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c170 pr_err("Failed: extra option specified '%s'", opt);
177 static int setup_compute(const struct option *opt, const char *str,
184 char *option; local
191 option = strchr(str, ':');
192 if (option) {
193 unsigned len = option++ - str;
200 /* No option value is longer. */
212 return setup_compute_opt(option);
700 static const struct option options[] = {
1008 pr_err("Order option ou
[all...]
/external/mesa3d/src/mesa/main/
H A Dbufferobj.c1680 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1706 retval = ctx->Driver.BufferObjectPurgeable(ctx, bufObj, option);
1713 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1735 retval = ctx->Driver.RenderObjectPurgeable(ctx, bufObj, option);
1742 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1764 retval = ctx->Driver.TextureObjectPurgeable(ctx, bufObj, option);
1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1784 switch (option) {
1791 "glObjectPurgeable(name = 0x%x) invalid option: %d",
1792 name, option);
1823 buffer_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1853 renderbuffer_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1883 texture_object_unpurgeable(struct gl_context *ctx, GLuint name, GLenum option) argument
1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
[all...]

Completed in 467 milliseconds

1234567891011>>