Home
last modified time | relevance | path

Searched refs:Default (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/compile/mclinker/lib/Support/
DCommandLine.cpp31 parser<mcld::sys::fs::Path>::OptVal Default, in printOptionDiff() argument
39 if (Default.hasValue()) in printOptionDiff()
40 outs() << Default.getValue().c_str(); in printOptionDiff()
65 parser<mcld::MCLDDirectory>::OptVal Default, in printOptionDiff() argument
73 if (Default.hasValue()) in printOptionDiff()
74 outs() << Default.getValue().name(); in printOptionDiff()
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd94 <td>The amount of physical RAM on the device, in megabytes. Default value is "96".</td>
102 <td>Whether there is a touch screen or not on the device. Default value is "yes".</td>
110 <td>Whether there is a trackball on the device. Default value is "yes".</td>
118 <td>Whether the device has a QWERTY keyboard. Default value is "yes".</td>
126 <td>Whether the device has DPad keys. Default value is "yes".</td>
134 <td>Whether there is a GSM modem in the device. Default value is "yes".</td>
142 <td>Whether the device has a camera. Default value is "no".</td>
150 <td>Default value is "640".</td>
158 <td>Default value is "480".</td>
166 <td>Whether there is a GPS in the device. Default value is "yes".</td>
[all …]
Dmanaging-avds-cmdline.jd14 <li><a href="#DefaultLocation">Default location of AVD files</a></li>
181 <h3 id="DefaultLocation">Default location of AVD files</h3>
232 <td>The amount of physical RAM on the device, in megabytes. Default value is "96".
238 <td>Whether there is a touch screen or not on the device. Default value is "yes".</td>
243 <td>Whether there is a trackball on the device. Default value is "yes".</td>
249 <td>Whether the device has a QWERTY keyboard. Default value is "yes".</td>
255 <td>Whether the device has DPad keys. Default value is "yes".</td>
261 <td>Whether there is a GSM modem in the device. Default value is "yes".</td>
267 <td>Whether the device has a camera. Default value is "no".</td>
273 <td>Default value is "640".</td>
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DCommandLine.h37 OptVal Default,
54 OptVal Default,
DTargetRegistry.h66 llvm::Reloc::Model RM = llvm::Reloc::Default,
67 llvm::CodeModel::Model CM = llvm::CodeModel::Default,
68 llvm::CodeGenOpt::Level OL = llvm::CodeGenOpt::Default) const {
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp96 cl::init(Reloc::Default),
98 clEnumValN(Reloc::Default, "default",
111 cl::init(CodeModel::Default),
112 cl::values(clEnumValN(CodeModel::Default, "default",
199 cl::init(FloatABI::Default),
201 clEnumValN(FloatABI::Default, "default",
801 CodeGenOpt::Level OLvl = CodeGenOpt::Default; in main()
809 case '2': OLvl = CodeGenOpt::Default; break; in main()
825 if (FloatABIForCalls != FloatABI::Default) in main()
/frameworks/base/docs/html/design/building-blocks/
Dbuttons.jd13 basic buttons: default and small. Default buttons have slightly larger font size and are optimized
22 Default buttons in Holo Dark &amp; Light.
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h82 ResolveInfo::Visibility pVisibility = ResolveInfo::Default);
112 ResolveInfo::Visibility pVisibility = ResolveInfo::Default);
/frameworks/compile/mclinker/include/mcld/LD/
DStrSymPool.h59 ResolveInfo::Visibility pVisibility = ResolveInfo::Default);
DResolveInfo.h86 Default = 0, enumerator
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd25 <ol><li><a href="#defaults-r-important">Why Default Resources Are Important</a></li></ol>
28 <li><a href="#creating-defaults">How to Create Default Resources</a></li>
39 <li><a href="#test-for-default">Testing for Default Resources</a></li>
135 <h3 id="defaults-r-important">Why Default Resources Are Important</h3>
170 Testing for Default Resources</a>.</p>
174 <h3 id="creating-defaults">How to Create Default Resources</h3>
359 <p>For more information, see <a href="#test-for-default">Testing for Default Resources</a>.</p>
485 <h3 id="test-for-default">Testing for Default Resources</h3>
560 href="#creating-defaults">Creating Default Resources</a>.</td>
605 Testing for Default Resources</a>. </td>
Doverview.jd48 <li>Default resources are those that should be used regardless of
/frameworks/compile/libbcc/lib/ExecutionEngine/
Dbcc.cpp137 RM = llvm::Reloc::Default; in bccPrepareRelocatable()
DCompiler.cpp280 CodeGenOptLevel = llvm::CodeGenOpt::Default; in compile()
/frameworks/compile/mclinker/m4/
Dgtest.m416 (Default is enabled.)])],
/frameworks/base/docs/html/design/style/
Dtypography.jd32 <h4>Default type colors</h4>
/frameworks/base/docs/html/tools/help/
Demulator.jd190 Default is &lt;system&gt;/system.img.</td>
208 <td>Default value is <code>&lt;system&gt;/ramdisk.img</code>.
216 <td>Default value is <code>&lt;system&gt;/sdcard.img</code>.
362 <td>Default value is <code>none</code>. See the table in
373 <td>Default value is <code>full</code>. See the table in
512 <td>Default is 50.</td>
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg35 # Default SDK path and version
/frameworks/compile/slang/
Dslang_backend.cpp183 llvm::CodeGenOpt::Level OptLevel = llvm::CodeGenOpt::Default; in CreateCodeGenPasses()
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd65 assigned to children in the proportion of their declared weight. Default
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt71 Attribute Default Selection Sort Sort
/frameworks/base/docs/html/guide/google/play/licensing/
Dlicensing-reference.jd58 <td width="100%">Default {@code Policy} implementation. Uses settings provided by the
78 <td>Default Obfuscator implementation that uses AES encryption/decryption
93 <td>Default DeviceLimiter implementation that is a no-op (allows access to all
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp186 pVisibility = ResolveInfo::Default; in addSymbolFromDynObj()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp217 if(pSym.other() != ResolveInfo::Default) in isSymbolPreemptible()
/frameworks/compile/mclinker/unittests/
Dtest3.txt34 # (Default to avoid splitting info files by setting the threshold high.)

12