HomeSort by relevance Sort by last modified time
    Searched full:change (Results 1 - 25 of 14048) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/x86/
pushpopseg.stdout.exp 1 sp change after push = -2
2 sp change after pop = 2
4 sp change after push = -4
5 sp change after pop = 4
  /external/webp/
NEWS 2 - 8/12: release version 0.2.0-rc1 (head change#Ia5475247).
3 - 3/13: Updated WebP with head change#I9e5ae737
ChangeLog 4 - 7/11: Updated WebP with head change#Ia53f845b
5 - 8/12: release version 0.2.0-rc1 (head change#Ia5475247)
6 - : Updated WebP with head change#I3da2063b
7 - 3/13: Updated WebP with head change#I9e5ae737
  /external/libpcap/ChmodBPF/
StartupParameters.plist 2 Description = "Change BPF permissions";
  /external/zlib/src/contrib/minizip/
MiniZip64_Changes.txt 4 Change in 1.0 (Okt 2009)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-assistant2.txt 4 Change Widget Type : Initiates the "Change Widget Type" refactoring
5 Change Layout : Initiates the "Change Layout" refactoring
sample1a-expected-assistant3.txt 4 Change Widget Type : Initiates the "Change Widget Type" refactoring
5 Change Layout : Initiates the "Change Layout" refactoring
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
private-browsing-affects-storage-expected.txt 1 This is a test to make sure that when private browsing is on any attempt to change the localStorage area fail.
3 Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
4 After change attempt, testItem is: null
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
private-browsing-affects-storage-expected.txt 1 This is a test to make sure that when private browsing is on any attempt to change the sessionStorage area fail.
3 Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
4 After change attempt, testItem is: null
  /build/core/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /external/icu4c/test/perf/perldriver/
Common.pl 9 $ICULatestVersion = ""; # Change to respective version number
10 $ICUPreviousVersion = ""; # Change to respective version number
11 $ICUPrevious2Version = ""; # Change to respective version number
13 $PerformanceDataPath = ""; #Change to Performance Data Path
15 $ICULatest = ""; # Change to path of latest ICU (e.g. /home/user/Desktop/icu-4.0)
16 $ICUPrevious = ""; # Change to path of previous ICU
17 $ICUPrevious2 = ""; # Change to path of ICU before previous release
19 $OnWindows = 0; # Change to 1 if on Windows
20 $Windows64 = 0; # Change to 1 if on Windows and running 64 bit
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
InvalidPositionException.java 2 * To change this template, choose Tools | Templates
  /frameworks/testing/uiautomator/library/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /sdk/templates/other/BlankFragment/root/res/values/
strings.xml 3 <!-- TODO: Remove or change this placeholder text -->
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.html 3 <title>Hash Change with an Open XHR should not stop database transactions</title>
5 <script src="hash-change-with-xhr.js"></script>
  /external/webkit/Source/WebCore/manual-tests/
system-color-change.html 2 Change the system highlight color.
4 On Mac OS X, go into System Preferences and change the Highlight color in the Appearance preference panel.
transitions.html 23 When you click the Change button, the shape will
25 <button style="display: block;" onclick="transition()">Change</button>
31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"},
32 {className:"", description:"instantly change into a small yellow square"},
33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
35 {className:"", description:"instantly change into a small yellow square"},
36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"},
37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
38 {className:"", description:"instantly change into a small yellow square"
    [all...]
  /dalvik/tests/081-hot-exceptions/
info.txt 3 cause a control flow change to deviate from the current method.
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
manifest.json 9 "name": "Click to change the icon's color"
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 5 * Change to encoding to fix last change to encoding of spaces
7 * Another change to encoding per
9 * A change to port handling to better deal with https and the like per
  /external/grub/
Makefile.am 1 # Do not change this order if you don't know what you are doing.
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
SeekableStream.java 2 * To change this template, choose Tools | Templates
  /external/timezonepicker-support/
Readme 3 Local change log:
  /external/chromium/chrome/browser/webdata/
autofill_change.cc 30 const AutofillProfileChange& change) const {
31 return type() == change.type() &&
32 key() == change.key() &&
33 (type() != REMOVE) ? *profile() == *change.profile() : true;
48 const AutofillCreditCardChange& change) const {
49 return type() == change.type() &&
50 key() == change.key() &&
51 (type() != REMOVE) ? *credit_card() == *change.credit_card() : true;
  /external/webkit/Source/WebCore/manual-tests/dom/
form-control-for-label.html 8 <label>The border color of the progress bar should change from blue to red when you hover on this label text <progress></progress></label><br>
9 <label>The border of this progress bar would change color when it is inside fieldset and legend elements <fieldset><legend><progress></progress></legend></fieldset></label><br>

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>