Searched defs:target (Results 501 - 525 of 880) sorted by relevance

<<21222324252627282930>>

/external/skia/src/animator/
H A DSkDisplayApply.cpp34 // if no attibutes, enclosed displayable is both scope & target
35 // only if both scope & target are specified, or if target and enclosed displayable, are scope and target different
115 SkDisplayable* target = getTarget(animator); local
117 SkDisplayable* executor = animator->hasExecute() ? animator : target;
126 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL);
131 target->setProperty(info->propertyIndex(), scriptValue);
147 info->setString(target, values->fString);
149 target
739 SkDisplayable* target = getTarget(animate); local
[all...]
H A DSkDisplayable.cpp417 void SkDisplayable::executeFunction(SkDisplayable* target, argument
426 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value);
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp53 void GrInOrderDrawBuffer::initializeDrawStateAndClip(const GrDrawTarget& target) { argument
54 this->copyDrawState(target);
55 this->setClip(target.getClip());
114 const GrRenderTarget* target = drawState->getRenderTarget(); local
118 if (target->width() <= clipRect.fRight) {
124 if (target->height() <= clipRect.fBottom) {
312 // the current render target. If we get that smart we have to make sure
357 void GrInOrderDrawBuffer::playback(GrDrawTarget* target) { argument
360 GrAssert(NULL != target);
361 GrAssert(target !
[all...]
/external/skia/src/views/
H A DSkListView.cpp26 SkDirListSource(const char path[], const char suffix[], const char target[]) argument
27 : fPath(path), fSuffix(suffix), fTarget(target)
106 SkListSource* SkListSource::CreateFromDir(const char path[], const char suffix[], const char target[]) argument
108 return new SkDirListSource(path, suffix, target);
150 rec->fTarget.set(dom.findAttr(child, "target"));
497 dom.findAttr(child, "target"));
886 dom.findAttr(child, "target"));
H A DSkView.cpp313 SkView::Click::Click(SkView* target) argument
315 SkASSERT(target);
316 fTargetID = target->getSinkID();
401 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID); local
402 if (target == NULL)
409 target->globalToLocal(&click->fOrig);
413 target->onClick(click);
420 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID); local
421 if (target == NULL)
429 target
439 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID); local
[all...]
/external/speex/libspeex/
H A Dltp.c349 const spx_word16_t target[], /* Target vector */
392 new_target[j] = target[j];
408 /* Scale target and excitation down if needed (avoiding overflow) */
529 spx_word16_t target[], /* Target vector */
591 if (ABS16(target[i])>16383)
621 err=pitch_gain_search_3tap(target, ak, awk1, awk2, exc, gain_cdbk, gain_cdbk_size, pitch, p, nsf,
643 SPEEX_COPY(target, best_target, nsf);
645 /* Scale target back up if needed */
649 target[i]=SHL16(target[
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
528 pitch_search_3tap( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
755 forced_pitch_quant( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
[all...]
H A Dnb_celp.c260 VARDECL(spx_word16_t *target);
638 ALLOC(target, st->subframeSize, spx_word16_t);
752 /* Compute target signal (saturation prevents overflows on clipped input speech) */
754 target[i]=EXTRACT16(SATURATE(SUB32(sw[i],PSHR32(ringing[i],1)),32767));
790 pitch = SUBMODE(ltp_quant)(target, sw, interp_qlpc, bw_lpc1, bw_lpc2,
839 signal_div(target, target, ener, st->subframeSize);
845 SUBMODE(innovation_quant)(target, interp_qlpc, bw_lpc1, bw_lpc2,
862 target[i]=MULT16_16_P13(QCONST16(2.2f,13), target[
1618 spx_int32_t rate, target; local
1672 spx_int32_t rate, target; local
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java700 * @param target The PI target.
707 public void processingInstruction (String target, String data)
711 write(target);
718 super.processingInstruction(target, data);
704 processingInstruction(String target, String data) argument
/external/tremolo/Tremolo/
H A Dvorbisfile.c1192 ogg_int64_t target=pos-total+begintime; local
1203 (target-begintime)*(end-begin)/(endtime-begintime) - CHUNKSIZE;
1225 if(granulepos<target){
1230 if(target-begintime>44100)break;
1410 ogg_int64_t target=pos-vf->pcm_offset; local
1413 if(samples>target)samples=(long)target;
1417 if(samples<target)
/external/v8/src/
H A Dic.h96 // Get the call-site target; used for determining the state.
97 Code* target() const { return GetTargetAtAddress(address()); } function in class:v8::internal::IC
102 // Compute the current IC state based on the target stub, receiver and name.
103 static State StateFrom(Code* target, Object* receiver, Object* name);
148 // Set the call-site target.
165 // Access the target code for the given IC address.
167 static inline void SetTargetAtAddress(Address address, Code* target);
168 static void PostPatching(Address address, Code* target, Code* old_target);
243 static void Clear(Address address, Code* target);
268 ASSERT(target()
[all...]
H A Dincremental-marking.cc172 Object* target = rinfo->target_object(); local
173 if (target->NonFailureIsHeapObject()) {
174 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, target);
175 MarkObject(target);
181 Code* target = Code::GetCodeFromTargetAddress(rinfo->target_address()); local
182 if (FLAG_cleanup_code_caches_at_gc && target->is_inline_cache_stub()
183 && (target->ic_age() != heap_->global_ic_age())) {
185 target = Code::GetCodeFromTargetAddress(rinfo->target_address());
187 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, Code::cast(target));
188 MarkObject(target);
196 Object* target = Code::GetCodeFromTargetAddress(rinfo->call_address()); local
202 Object* target = Code::GetObjectFromEntryAddress(entry_address); local
[all...]
H A Dtype-info.cc644 Code* target = Code::GetCodeFromTargetAddress(target_address); local
645 switch (target->kind()) {
650 if (target->ic_state() == MONOMORPHIC) {
651 if (target->kind() == Code::CALL_IC &&
652 target->check_type() != RECEIVER_MAP_CHECK) {
653 SetInfo(ast_id, Smi::FromInt(target->check_type()));
655 Object* map = target->FindFirstMap();
657 SetInfo(ast_id, static_cast<Object*>(target));
664 SetInfo(ast_id, target);
670 if (target
708 SetInfo(unsigned ast_id, Object* target) argument
[all...]
/external/v8/src/x64/
H A Dmacro-assembler-x64.h372 // Store the function for the given builtin in the target register.
373 void GetBuiltinFunction(Register target, Builtins::JavaScript id);
375 // Store the code object for the given builtin in the target register.
376 void GetBuiltinEntry(Register target, Builtins::JavaScript id);
773 void Move(Register target, Register source);
807 void Call(Label* target) { call(target); } argument
829 int CallSize(Register target) { argument
831 return (target.high_bit() != 0) ? 3 : 2;
833 int CallSize(const Operand& target) { argument
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-mips.cc1274 Label target; local
1275 __ beq(v0, v1, &target);
1277 __ bne(v0, v1, &target);
1279 __ bind(&target);
/external/webkit/Source/JavaScriptCore/assembler/
H A DAbstractMacroAssembler.h525 static void linkJump(void* code, Jump jump, CodeLocationLabel target) argument
527 AssemblerType::linkJump(code, jump.m_jmp, target.dataLocation());
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp91 unsigned target = currentInstruction[3].u.operand; local
103 addJump(branch32(LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target); local
112 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target); local
119 addJump(branch32(LessThanOrEqual, regT2, Imm32(getConstantOperand(op1).asInt32())), target); local
123 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target); local
128 addJump(branch32(GreaterThanOrEqual, regT0, regT2), target); local
139 emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2));
147 unsigned target = currentInstruction[3].u.operand; local
173 emitJumpSlowToHot(branchTest32(Zero, regT0), target); local
180 unsigned target local
192 addJump(branch32(GreaterThan, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target); local
201 addJump(branch32(LessThan, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target); local
207 addJump(branch32(GreaterThan, regT2, Imm32(getConstantOperand(op1).asInt32())), target); local
211 addJump(branch32(LessThan, regT0, Imm32(getConstantOperand(op2).asInt32())), target); local
216 addJump(branch32(LessThan, regT0, regT2), target); local
235 unsigned target = currentInstruction[3].u.operand; local
260 emitJumpSlowToHot(branchTest32(NonZero, regT0), target); local
267 unsigned target = currentInstruction[3].u.operand; local
322 unsigned target = currentInstruction[3].u.operand; local
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp622 static bool putDescriptor(ExecState* exec, JSObject* target, const Identifier& propertyName, PropertyDescriptor& descriptor, unsigned attributes, const PropertyDescriptor& oldDescriptor) argument
635 target->putWithAttributes(exec, propertyName, accessor, attributes);
643 target->putWithAttributes(exec, propertyName, newValue, attributes & ~(Getter | Setter));
648 target->defineGetter(exec, propertyName, asObject(descriptor.getter()), attributes);
652 target->defineSetter(exec, propertyName, asObject(descriptor.setter()), attributes);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.cpp282 bool IsCubemapTextureTarget(GLenum target) argument
284 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X && target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z);
287 bool IsTextureTarget(GLenum target) argument
289 return target == GL_TEXTURE_2D || IsCubemapTextureTarget(target);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceFrame.js611 var target = event.target.enclosingNodeOrSelfWithClass("webkit-line-number"); variable
612 if (target)
613 this._populateLineGutterContextMenu(target.lineNumber, contextMenu);
680 var target = event.target.enclosingNodeOrSelfWithClass("webkit-line-number");
681 if (!target)
683 var lineNumber = target.lineNumber;
699 if (this._hoverElement === event.target || event.target
[all...]
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.cpp46 static int find(const char* subject, size_t subjectLength, const char* target) argument
48 size_t targetLength = strlen(target);
54 if (subject[i + j] != target[j]) {
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp203 void SharedGraphicsContext3D::framebufferTexture2D(GC3Denum target, GC3Denum attachment, GC3Denum textarget, Platform3DObject texture, GC3Dint level) argument
205 m_context->framebufferTexture2D(target, attachment, textarget, texture, level);
208 void SharedGraphicsContext3D::texParameteri(GC3Denum target, GC3Denum pname, GC3Dint param) argument
210 m_context->texParameteri(target, pname, param);
213 bool SharedGraphicsContext3D::texImage2D(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height, GC3Dint border, GC3Denum format, GC3Denum type, const void* pixels) argument
216 return m_context->texImage2DResourceSafe(target, level, internalformat, width, height, border, format, type);
217 return m_context->texImage2D(target, level, internalformat, width, height, border, format, type, pixels);
220 void SharedGraphicsContext3D::texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, const void* pixels) argument
222 m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
366 void SharedGraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObjec argument
371 bindTexture(GC3Denum target, Platform3DObject texture) argument
376 bufferData(GC3Denum target, GC3Dsizeiptr size, GC3Denum usage) argument
381 bufferData(GC3Denum target, GC3Dsizeiptr size, const void* data, GC3Denum usage) argument
386 bufferSubData(GC3Denum target, GC3Dintptr offset, GC3Dsizeiptr size, const void* data) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h156 TransformationMatrix base, target, replica, forDescendants, perspective, local; member in struct:WebCore::TextureMapperNode::TransformData
/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.cpp459 // we either determine that our target is available or not - then we add ourselves to the pending resource list
500 // When cloning the target nodes, they may decide to synchronize style and/or animated SVG attributes.
509 // given a resource to target.
524 SVGElement* target = 0; local
526 target = static_cast<SVGElement*>(targetElement);
531 // 'target' may be null, if it's a non SVG namespaced element.
532 if (!target || target == this)
545 m_targetElementInstance = SVGElementInstance::create(this, this, target);
549 buildInstanceTree(target, m_targetElementInstanc
703 buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundProblem) argument
798 buildShadowTree(SVGShadowTreeRootElement* shadowRoot, SVGElement* target, SVGElementInstance* targetInstance) argument
839 SVGElement* target = 0; local
941 transferEventListenersToShadowTree(SVGElementInstance* target) argument
969 associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targetInstance) argument
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp369 const WebURLRequest& request, const WebString& target, bool notifyNeeded, void* notifyData)
386 request.toResourceRequest(), target);
368 loadFrameRequest( const WebURLRequest& request, const WebString& target, bool notifyNeeded, void* notifyData) argument
/external/webkit/Source/WebKit/win/
H A DWebHistoryItem.cpp369 HRESULT STDMETHODCALLTYPE WebHistoryItem::target(BSTR* target) argument
371 if (!target) {
376 *target = BString(m_historyItem->target()).release();

Completed in 404 milliseconds

<<21222324252627282930>>