Searched refs:changes (Results 1 - 25 of 132) sorted by relevance

123456

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatTest.java28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { argument
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();
74 changes.put(new Integer(0), "other");
75 helperTestRules(localeIDs, testPattern, changes);
82 Map changes
[all...]
/external/mesa3d/src/gallium/docs/
H A DMakefile15 .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."
H A Dmake.bat24 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/
H A DSubroutine.java75 boolean changes = false;
79 changes = true;
87 changes = true;
91 return changes;
H A DAnalyzer.java454 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 |
[all...]
/external/droiddriver/
H A Dcontributing_aosp.md5 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/
H A DMakefile.am5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \
/external/chromium-trace/trace-viewer/third_party/six/documentation/
H A DMakefile15 .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/
H A DMakefile15 .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."
H A Dmake.bat31 echo. changes to make an overview over all changed/added/deprecated items
132 if "%1" == "changes" (
133 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
135 echo.The overview file is in %BUILDDIR%/changes.
/external/clang/utils/
H A Dtoken-delta.py15 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/
H A Dgenbools.c75 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/
H A DMakefile17 .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."
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
164 if "%1" == "changes" (
165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
168 echo.The overview file is in %BUILDDIR%/changes.
/external/bison/build-aux/
H A Ddo-release-commit-and-tag82 noteworthy='* Noteworthy changes in release'
141 *) die 'this tree is dirty; commit your changes first';;
158 ## Then, changes. ##
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c459 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 |
496 notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, const struct wpa_bss *bss) argument
534 u32 changes; local
[all...]
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp225 XWindowChanges changes; local
226 changes.width = width;
227 changes.height = height;
229 XConfigureWindow(m_display.getXDisplay(), m_window, mask, &changes);
/external/v8/test/mjsunit/es7/
H A Dobject-observe-debug-event.js43 Object.observe(obj, function(changes) {
/external/libvpx/libvpx/tools/
H A Dftfy.sh14 -n, --dry-run Shows a diff of the changes to be made.
15 --amend Squashes the changes into the commit at HEAD
17 --commit Creates a new commit containing only the whitespace changes
112 log "Working tree is dirty, commit your changes first"
153 log "Formatting changes applied, verify and commit."
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DOrdering.java201 //we're finished on a clean pass through with no ordering changes
250 boolean changes = false;
282 changes = true;
300 changes = true;
322 changes = true;
338 changes = true;
348 return changes;
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/v8/tools/push-to-trunk/
H A Dauto_roll.py20 def ContainsChromiumRoll(changes):
21 for change in changes:
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec39 changes.
42 when a window size changes but would still like Mesa to adjust to
/external/v8/test/mjsunit/
H A Darray-push7.js20 function somethingChanged(changes) {
/external/clang/docs/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
164 if "%1" == "changes" (
165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
168 echo.The overview file is in %BUILDDIR%/changes.

Completed in 928 milliseconds

123456