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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/options/chromeos/
keyboard_overlay.html 5 <table class="option-control-table">
8 <label class="option-name" for="remap-search-key-to"
12 <td class="option-value">
21 <label class="option-name" for="remap-control-key-to"
25 <td class="option-value">
34 <label class="option-name" for="remap-alt-key-to"
38 <td class="option-value">
48 <label class="option-name" for="remap-caps-lock-key-to"
52 <td class="option-value">
63 <label class="option-name" for="remap-diamond-key-to
    [all...]
  /external/llvm/lib/Option/
Arg.cpp 10 #include "llvm/Option/Arg.h"
13 #include "llvm/Option/ArgList.h"
14 #include "llvm/Option/Option.h"
20 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index, const Arg *_BaseArg)
25 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index,
32 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index,
92 case Option::RenderValuesStyle:
97 case Option::RenderCommaJoinedStyle: {
109 case Option::RenderJoinedStyle
    [all...]
  /hardware/ril/rild/
radiooptions.c 41 perror("Usage: radiooptions [option] [extra_socket_args]\n\
59 const int option = atoi(argv[1]); local
60 if (option < 0 || option > 10) {
62 } else if ((option == DIAL_CALL || option == SETUP_PDP) && argc == 3) {
64 } else if ((option != DIAL_CALL && option != SETUP_PDP) && argc == 2) {
71 const int option = atoi(argv[1]); local
72 if (option != DIAL_CALL && option != SETUP_PDP)
    [all...]
  /external/chromium_org/third_party/lcov/
CHANGES 12 - Added sorting option in HTLM output (default is on)
40 - Added --no-recursion option to disable recursion into sub-directories
66 - Added --compat-libtool option to enable libtool compatibility mode
67 - Added --no-compat-libtool option to disable libtool compatibility mode
69 - Added --checksum option to enable line checksumming
70 - Added --gcov-tool option
71 - Added --ignore-errors option
72 - Added --initial option to generate zero coverage from graph files
74 - Added --checksum option
79 - Added --compat-libtool option to enable libtool compatibility mod
    [all...]
  /build/tools/
warn.py 37 { 'category':'make', 'severity':severity.MEDIUM, 'members':[], 'option':'',
41 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Wimplicit-function-declaration',
44 { 'category':'C/C++', 'severity':severity.SKIP, 'members':[], 'option':'',
47 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Wtype-limits',
52 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'',
58 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-fno-builtin',
61 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wunused-parameter',
64 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wunused',
68 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wunused-value',
71 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wmissing-field-initializers'
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 65 void Option::anchor() {}
101 static Option *RegisteredOptionList = 0;
103 void Option::addArgument() {
111 // This collects the different option categories that have been registered.
115 // Initialise the general option category.
124 // Basic, shared command line option processing machinery.
129 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts,
130 SmallVectorImpl<Option*> &SinkOpts,
131 StringMap<Option*> &OptionsMap) {
133 Option *CAOpt = 0; // The ConsumeAfter option if it exists
    [all...]
  /development/tools/idegen/src/com/android/idegen/
Module.java 178 + " <option name=\"GEN_FOLDER_RELATIVE_PATH_APT\" value=\"" + dir + "\" />\n"
179 + " <option name=\"GEN_FOLDER_RELATIVE_PATH_AIDL\" value=\"" + dir
181 + " <option name=\"MANIFEST_FILE_RELATIVE_PATH\" value=\""
183 + " <option name=\"RES_FOLDER_RELATIVE_PATH\" value=\"/res\" />\n"
184 + " <option name=\"ASSETS_FOLDER_RELATIVE_PATH\" value=\"/assets\" />\n"
185 + " <option name=\"LIBS_FOLDER_RELATIVE_PATH\" value=\"/libs\" />\n"
186 + " <option name=\"REGENERATE_R_JAVA\" value=\"true\" />\n"
187 + " <option name=\"REGENERATE_JAVA_BY_AIDL\" value=\"true\" />\n"
188 + " <option name=\"USE_CUSTOM_APK_RESOURCE_FOLDER\" value=\"false\" />\n"
189 + " <option name=\"CUSTOM_APK_RESOURCE_FOLDER\" value=\"\" />\n
    [all...]
  /external/bison/lib/
getopt_int.h 9 (at your option) any later version.
26 const struct option *__longopts, int *__longind,
34 /* Describe how to deal with options that follow non-option ARGV-elements.
41 stop option processing when the first non-option is seen.
45 of the list of option characters, or by calling getopt.
52 RETURN_IN_ORDER is an option available to programs that were
55 non-option ARGV-element as if it were the argument of an option
57 list of option characters selects this mode of operation
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_hangul_handler.cc 37 ListValue* option = new ListValue(); local
38 option->Append(Value::CreateStringValue(
40 option->Append(Value::CreateStringValue(l10n_util::GetStringUTF16(
42 keyboard_layout_list->Append(option);
language_pinyin_handler.cc 52 ListValue* option = new ListValue(); local
53 option->Append(Value::CreateIntegerValue(
56 option->Append(Value::CreateStringValue(l10n_util::GetStringUTF16(
59 list_value->Append(option);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
language_hangul_handler.cc 38 ListValue* option = new ListValue(); local
39 option->Append(new base::StringValue(
41 option->Append(new base::StringValue(l10n_util::GetStringUTF16(
43 keyboard_layout_list->Append(option);
  /external/chromium_org/chrome_frame/
exception_barrier_lowlevel.asm 36 OPTION PROLOGUE:None
37 OPTION EPILOGUE:None
51 OPTION PROLOGUE:None
52 OPTION EPILOGUE:None
  /external/chromium_org/third_party/WebKit/ManualTests/
select-popup-on-spacebar.html 24 <option>Select</option>
25 <option>Item 1</option>
  /external/clang/test/CodeGen/
nomathbuiltin.c 3 // Check that the -fno-math-builtin option for -cc1 is working properly.
  /external/clang/test/Driver/
qa_override.c 8 // CHECK: Option 0 - Name: "-ccc-print-options", Values: {}
9 // CHECK-NEXT: Option 1 - Name: "<input>", Values: {"x"}
10 // CHECK-NEXT: Option 2 - Name: "-O", Values: {"ignore"}
11 // CHECK-NEXT: Option 3 - Name: "-O", Values: {"magic"}
  /external/clang/test/Frontend/
diagnostics-option-names.c 1 // RUN: not %clang_cc1 -fdiagnostics-show-option -Werror -Weverything %s 2> %t
  /external/eigen/bench/btl/cmake/
MacroOptionalAddSubdirectory.cmake 1 # - MACRO_OPTIONAL_ADD_SUBDIRECTORY() combines ADD_SUBDIRECTORY() with an OPTION()
8 # 2 - If the directory exists, it will offer an option to skip the
23 OPTION(BUILD_${_dir} "Build directory ${_dir}" ${ARGV1})
25 OPTION(BUILD_${_dir} "Build directory ${_dir}" TRUE)
  /external/grub/lib/
getopt1.c 10 Free Software Foundation; either version 2, or (at your option) any
74 const struct option *long_options;
80 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
81 If an option that starts with '-' (not '--') doesn't match a long option,
82 but does match a short option, it is parsed as a short option
90 const struct option *long_options;
116 static struct option long_options[] =
135 printf ("option %s", long_options[option_index].name)
    [all...]
  /external/iptables/include/linux/netfilter/
xt_dccp.h 21 __u8 option; member in struct:xt_dccp_info
  /external/iputils/doc/
pg3.sgml 47 <term><option>odev <replaceable/DEVICE/</option></term>
55 <term><option>pkt_size <replaceable/BYTES/</option></term>
64 <term><option>frags <replaceable/NUMBER/</option></term>
73 <term><option>count <replaceable/NUMBER/</option></term>
80 <term><option>ipg <replaceable/TIME/</option></term
    [all...]
  /external/kernel-headers/original/linux/netfilter/
xt_dccp.h 19 u_int8_t option; member in struct:xt_dccp_info
  /external/libvorbis/m4/
add_cflags.m4 3 dnl Add the given option to CFLAGS, if it doesn't break the compiler
  /external/llvm/docs/CommandGuide/
llvm-nm.rst 93 .. option:: -B (default)
95 Use BSD output format. Alias for :option:`--format=bsd`.
98 .. option:: -P
100 Use POSIX.2 output format. Alias for :option:`--format=posix`.
103 .. option:: --debug-syms, -a
108 .. option:: --defined-only
115 .. option:: --dynamic, -D
120 .. option:: --extern-only, -g
126 .. option:: --format=format, -f format
132 .. option:: -hel
    [all...]
  /external/llvm/include/llvm/Option/
OptSpecifier.h 1 //===--- OptSpecifier.h - Option Specifiers ---------------------*- C++ -*-===//
15 class Option;
17 /// OptSpecifier - Wrapper class for abstracting references to option IDs.
27 /*implicit*/ OptSpecifier(const Option *Opt);
  /external/llvm/lib/
CMakeLists.txt 12 add_subdirectory(Option)

Completed in 1152 milliseconds

<<11121314151617181920>>