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

1 2

  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/utilities/
P2InstallableItem.java 33 IInstallableUnit iu = (IInstallableUnit) getData(); local
34 for (ILicense license : iu.getLicenses())
48 IInstallableUnit iu = (IInstallableUnit) getData(); local
49 for (ILicense license : iu.getLicenses())
P2Utilities.java 71 * @param iu IInstallableUnit to be checked
72 * @return true if iu is installed, false otherwise.
75 protected static boolean isInstalled(IInstallableUnit iu, IProgressMonitor progressMonitor)
78 return isInstalled(iu.getId(), null, progressMonitor);
85 * @return true if iu is installed, false otherwise.
357 for (IInstallableUnit iu : installableUnits)
362 P2Utilities.getIUExternalizedValue(iu,
370 + P2Utilities.getIUExternalizedValue(iu,
435 for (IInstallableUnit iu : installableUnits)
440 P2Utilities.getIUExternalizedValue(iu,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/ui/dialogs/
AcceptLicensesDialog.java 84 for (InstallableItem iu : unitsToInstall)
86 if (iu.hasLicenseNotAccepted())
88 unitsWithUnacceptedLicenses.add(iu);
194 for (InstallableItem iu : unitsWithUnacceptedLicenses)
197 item.setData(iu);
198 item.setText(iu.getDisplayName());
253 * @param iu
255 private void showLicense(InstallableItem iu)
258 if (iu != null)
260 String licenseText = iu.getLicense();
    [all...]
  /external/quake/quake/src/QW/client/
r_edge.c 305 int iu; local
311 iu = edge_tail_u_shift20;
312 if (iu > surf->last_u)
316 span->count = iu - span->u;
340 int iu; local
386 iu = edge->u >> 20;
388 if (iu > surf2->last_u)
392 span->count = iu - span->u;
399 surf->last_u = iu;
419 int iu; local
464 int iu; local
    [all...]
  /external/quake/quake/src/WinQuake/
r_edge.cpp 305 int iu; local
311 iu = edge_tail_u_shift20;
312 if (iu > surf->last_u)
316 span->count = iu - span->u;
340 int iu; local
386 iu = edge->u >> 20;
388 if (iu > surf2->last_u)
392 span->count = iu - span->u;
399 surf->last_u = iu;
419 int iu; local
464 int iu; local
    [all...]
  /external/skia/samplecode/
SamplePatch.cpp 91 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv,
98 SkScalar u = SkIntToScalar(iu) / nu;
111 SkScalar x = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fX) +
113 SkScalarMul(v, edge[BR+nu-iu].fX) +
115 SkScalar y = SkScalarMul(SK_Scalar1 - v, edge[TL+iu].fY) +
117 SkScalarMul(v, edge[BR+nu-iu].fY) +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/icu4c/test/cintltst/
utf8tst.c 875 int32_t i, j, k, iu, is, il, length; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]

Completed in 768 milliseconds

1 2