Searched refs:target (Results 276 - 300 of 9494) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.h33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
37 virtual void reportCResult( const UnicodeString &source, const UnicodeString &target,
44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
45 static UnicodeString &appendCompareResult(Collator::EComparisonResult result, UnicodeString &target);
52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils.cc42 char* target = new char[ucnv_getMaxCharSize(encoder) * 2]; local
50 target_end = target;
51 ucnv_fromUnicode(encoder, &target_end, target + 4,
58 delete[] target;
62 for (int32_t position = 0; position < target_end - target; ++position) {
64 enc_char |= (target[position] & 0xff);
67 delete[] target;
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.h33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
37 virtual void reportCResult( const UnicodeString &source, const UnicodeString &target,
44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
45 static UnicodeString &appendCompareResult(Collator::EComparisonResult result, UnicodeString &target);
52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF.pass.cpp73 assert(f.target<A>());
74 assert(f.target<int(*)(int)>() == 0);
81 assert(f.target<int(*)(int)>());
82 assert(f.target<A>() == 0);
89 assert(f.target<int(*)(int)>() == 0);
90 assert(f.target<A>() == 0);
96 assert(f.target<int (A::*)(int) const>() != 0);
H A DF_assign.pass.cpp77 assert(f.target<A>());
78 assert(f.target<int(*)(int)>() == 0);
86 assert(f.target<int(*)(int)>());
87 assert(f.target<A>() == 0);
95 assert(f.target<int(*)(int)>() == 0);
96 assert(f.target<A>() == 0);
103 assert(f.target<int (A::*)(int) const>() != 0);
H A Dalloc_F.pass.cpp62 assert(f.target<A>());
63 assert(f.target<int(*)(int)>() == 0);
68 assert(f.target<int(*)(int)>());
69 assert(f.target<A>() == 0);
75 assert(f.target<int(*)(int)>() == 0);
76 assert(f.target<A>() == 0);
83 assert(f.target<int (A::*)(int) const>() != 0);
/external/sfntly/cpp/src/test/
H A Dtest_utils.cc42 char* target = new char[ucnv_getMaxCharSize(encoder) * 2]; local
50 target_end = target;
51 ucnv_fromUnicode(encoder, &target_end, target + 4,
58 delete[] target;
62 for (int32_t position = 0; position < target_end - target; ++position) {
64 enc_char |= (target[position] & 0xff);
67 delete[] target;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTreeScopeEventContext.h55 EventTarget* target() const { return m_target.get(); } function in class:blink::FINAL
92 inline bool TreeScopeEventContext::isUnreachableNode(EventTarget& target) argument
95 return target.toNode() && !target.toNode()->isSVGElement() && !target.toNode()->treeScope().isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(treeScope());
99 inline void TreeScopeEventContext::setTarget(PassRefPtrWillBeRawPtr<EventTarget> target) argument
101 ASSERT(target);
102 ASSERT(!isUnreachableNode(*target));
103 m_target = target;
H A DGenericEventQueue.cpp64 if (event->target() == m_owner)
68 InspectorInstrumentation::didEnqueueEvent(event->target() ? event->target() : m_owner.get(), event.get());
82 InspectorInstrumentation::didRemoveEvent(event->target() ? event->target() : m_owner.get(), event);
104 EventTarget* target = event->target() ? event->target() : m_owner.get(); local
107 target->dispatchEvent(pendingEvents[i]);
109 InspectorInstrumentation::didRemoveEvent(target, even
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCPUProfilerModel.js32 * @param {!WebInspector.Target} target
35 WebInspector.CPUProfilerModel = function(target)
37 WebInspector.SDKModel.call(this, WebInspector.CPUProfilerModel, target);
39 target.registerProfilerDispatcher(this);
40 target.profilerAgent().enable();
58 this.target().profilerAgent().setSamplingInterval(intervalUs, didChangeInterval);
76 var debuggerLocation = WebInspector.DebuggerModel.Location.fromPayload(this.target(), scriptLocation);
89 var debuggerLocation = WebInspector.DebuggerModel.Location.fromPayload(this.target(), scriptLocation)
104 this.target().profilerAgent().start();
115 this.target()
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.h44 _mesa_is_cube_face(GLenum target) argument
46 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB &&
47 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB);
67 _mesa_is_proxy_texture(GLenum target);
70 _mesa_get_proxy_target(GLenum target);
92 GLenum target, GLint level,
108 GLenum target);
111 _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target);
117 GLenum target, GLint level);
122 GLenum target, GLin
[all...]
H A Dtexstorage.c46 * Check if the given texture target is a legal texture object target
52 legal_texobj_target(struct gl_context *ctx, GLuint dims, GLenum target) argument
56 switch (target) {
64 switch (target) {
82 switch (target) {
104 next_mipmap_level_size(GLenum target, argument
111 if ((*height > 1) && (target != GL_TEXTURE_1D_ARRAY)) {
115 if ((*depth > 1) && (target != GL_TEXTURE_2D_ARRAY)) {
131 const GLenum target local
210 const GLenum target = texObj->Target; local
242 tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
396 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) argument
404 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
412 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
429 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) argument
438 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
448 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dteximage.h44 _mesa_is_cube_face(GLenum target) argument
46 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB &&
47 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB);
67 _mesa_is_proxy_texture(GLenum target);
70 _mesa_get_proxy_target(GLenum target);
92 GLenum target, GLint level,
108 GLenum target);
111 _mesa_get_current_tex_object(struct gl_context *ctx, GLenum target);
117 GLenum target, GLint level);
122 GLenum target, GLin
[all...]
H A Dtexstorage.c46 * Check if the given texture target is a legal texture object target
52 legal_texobj_target(struct gl_context *ctx, GLuint dims, GLenum target) argument
56 switch (target) {
64 switch (target) {
82 switch (target) {
104 next_mipmap_level_size(GLenum target, argument
111 if ((*height > 1) && (target != GL_TEXTURE_1D_ARRAY)) {
115 if ((*depth > 1) && (target != GL_TEXTURE_2D_ARRAY)) {
131 const GLenum target local
210 const GLenum target = texObj->Target; local
242 tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
396 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) argument
404 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
412 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
429 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) argument
438 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
448 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp39 const GrDrawTarget* target,
42 !antiAlias && // doesn't do per-path AA, relies on the target having MSAA
43 NULL != target->getDrawState().getRenderTarget()->getStencilBuffer() &&
44 target->getDrawState().getStencil().isDisabled();
56 GrDrawTarget* target) {
59 target->stencilPath(p, path.getFillType());
64 GrDrawTarget* target,
69 GrDrawState* drawState = target->drawState();
99 target->drawPath(p, path.getFillType());
101 target
37 canDrawPath(const SkPath& path, const SkStrokeRec& stroke, const GrDrawTarget* target, bool antiAlias) const argument
54 onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) argument
62 onDrawPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target, bool antiAlias) argument
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_smooth_scroll_gesture.cc41 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
45 gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();
54 ForwardTouchInputEvents(timestamp, target);
56 ForwardMouseInputEvents(timestamp, target);
65 const base::TimeTicks& timestamp, SyntheticGestureTarget* target) {
73 AddTouchSlopToFirstDistance(target);
76 PressTouchPoint(target, event_timestamp);
82 MoveTouchPoint(target, delta, event_timestamp);
92 ReleaseTouchPoint(target, event_timestamp);
99 target
40 ForwardInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
64 ForwardTouchInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
115 ForwardMouseInputEvents( const base::TimeTicks& timestamp, SyntheticGestureTarget* target) argument
163 ForwardTouchEvent( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
170 ForwardMouseWheelEvent( SyntheticGestureTarget* target, const gfx::Vector2dF& delta, const base::TimeTicks& timestamp) const argument
185 PressTouchPoint( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
192 MoveTouchPoint( SyntheticGestureTarget* target, const gfx::Vector2dF& delta, const base::TimeTicks& timestamp) argument
204 ReleaseTouchPoint( SyntheticGestureTarget* target, const base::TimeTicks& timestamp) argument
212 AddTouchSlopToFirstDistance( SyntheticGestureTarget* target) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3convertutf.c57 UTF16* target = *targetStart; local
60 if (target >= targetEnd) {
72 *target++ = UNI_REPLACEMENT_CHAR;
75 *target++ = (UTF16)ch; /* normal case */
81 *target++ = UNI_REPLACEMENT_CHAR;
84 /* target is a character in range 0xFFFF - 0x10FFFF. */
85 if (target + 1 >= targetEnd) {
90 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
91 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
95 *targetStart = target;
106 UTF32* target = *targetStart; local
210 UTF8* target = *targetStart; local
334 UTF16* target = *targetStart; local
407 UTF8* target = *targetStart; local
460 UTF32* target = *targetStart; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
H A Ddot.stg55 edge(src,target,label,arrowhead) ::= <<
56 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
59 action_edge(src,target,label,arrowhead) ::= <<
60 <src> -> <target> [fontsize=11, fontname="Courier", arrowsize=.7, label = "<label>"<if(arrowhead)>, arrowhead = <arrowhead><endif>];
63 epsilon_edge(src,target,label,arrowhead) ::= <<
64 <src> -> <target> [fontname="Times-Italic", label = "e"];
/external/chromium_org/ash/display/
H A Devent_transformation_handler.cc43 aura::Window* target = static_cast<aura::Window*>(event->target()); local
44 ::wm::ConvertPointToScreen(target, &point_in_screen);
/external/chromium_org/base/mac/
H A Dscoped_objc_class_swizzler.h22 ScopedObjCClassSwizzler(Class target, Class source, SEL selector);
24 // Given two selectors on the same class interface, |target| (e.g. via
27 ScopedObjCClassSwizzler(Class target, SEL original, SEL alternate);
38 void Init(Class target, Class source, SEL original, SEL alternate);
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_manager.cc26 Texture* MailboxManager::ConsumeTexture(unsigned target, argument
28 TargetName target_name(target, mailbox);
37 Texture* texture = sync_->CreateTextureFromMailbox(target, mailbox);
48 void MailboxManager::ProduceTexture(unsigned target, argument
51 TargetName target_name(target, mailbox);
97 MailboxManager::TargetName::TargetName(unsigned target, const Mailbox& mailbox) argument
98 : target(target),
104 if (lhs.target != rhs.target)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DMouseEventHitRegion.h19 if (!event.target() || !isHTMLCanvasElement(event.target()->toNode()))
22 HTMLCanvasElement* canvas = toHTMLCanvasElement(event.target()->toNode());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGNumberTearOff.h43 static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
45 return adoptRef(new SVGNumberTearOff(target, contextElement, propertyIsAnimVal, attributeName));
49 float value() { return target()->value(); }
H A DSVGTransformListTearOff.cpp40 SVGTransformListTearOff::SVGTransformListTearOff(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) argument
41 : SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>(target, contextElement, propertyIsAnimVal, attributeName)
61 return createItemTearOff(target()->consolidate());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTracing.h22 GrGpuTraceMarkerGenerator(GrDrawTarget* target) : fTarget(target) {} argument
67 * marker is of type const char* and target is of type GrDrawTarget*
69 #define GR_CREATE_TRACE_MARKER(name, target) \
70 INTERNAL_GR_CREATE_TRACE_MARKER_SCOPED(name, target)
72 #define GR_CREATE_TRACE_MARKER1(name, target, arg1_name, arg1_val) \
73 INTERNAL_GR_CREATE_TRACE_MARKER_SCOPED(name, target, arg1_name, arg1_val)
75 #define INTERNAL_GR_CREATE_TRACE_MARKER_SCOPED(name, target, ...) \
80 target, ##__VA_ARGS__) \
83 #define INTERNAL_GR_CREATE_TRACE_MARKER(name, name_counter, target,
[all...]

Completed in 536 milliseconds

<<11121314151617181920>>