Searched refs:setup (Results 251 - 275 of 458) sorted by relevance

<<111213141516171819

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm72 setup: label
231 jmp far setup
H A Dxdfprotect.asm56 setup: label
178 jmp far setup
/external/chromium_org/tools/gn/
H A Dcommand_desc.cc17 #include "tools/gn/setup.h"
565 Setup* setup = new Setup; local
566 if (!setup->DoSetup(args[0], false))
568 if (!setup->Run())
571 const Target* target = ResolveTargetFromCommandLineString(setup, args[1]);
/external/conscrypt/src/platform/java/org/conscrypt/
H A DPlatform.java48 * Runs all the setup for the platform that only needs to run once.
50 public static void setup() { method in class:Platform
/external/fio/
H A Dioengine.h135 int (*setup)(struct thread_data *); member in struct:ioengine_ops
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h147 void setup(GLuint src0, GLuint dst0, GLuint dst1,
/external/replicaisland/src/com/replica/replicaisland/
H A DLauncherComponent.java137 public void setup(float angle, float magnitude, float launchDelay, float postLaunchDelay, boolean driveActions) { method in class:LauncherComponent
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DResourcesTest.java37 public void setup() { method in class:ResourcesTest
/external/smali/util/src/test/java/org/jf/util/
H A DAbstractForwardSequentialListTest.java48 public void setup() { method in class:AbstractForwardSequentialListTest
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas7 Modify the generated code to correctly setup and call the methods from the unit
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view_events.js155 this.setup();
159 WebViewEvents.prototype.setup = function() {
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Drunner.js161 if (currentTest.setup)
162 currentTest.setup();
/external/chromium_org/third_party/skia/gm/
H A Dtilemodes.cpp37 static void setup(SkPaint* paint, const SkBitmap& bm, bool filter, function
128 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
H A Dtilemodes_scaled.cpp38 static void setup(SkPaint* paint, const SkBitmap& bm, SkPaint::FilterLevel filter_level, function
146 setup(&paint, fTexture[i], gFilterLevels[j], gModes[kx], gModes[ky]);
/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter_ARGB32.cpp94 virtual void setup(const SkBitmap& device, int left, int top, function in class:Sprite_D32_XferFilter
96 this->INHERITED::setup(device, left, top, paint);
/external/iputils/
H A Diputils.spec25 %setup -q %{name}
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml51 (* FIXME: Ocaml is not running this setup code unless we use 'val' in the
/external/skia/gm/
H A Dtilemodes.cpp37 static void setup(SkPaint* paint, const SkBitmap& bm, bool filter, function
127 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
H A Dtilemodes_scaled.cpp38 static void setup(SkPaint* paint, const SkBitmap& bm, SkPaint::FilterLevel filter_level, function
145 setup(&paint, fTexture[i], gFilterLevels[j], gModes[kx], gModes[ky]);
/external/skia/src/core/
H A DSkSpriteBlitter_ARGB32.cpp94 virtual void setup(const SkBitmap& device, int left, int top, function in class:Sprite_D32_XferFilter
96 this->INHERITED::setup(device, left, top, paint);
/external/stlport/etc/
H A DSTLport-4.5.1.spec35 %setup
H A DSTLport-4.5.3.spec35 %setup
H A DSTLport-4.6.spec35 %setup
/external/libvorbis/doc/
H A D01-introduction.tex82 For these reasons, configurable aspects of codec setup intentionally
88 packed into the bitstream header along with extensive CODEC setup
92 without having previously fetched the codec setup header.
97 bitstream so long as the codec has been initialized/setup with the
98 setup headers.
133 Decoder setup consists of configuration of multiple, self-contained
272 header, the comments header, and the setup header.
285 The setup header includes extensive CODEC setup information as well as
344 codec setup
[all...]
/external/iproute2/doc/
H A Dip-tunnels.tex140 \section{Tunnel setup: basics}
202 tunnel setup will result in formation of tunnel loops,
207 Protocol setup on pointopoint tunnels does not differ of configuration
230 \section{Tunnel setup: options}
347 Essentially, Cisco setup is subset of options, available for Linux.
420 Actually, such setup is the most natural for tunneling,
449 and you need to setup corresponding classes only on it.

Completed in 7144 milliseconds

<<111213141516171819