Searched defs:target (Results 176 - 200 of 2412) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_hmtx.cc70 bool VerifyHMTX(Table* original, Table* target) { argument
72 EXPECT_TRUE(VerifyHMTX(target));
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp9 SkNetPipeController::SkNetPipeController(SkCanvas* target) : fReader(target) { argument
/external/chromium_org/third_party/skia/src/animator/
H A DSkHitTest.cpp41 SkDisplayable* target = targets[tIndex]; local
43 target->getBounds(&tBounds);
60 SkDisplayable* target = targets[tIndex]; local
61 target->enableBounder();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.h43 GrDrawTarget* target,
49 this->shaderFillAlignedAARect(gpu, target,
52 this->shaderFillAARect(gpu, target,
56 this->geometryFillAARect(gpu, target, rect, combinedMatrix, devRect);
61 GrDrawTarget* target,
69 GrDrawTarget* target,
84 GrDrawTarget* target,
90 GrDrawTarget* target,
95 GrDrawTarget* target,
100 GrDrawTarget* target,
42 fillAARect(GrGpu* gpu, GrDrawTarget* target, const SkRect& rect, const SkMatrix& combinedMatrix, const SkRect& devRect) argument
[all...]
H A DGrPathRendererChain.cpp36 const GrDrawTarget* target,
61 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
65 target);
34 getPathRenderer(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, DrawType drawType, StencilSupport* stencilSupport) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Daugmented_cb_corr.c24 int16_t *target, /* (i) Target vector */
29 the target and the Augmented
43 /* Calculate the correlation between the target and the
52 (*crossDotPtr) = WebRtcSpl_DotProductWithScale(target, buffer-lagcount, ilow, scale);
55 (*crossDotPtr) += WebRtcSpl_DotProductWithScale(target+ilow, iSPtr, 4, scale);
56 targetPtr = target + lagcount;
23 WebRtcIlbcfix_AugmentedCbCorr( int16_t *target, int16_t *buffer, int16_t *interpSamples, int32_t *crossDot, int16_t low, int16_t high, int16_t scale) argument
/external/chromium_org/tools/gn/
H A Daction_target_generator.cc17 Target* target,
22 : TargetGenerator(target, scope, function_call, err),
36 *err_ = Err(function_call_, "action_foreach target has no sources.",
65 // If this gets called, the target type requires a script, so error out
69 *err_ = Err(function_call_, "This target type requires a \"script\".");
119 "An action target should have the outputs completely specified. If\n"
121 "\"action_foreach\" target.");
125 // A foreach target should always have a pattern in the outputs.
129 "An action_foreach target should have a source expansion pattern in\n"
16 ActionTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) argument
H A Dbinary_target_generator.cc16 Target* target,
21 : TargetGenerator(target, scope, function_call, err),
58 // Config values (compiler flags, etc.) set directly on this target.
133 "\"\nwas not in the deps of this target. "
15 BinaryTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) argument
H A Ddeps_iterator.h13 // Iterates over the deps of a target.
48 const Target* target() const { return pair().ptr; } function in class:DepsIterator
H A Dfunction_get_target_outputs.cc10 #include "tools/gn/target.h"
17 "get_target_outputs: [file list] Get the list of outputs from a target.";
19 "get_target_outputs: [file list] Get the list of outputs from a target.\n"
23 " Returns a list of output files for the named target. The named target\n"
40 " \"outputs\" variable of the target.\n"
86 // Find the referenced target. The targets previously encountered in this
89 const Target* target = NULL; local
102 *err = Err(function, "Label does not refer to a target.",
107 target
[all...]
H A Dninja_target_writer_unittest.cc9 #include "tools/gn/target.h"
16 TestingNinjaTargetWriter(const Target* target, argument
19 : NinjaTargetWriter(target, out) {
37 // Make a base target that's a hard dep (action).
44 // Dependent target that also includes a source prerequisite (should get
46 Target target(setup.settings(), Label(SourceDir("//foo/"), "target"));
47 target.set_output_type(Target::EXECUTABLE);
48 target.visibility().SetPublic();
49 target
[all...]
/external/chromium_org/ui/events/
H A Devent_processor.cc29 EventTarget* target = targeter->FindTargetForEvent(root, event_to_dispatch); local
31 while (target) {
32 details = DispatchEvent(target, event_to_dispatch);
47 target = targeter->FindNextBestTarget(target, event_to_dispatch);
H A Devent_target.h27 explicit DispatcherApi(EventTarget* target) : target_(target) {} argument
45 // Returns the parent EventTarget in the event-target tree.
52 // Returns the EventTargeter that should be used to find the target for an
56 // Updates the states in |event| (e.g. location) to be suitable for |target|,
57 // so that |event| can be dispatched to |target|.
58 virtual void ConvertEventToTarget(EventTarget* target,
61 // Adds a handler to receive events before the target. The handler must be
62 // explicitly removed from the target before the handler is destroyed. The
71 // Adds a handler to receive events after the target
[all...]
/external/chromium_org/ui/events/test/
H A Devents_test_utils.cc24 EventTargetTestApi::EventTargetTestApi(EventTarget* target) argument
25 : target_(target) {}
H A Dtest_event_processor.cc23 bool TestEventProcessor::CanDispatchToTarget(EventTarget* target) { argument
/external/chromium_org/ui/gfx/animation/
H A Dthrob_animation.cc13 ThrobAnimation::ThrobAnimation(AnimationDelegate* target) argument
14 : SlideAnimation(target),
/external/chromium_org/ui/gl/
H A Dgl_image_stub.cc15 bool GLImageStub::BindTexImage(unsigned target) { return true; } argument
17 bool GLImageStub::CopyTexImage(unsigned target) { return true; } argument
H A Dscoped_binders.cc32 ScopedTextureBinder::ScopedTextureBinder(unsigned int target, unsigned int id) argument
36 target_(target),
40 switch (target) {
/external/chromium_org/ui/views/
H A Dview_targeter_delegate.cc25 bool ViewTargeterDelegate::DoesIntersectRect(const View* target, argument
27 return target->GetLocalBounds().Intersects(rect);
/external/chromium_org/ui/wm/core/
H A Deasy_resize_window_targeter.cc27 ui::EventTarget* target,
29 aura::Window* window = static_cast<aura::Window*>(target);
26 EventLocationInsideBounds( ui::EventTarget* target, const ui::LocatedEvent& event) const argument
H A Dmasked_window_targeter.cc19 ui::EventTarget* target,
21 aura::Window* window = static_cast<aura::Window*>(target);
18 EventLocationInsideBounds( ui::EventTarget* target, const ui::LocatedEvent& event) const argument
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.cpp62 MultisampleRenderCase::MultisampleRenderCase (Context& context, const char* name, const char* desc, int numSamples, RenderTarget target, int renderSize, int flags) argument
65 , m_renderTarget (target)
68 , m_verifyTextureSampleBuffers ((flags & FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) != 0 && target == TARGET_TEXTURE)
86 DE_ASSERT(target < TARGET_LAST);
106 throw tcu::NotSupportedError("Test requires render target with size " + de::toString(m_renderSize) + "x" + de::toString(m_renderSize) + " or greater");
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) {
30 super(format, opcode, index, indexType, target, literal);
28 ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) argument
/external/e2fsprogs/lib/ext2fs/
H A Dsymlink.c31 const char *name, char *target)
45 target_len = strlen(target);
86 /* Fast symlinks, target stored in inode */
87 strcpy((char *)&inode.i_block, target);
89 /* Slow symlinks, target stored in the first block */
91 strcpy(block_buf, target);
30 ext2fs_symlink(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t ino, const char *name, char *target) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat20 REM target used if not default (to allow run just a portion of buildAll)
21 set target= variable
40 if x%1==x-target set target=%2 && shift && shift && goto processcmdlineargs variable
48 %vm% -cp ..\org.eclipse.releng.basebuilder\startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -f buildAll.xml %target% %bootclasspath% -DmapVersionTag=%mapVersionTag% -DbuildType=%buildType% %buildID% %ftpUser% %ftpPassword%
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"

Completed in 4693 milliseconds

1234567891011>>