HomeSort by relevance Sort by last modified time
    Searched full:separate (Results 126 - 150 of 6153) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
README.txt 13 out to a separate plugin, but the formatter itself continues to live
  /external/clang/include/clang/Driver/
CC1AsOptions.td 21 def triple : Separate<["-"], "triple">,
23 def target_cpu : Separate<["-"], "target-cpu">,
25 def target_feature : Separate<["-"], "target-feature">,
40 def main_file_name : Separate<["-"], "main-file-name">,
47 def o : Separate<["-"], "o">, MetaVarName<"<path>">,
50 def filetype : Separate<["-"], "filetype">,
62 def mllvm : Separate<["-"], "mllvm">,
69 def output_asm_variant : Separate<["-"], "output-asm-variant">,
88 def fdebug_compilation_dir : Separate<["-"], "fdebug-compilation-dir">,
91 def dwarf_debug_flags : Separate<["-"], "dwarf-debug-flags">
    [all...]
Options.td 127 def ccc_gcc_name : Separate<["-"], "ccc-gcc-name">, InternalDriverOpt,
130 def ccc_clang_archs : Separate<["-"], "ccc-clang-archs">, InternalDriverOpt,
131 HelpText<"Comma separate list of architectures to use the clang compiler for">,
140 def ccc_install_dir : Separate<["-"], "ccc-install-dir">, InternalDebugOpt,
155 def ccc_arcmt_migrate : Separate<["-"], "ccc-arcmt-migrate">, InternalDriverOpt,
157 def arcmt_migrate_report_output : Separate<["-"], "arcmt-migrate-report-output">,
165 def ccc_objcmt_migrate : Separate<["-"], "ccc-objcmt-migrate">,
258 def Xanalyzer : Separate<["-"], "Xanalyzer">,
261 def Xassembler : Separate<["-"], "Xassembler">,
263 def Xclang : Separate<["-"], "Xclang">
    [all...]
  /external/clang/test/Driver/
parsing.c 1 // RUN: %clang -ccc-print-options input -Yunknown -m32 -arch ppc -djoined -A separate -Ajoined -Wp,one,two -Xarch_joined AndSeparate -sectalign 1 2 3 2> %t
8 // RUN: grep 'Option 6 - Name: "-A", Values: {"separate"}' %t
  /packages/providers/DownloadProvider/tests/public_api_access/
AndroidManifest.xml 30 We intentionally target our own package to ensure this runs in a separate process under a
31 separate UID.
  /sdk/eclipse/sites/external/
index.html 37 // separate transformation function for IE 6.0+
44 // separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+
  /sdk/eclipse/sites/internal/
index.html 37 // separate transformation function for IE 6.0+
44 // separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+
  /system/media/audio_utils/include/audio_utils/
primitives.h 35 * The out and sums buffers must either be completely separate (non-overlapping), or
45 * The destination and source buffers must either be completely separate (non-overlapping), or
55 * The destination and source buffers must either be completely separate (non-overlapping), or
66 * The destination and source buffers must either be completely separate (non-overlapping), or
78 * The destination and source buffers must either be completely separate (non-overlapping), or
89 * The destination and source buffers must be completely separate (non-overlapping).
100 * The destination and source buffers must be completely separate (non-overlapping).
  /external/llvm/include/llvm/Option/
OptParser.td 36 def KIND_SEPARATE : OptionKind<"Separate">;
39 // An option which is which takes multiple (separate) arguments.
61 // RenderJoined - The option should be rendered joined, even if separate (only
62 // sensible on single value separate options).
101 class Separate<list<string> prefixes, string name>
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 93 * Called from the UI to change whether to use separate settings for
96 * @param value{boolean} whether to use separate settings for
119 <input type="checkbox" onclick="setUseSeparateIncognitoSettings(this.checked)" id="useSeparateIncognitoSettings" /> Use separate setting for incognito mode:
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
mat2-spec.js 63 describe("with a separate output matrix", function() {
80 describe("with a separate output matrix", function() {
97 describe("with a separate output matrix", function() {
122 describe("with a separate output matrix", function() {
149 describe("with a separate output matrix", function() {
169 describe("with a separate output matrix", function() {
quat-spec.js 68 describe("with a separate output quaternion", function() {
97 describe("with a separate output quaternion", function() {
124 describe("with a separate output quaternion", function() {
159 describe("with a separate output quaternion", function() {
176 describe("with a separate output quaternion", function() {
203 describe("with a separate output quaternion", function() {
232 describe("with a separate output quaternion", function() {
249 describe("with a separate output quaternion", function() {
  /external/chromium/chrome/common/
worker_thread_ticker.h 17 // The timer runs on a separate thread, so it will run even if the current
18 // thread is hung. Similarly, the callbacks will be called on a separate
  /external/chromium_org/chrome/browser/component_updater/test/
component_installers_unittest.cc 53 // TODO(viettrungluu): Separate out into two separate tests; use a test fixture.
  /external/chromium_org/chrome/browser/download/
download_service.h 94 // should be a separate EDER for on-record and off-record managers.
95 // There does not appear to be a separate ExtensionSystem for on-record and
  /external/chromium_org/chrome/common/
worker_thread_ticker.h 16 // The timer runs on a separate thread, so it will run even if the current
17 // thread is hung. Similarly, the callbacks will be called on a separate
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_base.h 45 // Fetcher runs on a separate thread calling |Fetch()| at regular intervals.
47 // Fetcher runs on a separate thread, but no callbacks are executed.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_map_image.txt 22 For security reasons Chromium accesses the GPU from a separate process. User
26 passed to GPU must first be made available to the separate GPU process.
  /external/chromium_org/remoting/host/
constants_mac.h 13 // Use separate named notifications for success and failure because sandboxed
27 // Use a single configuration file, instead of separate "auth" and "host" files.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
README.webtreemap.txt 22 likely imported via a separate JSON file. Each node (including the
45 The treemap is constructed with one `div` per region with a separate
  /external/llvm/include/llvm/CodeGen/
GCMetadataPrinter.h 11 // as assembly code. This is a separate class from GCStrategy in order to allow
15 // GCMetadataPrinterRegistry. This is separate from the GCStrategy itself
  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 28 * the systems managed by ObjectRegistry allocated at once. For example, separate threads may
29 * maintain their own separate ObjectRegistry instances.
  /external/valgrind/main/callgrind/
clo.c 56 Int separate_callers; /* separate logging dependent on caller */
57 Int separate_recursions; /* separate logging of rec. levels */
424 else if VG_BOOL_CLO(arg, "--separate-threads", CLG_(clo).separate_threads) {}
457 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
480 else if VG_XACT_CLO(arg, "--separate-callers=auto",
482 else if VG_INT_CLO( arg, "--separate-callers",
494 else if VG_STREQN(18, arg, "--separate-callers") {
503 else if VG_STREQN(15, arg, "--separate-recs") {
587 " --separate-threads=no|yes Separate data per thread [no]\n
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigTypeVariableDefinition.java 63 builder.append(ModelUtil.separate(getUpperBounds(), ", "));
  /dalvik/vm/
Inlines.h 19 * turned into a separate function. This prevents us from having multiple

Completed in 1412 milliseconds

1 2 3 4 56 7 8 91011>>