/external/llvm/lib/Transforms/ObjCARC/ |
ProvenanceAnalysis.cpp | 11 /// This file defines a special form of Alias Analysis called ``Provenance 118 switch (AA->alias(A, B)) { 131 // An ObjC-Identified object can't alias a load if it is never locally stored.
|
/external/llvm/test/Transforms/InstCombine/ |
loadstore-metadata.ll | 16 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves no-alias metadata. 18 ; CHECK: load i32, i32* %{{.*}}, !alias.scope !2, !noalias !1 20 %l = load float, float* %ptr, !alias.scope !2, !noalias !1
|
/external/mockito/src/org/mockito/stubbing/ |
OngoingStubbing.java | 166 * This method is an alias of {@link #thenAnswer(Answer)}. This alias allows
169 * //using 'then' alias:
|
/external/webrtc/talk/media/base/ |
videocommon.cc | 40 uint32_t alias; member in struct:cricket::FourCCAliasEntry 63 if (kFourCCAliases[i].alias == fourcc) { 67 // Not an alias, so return it as-is.
|
/frameworks/base/tools/aapt2/xml/ |
XmlPullParser.cpp | 137 const StringPiece16& alias, const StringPiece16& localPackage) const { 138 if (alias.empty()) { 144 if (alias == iter->prefix) {
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
AlgorithmId.java | 572 String alias = (String)enum_.nextElement(); local 573 String upperCaseAlias = alias.toUpperCase(Locale.ENGLISH); 575 if (upperCaseAlias.startsWith("ALG.ALIAS")) { 578 if (index == alias.length()) { 579 // invalid alias entry 582 String oidString = alias.substring(index); 583 String stdAlgName = provs[i].getProperty(alias); 604 // Android-changed: If the alias isn't specified with an explicit 606 final int sep = alias.indexOf('.', "ALG.ALIAS.".length()) [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/ |
CarrierConfigValuesLoader.java | 51 * Boolean value: if phone number alias can be used 140 * Integer value: minimal number of characters of an alias 145 * Integer value: maximal number of characters of an alias
|
/system/sepolicy/ |
file.te | 163 typealias audio_data_file alias audio_firmware_file; 170 typealias app_data_file alias platform_app_data_file; 171 typealias app_data_file alias download_file;
|
/art/runtime/verifier/ |
register_line.cc | 425 // Nothing found, no alias. 457 // However, this could be an alias of something locked in one path, and the alias was 458 // destroyed in another path. It is fine to drop this as long as there's another alias 459 // for the lock around. The last vanishing alias will then report that things would be 496 // However, this could be an alias of something locked in one path, and the alias was 497 // destroyed in another path. It is fine to drop this as long as there's another alias 498 // for the lock around. The last vanishing alias will then report that things would be
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nexttoward.c | 18 * where long double is the same as double, nexttoward() is an alias
|
s_scalbnl.c | 26 * where long double is the same as double, scalbnl() is an alias
|
/cts/apps/CameraITS/build/ |
envsetup.sh | 48 alias gpylint='gpylint --disable=F0401 --disable=C6304 --rcfile=$CAMERA_ITS_TOP"/build/scripts/gpylint_rcfile"'
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
FilePusher.java | 34 @OptionClass(alias="file-pusher")
|
LocationCheck.java | 29 @OptionClass(alias="location-check")
|
PropertyCheck.java | 29 @OptionClass(alias="property-check")
|
StayAwakePreparer.java | 31 @OptionClass(alias="stay-awake-preparer")
|
/cts/tests/tests/content/ |
AndroidManifest.xml | 72 <meta-data android:name="android.app.alias" 73 android:resource="@xml/alias" /> 83 <activity-alias android:name="android.content.cts.MockActivity2" 89 </activity-alias>
|
/development/ndk/platforms/android-21/include/ |
netdb.h | 86 char **h_aliases; /* alias list */ 95 char **n_aliases; /* alias list */ 102 char **s_aliases; /* alias list */ 109 char **p_aliases; /* alias list */
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 86 char **h_aliases; /* alias list */ 95 char **n_aliases; /* alias list */ 102 char **s_aliases; /* alias list */ 109 char **p_aliases; /* alias list */
|
/external/androidplot/Examples/DemoApp/ |
ant.properties | 43 # 'key.alias' for the name of the key to use.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRParseTree.h | 42 * This really adds no functionality, it is just an alias for CommonTree
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRParseTree.h | 42 * This really adds no functionality, it is just an alias for CommonTree
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRParseTree.h | 42 * This really adds no functionality, it is just an alias for CommonTree
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRParseTree.h | 43 * This really adds no functionality, it is just an alias for CommonTree
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Provider_ImplTest.java | 91 put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
|