HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT (Results 101 - 125 of 542) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tpm2/
ECDH_KeyGen.c 24 OBJECT *eccKey;
ECDH_ZGen.c 28 OBJECT *eccKey;
EvictControl.c 14 // TPM_RC_ATTRIBUTES an object with temporary, stClear or publicOnly attribute SET cannot
17 // TPM_RC_HANDLE evictHandle of the persistent object to be evicted is not the same as
30 OBJECT *evictObject;
40 // Get internal object pointer
50 // If objectHandle refers to a persistent object, it should be the same as
63 // Platform auth can not set evict object in storage or endorsement
72 // Platform auth can delete any persistent object
76 // Owner auth can not set or clear evict object in platform hierarchy
98 // Make object persistent
106 // Delete the persistent object in N
    [all...]
HMAC.c 17 // the object referenced by handle
26 OBJECT *hmacObject;
32 // Get HMAC key object and public area pointers
Load.c 21 // TPM_RC_KEY the size of the object's unique field is not consistent with the indicated
22 // size in the object's parameters
23 // TPM_RC_OBJECT_MEMORY no available object slot
28 // TPM_RC_TYPE parentHandle is not a storage key, or the object to load is a storage
41 OBJECT *parentObject = NULL;
49 // Is the object that is being used as the parent actually a parent.
53 // If the parent is fixedTPM, then the attributes of the object
55 // when the object was imported. If they pass the integrity
76 // Compute the name of object
93 // Create internal object. A lot of different errors may be returned by thi
    [all...]
RSA_Decrypt.c 32 OBJECT *rsaKey;
RSA_Encrypt.c 30 OBJECT *rsaKey;
SequenceUpdate.c 15 // object
22 OBJECT *object; local
26 // Get sequence object pointer
27 object = ObjectGet(in->sequenceHandle);
29 // Check that referenced object is a sequence object.
30 if(!ObjectIsSequence(object))
35 if(object->attributes.eventSeq == SET)
37 // Update event sequence object
    [all...]
Sign.c 31 OBJECT *signKey;
Create.c 20 // between themselves or with those of the parent object; inconsistent
26 // TPM_RC_KDF incorrect KDF specified for decrypting keyed hash object
34 // object
37 // hash object is larger than is allowed for the scheme
40 // TPM_RC_TYPE unknown object type; non-duplicable storage key and its parent have
47 // TPM_RC_OBJECT_MEMORY there is no free slot for the object. This implementation does not
62 OBJECT *parentObject;
71 // the size of the data object in inSensitive.
74 // Mismatch between the object attributes and the parameter.
92 // Create object crypto dat
    [all...]
  /frameworks/base/core/java/com/android/internal/util/function/pooled/
PooledLambda.java 123 PooledLambdaImpl r = acquireConstSupplier(ReturnType.OBJECT);
209 function, 1, 0, ReturnType.OBJECT, arg1, null, null, null, null, null);
218 * {@link #obtainRunnable(Consumer, Object)}
292 function, 2, 0, ReturnType.OBJECT, arg1, arg2, null, null, null, null);
343 function, 2, 1, ReturnType.OBJECT, arg1, arg2, null, null, null, null);
394 function, 2, 1, ReturnType.OBJECT, arg1, arg2, null, null, null, null);
403 * {@link #obtainRunnable(BiConsumer, Object, Object)}
463 function, 3, 0, ReturnType.OBJECT, arg1, arg2, arg3, null, null, null);
499 function, 3, 1, ReturnType.OBJECT, arg1, arg2, arg3, null, null, null)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 53 /** {@code r,x: Object :: r = x;} */
55 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object");
87 /** {@code r,param(x): Object :: r = param(x);} */
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
90 "move-param-object");
108 /** {@code r, literal: Object :: r = literal;} */
110 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
111 Exceptions.LIST_Error, "const-object");
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 54 /** {@code r,x: Object :: r = x;} */
56 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object");
88 /** {@code r,param(x): Object :: r = param(x);} */
90 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
91 "move-param-object");
109 /** {@code r, literal: Object :: r = literal;} */
111 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
112 Exceptions.LIST_Error, "const-object");
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 296 if (m_ParamBuf[m_ParamStartPos].m_Type == ContentParam::OBJECT)
312 param.m_Type = ContentParam::OBJECT;
337 param.m_Type = ContentParam::OBJECT;
344 if (m_ParamBuf[index].m_Type == ContentParam::OBJECT)
364 param.m_Type = ContentParam::OBJECT;
372 param.m_Type = ContentParam::OBJECT;
378 if (param.m_Type == ContentParam::OBJECT)
    [all...]
  /external/v8/src/wasm/
wasm-objects.h 27 static bool Is##name(Object* object); \
28 static name* cast(Object* object)
44 // Representation of a WebAssembly.Module JavaScript-level object.
58 // Representation of a WebAssembly.Table JavaScript-level object.
83 // Representation of a WebAssembly.Memory JavaScript-level object.
93 void AddInstance(Isolate* isolate, Handle<WasmInstanceObject> object);
107 // Representation of a WebAssembly.Instance JavaScript-level object.
133 // Get the debug info associated with the given wasm object
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 131 public static final int OBJECT = 7;
244 if (tag == OBJECT || tag == UNINIT) {
261 * if the tag is <code>OBJECT</code>,
286 if (tag == OBJECT || tag == UNINIT) {
346 if (tag == OBJECT || tag == UNINIT) {
410 if (tag == OBJECT)
419 if (tags[i] == OBJECT)
468 return OBJECT;
580 * if the tag is <code>OBJECT</code>,
616 * if the tag is <code>OBJECT</code>
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 219 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
268 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
487 /* Notifier object. */
501 BEGIN_NV04(push, NV01_SUBC(M2MF, OBJECT), 1);
516 BEGIN_NV04(push, NV01_SUBC(SF2D, OBJECT), 1);
525 BEGIN_NV04(push, NV01_SUBC(PATT, OBJECT), 1);
539 BEGIN_NV04(push, NV01_SUBC(PATT, OBJECT), 1);
561 BEGIN_NV04(push, NV01_SUBC(GDI, OBJECT), 1);
589 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
602 BEGIN_NV04(push, NV01_SUBC(SIFM, OBJECT), 1)
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Type.java 95 * The sort of object reference types. See {@link #getSort getSort}.
97 public static final int OBJECT = 10;
229 return new Type(buf[0] == '[' ? ARRAY : OBJECT, buf, 0, buf.length);
297 * a {@link Constructor Constructor} object.
308 * a {@link Method Method} object.
345 off += args[size].len + (args[size].sort == OBJECT ? 2 : 0);
484 return new Type(OBJECT, buf, off + 1, len - 1);
501 * {@link #ARRAY ARRAY}, {@link #OBJECT OBJECT} or {@link #METHOD
564 case OBJECT
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 131 * match or the class {@code Object} which represents a catch-all.
143 if ((one == type) || (one == CstType.OBJECT)) {
299 * @return {@code non-null;} the exception class; {@link CstType#OBJECT}
304 exceptionClass : CstType.OBJECT;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 31 /** {@code non-null;} instance corresponding to the class {@code Object} */
32 public static final CstType OBJECT = intern(Type.OBJECT);
140 * @param clazz {@code non-null;} the underlying {@code Class} object
168 public boolean equals(Object other) {
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 131 * match or the class {@code Object} which represents a catch-all.
143 if ((one == type) || (one == CstType.OBJECT)) {
299 * @return {@code non-null;} the exception class; {@link CstType#OBJECT}
304 exceptionClass : CstType.OBJECT;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
weakref3.d 10 # object, instead yielding NULL.
29 +.: [0-9a-f]* +4 +OBJECT +GLOBAL +DEFAULT +13 __expobj2@TST3 \(2\)
weakref4.d 26 +.: [0-9a-f]* +4 +OBJECT +GLOBAL +DEFAULT +12 __expobj2@TST3 \(2\)
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
NameMapping.java 89 if (t.getSort() == Type.OBJECT) {
  /external/pdfium/fxjs/
cjs_globalvariablearray.cpp 41 case JS_GlobalDataType::OBJECT: {

Completed in 407 milliseconds

1 2 3 45 6 7 8 91011>>