HomeSort by relevance Sort by last modified time
    Searched refs:Adjust (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 42 virtual CommandLineArguments Adjust(const CommandLineArguments &Args) = 0;
52 virtual CommandLineArguments Adjust(const CommandLineArguments &Args);
58 virtual CommandLineArguments Adjust(const CommandLineArguments &Args);
  /external/chromium_org/courgette/
adjustment_method.h 37 virtual bool Adjust(const AssemblyProgram& model,
courgette.h 142 Status Adjust(const AssemblyProgram& model, AssemblyProgram *program);
adjustment_method_unittest.cc 95 courgette::Status can_adjust = Adjust(*prog5, prog6);
patch_generator_x86_32.h 51 // Then we adjust the new AssemblyProgram to make it as much like the old one
112 Status adjust_status = Adjust(*old_program, new_program);
adjustment_method.cc 27 bool Adjust(const AssemblyProgram& model, AssemblyProgram* program) {
574 bool Adjust(const AssemblyProgram& model, AssemblyProgram* program) {
575 VLOG(1) << "GraphAdjuster::Adjust";
683 Status Adjust(const AssemblyProgram& model, AssemblyProgram* program) {
685 bool ok = method->Adjust(model, program);
courgette_tool.cc 171 const courgette::Status adjust_status = Adjust(*model, program);
173 Problem("Can't adjust program.");
207 bool adjust) {
227 if (adjust) {
228 const courgette::Status adjust_status = Adjust(*model, program);
230 Problem("Can't adjust program.");
adjustment_method_2.cc 43 assignment, adjust the evidence and repeat.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_adjust.js 13 ImageEditor.Mode.Adjust = function() {
20 ImageEditor.Mode.Adjust.prototype = {__proto__: ImageEditor.Mode.prototype};
23 ImageEditor.Mode.Adjust.prototype.getCommand = function() {
30 ImageEditor.Mode.Adjust.prototype.cleanUpUI = function() {
38 ImageEditor.Mode.Adjust.prototype.hidePreview = function() {
48 ImageEditor.Mode.Adjust.prototype.cleanUpCaches = function() {
56 ImageEditor.Mode.Adjust.prototype.reset = function() {
66 ImageEditor.Mode.Adjust.prototype.update = function(options) {
84 ImageEditor.Mode.Adjust.prototype.updatePreviewImage = function() {
109 ImageEditor.Mode.Adjust.prototype.createFilter = function(options)
    [all...]
viewport.js 394 // Adjust for the offset.
image_view.js 226 // set at the viewport. Adjust imageRect accordingly.
925 * Default effect. It is not a no-op as it needs to adjust a canvas scale
    [all...]
  /external/clang/lib/Tooling/
ArgumentsAdjusters.cpp 27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) {
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) {
Tooling.cpp 311 CommandLine = ArgsAdjusters[I]->Adjust(CommandLine);
  /external/clang/tools/clang-check/
ClangCheck.cpp 149 Adjust(const CommandLineArguments &Args) LLVM_OVERRIDE {
  /external/clang/unittests/Tooling/
ToolingTest.cpp 203 Adjust(const CommandLineArguments &Args) LLVM_OVERRIDE {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 322 // Adjust inner container height based on new step's height.
  /external/elfutils/
elfutils.spec 535 - Adjust for dropping libtool
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/v8/src/
messages.js 422 // Adjust according to the offset within the resource.
498 // Adjust according to the offset within the resource.
    [all...]
debug-debugger.js 666 // Adjust the source position to be script relative.
    [all...]
  /external/v8/src/
messages.js 391 // Adjust according to the offset within the resource.
467 // Adjust according to the offset within the resource.
    [all...]
debug-debugger.js 653 // Adjust the source position to be script relative.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 86 peers->setResizeMode(QListView::Adjust);
    [all...]

Completed in 869 milliseconds

1 2