HomeSort by relevance Sort by last modified time
    Searched defs:getArray (Results 76 - 100 of 344) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp 90 virtual void getArray(Vector<sp<MediaCodecBuffer>> *) const {}
574 void getArray(Vector<sp<MediaCodecBuffer>> *array) const {
617 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final {
618 mImpl.getArray(array);
891 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final {
974 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final {
975 mImpl.getArray(array);
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
ResultSet.java     [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/deqp/modules/glshared/
glsVertexArrayTests.cpp 484 Array* ContextArrayPack::getArray (int i)
    [all...]
glsDrawTest.cpp     [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 570 ResourceArray ResourceDataValue::getArray(UErrorCode &errorCode) const {
639 return ::getStringArray(pResData, getArray(errorCode), dest, capacity, errorCode);
645 return ::getStringArray(pResData, getArray(errorCode), dest, capacity, errorCode);
679 ResourceArray array = getArray(errorCode);
    [all...]
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java     [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 102 /** The array, accessed only via getArray/setArray. */
110 final Object[] getArray() {
139 elements = ((CopyOnWriteArrayList<?>)c).getArray();
167 return getArray().length;
231 Object[] elements = getArray();
239 Object[] elements = getArray();
259 Object[] elements = getArray();
267 Object[] elements = getArray();
288 Object[] elements = getArray();
325 Object[] elements = getArray();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 509 animateFilterTo(m1.getArray());
514 animateFilterTo(new ColorMatrix().getArray());
520 float[] oldFilter = mCurrentFilter == null ? new ColorMatrix().getArray() : mCurrentFilter;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 730 Array getArray(int res) {
865 public android.icu.impl.UResource.Array getArray() {
866 Array array = reader.getArray(res);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 728 Array getArray(int res) {
863 public com.ibm.icu.impl.UResource.Array getArray() {
864 Array array = reader.getArray(res);
887 Array array = reader.getArray(res);
    [all...]
  /external/pdfium/fxjs/
cjs_field.cpp 140 {"getArray", getArray_static},
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 441 public StatusBarNotification[] getArray(int count) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/
json-simple-1.1.jar 
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1125 milliseconds

1 2 34 5 6 7 8 91011>>