OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjectArray
(Results
1 - 9
of
9
) sorted by null
/art/runtime/mirror/
object_array.h
26
class MANAGED
ObjectArray
: public Array {
33
static
ObjectArray
<T>* Alloc(Thread* self, Class* object_array_class, int32_t length,
37
static
ObjectArray
<T>* Alloc(Thread* self, Class* object_array_class, int32_t length)
73
void AssignableMemmove(int32_t dst_pos,
ObjectArray
<T>* src, int32_t src_pos,
77
void AssignableMemcpy(int32_t dst_pos,
ObjectArray
<T>* src, int32_t src_pos,
82
void AssignableCheckingMemcpy(int32_t dst_pos,
ObjectArray
<T>* src, int32_t src_pos,
86
ObjectArray
<T>* CopyOf(Thread* self, int32_t new_length)
98
DISALLOW_IMPLICIT_CONSTRUCTORS(
ObjectArray
);
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/
JavaMethodParser.java
68
"jdoubleArray"), String("jstring"), Object("jobject"),
ObjectArray
("jobjectArray");
77
return toString().endsWith("Array") && this !=
ObjectArray
;
85
return toString().equals("Object") || this ==
ObjectArray
;
/external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp
327
CPDF_ObjectArray
ObjectArray
;
331
iRet = ParserAnnots(pDocument, pPageDict, &RectArray, &
ObjectArray
, nFlag);
393
int nStreams =
ObjectArray
.GetSize();
424
CPDF_Dictionary* pAnnotDic =
ObjectArray
.GetAt(i);
520
ObjectArray
.RemoveAll();
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
/external/dagger2/lib/
auto-value-1.0.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 204 milliseconds