/external/libchrome/base/ |
environment.cc | 149 const EnvironmentMap& changes) { 160 EnvironmentMap::const_iterator found_change = changes.find(key); 161 if (found_change == changes.end()) 168 for (EnvironmentMap::const_iterator i = changes.begin(); 169 i != changes.end(); ++i) { 189 const EnvironmentMap& changes) { 200 EnvironmentMap::const_iterator found_change = changes.find(key); 201 if (found_change == changes.end()) { 208 for (EnvironmentMap::const_iterator i = changes.begin(); 209 i != changes.end(); ++i) [all...] |
/external/selinux/libsepol/src/ |
genbools.c | 85 int errors = 0, changes = 0; local 115 changes++; 147 changes++; 156 *changesp = changes; 164 int rc, changes = 0; local 171 if (load_booleans(&policydb, booleans, &changes) < 0) { 175 if (!changes) 208 int rc, changes = 0; local 210 rc = load_booleans(policydb, booleans, &changes); 211 if (!rc && changes) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoringTest.java | 105 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 108 changes.toArray(new Change[changes.size()])); 112 checkEdits(basename, changes);
|
ChangeViewRefactoringTest.java | 56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 57 checkEdits(basename, changes);
|
UnwrapRefactoringTest.java | 55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 56 checkEdits(basename, changes);
|
WrapInRefactoringTest.java | 56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 57 checkEdits(basename, changes);
|
ExtractIncludeRefactoringTest.java | 147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 149 assertTrue(changes.size() >= 3); 160 checkEdits(changes, fileToGolden, createDiffs); 163 for (Change change : changes) {
|
/external/syslinux/core/lwip/src/netif/ppp/ |
vj.c | 147 register u_int changes = 0; local 269 * receiver expects changes in the order: urgent, window, 276 changes |= NEW_U; 287 changes |= NEW_W; 296 changes |= NEW_A; 305 changes |= NEW_S; 308 switch(changes) { 328 * actual changes match one of our special case encodings -- 336 changes = SPECIAL_I; 344 changes = SPECIAL_D 472 u_int vjlen, hlen, changes; local [all...] |
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
AccessibilityEventFilterUtils.java | 35 public static AccessibilityEventFilter filterWindowsChangedWithChangeTypes(int changes) { 37 .and(new WindowChangesMatcher(changes)))::matches;
|
/external/curl/docs/cmdline-opts/ |
remote-name-all.d | 5 This option changes the default action for all given URLs to be dealt with as
|
retry-delay.d | 7 failed with a transient error (it changes the default backoff time algorithm
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
b-bend1.d | 11 # changes.
|
/external/libevent/ |
devpoll.c | 60 struct pollfd *changes; member in struct:devpollop 91 if (pwrite(devpollop->dpfd, devpollop->changes, 112 pfd = &devpollop->changes[devpollop->nchanges++]; 154 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd)); 155 if (devpollop->changes == NULL) { 302 if (devpollop->changes) 303 mm_free(devpollop->changes);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageStateChange.java | 103 * Gets final state changes to upsync to the server, setting the status in the DB for all rows 105 * old updates. Messages whose sequence of changes results in a no-op are cleared from the DB 109 * @param ignoreFavorites Whether to ignore changes to the favorites flag. 172 final ArrayList<MessageStateChange> changes = new ArrayList(count); local 175 // We also treat changes without a server id as a no-op. 182 changes.add(change); 188 if (changes.isEmpty()) { 191 return changes; 195 * Rearrange the changes list to a map by mailbox id. 196 * @return The final changes to send to the server, or null if there are none [all...] |
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/ |
Analyzer.java | 348 boolean changes = false; 352 changes = true; 354 changes |= oldFrame.merge(frame, interpreter); 362 changes = true; 366 changes |= oldSubroutine.merge(subroutine, !jsr); 369 if (changes && !queued[insn]) { 388 boolean changes = false; 394 changes = true; 396 changes |= oldFrame.merge(afterRET, access); 404 changes = true [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.c | 523 u32 changes = 0; local 527 changes |= WPA_BSS_FREQ_CHANGED_FLAG; 530 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; 533 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG; 536 changes |= WPA_BSS_MODE_CHANGED_FLAG; 540 return changes; 541 changes |= WPA_BSS_IES_CHANGED_FLAG; 544 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; 547 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; 550 changes |= WPA_BSS_WPS_CHANGED_FLAG 598 u32 changes; local [all...] |
/external/fio/doc/ |
Makefile | 39 @echo " changes to make an overview of all changed/added/deprecated items" 184 .PHONY: changes 185 changes: 186 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes 188 @echo "The overview file is in $(BUILDDIR)/changes."
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
Change.java | 1 package com.github.javaparser.printer.lexicalpreservation.changes;
|
ListRemovalChange.java | 1 package com.github.javaparser.printer.lexicalpreservation.changes;
|
PropertyChange.java | 1 package com.github.javaparser.printer.lexicalpreservation.changes;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue18902.go | 11 // The changes that fixes this (that reduces the amount 83 var scannedCount, changes, sumdiffs float64 100 // Note: when test was written, before changes=92, after=50 (was 62 w/o rematerialization NoXPos in *Value.copyInto()) 104 if changes/scannedCount >= (50+92)/(2*scannedCount) || sumdiffs/scannedCount >= (180+784)/(2*scannedCount) { 105 fmt.Printf("Line numbers change too much, # of changes=%.f, sumdiffs=%.f, # of instructions=%.f\n", changes, sumdiffs, scannedCount) 123 changes++ 133 fmt.Printf("%d %.f %.f %s\n", lineVal, changes, sumdiffs, line)
|
bug096.go | 24 It appears that the first assignment changes the size of A from open
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue18902.go | 11 // The changes that fixes this (that reduces the amount 83 var scannedCount, changes, sumdiffs float64 100 // Note: when test was written, before changes=92, after=50 (was 62 w/o rematerialization NoXPos in *Value.copyInto()) 104 if changes/scannedCount >= (50+92)/(2*scannedCount) || sumdiffs/scannedCount >= (180+784)/(2*scannedCount) { 105 fmt.Printf("Line numbers change too much, # of changes=%.f, sumdiffs=%.f, # of instructions=%.f\n", changes, sumdiffs, scannedCount) 123 changes++ 133 fmt.Printf("%d %.f %.f %s\n", lineVal, changes, sumdiffs, line)
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityWindowInfo.java | 724 * @return A set of flags showing how the window has changes, or 0 if the two states are the 737 int changes = 0; local 739 changes |= AccessibilityEvent.WINDOWS_CHANGE_TITLE; 743 changes |= AccessibilityEvent.WINDOWS_CHANGE_BOUNDS; 746 changes |= AccessibilityEvent.WINDOWS_CHANGE_LAYER; 750 changes |= AccessibilityEvent.WINDOWS_CHANGE_ACTIVE; 754 changes |= AccessibilityEvent.WINDOWS_CHANGE_FOCUSED; 758 changes |= AccessibilityEvent.WINDOWS_CHANGE_ACCESSIBILITY_FOCUSED; 762 changes |= AccessibilityEvent.WINDOWS_CHANGE_PIP; 765 changes |= AccessibilityEvent.WINDOWS_CHANGE_PARENT [all...] |
/frameworks/base/core/tests/coretests/src/android/content/res/ |
ConfigurationBoundResourceCacheTest.java | 92 int changes = calcConfigChanges(res, newCnf); local 94 mCache.onConfigurationChange(changes); 115 int changes = calcConfigChanges(res, newCnf); local 117 mCache.onConfigurationChange(changes); 141 int changes = calcConfigChanges(res, newCnf); local 147 mCache.onConfigurationChange(changes); 183 int changes = calcConfigChanges(res, newCnf); local 192 mCache.onConfigurationChange(changes);
|