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

12 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/optimize/peephole/
TargetClassChanger.java 61 // Change the references of the constant pool.
64 // Change the references of the class members.
68 // Change the references of the attributes.
116 // Change the references of the class members.
126 // Change the referenced class.
130 // Change the references of the attributes.
137 // Change the referenced classes.
140 // Change the references of the attributes.
147 // Change the referenced class.
155 // Change the referenced classes
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_change.h 43 bool operator==(const AutofillChange& change) const {
44 return type() == change.type() && key() == change.key();
48 // Change notification details for Autofill profile changes.
51 // The |type| input specifies the change type. The |key| input is the key,
62 bool operator==(const AutofillProfileChange& change) const;
69 // Change notification details for Autofill credit card changes.
72 // The |type| input specifies the change type. The |key| input is the key,
83 bool operator==(const AutofillCreditCardChange& change) const;
  /external/clang/utils/ABITest/single-args-64/
Makefile 3 # COUNT can be over-ridden to change the number of tests generated per
4 # file, and TESTARGS is used to change the type generation. Make sure
  /external/littlemock/
README 15 - Change to AppDataDirGuesser to handle the new class loader toString
17 - bug8297640.patch: update instantiation code to handle change in internal
  /external/llvm/test/Transforms/ConstProp/
2002-05-03-NotOperator.ll 3 ; due to a spec change.
5 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
  /external/webkit/Source/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html 1 <input value="Click on me! Focus ring color around this input element should change." style="width:100%">
4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
pointer-events.html 151 <p id="a">This whole paragraph SHOULD change background when hovered</p>
153 <p id="b">This whole paragraph SHOULD NOT change background when hovered</p>
155 <p id="c">This paragraph SHOULD change background when hovered anywhere including
158 <p id="d">This paragraph SHOULD NOT change when the pointer is over only it but
159 <span>this inline text</span> SHOULD change and cause the parent to change also.</p>
161 <div id="e">This paragraph SHOULD NOT change when the pointer is over only it (not the child)
162 <div>This child element SHOULD change and cause the parent to change also</div>
166 The following image SHOULD change when the pointer is over it
    [all...]
  /external/webkit/Source/WebCore/manual-tests/gtk/
cursor-image.html 1 <div>Mouse over the grey block below to change the cursor to a small cross.</div>
3 <div>Mouse over the grey block below to change the cursor to three small crosses.</div>
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 43 diffName => "singe-line '+' change",
52 diffName => "single-line '-' change",
61 diffName => "'Merged' change",
70 diffName => "'Reverse-merged' change",
79 diffName => "single-line '-' change followed by empty line with Unix line endings",
89 diffName => "single-line '-' change followed by empty line with Windows line endings",
100 diffName => "single-line '-' change followed by the next property",
110 diffName => "multi-line '+' change and start of binary patch",
123 diffName => "multi-line '+' change and start of binary patch with Windows line endings",
137 diffName => "multi-line '-' change followed by '+' single-line change"
    [all...]
  /development/samples/SpellChecker/HelloSpellChecker/
Android.mk 8 # TODO: Change sdk version to 16
  /development/samples/SpellChecker/SampleSpellCheckerService/
Android.mk 8 # TODO: Change sdk version to 16
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt 15 * Meta change: there now is a CHANGES.tx
  /external/clang/test/Parser/
attr-availability.c 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}}
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
  /external/clang/test/Sema/
gnu89.c 5 void main() {} // expected-warning {{return type of 'main' is not 'int'}} expected-note {{change return type to 'int'}}
  /external/elfutils/
README 5 greatly simplified and speed increases. Since no change violating this
  /external/javassist/
build.properties 3 # you can change the path in your local repository).
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/collision/
RagdollCollisionListener.java 2 * To change this template, choose Tools | Templates
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
CinematicEventListener.java 2 * To change this template, choose Tools | Templates
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGridTileLoader.java 2 * To change this template, choose Tools | Templates
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMapGrid.java 2 * To change this template, choose Tools | Templates
Namer.java 2 * To change this template, choose Tools | Templates
  /external/srec/config/en.us/
run-chmod.sh 5 chmod 777 ./run-change-sample-rate2.sh
  /external/valgrind/main/none/tests/x86/
pushpopseg.c 26 printf("sp change after push = %ld\n", sp2 - sp1);
27 printf("sp change after pop = %ld\n", sp3 - sp2);
42 printf("sp change after push = %ld\n", sp2 - sp1);
43 printf("sp change after pop = %ld\n", sp3 - sp2);
  /external/webkit/LayoutTests/fast/encoding/
japanese-encoding-mix-expected.txt 1 Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration, auto-detection shouldn't change the encoding.
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
window-open-expected.txt 1 This is a new window to make sure there is a copy of the previous window's sessionStorage, and that they diverge after a change

Completed in 697 milliseconds

12 3 4 5 6 7 8 91011>>