/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.cpp | 119 // Revert the add.
|
/external/webkit/Source/WebCore/editing/ |
SpellingCorrectionController.cpp | 371 // containing the original pre-correction word so that user can quickly revert the
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebhistory.cpp | 278 lst->setCapacity(capacity); //revert capacity
|
/external/webkit/Source/WebKit2/UIProcess/ |
TiledDrawingAreaProxy.cpp | 331 // Since tile content is already scaled, first revert the scaling from the painter.
|
/external/wpa_supplicant_8/src/wps/ |
wps.c | 281 * Version 1.0 AP - AuthorizedMACs not used, so revert back to
|
/frameworks/base/core/java/android/view/inputmethod/ |
BaseInputConnection.java | 559 // Otherwise, revert to the special key event containing
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 193 * previously set are removed, and the value will revert to the value
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 51 * Setting these parameters to another value shall revert the canonical
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 179 * - After Revert 1083 private boolean revert() { method in class:ContactEditorFragment [all...] |
/packages/apps/Settings/src/com/android/settings/tts/ |
TextToSpeechSettings.java | 382 * or revert to the previous engine if we didn't.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ExpandableBinaryDictionary.java | 427 // If not, the reload request was unnecessary so revert LastUpdateRequestTime
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 303 // We don't really know how to revert the state at this point and the UI model is
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
MainLaunchConfigTab.java | 353 // now look for the activity and load it if present, otherwise, revert
|
/system/vold/ |
DirectVolume.cpp | 423 * Called from base to revert device info to the way it was before a
|
VolumeManager.cpp | [all...] |
/external/bison/ |
NEWS | 397 * Revert the C++ namespace changes introduced in 1.31 484 * Revert the C++ namespace changes introduced in 1.31, as they caused too
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-12 | 202 * glib/gstrfuncs.c: Revert accidental commit. 653 * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 94 // bugs. Leaving the code in for now, so we can revert easily if necessary. 951 // If no dash is set, revert to solid stroke [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderFlexibleBox.cpp | 596 // a height change, we revert our height back to the intrinsic height before returning. [all...] |
/external/v8/benchmarks/ |
crypto.js | 524 Classic.prototype.revert = cRevert; 609 Montgomery.prototype.revert = montRevert; 630 return z.revert(r); 1019 NullExp.prototype.revert = nNop; 1092 Barrett.prototype.revert = barrettRevert; 1154 return z.revert(r); [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-crypto.js | 516 Classic.prototype.revert = cRevert; 601 Montgomery.prototype.revert = montRevert; 622 return z.revert(r); 1011 NullExp.prototype.revert = nNop; 1084 Barrett.prototype.revert = barrettRevert; 1146 return z.revert(r); [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-crypto.js | 516 Classic.prototype.revert = cRevert; 601 Montgomery.prototype.revert = montRevert; 622 return z.revert(r); 1011 NullExp.prototype.revert = nNop; 1084 Barrett.prototype.revert = barrettRevert; 1146 return z.revert(r); [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-crypto.js | 516 Classic.prototype.revert = cRevert; 601 Montgomery.prototype.revert = montRevert; 622 return z.revert(r); 1011 NullExp.prototype.revert = nNop; 1084 Barrett.prototype.revert = barrettRevert; 1146 return z.revert(r); [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | 575 /// after the token consumption is done, Commit() or Revert() is called to 576 /// either "commit the consumed tokens" or revert to the previously marked 582 /// TPA.Revert(); 600 void Revert() { 607 assert(!isActive && "Forgot to call Commit or Revert!"); [all...] |