HomeSort by relevance Sort by last modified time
    Searched full:getarray (Results 201 - 225 of 345) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/objectivec/
GPBUtilities_PackagePrivate.h 325 - (id)getArray;
  /external/replicaisland/src/com/replica/replicaisland/
FixedSizeArray.java 177 public final Object[] getArray() {
GameRenderer.java 210 Object[] objectArray = objects.getArray();
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_tooling.cc 145 auto* array = &model->GetArray(array_name);
  /frameworks/av/media/img_utils/src/
DngUtils.cpp 51 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize());
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 89 public final float[] getArray() { return mArray; }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 213 float[] mat = TMP_BRIGHTNESS_COLOR_MATRIX.getArray();
  /frameworks/base/rs/java/android/renderscript/
Type.java 159 public int getArray(int arrayNum) {
  /frameworks/native/libs/ui/include/ui/
Region.h 130 Rect const* getArray(size_t* count) const;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 388 getarray function
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 257 this.formalTypeParameters = typeParams.getArray();
  /art/compiler/optimizing/
scheduler_arm.cc 633 HInstruction* array_instr = instruction->GetArray();
735 HInstruction* array_instr = instruction->GetArray();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 176 out.write(result.getArray());
201 return result.getArray();
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 241 out.write(result.getArray());
277 return result.getArray();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 281 public Array getArray(int columnIndex) throws SQLException {
285 public Array getArray(String colName) throws SQLException {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 739 public Array getArray(String parameterName) throws SQLException {
743 public Array getArray(int parameterIndex) throws SQLException {
JDBCResultSet.java 710 public java.sql.Array getArray(int columnIndex) throws SQLException {
714 public java.sql.Array getArray(String columnName) throws SQLException {
716 return getArray(col);
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 484 Array* ContextArrayPack::getArray (int i)
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 368 if (!settings->getArray(key, &array)) {
386 if (!settings->getArray(key, &array)) {
402 if (settings->getArray(key, &array)) {
415 if (settings->getArray(key, &array)) {
    [all...]
  /external/icu/icu4c/source/i18n/
dayperiodrules.cpp 108 ResourceArray cutoffArray = value.getArray(errorCode);
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 644 const Formattable* array = f.getArray(count);
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 413 getarray function
  /frameworks/base/wifi/java/android/net/wifi/aware/
PublishConfig.java 295 matchFilter).getArray();
SubscribeConfig.java 351 matchFilter).getArray();
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java     [all...]

Completed in 1570 milliseconds

1 2 3 4 5 6 7 891011>>