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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatTest.java 28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) {
34 String lastValue = (String) changes.get(new Integer(0));
38 if (changes.get(new Integer(i)) != null) {
45 lastValue = (String) changes.get(new Integer(i));
55 String expected = (String) changes.get(new Integer(0));
57 String value = changes.get(n);
73 Map changes = new HashMap(); local
74 changes.put(new Integer(0), "other");
75 helperTestRules(localeIDs, testPattern, changes);
82 Map changes = new HashMap() local
92 Map changes = new HashMap(); local
101 Map changes = new HashMap(); local
125 Map changes = new HashMap(); local
136 Map changes = new HashMap(); local
149 Map changes = new HashMap(); local
168 Map changes = new HashMap(); local
187 Map changes = new HashMap(); local
217 Map changes = new HashMap(); local
228 Map changes = new HashMap(); local
246 Map changes = new HashMap(); local
    [all...]
  /development/tools/findunused/
findunusedtranslations 59 $changes = 0;
66 $changes = 1;
72 $changes = 1;
78 $changes = 1;
96 if ($changes) {
101 print "(no changes)\n";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 32 setDescription("Optionally review pending changes");
38 List<Change> changes = mValues.computeChanges(); local
40 changes.toArray(new Change[changes.size()]));
  /external/mesa3d/src/gallium/docs/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
26 @echo " changes to make an overview of all changed/added/deprecated items"
75 changes:
76 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
78 @echo "The overview file is in $(BUILDDIR)/changes."
make.bat 24 echo. changes to make an overview over all changed/added/deprecated items
90 if "%1" == "changes" (
91 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
93 echo.The overview file is in %BUILDDIR%/changes.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Subroutine.java 75 boolean changes = false;
79 changes = true;
87 changes = true;
91 return changes;
Analyzer.java 454 boolean changes;
458 changes = true;
460 changes = oldFrame.merge(frame, interpreter);
466 changes = true;
470 changes |= oldSubroutine.merge(subroutine);
473 if (changes && !queued[insn]) {
488 boolean changes;
494 changes = true;
496 changes = oldFrame.merge(afterRET, access);
500 changes |= oldSubroutine.merge(subroutineBeforeJSR);
    [all...]
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/droiddriver/
contributing_aosp.md 5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
29 - make changes and commit them
  /external/libvorbis/doc/vorbisenc/
Makefile.am 5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \
  /external/chromium-trace/trace-viewer/third_party/six/documentation/
Makefile 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
32 @echo " changes to make an overview of all changed/added/deprecated items"
116 changes:
117 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
119 @echo "The overview file is in $(BUILDDIR)/changes."
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Makefile 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
32 @echo " changes to make an overview of all changed/added/deprecated items"
116 changes:
117 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
119 @echo "The overview file is in $(BUILDDIR)/changes."
  /external/clang/utils/
token-delta.py 15 def test(self, changes):
20 def getTestResult(self, changes):
24 changeset = frozenset(changes)
27 elif not self.test(changes):
33 def run(self, changes, force=False):
39 if not self.getTestResult(changes):
46 return self.delta(changes, self.split(changes))
148 def writeFiles(self, changes, fileNames):
151 for i,j in changes
    [all...]
  /external/selinux/libsepol/src/
genbools.c 75 int errors = 0, changes = 0; local
104 changes++;
136 changes++;
145 *changesp = changes;
153 int rc, changes = 0; local
160 if (load_booleans(&policydb, booleans, &changes) < 0) {
164 if (!changes)
197 int rc, changes = 0; local
199 rc = load_booleans(policydb, booleans, &changes);
200 if (!rc && changes)
    [all...]
  /external/clang/docs/analyzer/
Makefile 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
39 @echo " changes to make an overview of all changed/added/deprecated items"
141 changes:
142 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
144 @echo "The overview file is in $(BUILDDIR)/changes."
  /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) {
  /frameworks/base/core/java/android/view/
WindowManager.java 479 * changes the system volume.
1785 int changes = 0; local
    [all...]
  /external/bison/build-aux/
do-release-commit-and-tag 82 noteworthy='* Noteworthy changes in release'
141 *) die 'this tree is dirty; commit your changes first';;
158 ## Then, 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/wpa_supplicant_8/wpa_supplicant/
bss.c 459 u32 changes = 0; local
463 changes |= WPA_BSS_FREQ_CHANGED_FLAG;
466 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG;
469 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG;
472 changes |= WPA_BSS_MODE_CHANGED_FLAG;
476 return changes;
477 changes |= WPA_BSS_IES_CHANGED_FLAG;
480 changes |= WPA_BSS_WPAIE_CHANGED_FLAG;
483 changes |= WPA_BSS_RSNIE_CHANGED_FLAG;
486 changes |= WPA_BSS_WPS_CHANGED_FLAG
534 u32 changes; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/res/
ConfigurationBoundResourceCacheTest.java 85 int changes = calcConfigChanges(res, newCnf); local
87 mCache.onConfigurationChange(changes);
107 int changes = calcConfigChanges(res, newCnf); local
109 mCache.onConfigurationChange(changes);
132 int changes = calcConfigChanges(res, newCnf); local
137 mCache.onConfigurationChange(changes);
172 int changes = calcConfigChanges(res, newCnf); local
179 mCache.onConfigurationChange(changes);

Completed in 149 milliseconds

1 2 3 4 5 6 7 8 91011>>