/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyStateListeners.java | 49 public CallStateChangeListener(EventFacade ef) { in CallStateChangeListener() argument 51 mEventFacade = ef; in CallStateChangeListener() 55 public CallStateChangeListener(EventFacade ef, int subId) { in CallStateChangeListener() argument 57 mEventFacade = ef; in CallStateChangeListener() 61 public CallStateChangeListener(EventFacade ef, int subId, Looper looper) { in CallStateChangeListener() argument 63 mEventFacade = ef; in CallStateChangeListener() 114 public DataConnectionRealTimeInfoChangeListener(EventFacade ef) { in DataConnectionRealTimeInfoChangeListener() argument 116 mEventFacade = ef; in DataConnectionRealTimeInfoChangeListener() 120 public DataConnectionRealTimeInfoChangeListener(EventFacade ef, int subId) { in DataConnectionRealTimeInfoChangeListener() argument 122 mEventFacade = ef; in DataConnectionRealTimeInfoChangeListener() [all …]
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_unfilled.h | 40 GLubyte *ef = VB->EdgeFlag; in TAG() local 68 if (ef[e0]) POINT( v[0] ); in TAG() 69 if (ef[e1]) POINT( v[1] ); in TAG() 70 if (ef[e2]) POINT( v[2] ); in TAG() 75 if (ef[e2]) LINE( v[2], v[0] ); in TAG() 76 if (ef[e0]) LINE( v[0], v[1] ); in TAG() 77 if (ef[e1]) LINE( v[1], v[2] ); in TAG() 80 if (ef[e0]) LINE( v[0], v[1] ); in TAG() 81 if (ef[e1]) LINE( v[1], v[2] ); in TAG() 82 if (ef[e2]) LINE( v[2], v[0] ); in TAG() [all …]
|
/external/valgrind/memcheck/tests/amd64/ |
D | fxsave-amd64.stdout.exp | 18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 92 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 [all …]
|
D | xsave-avx.stderr.exp | 123 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 126 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 129 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 130 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 133 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 134 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 137 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 177 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 180 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 183 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 [all …]
|
/external/toolchain-utils/crosperf/ |
D | experiment_factory_unittest.py | 67 ef = ExperimentFactory() 70 ef.AppendBenchmarkSet(bench_list, experiment_factory.telemetry_perfv2_tests, 78 ef.AppendBenchmarkSet(bench_list, 86 ef.AppendBenchmarkSet(bench_list, 120 ef = ExperimentFactory() 121 ef.AppendBenchmarkSet = FakeAppendBenchmarkSet 122 ef.GetDefaultRemotes = FakeGetDefaultRemotes 155 exp = ef.GetExperiment(mock_experiment_file, '', '') 177 exp = ef.GetExperiment(mock_experiment_file, '', '') 184 exp = ef.GetExperiment(mock_experiment_file, '', '') [all …]
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_triangle.c | 51 const GLubyte *ef, 64 const GLubyte *ef, in _swsetup_edge_render_line_tri() argument 75 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); in _swsetup_edge_render_line_tri() 76 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); in _swsetup_edge_render_line_tri() 77 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); in _swsetup_edge_render_line_tri() 79 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); in _swsetup_edge_render_line_tri() 80 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); in _swsetup_edge_render_line_tri() 81 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); in _swsetup_edge_render_line_tri() 90 const GLubyte *ef, in _swsetup_edge_render_point_tri() argument 98 if (ef[e0]) _swrast_Point( ctx, v0 ); in _swsetup_edge_render_point_tri() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_size.py | 352 ef = glx_enum_function( func.name, api.enums_by_name ) 353 if len(ef.enums) == 0: 356 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get): 357 sig = ef.signature() 362 ef.Print( func.name ) 390 ef = glx_enum_function( func.name, api.enums_by_name ) 391 if len(ef.enums) == 0: 394 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get): 474 ef = glx_server_enum_function( func, api.enums_by_name ) 475 if len(ef.enums) == 0: continue [all …]
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 95 const ASN1_EXTERN_FUNCS *ef; in asn1_item_ex_combine_new() local 113 ef = it->funcs; in asn1_item_ex_combine_new() 114 if (ef && ef->asn1_ex_new) { in asn1_item_ex_combine_new() 115 if (!ef->asn1_ex_new(pval, it)) in asn1_item_ex_combine_new() 227 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local 232 ef = it->funcs; in asn1_item_clear() 233 if (ef && ef->asn1_ex_clear) in asn1_item_clear() 234 ef->asn1_ex_clear(pval, it); in asn1_item_clear()
|
D | tasn_fre.c | 81 const ASN1_EXTERN_FUNCS *ef; in asn1_item_combine_free() local 136 ef = it->funcs; in asn1_item_combine_free() 137 if (ef && ef->asn1_ex_free) in asn1_item_combine_free() 138 ef->asn1_ex_free(pval, it); in asn1_item_combine_free()
|
/external/clang/test/Sema/ |
D | warn-bad-function-cast.c | 11 enum e { E1 } ef(void); 31 (enum f { F1 })ef(); in foo() 42 …(int)ef(); /* expected-warning {{cast from function call of type 'enum e' to non-matching type 'in… in foo()
|
/external/llvm/test/MC/ARM/ |
D | aligned-blx.s | 32 @ CHECK: ff f7 fa ef blx _aligned 33 @ CHECK: ff f7 f8 ef blx _aligned 34 @ CHECK: ff f7 f6 ef blx _aligned
|
/external/llvm/test/Assembler/ |
D | invalid-uselistorder-function-between-blocks.ll | 10 %sum = add i32 %eh, %ef 14 %product = phi i32 [%ef, %first], [%sum, %0] 23 %ef = mul i32 %e, %f
|
D | uselistorder.ll | 20 %sum = add i32 %eh, %ef 24 %product = phi i32 [%ef, %first], [%sum, %0] 36 %ef = mul i32 %e, %f
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_rendertmp.h | 206 GLboolean ef2, ef1, ef; in TAG() local 219 ef = EDGEFLAG_GET( ej ); in TAG() 229 EDGEFLAG_SET( ej, ef ); in TAG() 262 GLboolean ef = EDGEFLAG_GET( ej ); in TAG() local 275 EDGEFLAG_SET( ej, ef ); in TAG() 322 GLboolean ef = EDGEFLAG_GET( ELT(j) ); in TAG() local 325 EDGEFLAG_SET( ELT(j), ef ); in TAG() 410 GLboolean ef = EDGEFLAG_GET( ELT(j) ); in TAG() local 426 EDGEFLAG_SET( ELT(j), ef ); in TAG()
|
/external/curl/tests/certs/ |
D | Server-localhost-sv.crt | 23 5a:25:2f:0c:66:88:32:b0:ef:b2:2c:90:38:5e:6e: 48 be:fc:e4:b7:19:5c:b8:83:6e:ef:2c:b0:d5:7c:fc:0d:cb:7e: 49 29:ed:fd:4d:ef:05:1c:89:15:31:78:9b:18:29:d3:37:83:c7: 53 70:4e:49:ef:be:fa:2c:0a:cd:ce:a6:2d:26:cd:f8:24:89:77: 59 88:a1:ef:7b:40:2f:dc:e9:28:8c:69:be:eb:71:4a:c2:30:50:
|
D | Server-localhost-sv.pem | 63 5a:25:2f:0c:66:88:32:b0:ef:b2:2c:90:38:5e:6e: 88 be:fc:e4:b7:19:5c:b8:83:6e:ef:2c:b0:d5:7c:fc:0d:cb:7e: 89 29:ed:fd:4d:ef:05:1c:89:15:31:78:9b:18:29:d3:37:83:c7: 93 70:4e:49:ef:be:fa:2c:0a:cd:ce:a6:2d:26:cd:f8:24:89:77: 99 88:a1:ef:7b:40:2f:dc:e9:28:8c:69:be:eb:71:4a:c2:30:50:
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON() 144 const float32x4_t ef_re_base = vld1q_f32(&ef[0][i]); in ScaleErrorSignalNEON() 145 const float32x4_t ef_im_base = vld1q_f32(&ef[1][i]); in ScaleErrorSignalNEON() 167 vst1q_f32(&ef[0][i], ef_re); in ScaleErrorSignalNEON() 168 vst1q_f32(&ef[1][i], ef_im); in ScaleErrorSignalNEON() 173 ef[0][i] /= (x_pow[i] + 1e-10f); in ScaleErrorSignalNEON() 174 ef[1][i] /= (x_pow[i] + 1e-10f); in ScaleErrorSignalNEON() 175 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignalNEON() 179 ef[0][i] *= abs_ef; in ScaleErrorSignalNEON() 180 ef[1][i] *= abs_ef; in ScaleErrorSignalNEON() [all …]
|
D | aec_core_sse2.c | 86 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2() 98 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]); in ScaleErrorSignalSSE2() 99 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]); in ScaleErrorSignalSSE2() 122 _mm_storeu_ps(&ef[0][i], ef_re); in ScaleErrorSignalSSE2() 123 _mm_storeu_ps(&ef[1][i], ef_im); in ScaleErrorSignalSSE2() 134 ef[0][i] /= (x_pow[i] + 1e-10f); in ScaleErrorSignalSSE2() 135 ef[1][i] /= (x_pow[i] + 1e-10f); in ScaleErrorSignalSSE2() 136 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignalSSE2() 140 ef[0][i] *= abs_ef; in ScaleErrorSignalSSE2() 141 ef[1][i] *= abs_ef; in ScaleErrorSignalSSE2() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo_translate.c | 169 bool ef = ctx->edgeflag.value; in ef_toggle_search_i08() local 171 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i); in ef_toggle_search_i08() 173 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i); in ef_toggle_search_i08() 181 bool ef = ctx->edgeflag.value; in ef_toggle_search_i16() local 183 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i); in ef_toggle_search_i16() 185 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i); in ef_toggle_search_i16() 193 bool ef = ctx->edgeflag.value; in ef_toggle_search_i32() local 195 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i); in ef_toggle_search_i32() 197 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i); in ef_toggle_search_i32() 205 bool ef = ctx->edgeflag.value; in ef_toggle_search_seq() local [all …]
|
/external/autotest/server/cros/ |
D | rf_switch_1_ap_box_1_ap_list.conf | 226 [60:38:e0:07:ef:15] 232 bss = 60:38:e0:07:ef:15 233 wan mac = 60:38:e0:07:ef:14 239 [60:38:e0:07:ef:16] 245 bss5 = 60:38:e0:07:ef:16 246 wan mac = 60:38:e0:07:ef:14 265 [ec:1a:59:45:37:ef] 271 bss5 = ec:1a:59:45:37:ef
|
/external/curl/packages/vms/ |
D | make_pcsi_curl_kit_name.com | 110 $ open/read ef 'default_dir'vms_eco_level.h 112 $ read/end=ecolevel_loop_end ef line_in 130 $ close ef
|
/external/llvm/test/CodeGen/SystemZ/ |
D | la-03.ll | 10 declare void @ef() 58 ; CHECK: lgrl %r2, ef@GOT 60 ret void() *@ef
|
D | la-02.ll | 12 declare void @ef() 60 ; CHECK: lgrl %r2, ef@GOT 62 ret void() *@ef
|
D | la-01.ll | 13 declare void @ef() 71 ; CHECK: larl %r2, ef 73 ret void() *@ef
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_cliptest_tmp.h | 39 const unsigned ef = pvs->draw->vs.edgeflag_output; in TAG() local 188 if ((flags & DO_EDGEFLAG) && ef) { in TAG() 189 const float *edgeflag = out->data[ef]; in TAG()
|