HomeSort by relevance Sort by last modified time
    Searched full:option (Results 301 - 325 of 24237) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/X86/AlignedBundling/
bundle-lock-option-error.s 4 # CHECK: error: invalid option
  /external/llvm/unittests/Option/
Makefile 1 ##===- unittests/Option/Makefile ---------------------------*- Makefile -*-===##
11 TESTNAME = Option
12 LINK_COMPONENTS := option support
22 $(Echo) "Building Driver Option tables with tblgen"
  /external/qemu/android/
cmdline-option.c 1 #include "android/cmdline-option.h"
32 #define OPTION(_name,_type,_config) \
37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0)
38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0)
39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0)
40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1)
41 #define CFG_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,1)
70 /* anything that isn't an option past this points
79 /* an option cannot contain an underscore */
103 /* NOTE: variable tables map option names to value
    [all...]
  /external/wpa_supplicant_8/
COPYING 13 the BSD license option for future distribution. As such, the GPL v2
14 license option is no longer used. It should be noted that the BSD
15 license option (the one with advertisement clause removed) is compatible
22 after February 11, 2012 is no longer under the GPL v2 option.
  /frameworks/base/core/java/android/webkit/
EventLogTags.logtags 3 option java_package android.webkit;
  /ndk/sources/host-tools/make-3.81/
getopt1.c 11 Free Software Foundation; either version 2, or (at your option) any
71 const struct option *long_options, int *opt_index)
76 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
77 If an option that starts with '-' (not '--') doesn't match a long option,
78 but does match a short option, it is parsed as a short option
83 const struct option *long_options, int *opt_index)
106 static struct option long_options[] =
125 printf ("option %s", long_options[option_index].name)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 9 (at your option) any later version.
24 const struct option *__longopts, int *__longind,
48 /* The next char to be scanned in the option-element
49 in which the last option character we returned was found.
56 /* Describe how to deal with options that follow non-option ARGV-elements.
63 stop option processing when the first non-option is seen.
67 of the list of option characters, or by calling getopt.
74 RETURN_IN_ORDER is an option available to programs that were
77 non-option ARGV-element as if it were the argument of an optio
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
EventLogTags.logtags 3 option java_package com.android.packageinstaller
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_dccp.h 19 u_int8_t option; member in struct:xt_dccp_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_dccp.h 19 u_int8_t option; member in struct:xt_dccp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_dccp.h 19 u_int8_t option; member in struct:xt_dccp_info
  /external/bison/m4/
fpieee.m4 22 dnl (For integer overflow, see gcc's -ftrapv option; for integer division by
34 # On Alpha systems, a compiler option provides the behaviour.
38 # GCC has the option -mieee.
39 # For full IEEE compliance (rarely needed), use option -mieee-with-inexact.
42 # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact.
43 # For full IEEE compliance (rarely needed), use option -ieee_with_inexact.
49 # GCC has the option -mieee.
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.h 30 /* an option structure
35 /* short option letter if present, 0 otherwise */
38 /* long option name if present, NULL otherwise */
41 /* !=0 if option requires parameter, 0 if not */
51 /* (short - will be printed after option sopt/lopt) */
55 /* handle everything that is not an option */
59 int other_option_handler(char *option);
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 77 PrintError(A->getLoc(), Twine("Option is equivilent to"));
104 // Get the option groups and options.
107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
109 emitSourceFileHeader("Option Parsing Definitions", OS);
154 OS << "#ifdef OPTION\n";
158 // Start a single option entry.
159 OS << "OPTION(";
161 // The option prefix;
164 // The option string.
167 // The option identifier name
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 77 char *optarg; /* argument associated with option */
83 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
101 const struct option *, int *, int);
103 const struct option *, int *, int, int);
107 static char *place = EMSG; /* option letter processing */
110 static int nonopt_start = -1; /* first non option argument (for permute) */
111 static int nonopt_end = -1; /* first option after non options (for permute) */
114 static const char recargchar[] = "option requires an argument -- %c";
115 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */
118 static const char gnuoptchar[] = "invalid option -- %c"
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
color.js 42 colorCap.option.forEach(function(option) {
43 hasColor = hasColor || option.type == 'STANDARD_COLOR';
44 hasMonochrome = hasMonochrome || option.type == 'STANDARD_MONOCHROME';
52 var defaultOption = this.getDefaultColorOption_(colorCap.option);
60 this.getDefaultColorOption_(colorCap.option) : null;
64 // option that has type 'STANDARD_COLOR'.
91 * option of the given list.
95 var defaultOptions = options.filter(function(option) {
96 return option.is_default
    [all...]
  /external/valgrind/main/coregrind/m_mach/
mach_msg.c 52 mach_msg_option_t option,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
62 mach_msg_option_t option;
78 * We refrain from passing the option bits that we implement
80 * the kernel's fast paths (when it checks the option value).
83 mr = mach_msg_trap(msg, option &~ LIBMACH_OPTIONS,
89 if ((option & MACH_SEND_INTERRUPT) == 0)
92 option &~ LIBMACH_OPTIONS,
96 if ((option & MACH_RCV_INTERRUPT) == 0)
99 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG)
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
IteratorOptions.java 34 * @return Returns whether the option is set.
43 * @return Returns whether the option is set.
52 * @return Returns whether the option is set.
61 * @return Returns whether the option is set.
70 * Sets the option and returns the instance.
83 * Sets the option and returns the instance.
96 * Sets the option and returns the instance.
109 * Sets the option and returns the instance.
124 protected String defineOptionName(int option)
126 switch (option)
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
NXPSW_CompilerSwitches_MCS.h 109 //#define M4SPS_GIF_NOT_SUPPORTED /**< [option] do not support GIF format in still picture api */
110 //#define M4SPS_JPEG_NOT_SUPPORTED /**< [option] do not support JPEG format in still picture api */
111 //#define M4SPS_PNG_NOT_SUPPORTED /**< [option] do not support PNG format in still picture api */
112 #define M4SPS_WBMP_NOT_SUPPORTED /**< [option] do not support WBMP format in still picture api */
113 #define M4SPS_BGR565_COLOR_OUTPUT /**< [option] output in still picture api is BGR565
118 #define M4SPS_GIF_NOT_SUPPORTED /**< [option] do not support GIF format in still picture api */
119 //#define M4SPS_JPEG_NOT_SUPPORTED /**< [option] do not support JPEG format in still picture api */
120 #define M4SPS_PNG_NOT_SUPPORTED /**< [option] do not support PNG format in still picture api */
121 #define M4SPS_WBMP_NOT_SUPPORTED /**< [option] do not support WBMP format in still picture api */
122 //#define M4SPS_BGR565_COLOR_OUTPUT /**< [option] output in still picture api is BGR56
    [all...]
  /external/oprofile/doc/
oprofile.xml 105 boot-time kernel option <option>nosmp</option>. 2.6 kernels are supported with the in-kernel
272 <term><option>--with-linux</option></term>
274 Use this option to specify the location of the kernel source tree you wish
277 exact same options, so it is important you specify this option if you need
282 <term><option>--with-java</option></term>
285 Use this option if you need to profile Java applications. Also, se
    [all...]
  /external/bison/doc/
bison.x 47 option names. Long option names are indicated with
51 Abbreviations for option names are allowed as long as they
52 are unique. When a long option takes an argument, like
54 connect the option name and the argument with
  /external/chromium/chrome/browser/resources/options/
language_add_language_overlay.js 60 var option = document.createElement('option');
61 option.value = language.code;
62 option.textContent = displayText;
63 addLanguageList.appendChild(option);
  /external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_options.html 5 <div class="option">
10 <table class="option-control-table">
12 <td class="option-name">
23 <td class="option-name">
34 <td class="option-name">
  /external/chromium_org/chrome/browser/resources/options/
language_add_language_overlay.js 50 var option = cr.doc.createElement('option');
51 option.value = language.code;
52 option.textContent = displayText;
53 addLanguageList.appendChild(option);
  /external/libvpx/libvpx/
keywords.dox 42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
48 option provides.)

Completed in 684 milliseconds

<<11121314151617181920>>