Searched
full:alias (Results
576 -
600 of
4726) sorted by null
<<21222324252627282930>>
/development/samples/AliasActivity/res/values/ |
strings.xml | 18 <string name="app_label">An Alias</string>
|
/development/samples/training/ContactsList/res/values-sw600dp/ |
layout.xml | 19 <!-- Create a layout alias so that devices with a minimum width of 600dp or more will use the
|
/development/samples/training/basic/ActivityLifecycle/ |
ant.properties | 15 # 'key.alias' for the name of the key to use.
|
build.properties | 15 # 'key.alias' for the name of the key to use.
|
/external/autotest/apache/conf/ |
site-misc-directives | 0 Alias /packages "/usr/local/autotest/packages/"
|
/external/autotest/frontend/db/backends/afe/ |
compiler.py | 13 _quote_name(join_dict['alias']),
|
/external/autotest/frontend/db/backends/afe_sqlite/ |
compiler.py | 13 _quote_name(join_dict['alias']),
|
/external/chromium-trace/catapult/third_party/apiclient/apiclient/ |
__init__.py | 1 """Retain apiclient as an alias for googleapiclient."""
|
/external/chromium-trace/catapult/third_party/html5lib-python/utils/ |
iana_parse.py | 10 if line.startswith("Name: ") or line.startswith("Alias: "):
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p3.cpp | 7 typedef B<T> U; // expected-note {{in instantiation of template type alias 'B' requested here}}
|
/external/clang/test/Modules/Inputs/ |
cxx-decls-imported.h | 49 namespace Alias = Aliased;
|
/external/hamcrest/src/org/hamcrest/ |
StringDescription.java | 32 * Alias for {@link #toString(SelfDescribing)}.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
KeyTypeData.java | 184 // alias data is optional 216 // reverse type alias map 245 // reverse bcp type alias map 333 for (String alias : typeAliasSet) { 334 typeDataMap.put(AsciiUtil.toLowerString(alias), t); 341 for (String alias : bcpTypeAliasSet) { 342 typeDataMap.put(AsciiUtil.toLowerString(alias), t); 402 // // {<legacy alias>, <legacy canonical>}, 412 // // {<legacy key>, <bcp key - if different>, <type map>, <type alias>, <bcp type alias>}, [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
KeyTypeData.java | 182 // alias data is optional 214 // reverse type alias map 243 // reverse bcp type alias map 331 for (String alias : typeAliasSet) { 332 typeDataMap.put(AsciiUtil.toLowerString(alias), t); 339 for (String alias : bcpTypeAliasSet) { 340 typeDataMap.put(AsciiUtil.toLowerString(alias), t); 400 // // {<legacy alias>, <legacy canonical>}, 410 // // {<legacy key>, <bcp key - if different>, <type map>, <type alias>, <bcp type alias>}, [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
genIndexFilters.bat | 69 # <ID>:alias:<FILTER>;<REMAINDER> 82 if (/^([^:]+):alias:(\[.+?);\s*((NF[^\s]*?)\s*;.+)$/i) { 90 if (/^([^:]+):alias:(\[.+?);\s*(Lower\s*;.+)$/i) { 99 $_ = "$id:alias:$set;$remainder\n";
|
/external/iproute2/man/man8/ |
ifcfg.8 | 30 - it may have alias, suffix, separated by colon.
|
/external/libbrillo/brillo/streams/ |
openssl_stream_bio.h | 10 // Forward-declare BIO as an alias to OpenSSL's internal bio_st structure.
|
/external/libnl/src/ |
nl-pktloc-lookup.c | 2 * src/nl-pktloc-lookup.c Lookup packet location alias
|
/external/llvm/include/llvm/Analysis/ |
TypeBasedAliasAnalysis.h | 1 //===- TypeBasedAliasAnalysis.h - Type-Based Alias Analysis -----*- C++ -*-===// 39 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB); 51 /// Analysis pass providing a never-invalidated alias analysis result. 88 // type-based alias analysis.
|
/external/llvm/include/llvm/IR/ |
GlobalAlias.h | 11 // represents a single function or variable alias in the IR. 44 /// If a parent module is specified, the alias is automatically inserted into 45 /// the end of the specified module's alias list. 80 /// These methods retrive and set alias target.
|
/external/llvm/test/Analysis/BasicAA/ |
2003-02-26-AccessSizeTest.ll | 1 ; This testcase makes sure that size is taken to account when alias analysis
|
bug.23540.ll | 1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
|
empty.ll | 1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
|
noalias-param.ll | 1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info 2>&1 | FileCheck %s
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
asm-global-bugfix.ll | 10 ; CHECK: 0 no alias responses
|
Completed in 494 milliseconds
<<21222324252627282930>>