/tools/motodev/src/plugins/db.devices/src/com/motorolamobility/studio/android/db/devices/model/ |
IDbDeviceMapperNode.java | 21 * Interface to allow mapper nodes from devices to have a separate Map action from the popup menu.
|
/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
|
/external/llvm/test/CodeGen/ARM/ |
global-merge.ll | 15 ; When this works properly, @g3 is placed in a separate chunk of merged globals. 20 ; separate pool of merged globals.
|
/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+
|
/external/clang/include/clang/Driver/ |
Options.td | 89 def ccc_gcc_name : Separate<"-ccc-gcc-name">, CCCDriverOpt, 100 def ccc_clang_archs : Separate<"-ccc-clang-archs">, CCCDriverOpt, 101 HelpText<"Comma separate list of architectures to use the clang compiler for">, 109 def ccc_install_dir : Separate<"-ccc-install-dir">, CCCDebugOpt, 124 def ccc_arcmt_migrate : Separate<"-ccc-arcmt-migrate">, CCCDriverOpt, 126 def arcmt_migrate_report_output : Separate<"-arcmt-migrate-report-output">, 134 def ccc_objcmt_migrate : Separate<"-ccc-objcmt-migrate">, CCCDriverOpt, 161 def G : Separate<"-G">, Flags<[DriverOption]>; 224 def Xanalyzer : Separate<"-Xanalyzer">, 227 def Xassembler : Separate<"-Xassembler"> [all...] |
OptParser.td | 36 def KIND_SEPARATE : OptionKind<"Separate">; 39 // An option which is which takes multiple (separate) arguments. 68 // RenderJoined - The option should be rendered joined, even if separate (only 69 // sensible on single value separate options). 119 class Separate<string name> : Option<name, KIND_SEPARATE>;
|
CC1AsOptions.td | 21 def triple : Separate<"-triple">, 23 def target_cpu : Separate<"-target-cpu">, 25 def target_feature : Separate<"-target-feature">, 45 def o : Separate<"-o">, MetaVarName<"<path>">, HelpText<"Specify output file">; 47 def filetype : Separate<"-filetype">, 61 def mllvm : Separate<"-mllvm">, 68 def output_asm_variant : Separate<"-output-asm-variant">, 90 def dwarf_debug_flags : Separate<"-dwarf-debug-flags">,
|
/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/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/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/tests/tests/example/src/android/example/cts/ |
ExampleSecondaryTest.java | 27 * separate your test classes by what class or major piece of
|
/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
|
/dalvik/vm/compiler/codegen/arm/ |
README.txt | 2 functionality hierarchies. The goal is to separate architectural dependent
|
/dalvik/vm/native/ |
README.txt | 5 a separate shared library. Do not add additional functions here unless
|
/external/chromium/android/content/common/ |
url_constants.h | 37 // Used to separate a standard scheme and the hostname: "://".
|
/external/chromium/base/i18n/ |
char_iterator.cc | 77 // This is actually a huge macro, so is worth having in a separate function.
|
/external/chromium/chrome/browser/autofill/ |
credit_card_field.h | 32 // Occasionally pages have separate fields for the cardholder's first and
|
/external/chromium/chrome/browser/password_manager/ |
password_store_consumer.h | 15 // Reads from the PasswordStore are done asynchrously on a separate
|
/external/compiler-rt/lib/interception/ |
CMakeLists.txt | 26 # Otherwise, build separate libraries for each target.
|
/external/compiler-rt/lib/sanitizer_common/ |
CMakeLists.txt | 35 # Otherwise, build separate libraries for each target.
|