Searched refs:Adjust (Results 1 - 22 of 22) sorted by relevance

/external/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h42 virtual CommandLineArguments Adjust(const CommandLineArguments &Args) = 0;
52 CommandLineArguments Adjust(const CommandLineArguments &Args) override;
58 CommandLineArguments Adjust(const CommandLineArguments &Args) override;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
H A Dimage_adjust.js13 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
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_adjust.js13 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
[all...]
/external/chromium_org/courgette/
H A Dadjustment_method.h37 virtual bool Adjust(const AssemblyProgram& model,
H A Dcourgette.h143 Status Adjust(const AssemblyProgram& model, AssemblyProgram *program);
H A Dadjustment_method_unittest.cc95 courgette::Status can_adjust = Adjust(*prog5, prog6);
H A Dpatch_generator_x86_32.h113 Status adjust_status = Adjust(*old_program, new_program);
H A Dadjustment_method.cc27 bool Adjust(const AssemblyProgram& model, AssemblyProgram* program) { function in class:courgette::NullAdjustmentMethod
574 bool Adjust(const AssemblyProgram& model, AssemblyProgram* program) { function in class:courgette::GraphAdjuster
575 VLOG(1) << "GraphAdjuster::Adjust";
683 Status Adjust(const AssemblyProgram& model, AssemblyProgram* program) { function in namespace:courgette
685 bool ok = method->Adjust(model, program);
H A Dcourgette_tool.cc176 const courgette::Status adjust_status = Adjust(*model, program);
233 const courgette::Status adjust_status = Adjust(*model, program);
H A Dadjustment_method_2.cc1228 bool Adjust(const AssemblyProgram& model, AssemblyProgram* program) { function in class:courgette::adjustment_method_2::AssignmentProblem::Adjuster
1229 VLOG(1) << "Adjuster::Adjust";
/external/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) { function in class:clang::tooling::ClangSyntaxOnlyAdjuster
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) { function in class:clang::tooling::ClangStripOutputAdjuster
H A DTooling.cpp347 CommandLine = Adjuster->Adjust(CommandLine);
/external/clang/lib/CodeGen/
H A DCodeGenPGO.h155 int64_t Adjust; member in class:clang::CodeGen::RegionCounter
159 ParentCount(PGO.getCurrentRegionCount()), Adjust(0) {}
165 ParentCount(PGO.getCurrentRegionCount()), Adjust(0) {}
178 return Count + Adjust;
214 /// Adjust for non-local control flow after emitting a subexpression or
219 Adjust += PGO->getCurrentRegionCount() - RegionCount;
229 PGO->setCurrentRegionCount(ParentCount + Adjust + LoopAdjust);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dutility.cc48 Adjust();
54 Adjust();
60 Adjust();
66 Adjust();
85 void ACMTestTimer::Adjust() { function in class:webrtc::ACMTestTimer
H A Dutility.h78 void Adjust();
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dclock.cc147 Adjust(tv, &seconds, &microseconds_in_seconds);
157 Adjust(tv, &seconds, &microseconds_in_seconds);
165 static void Adjust(const timeval& tv, uint32_t* adjusted_s, function in class:webrtc::RealTimeClock
/external/clang/tools/clang-check/
H A DClangCheck.cpp155 Adjust(const CommandLineArguments &Args) override {
/external/clang/unittests/Tooling/
H A DToolingTest.cpp264 Adjust(const CommandLineArguments &Args) override {
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S82 ! Adjust the source pointer (A1.2) to the 8 byte boundary before its
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3319 int Adjust = 0; local
3331 --Adjust;
3341 --Adjust;
3359 Adjust -= 2;
3362 --Adjust;
3372 Adjust -= 2;
3487 ++Adjust;
3491 return Adjust;
3575 // Adjust for IT block position.
3578 // Adjust fo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp86 peers->setResizeMode(QListView::Adjust);
/external/elfutils/0.153/
H A Delfutils.spec662 - Adjust for dropping libtool

Completed in 483 milliseconds