HomeSort by relevance Sort by last modified time
    Searched defs:Adjust (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Tooling/
ArgumentsAdjusters.cpp 27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) {
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) {
  /external/chromium_org/ui/file_manager/gallery/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...]
  /external/clang/lib/CodeGen/
CodeGenPGO.h 155 int64_t Adjust;
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/
utility.cc 48 Adjust();
54 Adjust();
60 Adjust();
66 Adjust();
85 void ACMTestTimer::Adjust() {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 147 Adjust(tv, &seconds, &microseconds_in_seconds);
157 Adjust(tv, &seconds, &microseconds_in_seconds);
165 static void Adjust(const timeval& tv, uint32_t* adjusted_s,
  /external/chromium_org/courgette/
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);
adjustment_method_2.cc 43 assignment, adjust the evidence and repeat.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 132 milliseconds