/external/mesa3d/docs/specs/OLD/ |
MESA_resize_buffers.spec | 39 changes. 42 when a window size changes but would still like Mesa to adjust to
|
/external/python/cpython2/Demo/scripts/ |
update.py | 30 print 'no changes to', self.filename
|
/external/python/cpython2/Doc/ |
Makefile | 16 .PHONY: help build html htmlhelp latex text changes linkcheck \ 29 @echo " changes to make an overview over all changed/added/deprecated items" 66 changes: BUILDER = changes 67 changes: build 68 @echo "The overview file is in build/changes."
|
/external/python/cpython3/Doc/ |
Makefile | 16 .PHONY: help build html htmlhelp latex text changes linkcheck \ 30 @echo " changes to make an overview over all changed/added/deprecated items" 67 changes: BUILDER = changes 68 changes: build 69 @echo "The overview file is in build/changes."
|
/external/trappy/doc/api_reference/ |
Makefile | 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext 44 @echo " changes to make an overview of all changed/added/deprecated items" 167 changes: reference 168 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes 170 @echo "The overview file is in $(BUILDDIR)/changes."
|
/frameworks/native/services/vr/virtual_touchpad/ |
VirtualTouchpadEvdev.cpp | 146 const int changes = touchpad.last_motion_event_buttons ^ buttons; local 147 if (!changes) { 153 ALOGV("change %X from %X to %X", changes, touchpad.last_motion_event_buttons, 160 if (changes & AMOTION_EVENT_BUTTON_BACK) {
|
/prebuilts/go/darwin-x86/src/cmd/fix/ |
doc.go | 8 the necessary changes to your programs. 34 the changes that fix makes before committing them.
|
/prebuilts/go/darwin-x86/src/os/ |
file_posix.go | 66 // Chown changes the numeric uid and gid of the named file. 67 // If the file is a symbolic link, it changes the uid and gid of the link's target. 79 // Lchown changes the numeric uid and gid of the named file. 80 // If the file is a symbolic link, it changes the uid and gid of the link itself. 92 // Chown changes the numeric uid and gid of the named file. 107 // Truncate changes the size of the file. 133 // Chtimes changes the access and modification times of the named 149 // Chdir changes the current working directory to the file,
|
/prebuilts/go/linux-x86/src/cmd/fix/ |
doc.go | 8 the necessary changes to your programs. 34 the changes that fix makes before committing them.
|
/prebuilts/go/linux-x86/src/os/ |
file_posix.go | 66 // Chown changes the numeric uid and gid of the named file. 67 // If the file is a symbolic link, it changes the uid and gid of the link's target. 79 // Lchown changes the numeric uid and gid of the named file. 80 // If the file is a symbolic link, it changes the uid and gid of the link itself. 92 // Chown changes the numeric uid and gid of the named file. 107 // Truncate changes the size of the file. 133 // Chtimes changes the access and modification times of the named 149 // Chdir changes the current working directory to the file,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 178 List<Change> changes = new ArrayList<Change>(); local 180 return changes; 225 changes.add(change); 226 return changes;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoringTest.java | 212 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 213 assertEquals(expectedModifiedFileCount, changes.size()); 221 checkEdits(changes, fileToGolden, true); 224 for (Change change : changes) {
|
RefactoringTest.java | 105 protected void checkEdits(String basename, List<Change> changes) throws BadLocationException, 115 for (Change change : changes) { 143 protected void checkEdits(List<Change> changes, 145 checkEdits(changes, fileToGoldenName, false); 148 protected void checkEdits(List<Change> changes, 151 for (Change change : changes) {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
bwtest-err-1.s | 65 ; best I could get without major changes in BW-handling. Not 67 ; BW-handling changes. Four errors from four .words are what's
|
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/ |
MediaRouter.java | 616 * changes to media routes. 1478 int changes = 0; local 1486 int changes = 0; local 2389 int changes = route.maybeUpdateDescriptor(routeDescriptor); local [all...] |
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/ |
MediaRouter.java | 621 * changes to media routes. 1479 int changes = 0; local 1487 int changes = 0; local 2402 int changes = route.maybeUpdateDescriptor(routeDescriptor); local [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
OptionalSaveActivityTest.java | 109 private void noAutofillSaveOnChangeTest(Runnable changes, Visitor<AssistStructure> assertions) 128 mActivity.syncRunOnUiThread(changes); 165 * didn't fill all required changes. 167 private void noAutofillNoChangeNoSaveTest(Runnable changes) throws Exception { 185 mActivity.syncRunOnUiThread(changes); 204 // Changes 229 // Changes 253 // Changes 277 // Changes 295 private void autofillAndSaveOnChangeTest(CannedDataset.Builder dataset, Runnable changes, [all...] |
/external/clang/docs/analyzer/ |
make.bat | 35 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/clang/docs/ |
make.bat | 35 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/llvm/docs/ |
make.bat | 35 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.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/ |
SetMem32.asm | 43 lea rdx, [rdx + 8] ; use "lea" to avoid flag changes
|
/external/curl/docs/cmdline-opts/ |
disable-eprt.d | 18 Disabling EPRT only changes the active behavior. If you want to switch to
|
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 12 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/icu/icu4c/source/data/sprep/ |
sprepfiles.mk | 12 # Then, you can have your local changes remain even if you upgrade or
|
/external/icu/icu4c/source/data/translit/ |
trnsfiles.mk | 12 # Then, you can have your local changes remain even if you upgrade or re
|