/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 502 * ref node. 669 // otherwise, it's cool to (re)enter target of this rule ref 670 RuleClosureTransition ref = (RuleClosureTransition)transition0; local 678 //System.out.println("invoking rule "+ref.rule.name); 681 NFAState ruleTarget = (NFAState)ref.target; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 21 package org.apache.xml.dtm.ref; [all...] |
DTMDocumentImpl.java | 21 package org.apache.xml.dtm.ref; 351 * @return null if this model doesn't respond to SAX entity ref events. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | 21 package org.apache.xml.dtm.ref.sax2dtm; 29 import org.apache.xml.dtm.ref.*; 434 * @return null if this model doesn't respond to SAX entity ref events. [all...] |
SAX2DTM2.java | 21 package org.apache.xml.dtm.ref.sax2dtm; 24 import org.apache.xml.dtm.ref.*; [all...] |
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | 840 llvm::Value *ref = Builder.CreateLoad(src, "ref.val"); local 841 Builder.CreateStore(ref, blockField); [all...] |
/external/clang/test/SemaCXX/ |
constant-expression-cxx1y.cpp | 213 constexpr int ref() { // expected-error {{never produces a constant expression}} function in namespace:potential_const_expr 269 template<typename T> constexpr T &ref(T &&r) { return r; } function in namespace:incdec 273 static_assert(++ref(0) == 1, ""); 274 static_assert(ref(0)++ == 0, ""); 276 static_assert(--ref(0) == -1, ""); 277 static_assert(ref(0)-- == 0, ""); 280 constexpr int overflow_int_inc_1 = ref(0x7fffffff)++; // expected-error {{constant}} expected-note {{2147483648}} 281 constexpr int overflow_int_inc_1_ok = ref(0x7ffffffe)++; 282 constexpr int overflow_int_inc_2 = ++ref(0x7fffffff); // expected-error {{constant}} expected-note {{2147483648}} 283 constexpr int overflow_int_inc_2_ok = ++ref(0x7ffffffe) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderCommonFunctionTests.cpp | 864 const float ref = roundEven(in0); local 866 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref); 870 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); 1056 const bool ref = tcu::Float32(in0).isNaN(); local 1072 const bool ref = tcu::Float32(in0).isNaN(); local 1154 const bool ref = tcu::Float32(in0).isInf(); local 1170 const bool ref = tcu::Float16(in0).isInf(); local 1430 const float ref = deFloatFloor(in0); local 1696 const float ref = roundEven(in0); local 1809 const float ref = deFloatCeil(in0); local 1942 const float ref = deFloatFrac(in0); local 1965 const float ref = deFloatFrac(in0); local 2384 const tcu::Interval ref = fma(precision, a, b, c); local 2388 m_failMsg << "Expected [" << compNdx << "] = " << ref; local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | 320 const tcu::Texture2D& ref = tex.getRefTexture(); local 321 return IVec2(ref.getWidth(), ref.getHeight()); 326 const tcu::TextureCube& ref = tex.getRefTexture(); local 327 return IVec2(ref.getSize(), ref.getSize()); 377 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) 382 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fIntegerStateQueryTests.cpp | 1246 const int ref = 1 << stencilBit; local 1287 const int ref = 1 << stencilBit; local 2272 const int ref = 1 << stencilBit; local [all...] |
es3fVertexTextureTests.cpp | 404 const tcu::Texture2D& ref = tex.getRefTexture(); local 405 return IVec2(ref.getWidth(), ref.getHeight()); 410 const tcu::TextureCube& ref = tex.getRefTexture(); local 411 return IVec2(ref.getSize(), ref.getSize()); 416 const tcu::Texture2DArray& ref = tex.getRefTexture(); local 417 return IVec3(ref.getWidth(), ref.getHeight(), ref.getNumLayers()) 422 const tcu::Texture3D& ref = tex.getRefTexture(); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureGatherTests.cpp | 499 IVec2 ref[4]; variable 500 SinglePixelOffsets(IVec2(0))(IVec2(), ref); 503 DE_ARRAY_BEGIN(ref)); [all...] |
/external/deqp/modules/internal/ |
ditTextureFormatTests.cpp | 1032 // \todo [2015-10-12 pyry] Collapse duplicate ref arrays 1301 vector<Vector<T, 4> > ref; local 1344 const float ref = refAccess.getPixel(pixelNdx, 0, 0).x(); local 1364 const int ref = refAccess.getPixelInt(pixelNdx, 0, 0).x(); local [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 747 blue_ref = &blue->ref.org; 773 FT_Pos ref = *blue_ref; local 775 FT_Bool over_ref = FT_BOOL( shoot > ref ); 781 *blue_shoot = ( shoot + ref ) / 2; [all...] |
aflatin2.c | 367 blue_ref = & blue->ref.org; 393 FT_Pos ref = *blue_ref; local 395 FT_Bool over_ref = FT_BOOL( shoot > ref ); 401 *blue_shoot = ( shoot + ref ) / 2; 638 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta; 639 blue->ref.fit = blue->ref.cur; 645 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale ); 650 delta1 = blue->shoot.org - blue->ref.org [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheLoadingTest.java | 47 import java.lang.ref.WeakReference; 1745 WeakReference<Object> ref = new WeakReference<Object>(null); local [all...] |
/external/libcxxabi/src/ |
cxa_demangle.cpp | 4504 unsigned ref = db.ref; local 4883 unsigned ref; member in struct:__cxxabiv1::__anon15431::Db [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 511 int w, int h, int ref, int xs, int ys) { 527 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); 530 subpel_y, sf, w, h, ref, kernel, xs, ys); 542 int w, int h, int ref, int xs, int ys) { 551 subpel_y, sf, w, h, ref, kernel, xs, ys); 563 int is_scaled, int ref) { 681 w, h, ref, xs, ys); 696 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); 699 subpel_y, sf, w, h, ref, kernel, xs, ys); 703 subpel_y, sf, w, h, ref, kernel, xs, ys) 726 int ref; local 1935 const int ref = vpx_rb_read_literal(rb, REF_FRAMES_LOG2); local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_pickmode.c | 135 const int ref = mbmi->ref_frame[0]; local 136 const MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv; 146 ref); 158 assert(x->mv_best_ref_index[ref] <= 2); 159 if (x->mv_best_ref_index[ref] < 2) 160 mvp_full = x->mbmi_ext->ref_mvs[ref][x->mv_best_ref_index[ref]].as_mv; 162 mvp_full = x->pred_mv[ref]; 183 rate_mode = cpi->inter_mode_cost[x->mbmi_ext->mode_context[ref]] 197 &dis, &x->pred_sse[ref], NULL, 0, 0) [all...] |
/external/libxml2/ |
valid.c | 2832 xmlRefPtr ref = (xmlRefPtr)xmlLinkGetData(lk); local [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.c | 495 * infeered state between dsa and stencil ref 500 struct pipe_stencil_ref *ref = &rctx->stencil_ref; local 507 S_028430_STENCILTESTVAL(ref->ref_value[0]) | 511 S_028434_STENCILTESTVAL_BF(ref->ref_value[1]) | [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_jpeg.c | 1531 float *ref; local [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
quant.c | 652 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode]; local 660 VP8FTransform(src + VP8Scan[n], ref + VP8Scan[n], tmp[n]); 687 VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1); 699 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode]; local 704 VP8FTransform(src, ref, tmp); 713 VP8ITransform(ref, tmp, yuv_out, 0); 720 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode]; local 728 VP8FTransform(src + VP8Scan[16 + n], ref + VP8Scan[16 + n], tmp[n]); 751 VP8ITransform(ref + VP8Scan[16 + n], tmp[n], yuv_out + VP8Scan[16 + n], 1); 969 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode]; local 996 const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode]; local [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
mat.inl.hpp | 1804 _Tp& SparseMat::ref(int i0, size_t* hashval) function in class:cv::SparseMat 1810 _Tp& SparseMat::ref(int i0, int i1, size_t* hashval) function in class:cv::SparseMat 1816 _Tp& SparseMat::ref(int i0, int i1, int i2, size_t* hashval) function in class:cv::SparseMat 1822 _Tp& SparseMat::ref(const int* idx, size_t* hashval) function in class:cv::SparseMat 2060 _Tp& SparseMat_<_Tp>::ref(int i0, size_t* hashval) function in class:cv::SparseMat_ 2072 _Tp& SparseMat_<_Tp>::ref(int i0, int i1, size_t* hashval) function in class:cv::SparseMat_ 2084 _Tp& SparseMat_<_Tp>::ref(int i0, int i1, int i2, size_t* hashval) function in class:cv::SparseMat_ 2096 _Tp& SparseMat_<_Tp>::ref(const int* idx, size_t* hashval) function in class:cv::SparseMat_ [all...] |
/external/pdfium/third_party/libtiff/ |
tif_jpeg.c | 1643 float *ref; local [all...] |