Home
last modified time | relevance | path

Searched defs:intermediate (Results 1 – 24 of 24) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java63 final Label intermediate = new Label(); in visitJumpInsnWithProbe() local
64 mv.visitJumpInsn(getInverted(opcode), intermediate); in visitJumpInsnWithProbe() local
147 final Label intermediate; in createIntermediate() local
/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustManagerImplTest.java44 X509Certificate intermediate = chain3[1]; in testLearnIntermediate() local
77 X509Certificate intermediate = chain3[1]; in testDuplicateInChain() local
94 X509Certificate intermediate = chain3[1]; in testGetFullChain() local
/external/sfntly/cpp/src/test/
Dserialization_test.cc40 FontPtr intermediate; in TestSerialization() local
106 FontPtr intermediate; in TestSerializationBitmap() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java40 private Label intermediate = null; field in LabelInfo
228 final Label intermediate) { in setIntermediateLabel()
/external/volley/src/main/java/com/android/volley/
DResponse.java64 public boolean intermediate = false; field in Response
/external/llvm/unittests/Support/
DYAMLIOTest.cpp203 std::string intermediate; in TEST() local
340 std::string intermediate; in TEST() local
463 std::string intermediate; in TEST() local
555 std::string intermediate; in TEST() local
768 std::string intermediate; in TEST() local
858 std::string intermediate; in TEST() local
946 std::string intermediate; in TEST() local
981 std::string intermediate; in TEST() local
1008 std::string intermediate; in TEST() local
1102 std::string intermediate; in TEST() local
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c24 tran_low_t intermediate[4 * 4]; in vpx_fdct4x4_c() local
92 tran_low_t intermediate[64]; in vpx_fdct8x8_c() local
192 tran_low_t intermediate[256]; in vpx_fdct16x16_c() local
/external/swiftshader/src/OpenGL/compiler/
DCompiler.cpp120 TIntermediate intermediate(infoSink); in compile() local
DParseHelper.h63 TIntermediate& intermediate; // to hold and build a parse tree variable
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.h73 struct pipe_sampler_view *intermediate, *transpose; member
Dvl_idct.c784 struct pipe_sampler_view *intermediate) in vl_idct_init_buffer()
/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMaskUtil.cpp133 int32_t intermediate = 0, temp = 0; in GetDataMaskBit() local
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake244 set(intermediate ${ARGN}) variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkGlslToSpirV.cpp297 const glslang::TIntermediate* const intermediate = program.getIntermediate(shaderStage); in compileGlslToSpirV() local
/external/vulkan-validation-layers/libs/glm/gtx/
Dquaternion.inl47 GLM_FUNC_QUALIFIER detail::tquat<T, P> intermediate function
/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp40 static char intermediate[OUTPUT_CAPACITY]; variable
/external/boringssl/src/crypto/x509/
Dx509_test.cc561 bssl::UniquePtr<X509> intermediate(CertFromPEM(kIntermediatePEM)); in TEST() local
/external/boringssl/src/ssl/
Dssl_test.cc2835 bssl::UniquePtr<X509> intermediate = GetChainTestIntermediate(); in TestAutoChain() local
3082 bssl::UniquePtr<X509> intermediate = GetChainTestIntermediate(); in TestRecordCallback() local
3270 bssl::UniquePtr<CRYPTO_BUFFER> intermediate = in TEST() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c567 tran_low_t intermediate[64]; in vp9_fdct8x8_quant_c() local
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c364 static void postproc_fdct16x8_1d_row(int16_t *intermediate, int16_t *output) { in postproc_fdct16x8_1d_row()
/external/libvpx/libvpx/test/
Ddct16x16_test.cc53 double intermediate[16]; in butterfly_16x16_dct_1d() local
/external/kmod/libkmod/
Dlibkmod-config.c921 bool intermediate; member
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c514 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) in eap_fast_tlv_result()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h24 void vpx_fdct32x32_rows_c(const int16_t *intermediate, tran_low_t *out) { in vpx_fdct32x32_rows_c()
38 void vpx_fdct32x32_rd_rows_c(const int16_t *intermediate, tran_low_t *out) { in vpx_fdct32x32_rd_rows_c()