/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 96 String[] infos = new String[list.size()]; local 98 list.toArray(infos); 100 ComboBoxPropertyDescriptor infoDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_INFO, P_STR_STATUS_INFO, infos);
|
/external/webrtc/talk/session/media/ |
channel.cc | 443 bool BaseChannel::GetConnectionStats(ConnectionInfos* infos) { 445 return transport_channel_->GetStats(infos); 825 std::vector<ConnectionInfo> infos; local 826 transport_channel_->GetStats(&infos); 827 for (std::vector<ConnectionInfo>::const_iterator it = infos.begin(); 828 it != infos.end(); ++it) { [all...] |
/external/webrtc/webrtc/p2p/base/ |
faketransportcontroller.h | 300 bool GetStats(ConnectionInfos* infos) override { 302 infos->clear(); 303 infos->push_back(info);
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityManager.java | 379 List<AccessibilityServiceInfo> infos = getInstalledAccessibilityServiceList(); local 381 final int infoCount = infos.size(); 383 AccessibilityServiceInfo info = infos.get(i);
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetModel.java | 58 * If mType is TYPE_DAY, then mData is the index into day infos. 60 * infos. 343 // Add the event row infos
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
InstallShortcutReceiver.java | 117 ArrayList<PendingInstallShortcutInfo> infos = local 143 infos.add(info); 151 return infos;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
InstallShortcutReceiver.java | 127 ArrayList<PendingInstallShortcutInfo> infos = local 132 infos.add(info); 136 return infos;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 419 IAttributeInfo[] infos = new AttributeInfo[n]; local 422 infos[i] = descs[i].getAttributeInfo(); 425 return infos;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 130 List<CanvasViewInfo> infos = getSelectedViewInfos(); local 131 if (!validateNotEmpty(infos, status)) { 136 if (!validateContiguous(infos, status)) {
|
WrapInRefactoring.java | 117 List<CanvasViewInfo> infos = getSelectedViewInfos(); local 118 if (!validateNotEmpty(infos, status)) { 123 if (!validateContiguous(infos, status)) {
|
ChangeViewRefactoring.java | 108 List<CanvasViewInfo> infos = getSelectedViewInfos(); local 109 if (!validateNotEmpty(infos, status)) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 131 List<ResolveInfo> infos = getResolveInfosForParent(); local 132 Map<String, List<TestListItem>> testsByCategory = getTestsByCategory(infos);
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityNodeInfoTest.java | 94 assertSame("Accessibility node infos always return 0 for this method.", 0, 97 assertSame("Accessibility node infos always return 0 for this method.", 0,
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonAsmBackend.cpp | 65 const static MCFixupKindInfo Infos[Hexagon::NumTargetFixupKinds] = { 171 return Infos[Kind - FirstTargetFixupKind];
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RootsFragment.java | 358 final List<ResolveInfo> infos = pm.queryIntentActivities( local 364 for (ResolveInfo info : infos) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SharePopup.java | 239 List<ResolveInfo> infos = packageManager.queryIntentActivities( local 243 for (ResolveInfo info : infos) {
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskBackService.java | 153 // NOTE: Recycle the infos.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.browser.browser_info.html | 38 <td colspan=2><tt>A wrapper around browser <a href="__builtin__.html#object">object</a> that allows looking up infos of the<br>
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
binary_manager.py | 120 # storage infos.
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
memory_allocator_dump.html | 58 this.infos = [];
|
/external/dbus/ |
README.win | 55 for getting debug infos
|
/external/eigen/bench/btl/actions/ |
action_matrix_matrix_product_bis.hh | 129 INFOS("WRONG CALCULATION...residual=" << error);
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
Responder.java | 21 * The Responder sends a single answer for the specified service infos and for the host name.
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
DNSStateTask.java | 71 * Associate the DNS host and the service infos with this task if not already associated and in the same state.
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
btSoftBodyHelpers.h | 51 /* Draw body infos */
|