HomeSort by relevance Sort by last modified time
    Searched refs:Arrays (Results 1576 - 1600 of 1910) sorted by null

<<61626364656667686970>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 128 * Process two arrays on the stack in parallel. Assumes the top two items on the stack
129 * are arrays of the specified class. The arrays must be the same length. For each pair
130 * of elements in the arrays, puts the pair on the stack and triggers the callback.
131 * @param type the type of the arrays (type.isArray() must be true)
193 final Map buckets = CollectionUtils.bucket(Arrays.asList(strings), new Transformer() {
252 Arrays.sort(keys);
260 final Map buckets = CollectionUtils.bucket(Arrays.asList(strings), new Transformer() {
478 * Objects. Arrays are recursively processed in the same manner.
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 71 List constructors = new ArrayList(Arrays.asList(type.getDeclaredConstructors()));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 184 foundInEveryRef &= (Arrays.binarySearch(times, syncSampleTimes[i]) >= 0);
193 // We have two arrays now:
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 37 import java.util.Arrays;
121 return f.generateCertPath(Arrays.asList(certs));
131 certCollection.addAll(Arrays.asList(crls));
132 certCollection.addAll(Arrays.asList(certs));
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 108 java.util.Arrays.fill(chars, ' ');
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 40 import java.util.Arrays;
62 /** Arrays.asList() does not work with arrays of primitives. :( */
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 39 import java.util.Arrays;
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 44 import java.util.Arrays;
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 29 import java.util.Arrays;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java 38 import java.util.Arrays;
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 49 import java.util.Arrays;
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 41 import java.util.Arrays;
337 Arrays.fill(mCancelled, false);
338 Arrays.fill(mExpectedNotifications, null);
339 Arrays.fill(mActualNotifications, null);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 56 import java.util.Arrays;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 52 import java.util.Arrays;
804 java.util.Arrays.fill(mDistances, Integer.MAX_VALUE);
857 Arrays.fill(codes, NOT_A_KEY);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 21 import java.util.Arrays;
308 assertTrue(Arrays.equals(new int[] { 0 }, dr.getState()));
313 assertTrue(Arrays.equals(new int[] { 0 }, dr.getState()));
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 60 import java.util.Arrays;
521 if (VERBOSE) Log.v(TAG, "Supported sizes are: " + Arrays.deepToString(availableSizes));
592 sortedSizes = Arrays.asList(sizes);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 48 import java.util.Arrays;
754 final ArrayList<String> items = new ArrayList<String>(Arrays.asList(mCountryList));
789 final ArrayList<String> items = new ArrayList<String>(Arrays.asList(mCountryList));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 58 import java.util.Arrays;
552 final List<String> rebootAfterList = Arrays.asList(
555 final List<String> rebootBeforeList = Arrays.asList(
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 38 import java.util.Arrays;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 63 import java.util.Arrays;
100 assertEquals(Arrays.asList(UnittestImport.getDescriptor()),
117 assertEquals(Arrays.asList(ImportEnum.getDescriptor()),
  /external/doclava/src/com/google/doclava/
SampleCode.java 19 import java.util.Arrays;
144 Arrays.sort(dirContents, byTypeAndName);
196 Arrays.sort(dirContents, byTypeAndName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 21 import java.util.Arrays;
248 Arrays.sort(logFiles);
531 Arrays.sort(xmlFileNames) ;
    [all...]
  /external/eigen/blas/testing/
dblat1.f 102 * .. Local Arrays ..
138 * .. Local Arrays ..
253 * .. Local Arrays ..
349 * .. Local Arrays ..
606 * .. Initialize all argument arrays ..
692 * .. Local Arrays ..
    [all...]
sblat1.f 102 * .. Local Arrays ..
138 * .. Local Arrays ..
253 * .. Local Arrays ..
349 * .. Local Arrays ..
610 * .. Initialize all argument arrays ..
696 * .. Local Arrays ..
    [all...]

Completed in 1217 milliseconds

<<61626364656667686970>>