/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 21 package org.apache.xml.dtm.ref; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 21 package org.apache.xml.dtm.ref.dom2dtm; 31 import org.apache.xml.dtm.ref.DTMDefaultBaseIterators; 32 import org.apache.xml.dtm.ref.DTMManagerDefault; 33 import org.apache.xml.dtm.ref.ExpandedNameTable; 34 import org.apache.xml.dtm.ref.IncrementalSAXSource; 436 // If it's an entity ref, advance past it. [all...] |
/external/avahi/avahi-ui/ |
avahi-ui.c | 575 gint ref; local 583 DOMAIN_COLUMN_REF, &ref, 596 gtk_list_store_set(d->priv->domain_list_store, &iter, DOMAIN_COLUMN_REF, ref + 1, -1); 617 gint ref; local 623 DOMAIN_COLUMN_REF, &ref, 630 if (ref <= 1) 633 gtk_list_store_set(d->priv->domain_list_store, &iter, DOMAIN_COLUMN_REF, ref - 1, -1); [all...] |
/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 393 constexpr int &&ref = 0; member in namespace:UnemittedTemporaryDecl 394 extern constexpr int &ref2 = ref;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderIntegerFunctionTests.cpp | 939 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u); local 941 if (out != ref) 943 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); 1021 const deUint32 ref = (base & ~(mask<<offset)) | ((insert & mask)<<offset); local 1085 const deUint32 ref = reverseBits(value); local [all...] |
/external/deqp/framework/referencerenderer/ |
rrRenderState.hpp | 177 int ref; member in struct:rr::StencilState 186 , ref (0)
|
/external/deqp/modules/gles2/functional/ |
es2fIntegerStateQueryTests.cpp | 967 const int ref = 1 << stencilBit; local 1008 const int ref = 1 << stencilBit; local 1745 const int ref = 1 << stencilBit; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderCommonFunctionTests.cpp | 670 const float ref = roundEven(in0); local 672 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); 676 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); 837 const deUint32 ref = tcu::Float32(in0).isNaN() ? 1u : 0u; local 839 if (out0 != ref) 841 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref); 918 const deUint32 ref = tcu::Float32(in0).isInf() ? 1u : 0u; local 920 if (out0 != ref) 922 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref); 1122 const float ref = deFloatFloor(in0); local 1358 const float ref = roundEven(in0); local 1456 const float ref = deFloatCeil(in0); local 1574 const float ref = deFloatFrac(in0); local 1597 const float ref = deFloatFrac(in0); local [all...] |
es3fTextureShadowTests.cpp | 180 float ref; member in struct:deqp::gles3::Functional::Texture2DShadowCase::FilterCase 184 , ref (0.0f) 192 , ref (ref_) 276 float ref; member in struct:deqp::gles3::Functional::__anon10374 297 const float ref = cases[caseNdx].ref; local 305 m_cases.push_back(FilterCase(m_textures[texNdx], ref, tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY))); 341 sampleParams.ref = curCase.ref; 343 m_testCtx.getLog() << TestLog::Message << "Compare reference value = " << sampleParams.ref << TestLog::EndMessage 431 float ref; member in struct:deqp::gles3::Functional::TextureCubeShadowCase::FilterCase 724 float ref; member in struct:deqp::gles3::Functional::Texture2DArrayShadowCase::FilterCase 830 float ref; member in struct:deqp::gles3::Functional::__anon10375 854 const float ref = cases[caseNdx].ref; local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderCommonFunctionTests.cpp | 748 const float ref = roundEven(in0); local 750 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); 754 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); 915 const bool ref = tcu::Float32(in0).isNaN(); local 917 if (out0 != ref) 919 m_failMsg << "Expected [" << compNdx << "] = " << (ref ? "true" : "false"); 931 const bool ref = tcu::Float32(in0).isNaN(); local 933 if (!ref && out0) 935 m_failMsg << "Expected [" << compNdx << "] = " << (ref ? "true" : "false") 998 const bool ref = tcu::Float32(in0).isInf(); local 1014 const bool ref = tcu::Float16(in0).isInf(); local 1205 const float ref = deFloatFloor(in0); local 1441 const float ref = roundEven(in0); local 1539 const float ref = deFloatCeil(in0); local 1657 const float ref = deFloatFrac(in0); local 1680 const float ref = deFloatFrac(in0); local [all...] |
es31fShaderIntegerFunctionTests.cpp | 776 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u); local 778 if (out != ref) 780 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); 844 const deUint32 ref = (base & ~(mask<<offset)) | ((insert & mask)<<offset); local 846 if ((out&cmpMask) != (ref&cmpMask)) 848 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); 899 const deUint32 ref = reverseBits(value); local 901 if ((out&cmpMask) != (ref&cmpMask)) 903 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); [all...] |
/external/deqp/modules/glshared/ |
glsTextureTestUtil.hpp | 112 , ref (0.0f) 123 float ref; //!< Reference value for shadow lookups. member in struct:deqp::gls::TextureTestUtil::RenderParams
|
glsVertexArrayTests.cpp | 1816 const tcu::Surface& ref = m_rrArrayPack->getSurface(); local [all...] |
/external/e2fsprogs/misc/ |
e2image.c | 826 struct ext2_qcow2_refcount *ref; local 830 ref = &(img->refcount); 843 ref->refcount_table_offset = table_offset; 844 ref->refcount_table_clusters = table_clusters; 845 ref->refcount_table_index = 0; 846 ref->refcount_block_index = 0; 849 ret = ext2fs_get_arrayzero(ref->refcount_table_clusters, 850 img->cluster_size, &ref->refcount_table); 855 ret = ext2fs_get_arrayzero(1, img->cluster_size, &ref->refcount_block); 857 ext2fs_free_mem(&ref->refcount_table) 1067 struct ext2_qcow2_refcount *ref; local 1106 struct ext2_qcow2_refcount *ref; local [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 453 blue_ref = &blue->ref.org; 478 FT_Pos ref = *blue_ref; local 480 FT_Bool under_ref = FT_BOOL( shoot < ref ); 487 *blue_shoot = ( shoot + ref ) / 2; 623 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta; 624 blue->ref.fit = blue->ref.cur; 630 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); 636 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateIntervalFormatTest.java | 698 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); local 788 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); local 861 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); local 1019 SimpleDateFormat ref = new SimpleDateFormat(data[i++], loc); local [all...] |
/external/icu/icu4c/source/i18n/ |
rbnf.cpp | 84 LocalizationInfo* ref(void) { function in class:LocalizationInfo 875 init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateIntervalFormatTest.java | 694 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); local 784 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); local 857 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); local 1015 SimpleDateFormat ref = new SimpleDateFormat(data[i++], loc); local [all...] |
/external/jetty/src/java/org/eclipse/jetty/xml/ |
XmlConfiguration.java | 407 else if ("Ref".equals(tag)) 990 String ref = node.getAttribute("ref"); local [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
postproc_msa.c | 99 below1_in, below2_in, ref, out) \ 109 temp0 = (temp0 < ref); \ 110 temp1 = (temp1 < ref); \ 113 temp1 = (temp1 < ref); \ 116 temp1 = (temp1 < ref); \ 202 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local 208 ref = LD_UB(f); 212 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0); 214 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1); 216 VP8_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2) 370 v16u8 src, ref, ref_temp; local [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 817 int ref = 7; local 820 ref ^= VP8_LAST_FRAME; 823 ref ^= VP8_GOLD_FRAME; 826 ref ^= VP8_ALTR_FRAME; 828 vp8_use_as_reference(ctx->cpi, ref); [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.c | 284 int ref, mode; local 288 for (ref = LAST_FRAME; ref < MAX_REF_FRAMES; ++ref) { 290 const int inter_lvl = lvl_seg + lf->ref_deltas[ref] * scale 292 lfi->lvl[seg_id][ref][mode] = clamp(inter_lvl, 0, MAX_LOOP_FILTER); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 251 int skip, ref; local 322 for (ref = 0; ref < 1 + is_compound; ++ref) 323 vp9_encode_mv(cpi, w, &mi->bmi[j].as_mv[ref].as_mv, 324 &mbmi_ext->ref_mvs[mbmi->ref_frame[ref]][0].as_mv, 331 for (ref = 0; ref < 1 + is_compound; ++ref) 332 vp9_encode_mv(cpi, w, &mbmi->mv[ref].as_mv [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
sad_msa.c | 28 v16u8 ref = { 0 }; local 39 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); 41 diff = __msa_asub_u_b(src, ref); 49 const uint8_t *ref, int32_t ref_stride, 58 LD_UB4(ref, ref_stride, ref0, ref1, ref2, ref3); 59 ref += (4 * ref_stride); 70 const uint8_t *ref, int32_t ref_stride, 79 LD_UB2(ref, ref_stride, ref0, ref1); 80 ref += (2 * ref_stride); 85 LD_UB2(ref, ref_stride, ref0, ref1) 167 v16u8 ref = { 0 }; local 241 v16u8 src, ref, ref0, ref1, diff; local 382 v16u8 ref = { 0 }; local 530 v16u8 src, ref0, ref1, ref; local 804 v16u8 ref = { 0 }; local 1079 v16u8 ref = { 0 }; local [all...] |
sub_pixel_variance_msa.c | 27 #define CALC_MSE_AVG_B(src, ref, var, sub) { \ 31 ILVRL_B2_UB(src, ref, src_l0_m, src_l1_m); \ 55 v16u8 ref = { 0 }; local 68 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); 71 CALC_MSE_AVG_B(src, ref, var, avg); 123 v16u8 src, ref, pred; local 132 ref = LD_UB(ref_ptr); 135 CALC_MSE_AVG_B(src, ref, var, avg); 141 ref = LD_UB(ref_ptr); 144 CALC_MSE_AVG_B(src, ref, var, avg) 405 v16u8 filt0, ref = { 0 }; local 591 v16u8 ref = { 0 }; local 793 v16u8 out, ref = { 0 }; local 1031 v16u8 out, pred, filt0, ref = { 0 }; local 1258 v16u8 out, pred, ref = { 0 }; local 1493 v16u8 out, pred, ref = { 0 }; local [all...] |