HomeSort by relevance Sort by last modified time
    Searched refs:retArray (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_layoutpseudomodel.cpp 210 CXFA_NodeArray& retArray) {
218 retArray.Add(pMasterPage);
226 retArray.Add(pItem->m_pFormNode);
235 retArray.Add(pMasterPage);
240 retArray.Add(pItem->m_pFormNode);
261 retArray.Add(pItemChild->m_pFormNode);
285 retArray.Add(pItemChild->m_pFormNode);
322 retArray.Add(pItemChild->m_pFormNode);
342 retArray.Add(pItemChild->m_pFormNode);
378 CXFA_NodeArray retArray;
    [all...]
xfa_script_layoutpseudomodel.h 54 CXFA_NodeArray& retArray);
  /packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugMmsConfigFragment.java 89 final Integer[] retArray = new Integer[subRecords.size()];
91 retArray[i] = subRecords.get(i).getSubscriptionId();
93 return retArray;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LinkedListTest.java 621 Object[] retArray;
622 retArray = ll.toArray(argArray);
623 assertTrue("Returned different array than passed", retArray == argArray);
624 List retList = new LinkedList(Arrays.asList(retArray));
630 retArray = ll.toArray(argArray);
635 retArray[i] == objArray[i]);
638 retArray = ll.toArray(argArray);
639 assertTrue("Returned different array than passed", retArray == argArray);
640 retArray = ll.toArray(argArray);
641 assertTrue("Returned different array than passed", retArray == argArray)
    [all...]
ArrayListTest.java 833 Object[] retArray;
834 retArray = alist.toArray(argArray);
835 assertTrue("Returned different array than passed", retArray == argArray);
837 retArray = alist.toArray(argArray);
842 assertNull("Should be null: " + i, retArray[i]);
845 retArray[i] == objArray[i]);
    [all...]
  /frameworks/base/core/java/android/hardware/location/
ContextHubService.java 211 int[] retArray = new int[foundInstances.size()];
213 retArray[i] = foundInstances.get(i).intValue();
216 return retArray;
  /frameworks/base/core/java/android/content/res/
AssetManager.java 239 final CharSequence[] retArray = new CharSequence[infoArrayLen];
243 retArray[j] = index >= 0 ? mStringBlocks[block].get(index) : null;
245 return retArray;
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 589 jobjectArray retArray;
602 retArray = env->NewObjectArray(db.hubInfo.numHubs, db.jniInfo.contextHubInfoClass, nullptr);
606 env->SetObjectArrayElement(retArray, i, hub);
609 return retArray;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 224 milliseconds