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

1 2 3 4 5 67 8 91011>>

  /external/turbine/java/com/google/turbine/binder/
HierarchyBinder.java 74 superclass = !origin.equals(ClassSymbol.OBJECT) ? ClassSymbol.OBJECT : null;
158 private TurbineError error(int position, ErrorKind kind, Object... args) {
  /external/turbine/java/com/google/turbine/type/
Type.java 66 * The {@link ClassTy} for {@code java.lang.Object}. There's nothing special about this
69 public static final ClassTy OBJECT = asNonParametricClassTy(ClassSymbol.OBJECT);
  /frameworks/layoutlib/create/tests/data/
mock_android.jar 
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
PositionalDataSourceQueryResultBinder.kt 37 val itemTypeName: TypeName = listAdapter?.rowAdapter?.out?.typeName() ?: TypeName.OBJECT
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 556 FAIL_SCREEN_INIT("error allocating null object: %d\n", ret);
559 * this means that the address pointed at by the DMA object must
560 * be 4KiB aligned, which means this object needs to be the first
570 /* DMA_NOTIFY object, we don't actually use this but M2MF fails without */
615 FAIL_SCREEN_INIT("error allocating 3d object: %d\n", ret);
617 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
687 FAIL_SCREEN_INIT("error allocating m2mf object: %d\n", ret);
689 BEGIN_NV04(push, NV01_SUBC(M2MF, OBJECT), 1);
697 FAIL_SCREEN_INIT("error allocating surf2d object: %d\n", ret);
699 BEGIN_NV04(push, NV01_SUBC(SF2D, OBJECT), 1)
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc 204 if (name.empty() || kind_ != OBJECT) {
332 kind = OBJECT;
464 root_.reset(new Node(name.ToString(), &type_, OBJECT, DataPiece::NullData(),
479 OBJECT, DataPiece::NullData(), false,
487 if (child->kind() == OBJECT && child->number_of_children() == 0) {
498 // The root object ends here. Writes out the tree.
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 39 OBJECT ( Object.class, Object.class, 'L', null, new Object[0], Format.other( 1)),
47 private final Object zero;
48 private final Object emptyArray;
53 private Wrapper(Class<?> wtype, Class<?> ptype, char tchar, Object zero, Object emptyArray, int format) {
109 /** How many bits are in the wrapped value? Returns 0 for OBJECT or VOID. */
117 /** Is the wrapped type numeric (not void or object)? *
    [all...]
  /external/tpm2/
NV.c 12 // NV Index/evict object iterator value
114 // NV Index and Persistent Object Access Functions
118 // These functions are used to access an NV Index and persistent object memory. In this implementation,
197 // This function returns the size of an evict object in NV space
204 return sizeof(TPM_HANDLE) + sizeof(OBJECT) + sizeof(UINT32);
279 // evict object, totalSize is the same as
308 // This function is used to delete an NV Index or persistent object from NV memory.
673 // This function indicates if a handle references a persistent object in the range belonging to the platform.
677 // TRUE handle references a platform persistent object
678 // FALSE handle does not reference platform persistent object and ma
1753 OBJECT object; local
    [all...]
CryptUtil.c 173 // Start a hash stack for a sequence object and return the size, in bytes, of the digest. This call uses the
627 OBJECT *signKey, // IN: HMAC key sign the hash
661 OBJECT *signKey, // IN: HMAC key signed the hash
684 // This function creates a keyedHash object.
701 TPM2B_NAME *name // IN: name of the object
779 // _cpri__ RSA function. This can/should be eliminated by building this structure into the object structure.
784 OBJECT *rsaKey,
865 TPM2B_NAME *name, // IN: Object name
    [all...]
Object_spt.c 71 OBJECT *protector = NULL; // Pointer to the protector object
99 // requires encrypting or decrypting of the sensitive area of an object or a credential blob
105 TPM2B_NAME *name, // IN: name of the object
115 OBJECT *protector = NULL; // Pointer to the protector
147 // of the remainder of the object. The size field of sensitive is in unmarshaled form and the sensitive area
152 TPM2B_NAME *name, // IN: the name of the object
153 TPM_HANDLE protectorHandle, // IN: The handle of the object that
154 // provides protection. For object, it
156 // is the handle of encrypt object. Fo
    [all...]
Attest_spt.c 27 TPMI_DH_OBJECT signHandle, // IN: handle of signing object
52 // Certifying object qualified name
64 // Get the hierarchy of sign object. For NULL sign handle, the hierarchy
69 // For sign object is not in platform or endorsement hierarchy,
80 OBJECT *signObject = NULL;
122 TPMI_DH_OBJECT signHandle, // IN: handle of sign object
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 472 #define OBJECT "Ljava/lang/Object;"
487 {"eglCopyBuffers", "(" DISPLAY SURFACE OBJECT ")Z", (void*)jni_eglCopyBuffers },
488 {"eglWaitNative", "(I" OBJECT ")Z", (void*)jni_eglWaitNative },
491 {"_eglGetDisplay", "(" OBJECT ")J", (void*)jni_eglGetDisplay },
496 {"_eglCreatePixmapSurface", "(" SURFACE DISPLAY CONFIG OBJECT "[I)V", (void*)jni_eglCreatePixmapSurface },
497 {"_eglCreateWindowSurface", "(" DISPLAY CONFIG OBJECT "[I)J", (void*)jni_eglCreateWindowSurface },
498 {"_eglCreateWindowSurfaceTexture", "(" DISPLAY CONFIG OBJECT "[I)J", (void*)jni_eglCreateWindowSurfaceTexture },
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 201 * but {@code type} is passed as {@code Type.OBJECT} in
368 Type.OBJECT, 0);
413 Type.OBJECT, 0);
436 Type.OBJECT);
483 Type.OBJECT, 0);
528 Type.OBJECT, 0);
552 Type.OBJECT);
741 Type.OBJECT);
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 34 * be used when examining them. Normal java types must use {@link #equals(Object)} to
68 * It is important not to treat this type as java.lang.Object, since a null can
95 /** Represents the java.lang.Object reference type */
96 public static final Type OBJECT = lookupType("java.lang.Object");
172 * Returns whether or not this type is a normal java reference, i.e. it is or extends java.lang.Object.
366 // then Object is the common type.
368 return Type.OBJECT;
388 return createArray(OBJECT, targetDims);
451 // If its Object, then try and find a common interface(s
    [all...]
  /external/pdfium/fxjs/
cjs_globaldata.cpp 158 pData->data.nType = JS_GlobalDataType::OBJECT;
164 pNewData->data.nType = JS_GlobalDataType::OBJECT;
301 case JS_GlobalDataType::OBJECT:
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 236 // pkcs-1 OBJECT IDENTIFIER ::= {
242 // md2WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 2 }
244 // md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 }
246 // sha-1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 }
248 // dsaWithSha1 OBJECT IDENTIFIER ::= {
253 // ecdsa-with-SHA1 OBJECT IDENTIFIER ::= {
260 // sha256WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 11 }
262 // sha384WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 12 }
264 // sha512WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 13 }
269 // dsaWithSha256 OBJECT IDENTIFIER ::=
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 236 // pkcs-1 OBJECT IDENTIFIER ::= {
242 // md2WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 2 }
244 // md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 }
246 // sha-1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 }
248 // dsaWithSha1 OBJECT IDENTIFIER ::= {
253 // ecdsa-with-SHA1 OBJECT IDENTIFIER ::= {
260 // sha256WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 11 }
262 // sha384WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 12 }
264 // sha512WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 13 }
269 // dsaWithSha256 OBJECT IDENTIFIER ::=
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_MimeWriter.py 19 TYPE Seller = OBJECT
123 TYPE Seller = OBJECT
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
ConstantPool.java 121 public Constant newConst(final Object cst) {
138 return newClass(t.getSort() == Type.OBJECT
192 return (Constant) get((Object) key);
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
FibonacciMaker.java 38 dexMaker.declare(fibonacci, fileName, Modifier.PUBLIC, TypeId.OBJECT);
  /external/harfbuzz_ng/src/
hb-object-private.hh 109 /* object */
114 DEBUG_MSG (OBJECT, (void *) obj,
  /external/oj-libjdwp/src/share/back/
ClassTypeImpl.c 65 case JDWP_TAG(OBJECT):
  /external/python/cpython2/Lib/test/
test_MimeWriter.py 19 TYPE Seller = OBJECT
123 TYPE Seller = OBJECT
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 32 private Object[] mValues;
38 mValues = EmptyArray.OBJECT;
51 Object value = mValues[row * mColumns + column];
114 Object[] newvalues = ArrayUtils.newUnpaddedObjectArray(
143 Object val = mValues[i * mColumns + j];
159 Object val = mValues[i * mColumns + j];
176 Object val = mValues[i * mColumns + j];
  /frameworks/base/core/java/android/util/
ArrayMap.java 30 * codes for each item, and an Object array of the key/value pairs. This allows it to
31 * avoid having to create an extra object for every entry put in to the map, and it
87 * Object[] variable is a pointer to a linked list of array objects.
91 static Object[] mBaseCache;
93 static Object[] mTwiceBaseCache;
98 Object[] mArray;
114 int indexOf(Object key, int hash) {
197 final Object[] array = mTwiceBaseCache;
199 mTwiceBaseCache = (Object[])array[0];
211 final Object[] array = mBaseCache
    [all...]

Completed in 602 milliseconds

1 2 3 4 5 67 8 91011>>