/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
DelegatedCertInstallerTest.java | 205 final String alias = "delegated-cert-installer-test-key"; local 211 installKeyPair(TEST_KEY, TEST_CERT, alias); 221 installKeyPair(TEST_KEY, TEST_CERT, alias); 302 private void installKeyPair(String key, String cert, String alias) { 308 intent.putExtra(EXTRA_KEY_ALIAS, alias);
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/ |
VideoDatabase.java | 84 * columns w/o the need to know real column names and create the alias itself. 142 * order for the Adapters to work, so the columns need to make "_id" an alias for "rowid" 143 * - "rowid" also needs to be used by the SUGGEST_COLUMN_INTENT_DATA alias in order 166 * actual columns in the database, creating a simple column alias mechanism 200 * identifier, so when making requests, we will use "_id" as an alias for "rowid"
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 101 hm.put("Alg.Alias.engineClassName.aliasName", "standardName"); 105 !"standardName".equals(p.getProperty("Alg.Alias.engineClassName.aliasName").trim()) || 133 if (key.equals("Alg.Alias.MessageDigest.SHA1") && val.equals("SHA-1")) { 177 assertTrue(s1.contains("Alg.Alias.MessageDigest.SHA1")); 300 put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509Util.java | 321 * see if we can find an algorithm (or its alias and what it represents) in 332 String alias; local 334 while ((alias = prov.getProperty("Alg.Alias." + baseName + "." + algorithm)) != null) 336 algorithm = alias;
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
picture.html | 354 // If we have an alias args, that means this picture was represented 355 // by an alias, and the real args is in alias.args. 356 if (this.args.alias) 357 this.args = this.args.alias.args;
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetProviderICU.java | 63 // Try the original name, may be something added and not in the alias table. 188 /* find out the alias with MIME tag */ 190 /* find out the alias with IANA tag */ 194 check to see if an alias already exists with x- prefix, if yes then 206 /* last resort just append x- to any of the alias and
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
CertificateValidator.java | 103 String alias = aliases.nextElement(); local 105 validate(keyStore,alias); 117 * validates a specific alias inside of the keystore being passed in 138 " for alias [" + keyAlias + "]: " + kse.getMessage(), kse); 186 (certAlias == null ? "":" for alias [" +certAlias + "]") + ": " + kse.getMessage(), kse);
|
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 95 // A disabled register is not available for allocation, but an alias may 366 unsigned Alias = *AI; 367 switch (PhysRegState[Alias]) { 371 // Either PhysReg is a subregister of Alias and we mark the 373 // Alias and we mark all the aliases as disabled before freeing 380 assert((TRI->isSuperRegister(PhysReg, Alias) || 381 TRI->isSuperRegister(Alias, PhysReg)) && 385 if (TRI->isSuperRegister(PhysReg, Alias)) { 387 PhysRegState[Alias] = regFree; 388 MO.getParent()->addRegisterKilled(Alias, TRI, true) [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 94 // Insert instructions to initialize the Mips16 SP Alias register in the 165 SDValue &Alias) { 169 Alias = CurDAG->getTargetConstant(0, DL, ValTy); 175 getMips16SPRefReg(Parent, Alias); 198 getMips16SPRefReg(Parent, Alias);
|
/external/skia/src/pathops/ |
SkOpSpan.cpp | 12 bool SkOpPtT::alias() const { function in class:SkOpPtT 220 if ((!ptT->alias() || test->alias()) && (ptT->onEnd() || !test->onEnd())) { 221 SkASSERT(test->alias()); 225 SkASSERT(ptT->alias());
|
/frameworks/base/core/java/android/app/admin/ |
IDevicePolicyManager.aidl | 149 boolean approveCaCert(in String alias, int userHandle, boolean approval); 150 boolean isCaCertApproved(in String alias, int userHandle); 153 in byte[] certChainBuffer, String alias, boolean requestAccess); 154 boolean removeKeyPair(in ComponentName who, String alias); 155 void choosePrivateKeyAlias(int uid, in Uri uri, in String alias, IBinder aliasCallback);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cgraph.h | 128 tree alias; variable 131 /* Set to true when alias node is thunk. */ 265 unsigned alias : 1; 307 dispatcher. The dispatcher decl is an alias to the resolver 453 /* For aliases points to declaration DECL is alias of. */ 465 unsigned alias : 1; 664 void fixup_same_cpp_alias_visibility (symtab_node node, symtab_node target, tree alias); [all...] |
/packages/apps/Contacts/ |
AndroidManifest.xml | 189 <activity-alias android:name="ContactsListActivity" 194 <activity-alias android:name=".activities.ContactsFrontDoor" 200 <activity-alias android:name="DialtactsContactsEntryActivity" 301 <activity-alias android:name="ContactShortcut" 311 </activity-alias> 313 <activity-alias android:name="alias.DialShortcut" 324 </activity-alias> 326 <activity-alias android:name="alias.MessageShortcut [all...] |
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
vec2.js | 124 * Alias for {@link vec2.subtract} 144 * Alias for {@link vec2.multiply} 164 * Alias for {@link vec2.divide} 240 * Alias for {@link vec2.distance} 259 * Alias for {@link vec2.squaredDistance} 277 * Alias for {@link vec2.length} 295 * Alias for {@link vec2.squaredLength}
|
vec4.js | 142 * Alias for {@link vec4.subtract} 164 * Alias for {@link vec4.multiply} 186 * Alias for {@link vec4.divide} 272 * Alias for {@link vec4.distance} 293 * Alias for {@link vec4.squaredDistance} 313 * Alias for {@link vec4.length} 333 * Alias for {@link vec4.squaredLength}
|
/external/llvm/test/Analysis/ScalarEvolution/ |
scev-aa.ll | 1 ; RUN: opt -disable-output < %s -disable-basicaa -scev-aa -aa-eval -print-all-alias-modref-info \ 10 ; p[i] and p[i+1] don't alias. 36 ; Slightly more involved: p[j][i], p[j][i+1], and p[j+1][i] don't alias. 89 ; When n is 1, p[j+1][i] does alias p[j][i+1], and there's no way to 213 ; CHECK: 14 no alias responses 214 ; CHECK: 26 may alias responses 215 ; CHECK: 18 must alias responses
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
cygming.h | 420 /* Enable alias attribute support. */ 425 /* This implements the `alias' attribute, keeping any stdcall or 431 const char *alias \ 433 i386_pe_maybe_record_exported_symbol (DECL, alias, 0); \ 435 i386_pe_declare_function_type (STREAM, alias, \ 437 ASM_OUTPUT_DEF (STREAM, alias, IDENTIFIER_POINTER (TARGET)); \ 457 /* Decide whether it is safe to use a local alias for a virtual function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 116 alias tree_node_stream input 117 alias tree_node_stream= input= 238 alias detached? root? 325 alias child at 326 alias child_count length 356 alias add_children concat 357 alias each_child each 444 alias leaf? empty? 535 alias token_start_index= start_index= 536 alias token_stop_index= stop_index [all...] |
/external/libxml2/doc/html/ |
libxml-encoding.html | 19 <pre class="programlisting">int <a href="#xmlAddEncodingAlias">xmlAddEncodingAlias</a> (const char * name, <br /> const char * alias)</pre> 32 <pre class="programlisting">int <a href="#xmlDelEncodingAlias">xmlDelEncodingAlias</a> (const char * alias)</pre> 37 <pre class="programlisting">const char * <a href="#xmlGetEncodingAlias">xmlGetEncodingAlias</a> (const char * alias)</pre> 84 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>out</tt></i>:</span></td><td>a pointer to an array of bytes to store the result</td></tr><tr><td><span class="term"><i><tt>outlen</tt></i>:</span></td><td>the length of @out</td></tr><tr><td><span class="term"><i><tt>in</tt></i>:</span></td><td>a pointer to an array of ISO Latin 1 chars</td></tr><tr><td><span class="term"><i><tt>inlen</tt></i>:</span></td><td>the length of @in</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of bytes written if success, or -1 otherwise The value of @inlen after return is the number of octets consumed if the return value is positive, else unpredictable. The value of @outlen after return is the number of octets consumed.</td></tr></tbody></table></div><h3><a name="xmlAddEncodingAlias" id="xmlAddEncodingAlias"></a>Function: xmlAddEncodingAlias</h3><pre class="programlisting">int xmlAddEncodingAlias (const char * name, <br /> const char * alias)<br /> 85 </pre><p>Registers an alias @alias for an encoding named @name. Existing alias will be overwritten.</p> 86 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>the encoding name as parsed, in UTF-8 format (ASCII actually)</td></tr><tr><td><span class="term"><i><tt>alias</tt></i>:</span></td><td>the alias name as parsed, in UTF-8 format (ASCII actually)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of error</td></tr></tbody></table></div><h3><a name="xmlCharEncCloseFunc" id="xmlCharEncCloseFunc"></a>Function: xmlCharEncCloseFunc</h3><pre class="programlisting">int xmlCharEncCloseFunc (<a href="libxml-encoding.html#xmlCharEncodingHandler">xmlCharEncodingHandler</a> * handler)<br /> 104 <h3><a name="xmlDelEncodingAlias" id="xmlDelEncodingAlias"></a>Function: xmlDelEncodingAlias</h3><pre class="programlisting">int xmlDelEncodingAlias (const char * alias)<br / [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
nat.go | 225 // z must not alias x, y or m. 369 // alias reports whether x and y share the same base array. 370 func alias(x, y nat) bool { 423 if alias(z, x) || alias(z, y) { 424 z = nil // z is an alias for x or y - cannot reuse 565 if alias(z, uIn) || alias(z, v) { 566 z = nil // z is an alias for uIn or v - cannot reuse 571 if alias(u, uIn) || alias(u, v) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
nat.go | 222 // z must not alias x, y or m. 366 // alias reports whether x and y share the same base array. 367 func alias(x, y nat) bool { 420 if alias(z, x) || alias(z, y) { 421 z = nil // z is an alias for x or y - cannot reuse 562 if alias(z, uIn) || alias(z, v) { 563 z = nil // z is an alias for uIn or v - cannot reuse 568 if alias(u, uIn) || alias(u, v) [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
nat.go | 222 // z must not alias x, y or m. 366 // alias reports whether x and y share the same base array. 367 func alias(x, y nat) bool { 420 if alias(z, x) || alias(z, y) { 421 z = nil // z is an alias for x or y - cannot reuse 562 if alias(z, uIn) || alias(z, v) { 563 z = nil // z is an alias for uIn or v - cannot reuse 568 if alias(u, uIn) || alias(u, v) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
nat.go | 225 // z must not alias x, y or m. 369 // alias reports whether x and y share the same base array. 370 func alias(x, y nat) bool { 423 if alias(z, x) || alias(z, y) { 424 z = nil // z is an alias for x or y - cannot reuse 565 if alias(z, uIn) || alias(z, v) { 566 z = nil // z is an alias for uIn or v - cannot reuse 571 if alias(u, uIn) || alias(u, v) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
nat.go | 222 // z must not alias x, y or m. 366 // alias reports whether x and y share the same base array. 367 func alias(x, y nat) bool { 420 if alias(z, x) || alias(z, y) { 421 z = nil // z is an alias for x or y - cannot reuse 562 if alias(z, uIn) || alias(z, v) { 563 z = nil // z is an alias for uIn or v - cannot reuse 568 if alias(u, uIn) || alias(u, v) [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
nat.go | 222 // z must not alias x, y or m. 366 // alias reports whether x and y share the same base array. 367 func alias(x, y nat) bool { 420 if alias(z, x) || alias(z, y) { 421 z = nil // z is an alias for x or y - cannot reuse 562 if alias(z, uIn) || alias(z, v) { 563 z = nil // z is an alias for uIn or v - cannot reuse 568 if alias(u, uIn) || alias(u, v) [all...] |