| /external/guava/guava/src/com/google/common/collect/ |
| MinMaxPriorityQueue.java | 393 MoveDesc<E> changes = fillHole(index, toTrickle); local 396 if (changes == null) { 402 return new MoveDesc<E>(actualLastElement, changes.replaced); 406 return changes;
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowIntent.java | 428 int changes = 0; local 433 changes |= FILL_IN_ACTION; 439 changes |= FILL_IN_DATA; 444 changes |= FILL_IN_CATEGORIES; 449 changes |= FILL_IN_PACKAGE; 453 changes |= FILL_IN_COMPONENT; 457 return changes;
|
| /frameworks/base/core/java/android/content/pm/ |
| RegisteredServicesCache.java | 348 StringBuilder changes = new StringBuilder(); local 363 changes.append(" New service added: ").append(info).append("\n"); 373 changes.append(" Existing service (nop): ").append(info).append("\n"); 380 changes.append(" System service replacing existing: ").append(info) 383 changes.append(" Existing service replacing a removed service: ") 394 changes.append(" Existing service with new uid ignored: ").append(info) 408 changes.append(" Service removed: ").append(v1).append("\n"); 415 if (changes.length() > 0) { 417 serviceInfos.size() + " services:\n" + changes);
|
| /packages/apps/Exchange/src/com/android/exchange/adapter/ |
| EmailSyncParser.java | 610 void changeParser(ArrayList<ServerChange> changes) throws IOException { 635 changeApplicationDataParser(changes, oldRead, oldFlag, flags, id); 643 private void changeApplicationDataParser(ArrayList<ServerChange> changes, Boolean oldRead, 672 // See if there are flag changes re: read, flag (favorite) or replied/forwarded 675 changes.add(new ServerChange(id, read, flag, flags)); 775 * Commit all changes. This results in a Binder IPC call which has constraint on the size of [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ChangeLayoutRefactoring.java | 226 List<Change> changes = new ArrayList<Change>(); local 228 return changes; 233 changes.add(change); 330 return changes;
|
| VisualRefactoring.java | 250 List<Change> changes = computeChanges(monitor); local 251 mChanges.addAll(changes); 265 monitor.beginTask("Applying changes...", 1); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
| ExtractStringRefactoring.java | 122 * and compute the actual changes. 123 * <li> When all changes are computed, {@link #createChange(IProgressMonitor)} is invoked. 126 * The list of changes are: 198 /** The list of changes computed by {@link #checkFinalConditions(IProgressMonitor)} and 912 List<Change> changes = null; local 959 List<Change> changes = computeJavaChanges( local 972 List<Change> changes = computeXmlSourceChanges(xmlFile, local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| TemplateHandlerTest.java | 131 * -- versions where the <b>templates</b> are doing conditional changes. To 702 List<Change> changes = templateValues.computeChanges(); local 703 if (!changes.isEmpty()) { 706 changes.toArray(new Change[changes.size()])); [all...] |
| /external/chromium_org/chrome/browser/sync/ |
| profile_sync_service_bookmark_unittest.cc | 237 const syncer::ChangeRecordList& changes() { function in class:browser_sync::__anon9341::FakeServerChange 880 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) 886 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) [all...] |
| /external/chromium_org/ui/views/widget/desktop_aura/ |
| desktop_window_tree_host_x11.cc | 625 // of focus changes into views. 709 // when |xwindow_|'s fullscreen state changes. 870 XWindowChanges changes = {0}; local 878 changes.width = bounds.width(); 879 changes.height = bounds.height(); 884 changes.x = bounds.x(); 885 changes.y = bounds.y(); 889 XConfigureWindow(xdisplay_, xwindow_, value_mask, &changes); [all...] |
| /frameworks/base/core/java/android/view/ |
| WindowManager.java | 467 * changes the system volume. 1687 int changes = 0; local [all...] |
| /frameworks/base/services/core/jni/ |
| com_android_server_input_InputManagerService.cpp | 672 uint32_t changes = 0; local 678 changes |= InputReaderConfiguration::CHANGE_POINTER_GESTURE_ENABLEMENT; 682 if (changes) { 683 mInputManager->getReader()->requestRefreshConfiguration(changes); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| TemplateHandler.java | 236 /** The changes being processed by the template handler */ 321 // Add the changes in the order where merges are shown first, then text files, 323 List<Change> changes = new ArrayList<Change>(); local 324 changes.addAll(mMergeChanges); 325 changes.addAll(mTextChanges); 326 changes.addAll(mOtherChanges); 327 return changes; [all...] |
| /frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
| MediaRouter.java | 536 * changes to media routes. 1178 int changes = 0; local 1838 int changes = route.updateDescriptor(routeDescriptor); local [all...] |
| /prebuilts/devtools/tools/lib/ |
| commons-compress-1.0.jar | |
| /prebuilts/tools/common/commons-compress/ |
| commons-compress-1.0.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
| commons-compress-1.0.jar | |
| /external/chromium_org/third_party/sqlite/src/src/ |
| sqlite3ext.h | 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 246 #define sqlite3_changes sqlite3_api->changes
|
| /external/sqlite/dist/orig/ |
| sqlite3ext.h | 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 284 #define sqlite3_changes sqlite3_api->changes
|
| /external/sqlite/dist/ |
| sqlite3ext.h | 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 284 #define sqlite3_changes sqlite3_api->changes
|
| /frameworks/base/services/core/java/com/android/server/location/ |
| GpsLocationProvider.java | 1126 WorkSource[] changes = mClientSource.setReturningDiffs(source); local [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.directorywatcher_1.0.203.R36x_v20101027.jar | |
| /frameworks/base/core/java/android/content/ |
| Intent.java | 441 * and allows the user to edit it. If they keep their changes, the URI 6692 int changes = 0; local [all...] |
| /frameworks/base/services/core/java/com/android/server/am/ |
| ActivityStack.java | 3692 final int changes = oldConfig.diff(newConfig); local [all...] |