/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 | 143 Status Adjust(const AssemblyProgram& model, AssemblyProgram *program);
|
adjustment_method_unittest.cc | 95 courgette::Status can_adjust = Adjust(*prog5, prog6);
|
patch_generator_x86_32.h | 52 // Then we adjust the new AssemblyProgram to make it as much like the old one 113 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 | 176 const courgette::Status adjust_status = Adjust(*model, program); 178 Problem("Can't adjust program."); 212 bool adjust) { 232 if (adjust) { 233 const courgette::Status adjust_status = Adjust(*model, program); 235 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/foreground/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. 931 * 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/chromium_org/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 60 // Scripts will compile into anonymous functions starting at 1:1. Adjust the
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
display_manager.js | 351 // 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 | 430 // Adjust according to the offset within the resource. 506 // Adjust according to the offset within the resource. [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...] |