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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
InterpolableValueTest.cpp 76 InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
77 EXPECT_FLOAT_EQ(30, toInterpolableNumber(outList->get(0))->value());
78 EXPECT_FLOAT_EQ(-30.6f, toInterpolableNumber(outList->get(1))->value());
79 EXPECT_FLOAT_EQ(104.35f, toInterpolableNumber(outList->get(2))->value());
99 InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
100 EXPECT_FLOAT_EQ(50, toInterpolableNumber(outList->get(0))->value());
101 EXPECT_FLOAT_EQ(75, toInterpolableNumber(toInterpolableList(outList->get(1))->get(0))->value());
102 EXPECT_TRUE(toInterpolableBool(outList->get(2))->value());
  /packages/apps/Launcher2/src/com/android/launcher2/
UserInitializeReceiver.java 61 ArrayList<Integer> outList) {
66 outList.add(res);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 534 LayoutPoint p, CanvasViewInfo parent, List<CanvasViewInfo> outList) {
537 if (outList == null) {
538 outList = new ArrayList<CanvasViewInfo>();
544 outList.add(parent);
554 outList.add(child);
562 findAltViewInfoAt_Recursive(p, child, outList);
567 return outList;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 739 BluetoothMapMessageListing outList;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 29 const char* outList,
223 * inList, and does not contain those in outList. Also verifies that
231 * @param outList list of things not in the set. Same format as
238 const char* outList,
249 expectContainment(set, outList, FALSE);
  /external/icu/icu4c/source/test/cintltst/
usettest.c 29 const char* outList,
223 * inList, and does not contain those in outList. Also verifies that
231 * @param outList list of things not in the set. Same format as
238 const char* outList,
249 expectContainment(set, outList, FALSE);
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 183 ArrayList<JobInfo> outList = new ArrayList<JobInfo>();
189 outList.add(job.getJob());
193 return outList;
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 297 milliseconds