HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 51 - 75 of 937) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug096.go 24 It appears that the first assignment changes the size of A from open
  /external/syslinux/com32/lib/libpng/
CHANGES 2 CHANGES - changes for libpng
72 [unspecified changes]
151 added "packswap" transformation, which changes the endianness of
278 Minor changes to pngtest.c to suppress compiler warnings.
281 Minor changes to previous minor changes to pngtest.c
308 Minor changes to makefile.s2x
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DefaultItemAnimator.java 142 final ArrayList<ChangeInfo> changes = new ArrayList<>(); local
143 changes.addAll(mPendingChanges);
144 mChangesList.add(changes);
149 for (ChangeInfo change : changes) {
152 changes.clear();
153 mChangesList.remove(changes);
157 ViewHolder holder = changes.get(0).oldHolder;
324 // run a move animation to handle position changes.
462 ArrayList<ChangeInfo> changes = mChangesList.get(i); local
463 endChangeAnimation(changes, item)
623 ArrayList<ChangeInfo> changes = mChangesList.get(i); local
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DefaultItemAnimator.java 141 final ArrayList<ChangeInfo> changes = new ArrayList<>(); local
142 changes.addAll(mPendingChanges);
143 mChangesList.add(changes);
148 for (ChangeInfo change : changes) {
151 changes.clear();
152 mChangesList.remove(changes);
156 RecyclerView.ViewHolder holder = changes.get(0).oldHolder;
323 // run a move animation to handle position changes.
461 ArrayList<ChangeInfo> changes = mChangesList.get(i); local
462 endChangeAnimation(changes, item)
622 ArrayList<ChangeInfo> changes = mChangesList.get(i); local
    [all...]
  /external/mesa3d/src/gallium/docs/
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/python/futures/docs/
make.bat 23 echo. changes to make an overview over all changed/added/deprecated items
89 if "%1" == "changes" (
90 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% _build/changes
92 echo.The overview file is in _build/changes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 327 List<Change> changes = computeChanges();
328 if (!changes.isEmpty()) {
329 monitor.beginTask("Creating project...", changes.size());
332 changes.toArray(new Change[changes.size()]));
418 List<Change> changes = activityTemplate.render(project, parameters); local
419 if (!changes.isEmpty()) {
420 monitor.beginTask("Creating template...", changes.size());
423 changes.toArray(new Change[changes.size()]))
    [all...]
TemplateWizard.java 161 * Computes the changes to the {@link #getProject()} this template should
164 * @return the changes to perform
169 List<Change> changes = computeChanges(); local
170 if (!changes.isEmpty()) {
171 monitor.beginTask("Creating template...", changes.size());
174 changes.toArray(new Change[changes.size()]));
  /frameworks/base/core/java/android/view/
WindowManager.java 2728 int changes = 0; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 82 // We don't need our own sync changes to trigger refreshes.
160 HashMap<Long, CalendarRow> changes = ((SelectCalendarsSyncAdapter) listAdapter) local
162 if (changes != null && changes.size() > 0) {
163 for (CalendarRow row : changes.values()) {
178 changes.clear();
  /external/perfetto/infra/git_mirror_bot/
mirror_aosp_to_ghub_repo.py 21 2) Rewrites Gerrit CLs (refs/changes/NN/cl_number/patchset_number) as
28 94df12f950462b55a2257b89d1fad6fac24353f9 refs/changes/10/496410/1
29 4472fadddf8def74fd76a66ff373ca1245c71bcc refs/changes/10/496410/2
30 90b8535da0653d8f072e86cef9891a664f4e9ed7 refs/changes/10/496410/3
31 2149c215fa9969bb454f23ce355459f28604c545 refs/changes/10/496410/meta
33 53db7261268802648d7f6125ae6242db17e7a60d refs/changes/20/494620/1
34 d25e56930486363e0637b0a9debe3ae3ec805207 refs/changes/20/494620/2
43 refs/changes/496410
47 refs/changes/496420
116 changes = collections.defaultdict(dict
    [all...]
  /frameworks/base/core/java/android/app/
WindowConfiguration.java 38 * up-to-date and ran anytime changes are made to this class.
344 long changes = 0; local
347 changes |= WINDOW_CONFIG_BOUNDS;
354 changes |= WINDOW_CONFIG_APP_BOUNDS;
359 changes |= WINDOW_CONFIG_WINDOWING_MODE;
364 changes |= WINDOW_CONFIG_ACTIVITY_TYPE;
367 return changes;
  /external/curl/docs/cmdline-opts/
disable-epsv.d 15 Disabling EPSV only changes the passive behavior. If you want to switch to
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9026/
issue9026.go 30 // changes, but should remain stable otherwise.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan7.go 7 // Setting an environment variable in a cgo program changes the C
  /prebuilts/go/linux-x86/misc/cgo/test/issue9026/
issue9026.go 30 // changes, but should remain stable otherwise.
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan7.go 7 // Setting an environment variable in a cgo program changes the C
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 133 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
134 checkEdits(basename, changes);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
update.py 30 print 'no changes to', self.filename
  /external/Microsoft-GSL/
CONTRIBUTING.md 4 [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines). GSL design changes are made only as a result of modifications to the Guidelines.
6 GSL is accepting contributions that improve or refine any of the types in this library as well as ports to other platforms. Changes should have an issue
27 * Include baseline changes with your change
  /external/bart/docs/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."
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.cpp 235 XWindowChanges changes; local
238 changes.width = width;
239 changes.height = height;
240 XConfigureWindow(dpy, m_window, mask, &changes);
  /external/devlib/doc/
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"
163 changes:
164 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
166 @echo "The overview file is in $(BUILDDIR)/changes."
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
ListAdditionChange.java 1 package com.github.javaparser.printer.lexicalpreservation.changes;
ListReplacementChange.java 1 package com.github.javaparser.printer.lexicalpreservation.changes;

Completed in 1924 milliseconds

1 23 4 5 6 7 8 91011>>