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

1 2 3 45 6 7 8 91011>>

  /external/robolectric-shadows/scripts/
sync-android.sh 78 cd frameworks/base && git fetch https://android.googlesource.com/platform/frameworks/base refs/changes/75/310575/1 && git cherry-pick FETCH_HEAD && git commit -a -m "patch shortcut service"
84 cd external/robolectric && git fetch https://android.googlesource.com/platform/external/robolectric refs/changes/22/463722/1 && git cherry-pick FETCH_HEAD
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 269 self.changes = None
276 command = 'cd %s && g4 changes ...' % self.checkout_dir
278 self.changes = re.findall(r'Change (\d+)', out)
284 # g4 gives changes in reverse chronological order.
285 self.changes.reverse()
286 self.bs.SetSortedList(self.changes)
305 command += '; g4 changes -c %s' % self.client_name
307 changes = re.findall(r'Change (\d+)', out)
308 if len(changes) != 0:
310 for change in changes
    [all...]
  /external/v8/tools/foozzie/
v8_mock_archs.js 5 // This is intended for permanent JS behavior changes for mocking out
  /frameworks/base/cmds/statsd/src/guardrail/
StatsdStats.h 76 int32_t changes; member in struct:android::os::statsd::UidMapStats
261 * Updates the number of changes currently stored in the uid map.
263 void setUidMapChanges(int changes);
354 // Stores the number of times statsd registers the periodic alarm changes
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 107 int changes = mConfiguration.updateFrom(config); local
108 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
bad.s 36 ;; changes the interrupt state, since this file could be linked
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
SetMem32.S 47 leaq 8(%rdx), %rdx # use "lea" to avoid flag changes
  /external/ant-glob/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /external/syslinux/gpxe/src/util/
diffsize.pl 45 $stashed = 1 unless $output =~ /No local changes to save/;
  /external/valgrind/auxprogs/
update-demangler 12 # - a patch file with local changes that were applied to the C++
24 # changes below this line should be necessary.
101 # (This gets us the changes we made to the demangler).
104 diff -r -u $old_gcc_revision old_m_demangle > our-changes
105 echo "Patch file 'our-changes' created"
110 patch --dry -p1 < ../our-changes
  /external/walt/docs/
ScreenLatency.md 3 WALT can detect when screen changes color between white and black using a photodiode.
9 WALT Android app uses View.setBackgroundColor to change the color and reports the time from the beginning of the next frame rendering until the screen changes physically.
  /prebuilts/go/darwin-x86/src/testing/iotest/
reader.go 40 // DataErrReader changes the way errors are handled by a Reader. Normally, a
42 // last piece of data is read. DataErrReader wraps a Reader and changes its
  /prebuilts/go/linux-x86/src/testing/iotest/
reader.go 40 // DataErrReader changes the way errors are handled by a Reader. Normally, a
42 // last piece of data is read. DataErrReader wraps a Reader and changes its
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
dom.md 30 3.Notice of any changes or modifications to the files, including the date
31 changes were made. (We recommend you provide URIs to the location from
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
dom.md 30 3.Notice of any changes or modifications to the files, including the date
31 changes were made. (We recommend you provide URIs to the location from
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 62 * Changes the type of the given widgets to the given target type
160 List<Change> changes = new ArrayList<Change>(); local
162 return changes;
168 changes.add(change);
219 return changes;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoCallTests.java 255 * called with an expected route and number of changes.
276 List<CallAudioState> changes = callAudioStateArgumentCaptor.getAllValues();
277 assertEquals(expectedRoute, changes.get(changes.size() - 1).getRoute());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 146 /** Computes the changes this wizard will make */
166 List<Change> changes = getTemplateHandler().render(project, parameters); local
171 changes.add(new NullChange(title) {
184 return changes;
  /external/v8/src/crankshaft/
hydrogen-gvn.cc 152 void HInstructionMap::Kill(SideEffects changes) {
153 if (!present_depends_on_.ContainsAnyOf(changes)) return;
165 if (depends_on.ContainsAnyOf(changes)) {
182 if (depends_on.ContainsAnyOf(changes)) { // Drop it.
578 os << "Try loop invariant motion for " << *block << " changes "
604 SideEffects changes = side_effects_tracker_.ComputeChanges(instr); local
609 << instr->Mnemonic() << ") changes " << Print(changes)
610 << ", depends on " << Print(depends_on) << ". Loop changes "
834 SideEffects changes = side_effects_tracker_.ComputeChanges(instr) local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 818 int changes = 0; local
830 ++changes;
834 if (changes == 0)
839 else if (changes != 2)
841 errln("FAIL: " + changes + " changes seen; should see 0 or 2");
845 errln("FAIL: useDaylightTime false but 2 changes seen");
847 if (changes != expectedChanges)
849 errln("FAIL: " + changes + " changes seen; expected " + expectedChanges)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzbdtest.cpp 460 int32_t changes = 0;
469 lastState = state;++changes;
473 if (changes == 0) {
478 else if (changes != 2) {
479 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
482 errln("FAIL: useDaylightTime false but 2 changes seen");
484 if (changes != expectedChanges) {
485 dataerrln(UnicodeString("FAIL: ") + changes + " changes seen; expected " + expectedChanges)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 815 int changes = 0; local
827 ++changes;
831 if (changes == 0)
836 else if (changes != 2)
838 errln("FAIL: " + changes + " changes seen; should see 0 or 2");
842 errln("FAIL: useDaylightTime false but 2 changes seen");
844 if (changes != expectedChanges)
846 errln("FAIL: " + changes + " changes seen; expected " + expectedChanges)
    [all...]

Completed in 2133 milliseconds

1 2 3 45 6 7 8 91011>>