/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.functions/ |
D | format_to_n.pass.cpp | 45 using diff_type = decltype(result.size); typedef 46 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); 54 using diff_type = decltype(result.size); typedef 55 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); 56 diff_type size = std::min<diff_type>(5, formatted_size); 64 using diff_type = decltype(result.size); typedef 65 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); 66 diff_type size = std::min<diff_type>(1000, formatted_size); 75 using diff_type = decltype(result.size); typedef 76 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); [all …]
|
D | format_to_n.locale.pass.cpp | 47 using diff_type = decltype(result.size); typedef 48 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); 57 using diff_type = decltype(result.size); typedef 58 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); 59 diff_type size = std::min<diff_type>(5, formatted_size); 68 using diff_type = decltype(result.size); typedef 69 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); 70 diff_type size = std::min<diff_type>(1000, formatted_size); 80 using diff_type = decltype(result.size); typedef 81 … diff_type formatted_size = std::formatted_size(std::locale(), fmt, std::forward<Args>(args)...); [all …]
|
D | locale-specific_form.pass.cpp | 161 using diff_type = decltype(result.size); in test() typedef 162 diff_type formatted_size = std::formatted_size(fmt, std::forward<Args>(args)...); in test() 163 diff_type size = std::min<diff_type>(1000, formatted_size); in test() 211 using diff_type = decltype(result.size); in test() typedef 212 diff_type formatted_size = std::formatted_size(loc, fmt, std::forward<Args>(args)...); in test() 213 diff_type size = std::min<diff_type>(1000, formatted_size); in test()
|
/external/aac/libFDK/src/ |
D | nlc_dec.cpp | 574 DIFF_TYPE diff_type; in huff_decode() local 724 diff_type = DIFF_TIME; in huff_decode() 726 diff_type = DIFF_FREQ; in huff_decode() 728 { hufYY = diff_type; } in huff_decode() 843 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in EcDataPairDec() local 942 diff_type[0] = DIFF_FREQ; in EcDataPairDec() 943 diff_type[1] = DIFF_FREQ; in EcDataPairDec() 949 diff_type[0] = (DIFF_TYPE)data; in EcDataPairDec() 953 ((diff_type[0] == DIFF_FREQ) || allowDiffTimeBack_flag)) { in EcDataPairDec() 955 diff_type[1] = (DIFF_TYPE)data; in EcDataPairDec() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_dec.c | 1062 WORD32 diff_type; in ixheaacd_huff_decode() local 1364 diff_type = DIFF_TIME; in ixheaacd_huff_decode() 1366 diff_type = DIFF_FREQ; in ixheaacd_huff_decode() 1371 huff_yy = diff_type; in ixheaacd_huff_decode() 1513 WORD32 diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in ixheaacd_mps_ecdatapairdec() local 1611 diff_type[0] = DIFF_FREQ; in ixheaacd_mps_ecdatapairdec() 1612 diff_type[1] = DIFF_FREQ; in ixheaacd_mps_ecdatapairdec() 1619 diff_type[0] = data; in ixheaacd_mps_ecdatapairdec() 1622 if (pair_flag && ((diff_type[0] == DIFF_FREQ) || diff_time_back_flag)) { in ixheaacd_mps_ecdatapairdec() 1624 diff_type[1] = data; in ixheaacd_mps_ecdatapairdec() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/tests/ |
D | canonicalize.mlir | 22 %diff_type = tfr.equal %0,%2 -> i1 29 func.return %same_type, %diff_type, %same_str, %diff_str : i1, i1, i1, i1
|
D | ops.mlir | 125 %diff_type = tfr.equal %0,%2 -> i1 132 func.return %same_type, %diff_type, %same_str, %diff_str : i1, i1, i1, i1
|
/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_top_level.cpp | 313 namespace diff_type { namespace
|
/external/aac/libSACenc/src/ |
D | sacenc_nlc_enc.cpp | 590 static INT diff_type_offset(const DIFF_TYPE diff_type) { in diff_type_offset() argument 592 switch (diff_type) { in diff_type_offset()
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/ |
D | gles3-master.txt | 36444 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles3-master.txt | 36444 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/android/cts/main/ |
D | gles3-master-2020-03-01.txt | 4033 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
D | gles3-master.txt | 4093 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/android/cts/main/src/ |
D | gles3-master-2020-03-01.txt | 38268 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/ |
D | gles3-master.txt | 39011 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/main/ |
D | gles3-master.txt | 40141 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/ |
D | gles3-master.txt | 39609 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/ |
D | gles3-master.txt | 40141 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/ |
D | gles3-master.txt | 40141 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/ |
D | gles3-master.txt | 38990 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/ |
D | gles3-master.txt | 40356 dEQP-GLES3.functional.vertex_array_objects.diff_type
|
/external/virglrenderer/ci/previous_results/es_host_llvmpipe/deqp_gles3/ |
D | results.txt | 42899 dEQP-GLES3.functional.vertex_array_objects.diff_type Pass
|
/external/virglrenderer/ci/previous_results/archived/gl_host_i915/deqp_gles3/ |
D | results.txt | 42647 dEQP-GLES3.functional.vertex_array_objects.diff_type Pass
|
/external/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gles3/ |
D | results.txt | 42707 dEQP-GLES3.functional.vertex_array_objects.diff_type Pass
|
/external/virglrenderer/ci/previous_results/archived/es_host_i915/deqp_gles3/ |
D | results.txt | 42647 dEQP-GLES3.functional.vertex_array_objects.diff_type Pass
|