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

1 2

  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 42 virtual CommandLineArguments Adjust(const CommandLineArguments &Args) = 0;
52 CommandLineArguments Adjust(const CommandLineArguments &Args) override;
58 CommandLineArguments Adjust(const CommandLineArguments &Args) override;
  /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/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/Tooling/
ArgumentsAdjusters.cpp 27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) {
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) {
Tooling.cpp 347 CommandLine = Adjuster->Adjust(CommandLine);
  /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() {
utility.h 78 void 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/clang/tools/clang-check/
ClangCheck.cpp 155 Adjust(const CommandLineArguments &Args) override {
  /external/clang/unittests/Tooling/
ToolingTest.cpp 264 Adjust(const CommandLineArguments &Args) override {
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 82 ! Adjust the source pointer (A1.2) to the 8 byte boundary before its
178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
  /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/chromium_org/chrome/renderer/resources/
offline.js 270 * Sets the game speed. Adjust the speed accordingly if on a smaller screen.
352 * Adjust game space dimensions on resize.
986 // Adjust the box to actual positions.
1009 * Adjust the collision box.
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 35 // array. Adjust if you extend 'symbols' with other
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
symbols.js 35 // array. Adjust if you extend 'symbols' with other
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/v8/src/
messages.js 424 // Adjust according to the offset within the resource.
500 // Adjust according to the offset within the resource.
    [all...]

Completed in 345 milliseconds

1 2