HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 226 - 250 of 1405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h 50 // Ref and deref the m_canvas
51 void ref();
  /external/webkit/Source/WebCore/websockets/
ThreadableWebSocketChannel.h 61 void ref() { refThreadableWebSocketChannel(); } function in class:WebCore::ThreadableWebSocketChannel
  /external/webkit/Source/WebKit/chromium/src/
WebNodeList.cpp 53 p->ref();
64 // p is already ref'd for us by the caller
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_quarter.s 33 ref RN 0 label
127 ADD ref,sp,#0x28 ;// ref = p1
136 ADD ref, ref, tmp2 ;// ref += y0*width+x0
137 ADD ref, ref, #8 ;// ref = ref+
    [all...]
h264bsd_interpolate_mid_hor.s 35 ref RN 0 ;// pointer to current position in reference image label
83 LDR x_3_1, [ref, #-8]
85 LDR x_7_5, [ref, #-4]
101 LDR x_3_1, [ref], #4
132 LDR x_7_5, [ref], #4
155 SMLABB ref, count, mult_20_01, ref ;// +width
156 SBC ref, ref, tmp3, LSR #16 ;// -(partWidth-1)-1
h264bsd_interpolate_ver_quarter.s 32 ref RN 0 label
125 ADD ref,sp,#0x28 ;// ref = p1
134 ADD ref, ref, tmp6 ;// ref += y0*width+x0
151 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
152 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
153 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
154 LDR tmp4, [ref], width ;// |m4|m3|m2|m1
    [all...]
  /libcore/luni/src/main/java/java/lang/ref/
Reference.java 33 package java.lang.ref;
56 * and be a java.lang.ref.ReferenceQueue.
62 * Used internally by java.lang.ref.ReferenceQueue.
64 * and be a java.lang.ref.Reference.
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 18 package tests.api.java.lang.ref;
20 import java.lang.ref.PhantomReference;
21 import java.lang.ref.Reference;
22 import java.lang.ref.ReferenceQueue;
35 * java.lang.ref.PhantomReference#get()
109 * java.lang.ref.PhantomReference#PhantomReference(java.lang.Object,
110 * java.lang.ref.ReferenceQueue)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
StaticInnerHandlerWrapper.java 22 import java.lang.ref.WeakReference;
  /dalvik/vm/alloc/
MarkSweep.cpp 227 Object *ref = dvmGetFieldObject(obj, offset); local
228 markObject(ref, ctx);
238 Object *ref = ((JValue *)addr)->l; local
239 markObject(ref, ctx);
365 static void enqueuePendingReference(Object *ref, Object **list)
367 assert(ref != NULL);
371 dvmSetFieldObject(ref, offset, ref);
372 *list = ref;
375 dvmSetFieldObject(ref, offset, head)
390 Object *ref; local
677 Object *ref = dequeuePendingReference(list); local
713 Object *ref = dequeuePendingReference(list); local
739 Object *ref = dequeuePendingReference(list); local
    [all...]
  /external/collada/src/1.4/dom/
domFx_sampler3D_common.cpp 22 domFx_sampler3D_commonRef ref = new domFx_sampler3D_common(dae); local
23 return ref;
120 domFx_sampler3D_common::domSourceRef ref = new domFx_sampler3D_common::domSource(dae); local
121 return ref;
156 domFx_sampler3D_common::domWrap_sRef ref = new domFx_sampler3D_common::domWrap_s(dae); local
157 return ref;
192 domFx_sampler3D_common::domWrap_tRef ref = new domFx_sampler3D_common::domWrap_t(dae); local
193 return ref;
228 domFx_sampler3D_common::domWrap_pRef ref = new domFx_sampler3D_common::domWrap_p(dae); local
229 return ref;
264 domFx_sampler3D_common::domMinfilterRef ref = new domFx_sampler3D_common::domMinfilter(dae); local
300 domFx_sampler3D_common::domMagfilterRef ref = new domFx_sampler3D_common::domMagfilter(dae); local
336 domFx_sampler3D_common::domMipfilterRef ref = new domFx_sampler3D_common::domMipfilter(dae); local
372 domFx_sampler3D_common::domBorder_colorRef ref = new domFx_sampler3D_common::domBorder_color(dae); local
408 domFx_sampler3D_common::domMipmap_maxlevelRef ref = new domFx_sampler3D_common::domMipmap_maxlevel(dae); local
444 domFx_sampler3D_common::domMipmap_biasRef ref = new domFx_sampler3D_common::domMipmap_bias(dae); local
    [all...]
domFx_samplerCUBE_common.cpp 22 domFx_samplerCUBE_commonRef ref = new domFx_samplerCUBE_common(dae); local
23 return ref;
120 domFx_samplerCUBE_common::domSourceRef ref = new domFx_samplerCUBE_common::domSource(dae); local
121 return ref;
156 domFx_samplerCUBE_common::domWrap_sRef ref = new domFx_samplerCUBE_common::domWrap_s(dae); local
157 return ref;
192 domFx_samplerCUBE_common::domWrap_tRef ref = new domFx_samplerCUBE_common::domWrap_t(dae); local
193 return ref;
228 domFx_samplerCUBE_common::domWrap_pRef ref = new domFx_samplerCUBE_common::domWrap_p(dae); local
229 return ref;
264 domFx_samplerCUBE_common::domMinfilterRef ref = new domFx_samplerCUBE_common::domMinfilter(dae); local
300 domFx_samplerCUBE_common::domMagfilterRef ref = new domFx_samplerCUBE_common::domMagfilter(dae); local
336 domFx_samplerCUBE_common::domMipfilterRef ref = new domFx_samplerCUBE_common::domMipfilter(dae); local
372 domFx_samplerCUBE_common::domBorder_colorRef ref = new domFx_samplerCUBE_common::domBorder_color(dae); local
408 domFx_samplerCUBE_common::domMipmap_maxlevelRef ref = new domFx_samplerCUBE_common::domMipmap_maxlevel(dae); local
444 domFx_samplerCUBE_common::domMipmap_biasRef ref = new domFx_samplerCUBE_common::domMipmap_bias(dae); local
    [all...]
domFx_annotate_type_common.cpp 22 domFx_annotate_type_commonRef ref = new domFx_annotate_type_common(dae); local
23 return ref;
155 domFx_annotate_type_common::domBoolRef ref = new domFx_annotate_type_common::domBool(dae); local
156 return ref;
191 domFx_annotate_type_common::domBool2Ref ref = new domFx_annotate_type_common::domBool2(dae); local
192 return ref;
227 domFx_annotate_type_common::domBool3Ref ref = new domFx_annotate_type_common::domBool3(dae); local
228 return ref;
263 domFx_annotate_type_common::domBool4Ref ref = new domFx_annotate_type_common::domBool4(dae); local
264 return ref;
299 domFx_annotate_type_common::domIntRef ref = new domFx_annotate_type_common::domInt(dae); local
335 domFx_annotate_type_common::domInt2Ref ref = new domFx_annotate_type_common::domInt2(dae); local
371 domFx_annotate_type_common::domInt3Ref ref = new domFx_annotate_type_common::domInt3(dae); local
407 domFx_annotate_type_common::domInt4Ref ref = new domFx_annotate_type_common::domInt4(dae); local
443 domFx_annotate_type_common::domFloatRef ref = new domFx_annotate_type_common::domFloat(dae); local
479 domFx_annotate_type_common::domFloat2Ref ref = new domFx_annotate_type_common::domFloat2(dae); local
515 domFx_annotate_type_common::domFloat3Ref ref = new domFx_annotate_type_common::domFloat3(dae); local
551 domFx_annotate_type_common::domFloat4Ref ref = new domFx_annotate_type_common::domFloat4(dae); local
587 domFx_annotate_type_common::domFloat2x2Ref ref = new domFx_annotate_type_common::domFloat2x2(dae); local
623 domFx_annotate_type_common::domFloat3x3Ref ref = new domFx_annotate_type_common::domFloat3x3(dae); local
659 domFx_annotate_type_common::domFloat4x4Ref ref = new domFx_annotate_type_common::domFloat4x4(dae); local
695 domFx_annotate_type_common::domStringRef ref = new domFx_annotate_type_common::domString(dae); local
    [all...]
domGlsl_param_type.cpp 22 domGlsl_param_typeRef ref = new domGlsl_param_type(dae); local
23 return ref;
197 domGlsl_param_type::domBoolRef ref = new domGlsl_param_type::domBool(dae); local
198 return ref;
233 domGlsl_param_type::domBool2Ref ref = new domGlsl_param_type::domBool2(dae); local
234 return ref;
269 domGlsl_param_type::domBool3Ref ref = new domGlsl_param_type::domBool3(dae); local
270 return ref;
305 domGlsl_param_type::domBool4Ref ref = new domGlsl_param_type::domBool4(dae); local
306 return ref;
341 domGlsl_param_type::domFloatRef ref = new domGlsl_param_type::domFloat(dae); local
377 domGlsl_param_type::domFloat2Ref ref = new domGlsl_param_type::domFloat2(dae); local
413 domGlsl_param_type::domFloat3Ref ref = new domGlsl_param_type::domFloat3(dae); local
449 domGlsl_param_type::domFloat4Ref ref = new domGlsl_param_type::domFloat4(dae); local
485 domGlsl_param_type::domFloat2x2Ref ref = new domGlsl_param_type::domFloat2x2(dae); local
521 domGlsl_param_type::domFloat3x3Ref ref = new domGlsl_param_type::domFloat3x3(dae); local
557 domGlsl_param_type::domFloat4x4Ref ref = new domGlsl_param_type::domFloat4x4(dae); local
593 domGlsl_param_type::domIntRef ref = new domGlsl_param_type::domInt(dae); local
629 domGlsl_param_type::domInt2Ref ref = new domGlsl_param_type::domInt2(dae); local
665 domGlsl_param_type::domInt3Ref ref = new domGlsl_param_type::domInt3(dae); local
701 domGlsl_param_type::domInt4Ref ref = new domGlsl_param_type::domInt4(dae); local
737 domGlsl_param_type::domEnumRef ref = new domGlsl_param_type::domEnum(dae); local
    [all...]
domFx_basic_type_common.cpp 22 domFx_basic_type_commonRef ref = new domFx_basic_type_common(dae); local
23 return ref;
275 domFx_basic_type_common::domBoolRef ref = new domFx_basic_type_common::domBool(dae); local
276 return ref;
311 domFx_basic_type_common::domBool2Ref ref = new domFx_basic_type_common::domBool2(dae); local
312 return ref;
347 domFx_basic_type_common::domBool3Ref ref = new domFx_basic_type_common::domBool3(dae); local
348 return ref;
383 domFx_basic_type_common::domBool4Ref ref = new domFx_basic_type_common::domBool4(dae); local
384 return ref;
419 domFx_basic_type_common::domIntRef ref = new domFx_basic_type_common::domInt(dae); local
455 domFx_basic_type_common::domInt2Ref ref = new domFx_basic_type_common::domInt2(dae); local
491 domFx_basic_type_common::domInt3Ref ref = new domFx_basic_type_common::domInt3(dae); local
527 domFx_basic_type_common::domInt4Ref ref = new domFx_basic_type_common::domInt4(dae); local
563 domFx_basic_type_common::domFloatRef ref = new domFx_basic_type_common::domFloat(dae); local
599 domFx_basic_type_common::domFloat2Ref ref = new domFx_basic_type_common::domFloat2(dae); local
635 domFx_basic_type_common::domFloat3Ref ref = new domFx_basic_type_common::domFloat3(dae); local
671 domFx_basic_type_common::domFloat4Ref ref = new domFx_basic_type_common::domFloat4(dae); local
707 domFx_basic_type_common::domFloat1x1Ref ref = new domFx_basic_type_common::domFloat1x1(dae); local
743 domFx_basic_type_common::domFloat1x2Ref ref = new domFx_basic_type_common::domFloat1x2(dae); local
779 domFx_basic_type_common::domFloat1x3Ref ref = new domFx_basic_type_common::domFloat1x3(dae); local
815 domFx_basic_type_common::domFloat1x4Ref ref = new domFx_basic_type_common::domFloat1x4(dae); local
851 domFx_basic_type_common::domFloat2x1Ref ref = new domFx_basic_type_common::domFloat2x1(dae); local
887 domFx_basic_type_common::domFloat2x2Ref ref = new domFx_basic_type_common::domFloat2x2(dae); local
923 domFx_basic_type_common::domFloat2x3Ref ref = new domFx_basic_type_common::domFloat2x3(dae); local
959 domFx_basic_type_common::domFloat2x4Ref ref = new domFx_basic_type_common::domFloat2x4(dae); local
995 domFx_basic_type_common::domFloat3x1Ref ref = new domFx_basic_type_common::domFloat3x1(dae); local
1031 domFx_basic_type_common::domFloat3x2Ref ref = new domFx_basic_type_common::domFloat3x2(dae); local
1067 domFx_basic_type_common::domFloat3x3Ref ref = new domFx_basic_type_common::domFloat3x3(dae); local
1103 domFx_basic_type_common::domFloat3x4Ref ref = new domFx_basic_type_common::domFloat3x4(dae); local
1139 domFx_basic_type_common::domFloat4x1Ref ref = new domFx_basic_type_common::domFloat4x1(dae); local
1175 domFx_basic_type_common::domFloat4x2Ref ref = new domFx_basic_type_common::domFloat4x2(dae); local
1211 domFx_basic_type_common::domFloat4x3Ref ref = new domFx_basic_type_common::domFloat4x3(dae); local
1247 domFx_basic_type_common::domFloat4x4Ref ref = new domFx_basic_type_common::domFloat4x4(dae); local
1283 domFx_basic_type_common::domEnumRef ref = new domFx_basic_type_common::domEnum(dae); local
    [all...]
domGles_basic_type_common.cpp 22 domGles_basic_type_commonRef ref = new domGles_basic_type_common(dae); local
23 return ref;
257 domGles_basic_type_common::domBoolRef ref = new domGles_basic_type_common::domBool(dae); local
258 return ref;
293 domGles_basic_type_common::domBool2Ref ref = new domGles_basic_type_common::domBool2(dae); local
294 return ref;
329 domGles_basic_type_common::domBool3Ref ref = new domGles_basic_type_common::domBool3(dae); local
330 return ref;
365 domGles_basic_type_common::domBool4Ref ref = new domGles_basic_type_common::domBool4(dae); local
366 return ref;
401 domGles_basic_type_common::domIntRef ref = new domGles_basic_type_common::domInt(dae); local
437 domGles_basic_type_common::domInt2Ref ref = new domGles_basic_type_common::domInt2(dae); local
473 domGles_basic_type_common::domInt3Ref ref = new domGles_basic_type_common::domInt3(dae); local
509 domGles_basic_type_common::domInt4Ref ref = new domGles_basic_type_common::domInt4(dae); local
545 domGles_basic_type_common::domFloatRef ref = new domGles_basic_type_common::domFloat(dae); local
581 domGles_basic_type_common::domFloat2Ref ref = new domGles_basic_type_common::domFloat2(dae); local
617 domGles_basic_type_common::domFloat3Ref ref = new domGles_basic_type_common::domFloat3(dae); local
653 domGles_basic_type_common::domFloat4Ref ref = new domGles_basic_type_common::domFloat4(dae); local
689 domGles_basic_type_common::domFloat1x1Ref ref = new domGles_basic_type_common::domFloat1x1(dae); local
725 domGles_basic_type_common::domFloat1x2Ref ref = new domGles_basic_type_common::domFloat1x2(dae); local
761 domGles_basic_type_common::domFloat1x3Ref ref = new domGles_basic_type_common::domFloat1x3(dae); local
797 domGles_basic_type_common::domFloat1x4Ref ref = new domGles_basic_type_common::domFloat1x4(dae); local
833 domGles_basic_type_common::domFloat2x1Ref ref = new domGles_basic_type_common::domFloat2x1(dae); local
869 domGles_basic_type_common::domFloat2x2Ref ref = new domGles_basic_type_common::domFloat2x2(dae); local
905 domGles_basic_type_common::domFloat2x3Ref ref = new domGles_basic_type_common::domFloat2x3(dae); local
941 domGles_basic_type_common::domFloat2x4Ref ref = new domGles_basic_type_common::domFloat2x4(dae); local
977 domGles_basic_type_common::domFloat3x1Ref ref = new domGles_basic_type_common::domFloat3x1(dae); local
1013 domGles_basic_type_common::domFloat3x2Ref ref = new domGles_basic_type_common::domFloat3x2(dae); local
1049 domGles_basic_type_common::domFloat3x3Ref ref = new domGles_basic_type_common::domFloat3x3(dae); local
1085 domGles_basic_type_common::domFloat3x4Ref ref = new domGles_basic_type_common::domFloat3x4(dae); local
1121 domGles_basic_type_common::domFloat4x1Ref ref = new domGles_basic_type_common::domFloat4x1(dae); local
1157 domGles_basic_type_common::domFloat4x2Ref ref = new domGles_basic_type_common::domFloat4x2(dae); local
1193 domGles_basic_type_common::domFloat4x3Ref ref = new domGles_basic_type_common::domFloat4x3(dae); local
1229 domGles_basic_type_common::domFloat4x4Ref ref = new domGles_basic_type_common::domFloat4x4(dae); local
1265 domGles_basic_type_common::domEnumRef ref = new domGles_basic_type_common::domEnum(dae); local
    [all...]
domGles_pipeline_settings.cpp 22 domGles_pipeline_settingsRef ref = new domGles_pipeline_settings(dae); local
23 return ref;
497 domGles_pipeline_settings::domAlpha_funcRef ref = new domGles_pipeline_settings::domAlpha_func(dae); local
498 return ref;
542 domGles_pipeline_settings::domAlpha_func::domFuncRef ref = new domGles_pipeline_settings::domAlpha_func::domFunc(dae); local
543 return ref;
594 domGles_pipeline_settings::domAlpha_func::domValueRef ref = new domGles_pipeline_settings::domAlpha_func::domValue(dae); local
595 return ref;
646 domGles_pipeline_settings::domBlend_funcRef ref = new domGles_pipeline_settings::domBlend_func(dae); local
647 return ref;
691 domGles_pipeline_settings::domBlend_func::domSrcRef ref = new domGles_pipeline_settings::domBlend_func::domSrc(dae); local
743 domGles_pipeline_settings::domBlend_func::domDestRef ref = new domGles_pipeline_settings::domBlend_func::domDest(dae); local
795 domGles_pipeline_settings::domClear_colorRef ref = new domGles_pipeline_settings::domClear_color(dae); local
846 domGles_pipeline_settings::domClear_stencilRef ref = new domGles_pipeline_settings::domClear_stencil(dae); local
897 domGles_pipeline_settings::domClear_depthRef ref = new domGles_pipeline_settings::domClear_depth(dae); local
948 domGles_pipeline_settings::domClip_planeRef ref = new domGles_pipeline_settings::domClip_plane(dae); local
1011 domGles_pipeline_settings::domColor_maskRef ref = new domGles_pipeline_settings::domColor_mask(dae); local
1062 domGles_pipeline_settings::domCull_faceRef ref = new domGles_pipeline_settings::domCull_face(dae); local
1114 domGles_pipeline_settings::domDepth_funcRef ref = new domGles_pipeline_settings::domDepth_func(dae); local
1166 domGles_pipeline_settings::domDepth_maskRef ref = new domGles_pipeline_settings::domDepth_mask(dae); local
1218 domGles_pipeline_settings::domDepth_rangeRef ref = new domGles_pipeline_settings::domDepth_range(dae); local
1270 domGles_pipeline_settings::domFog_colorRef ref = new domGles_pipeline_settings::domFog_color(dae); local
1322 domGles_pipeline_settings::domFog_densityRef ref = new domGles_pipeline_settings::domFog_density(dae); local
1374 domGles_pipeline_settings::domFog_modeRef ref = new domGles_pipeline_settings::domFog_mode(dae); local
1426 domGles_pipeline_settings::domFog_startRef ref = new domGles_pipeline_settings::domFog_start(dae); local
1478 domGles_pipeline_settings::domFog_endRef ref = new domGles_pipeline_settings::domFog_end(dae); local
1530 domGles_pipeline_settings::domFront_faceRef ref = new domGles_pipeline_settings::domFront_face(dae); local
1582 domGles_pipeline_settings::domTexture_pipelineRef ref = new domGles_pipeline_settings::domTexture_pipeline(dae); local
1633 domGles_pipeline_settings::domLogic_opRef ref = new domGles_pipeline_settings::domLogic_op(dae); local
1685 domGles_pipeline_settings::domLight_ambientRef ref = new domGles_pipeline_settings::domLight_ambient(dae); local
1749 domGles_pipeline_settings::domLight_diffuseRef ref = new domGles_pipeline_settings::domLight_diffuse(dae); local
1813 domGles_pipeline_settings::domLight_specularRef ref = new domGles_pipeline_settings::domLight_specular(dae); local
1877 domGles_pipeline_settings::domLight_positionRef ref = new domGles_pipeline_settings::domLight_position(dae); local
1941 domGles_pipeline_settings::domLight_constant_attenuationRef ref = new domGles_pipeline_settings::domLight_constant_attenuation(dae); local
2005 domGles_pipeline_settings::domLight_linear_attenutationRef ref = new domGles_pipeline_settings::domLight_linear_attenutation(dae); local
2069 domGles_pipeline_settings::domLight_quadratic_attenuationRef ref = new domGles_pipeline_settings::domLight_quadratic_attenuation(dae); local
2133 domGles_pipeline_settings::domLight_spot_cutoffRef ref = new domGles_pipeline_settings::domLight_spot_cutoff(dae); local
2197 domGles_pipeline_settings::domLight_spot_directionRef ref = new domGles_pipeline_settings::domLight_spot_direction(dae); local
2261 domGles_pipeline_settings::domLight_spot_exponentRef ref = new domGles_pipeline_settings::domLight_spot_exponent(dae); local
2325 domGles_pipeline_settings::domLight_model_ambientRef ref = new domGles_pipeline_settings::domLight_model_ambient(dae); local
2377 domGles_pipeline_settings::domLine_widthRef ref = new domGles_pipeline_settings::domLine_width(dae); local
2429 domGles_pipeline_settings::domMaterial_ambientRef ref = new domGles_pipeline_settings::domMaterial_ambient(dae); local
2481 domGles_pipeline_settings::domMaterial_diffuseRef ref = new domGles_pipeline_settings::domMaterial_diffuse(dae); local
2533 domGles_pipeline_settings::domMaterial_emissionRef ref = new domGles_pipeline_settings::domMaterial_emission(dae); local
2585 domGles_pipeline_settings::domMaterial_shininessRef ref = new domGles_pipeline_settings::domMaterial_shininess(dae); local
2637 domGles_pipeline_settings::domMaterial_specularRef ref = new domGles_pipeline_settings::domMaterial_specular(dae); local
2689 domGles_pipeline_settings::domModel_view_matrixRef ref = new domGles_pipeline_settings::domModel_view_matrix(dae); local
2741 domGles_pipeline_settings::domPoint_distance_attenuationRef ref = new domGles_pipeline_settings::domPoint_distance_attenuation(dae); local
2793 domGles_pipeline_settings::domPoint_fade_threshold_sizeRef ref = new domGles_pipeline_settings::domPoint_fade_threshold_size(dae); local
2845 domGles_pipeline_settings::domPoint_sizeRef ref = new domGles_pipeline_settings::domPoint_size(dae); local
2897 domGles_pipeline_settings::domPoint_size_minRef ref = new domGles_pipeline_settings::domPoint_size_min(dae); local
2949 domGles_pipeline_settings::domPoint_size_maxRef ref = new domGles_pipeline_settings::domPoint_size_max(dae); local
3001 domGles_pipeline_settings::domPolygon_offsetRef ref = new domGles_pipeline_settings::domPolygon_offset(dae); local
3053 domGles_pipeline_settings::domProjection_matrixRef ref = new domGles_pipeline_settings::domProjection_matrix(dae); local
3105 domGles_pipeline_settings::domScissorRef ref = new domGles_pipeline_settings::domScissor(dae); local
3156 domGles_pipeline_settings::domShade_modelRef ref = new domGles_pipeline_settings::domShade_model(dae); local
3208 domGles_pipeline_settings::domStencil_funcRef ref = new domGles_pipeline_settings::domStencil_func(dae); local
3259 domGles_pipeline_settings::domStencil_func::domFuncRef ref = new domGles_pipeline_settings::domStencil_func::domFunc(dae); local
3311 domGles_pipeline_settings::domStencil_func::domRefRef ref = new domGles_pipeline_settings::domStencil_func::domRef(dae); local
3363 domGles_pipeline_settings::domStencil_func::domMaskRef ref = new domGles_pipeline_settings::domStencil_func::domMask(dae); local
3415 domGles_pipeline_settings::domStencil_maskRef ref = new domGles_pipeline_settings::domStencil_mask(dae); local
3467 domGles_pipeline_settings::domStencil_opRef ref = new domGles_pipeline_settings::domStencil_op(dae); local
3518 domGles_pipeline_settings::domStencil_op::domFailRef ref = new domGles_pipeline_settings::domStencil_op::domFail(dae); local
3570 domGles_pipeline_settings::domStencil_op::domZfailRef ref = new domGles_pipeline_settings::domStencil_op::domZfail(dae); local
3622 domGles_pipeline_settings::domStencil_op::domZpassRef ref = new domGles_pipeline_settings::domStencil_op::domZpass(dae); local
3674 domGles_pipeline_settings::domAlpha_test_enableRef ref = new domGles_pipeline_settings::domAlpha_test_enable(dae); local
3726 domGles_pipeline_settings::domBlend_enableRef ref = new domGles_pipeline_settings::domBlend_enable(dae); local
3778 domGles_pipeline_settings::domClip_plane_enableRef ref = new domGles_pipeline_settings::domClip_plane_enable(dae); local
3841 domGles_pipeline_settings::domColor_logic_op_enableRef ref = new domGles_pipeline_settings::domColor_logic_op_enable(dae); local
3893 domGles_pipeline_settings::domColor_material_enableRef ref = new domGles_pipeline_settings::domColor_material_enable(dae); local
3945 domGles_pipeline_settings::domCull_face_enableRef ref = new domGles_pipeline_settings::domCull_face_enable(dae); local
3997 domGles_pipeline_settings::domDepth_test_enableRef ref = new domGles_pipeline_settings::domDepth_test_enable(dae); local
4049 domGles_pipeline_settings::domDither_enableRef ref = new domGles_pipeline_settings::domDither_enable(dae); local
4101 domGles_pipeline_settings::domFog_enableRef ref = new domGles_pipeline_settings::domFog_enable(dae); local
4153 domGles_pipeline_settings::domTexture_pipeline_enableRef ref = new domGles_pipeline_settings::domTexture_pipeline_enable(dae); local
4205 domGles_pipeline_settings::domLight_enableRef ref = new domGles_pipeline_settings::domLight_enable(dae); local
4269 domGles_pipeline_settings::domLighting_enableRef ref = new domGles_pipeline_settings::domLighting_enable(dae); local
4321 domGles_pipeline_settings::domLight_model_two_side_enableRef ref = new domGles_pipeline_settings::domLight_model_two_side_enable(dae); local
4373 domGles_pipeline_settings::domLine_smooth_enableRef ref = new domGles_pipeline_settings::domLine_smooth_enable(dae); local
4425 domGles_pipeline_settings::domMultisample_enableRef ref = new domGles_pipeline_settings::domMultisample_enable(dae); local
4477 domGles_pipeline_settings::domNormalize_enableRef ref = new domGles_pipeline_settings::domNormalize_enable(dae); local
4529 domGles_pipeline_settings::domPoint_smooth_enableRef ref = new domGles_pipeline_settings::domPoint_smooth_enable(dae); local
4581 domGles_pipeline_settings::domPolygon_offset_fill_enableRef ref = new domGles_pipeline_settings::domPolygon_offset_fill_enable(dae); local
4633 domGles_pipeline_settings::domRescale_normal_enableRef ref = new domGles_pipeline_settings::domRescale_normal_enable(dae); local
4685 domGles_pipeline_settings::domSample_alpha_to_coverage_enableRef ref = new domGles_pipeline_settings::domSample_alpha_to_coverage_enable(dae); local
4737 domGles_pipeline_settings::domSample_alpha_to_one_enableRef ref = new domGles_pipeline_settings::domSample_alpha_to_one_enable(dae); local
4789 domGles_pipeline_settings::domSample_coverage_enableRef ref = new domGles_pipeline_settings::domSample_coverage_enable(dae); local
4841 domGles_pipeline_settings::domScissor_test_enableRef ref = new domGles_pipeline_settings::domScissor_test_enable(dae); local
4893 domGles_pipeline_settings::domStencil_test_enableRef ref = new domGles_pipeline_settings::domStencil_test_enable(dae); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 121 void eLumaMotionComp(uint8 *ref, int picpitch, int picheight,
141 ref += y_pos * picpitch + x_pos;
143 eFullPelMC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
149 ref += y_pos * picpitch + x_pos;
151 eHorzInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dx);
156 ref += y_pos * picpitch + x_pos;
158 eVertInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dy);
163 ref += y_pos * picpitch + x_pos - 2; /* move to the left 2 pixels */
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight);
172 ref += (y_pos - 2) * picpitch + x_pos; /* move to up 2 lines *
1842 uint8 *ref, *out; local
1935 uint8 *ref, *out; local
1985 uint8 *ref, *out; local
    [all...]
sad_halfpel.cpp 19 int AVCHalfPel1_SAD_MB(uint8 *ref,uint8 *blk,int dmin,int width,int ih,int jh)
20 int AVCHalfPel2_SAD_MB(uint8 *ref,uint8 *blk,int dmin,int width)
21 int AVCHalfPel1_SAD_Blk(uint8 *ref,uint8 *blk,int dmin,int width,int ih,int jh)
22 int AVCHalfPel2_SAD_Blk(uint8 *ref,uint8 *blk,int dmin,int width)
24 int AVCSAD_MB_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
25 int AVCSAD_MB_HP_HTFM_Collect(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
26 int AVCSAD_MB_HP_HTFM(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
27 int AVCSAD_Blk_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
63 Purpose: Compute SAD 16x16 between blk and ref in halfpel
68 int AVCSAD_MB_HalfPel_Cxhyh(uint8 *ref, uint8 *blk, int dmin_rx, void *extra_info
    [all...]
avcenc_lib.h 414 \param "ref" "Pointer to the origin of a reference luma."
425 void eLumaMotionComp(uint8 *ref, int picwidth, int picheight,
455 void eChromaMotionComp(uint8 *ref, int picwidth, int picheight,
627 \param "ncand" "Pointer to the full-pel center position in ref frame."
628 \param "lx" "Pitch of the ref frame."
636 \param "ref" "Pointer to the starting reference pixel."
639 void VertInterpWClip(uint8 *dst, uint8 *ref);
    [all...]
  /frameworks/base/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 230 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) {
236 ref->buffer = buf;
237 ref->begin = 0;
238 ref->length = size;
239 ref->next = NULL;
241 oggpack_readinit(bits, ref);
260 ogg_reference ref; local
265 &buf, &ref, &bits);
338 ogg_reference ref; local
339 ref.buffer = &buf
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 148 return !a->ref(UNIQUE_CLIENT_TAG).empty();
154 int cmp = a->ref(PARENT_ID).compare(b->ref(PARENT_ID));
158 int64 a_position = a->ref(SERVER_POSITION_IN_PARENT);
159 int64 b_position = b->ref(SERVER_POSITION_IN_PARENT);
163 cmp = a->ref(ID).compare(b->ref(ID));
171 return !a->ref(IS_DEL) && !a->ref(ID).IsRoot();
199 V* value = enum_value_fn(kernel.ref(field))
    [all...]
  /external/v8/test/mjsunit/
debug-backtrace.js 115 assertEquals("f", response.lookup(frames[0].func.ref).name);
117 assertEquals("", response.lookup(frames[1].func.ref).name);
118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName);
120 assertEquals("g", response.lookup(frames[2].func.ref).name);
122 assertEquals("", response.lookup(frames[3].func.ref).name);
138 assertEquals("", response.lookup(frames[0].func.ref).name);
139 assertEquals("m", response.lookup(frames[0].func.ref).inferredName);
141 assertEquals("g", response.lookup(frames[1].func.ref).name);
156 assertEquals("g", response.lookup(frames[0].func.ref).name);
158 assertEquals("", response.lookup(frames[1].func.ref).name)
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 7 GET_VREG(r0, r1) @ r0<- vB (object ref)
  /dalvik/vm/mterp/armv6t2/
OP_ARRAY_LENGTH.S 7 GET_VREG(r0, r1) @ r0<- vB (object ref)

Completed in 1100 milliseconds

1 2 3 4 5 6 7 8 91011>>