HomeSort by relevance Sort by last modified time
    Searched refs:typeArray (Results 1 - 25 of 34) sorted by null

1 2

  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
GridSizeMigrationTaskTest.java 303 private long[][][] createGrid(int[][][] typeArray) throws Exception {
304 return createGrid(typeArray, 1);
309 * @param typeArray A 3d array of item types. {@see #addItem(int, long, long, int, int)} for
314 private long[][][] createGrid(int[][][] typeArray, long startScreen) throws Exception {
317 long[][][] ids = new long[typeArray.length][][];
319 for (int i = 0; i < typeArray.length; i++) {
332 ids[i] = new long[typeArray[i].length][];
333 for (int y = 0; y < typeArray[i].length; y++) {
334 ids[i][y] = new long[typeArray[i][y].length];
335 for (int x = 0; x < typeArray[i][y].length; x++)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 421 * @param typeArray an array ({@code null} is ok) of types
424 private static boolean containsTypeVariable(Type[] typeArray) {
425 if (typeArray == null) {
429 for (Type type : typeArray) {
  /external/junit/src/main/java/org/junit/experimental/theories/internal/
AllMembersSupplier.java 165 private static boolean isAssignableToAnyOf(Class<?>[] typeArray, Object target) {
166 for (Class<?> type : typeArray) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 342 String[] typeArray;
357 typeArray = new String[a.length - 13];
358 System.arraycopy(a, 13, typeArray, 0, a.length - 13);
366 typeArray = a[13].split("\\s*\\|\\s*");
408 a[5], authType, typeArray, protocol, roamingProtocol, carrierEnabled,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 374 TIntermNode* declareVariable(const TSourceLoc&, TString& identifier, const TPublicType&, TArraySizes* typeArray = 0, TIntermTyped* initializer = 0);
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 541 milliseconds

1 2