/external/chromium_org/third_party/icu/source/i18n/ |
rematch.cpp | [all...] |
/external/icu4c/i18n/ |
rematch.cpp | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.cpp | 835 GLsizei minCount = 0; 839 case GL_POINTS: primitiveTopology = D3D11_PRIMITIVE_TOPOLOGY_POINTLIST; minCount = 1; break; 840 case GL_LINES: primitiveTopology = D3D_PRIMITIVE_TOPOLOGY_LINELIST; minCount = 2; break; 841 case GL_LINE_LOOP: primitiveTopology = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP; minCount = 2; break; 842 case GL_LINE_STRIP: primitiveTopology = D3D_PRIMITIVE_TOPOLOGY_LINESTRIP; minCount = 2; break; 843 case GL_TRIANGLES: primitiveTopology = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST; minCount = 3; break; 844 case GL_TRIANGLE_STRIP: primitiveTopology = D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP; minCount = 3; break; 846 case GL_TRIANGLE_FAN: primitiveTopology = D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST; minCount = 3; break; 857 return count >= minCount; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL): 739 wr(weights, maxCount-minCount +1) { 741 this->min = minCount; [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL): 739 wr(weights, maxCount-minCount +1) { 741 this->min = minCount; [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_enc.h | 271 unsigned long mincount; member in struct:venc_allocatorproperty
|
msm_vidc_dec.h | 167 uint32_t mincount; member in struct:vdec_allocatorproperty
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_dec.h | 243 uint32_t mincount; member in struct:vdec_allocatorproperty
|
msm_vidc_enc.h | 476 unsigned long mincount; member in struct:venc_allocatorproperty
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_vidc_dec.h | 240 uint32_t mincount; member in struct:vdec_allocatorproperty
|
msm_vidc_enc.h | 524 unsigned long mincount; member in struct:venc_allocatorproperty
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | 746 staticInfo(ANDROID_SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, /*minCount*/1, /*maxCount*/1); [all...] |
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_vidc_dec.h | 166 uint32_t mincount; member in struct:vdec_allocatorproperty
|
msm_vidc_enc.h | 294 unsigned long mincount; member in struct:venc_allocatorproperty
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec_copper.cpp | [all...] |
omx_vdec.cpp | [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
omx_vdec_hevc.cpp | [all...] |
omx_vdec_msm8974.cpp | [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 668 * r10 <- minCount [all...] |
CompilerTemplateAsm-armv7-a.S | 668 * r10 <- minCount [all...] |
CompilerTemplateAsm-mips.S | [all...] |
CompilerTemplateAsm-armv5te-vfp.S | [all...] |