Home
last modified time | relevance | path

Searched refs:ef (Results 1 – 25 of 176) sorted by relevance

12345678

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyStateListeners.java51 public CallStateChangeListener(EventFacade ef) { in CallStateChangeListener() argument
53 mEventFacade = ef; in CallStateChangeListener()
57 public CallStateChangeListener(EventFacade ef, int subId) { in CallStateChangeListener() argument
59 mEventFacade = ef; in CallStateChangeListener()
63 public CallStateChangeListener(EventFacade ef, int subId, Looper looper) { in CallStateChangeListener() argument
65 mEventFacade = ef; in CallStateChangeListener()
116 public DataConnectionRealTimeInfoChangeListener(EventFacade ef) { in DataConnectionRealTimeInfoChangeListener() argument
118 mEventFacade = ef; in DataConnectionRealTimeInfoChangeListener()
122 public DataConnectionRealTimeInfoChangeListener(EventFacade ef, int subId) { in DataConnectionRealTimeInfoChangeListener() argument
124 mEventFacade = ef; in DataConnectionRealTimeInfoChangeListener()
[all …]
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_unfilled.h40 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/
Dfxsave-amd64.stdout.exp18 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 …]
Dxsave-avx.stderr.exp123 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/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c51 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/
DglX_proto_size.py353 ef = glx_enum_function( func.name, api.enums_by_name )
354 if len(ef.enums) == 0:
357 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
358 sig = ef.signature()
363 ef.Print( func.name )
391 ef = glx_enum_function( func.name, api.enums_by_name )
392 if len(ef.enums) == 0:
395 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
480 ef = glx_server_enum_function( func, api.enums_by_name )
481 if len(ef.enums) == 0: continue
[all …]
/external/boringssl/src/crypto/asn1/
Dtasn_new.c93 const ASN1_EXTERN_FUNCS *ef; in asn1_item_ex_combine_new() local
112 ef = it->funcs; in asn1_item_ex_combine_new()
113 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()
231 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local
237 ef = it->funcs; in asn1_item_clear()
238 if (ef && ef->asn1_ex_clear) in asn1_item_clear()
239 ef->asn1_ex_clear(pval, it); in asn1_item_clear()
Dtasn_fre.c80 const ASN1_EXTERN_FUNCS *ef; in asn1_item_combine_free() local
139 ef = it->funcs; in asn1_item_combine_free()
140 if (ef && ef->asn1_ex_free) in asn1_item_combine_free()
141 ef->asn1_ex_free(pval, it); in asn1_item_combine_free()
Dtasn_prn.c196 const ASN1_EXTERN_FUNCS *ef; in asn1_item_print_ctx() local
245 ef = it->funcs; in asn1_item_print_ctx()
246 if (ef && ef->asn1_ex_print) in asn1_item_print_ctx()
248 i = ef->asn1_ex_print(out, fld, indent, "", pctx); in asn1_item_print_ctx()
/external/clang/test/Sema/
Dwarn-bad-function-cast.c11 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/Assembler/
Dinvalid-uselistorder-function-between-blocks.ll10 %sum = add i32 %eh, %ef
14 %product = phi i32 [%ef, %first], [%sum, %0]
23 %ef = mul i32 %e, %f
Duselistorder.ll20 %sum = add i32 %eh, %ef
24 %product = phi i32 [%ef, %first], [%sum, %0]
36 %ef = mul i32 %e, %f
/external/mesa3d/src/mesa/tnl/
Dt_vb_rendertmp.h205 GLboolean ef2, ef1, ef; in TAG() local
218 ef = EDGEFLAG_GET( ej ); in TAG()
228 EDGEFLAG_SET( ej, ef ); in TAG()
261 GLboolean ef = EDGEFLAG_GET( ej ); in TAG() local
274 EDGEFLAG_SET( ej, ef ); in TAG()
321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); in TAG() local
324 EDGEFLAG_SET( ELT(j), ef ); in TAG()
409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); in TAG() local
425 EDGEFLAG_SET( ELT(j), ef ); in TAG()
/external/curl/tests/certs/
DServer-localhost-sv.crt23 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:
DServer-localhost-sv.pem63 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/
Daec_core_neon.c133 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 …]
Daec_core_sse2.c86 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/auxiliary/draw/
Ddraw_cliptest_tmp.h40 const unsigned ef = pvs->draw->vs.edgeflag_output; in TAG() local
144 if ((flags & DO_EDGEFLAG) && ef) { in TAG()
145 const float *edgeflag = out->data[ef]; in TAG()
/external/curl/packages/vms/
Dmake_pcsi_curl_kit_name.com110 $ 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/
Dla-03.ll10 declare void @ef()
58 ; CHECK: lgrl %r2, ef@GOT
60 ret void() *@ef
Dla-02.ll12 declare void @ef()
60 ; CHECK: lgrl %r2, ef@GOT
62 ret void() *@ef
Dla-01.ll13 declare void @ef()
71 ; CHECK: larl %r2, ef
73 ret void() *@ef
/external/icu/icu4c/source/test/testdata/
Dre_tests.txt130 ()ef def y $&-$1 ef-
131 ()ef def y $-[0] 1
132 ()ef def y $+[0] 3
133 ()ef def y $-[1] 1
134 ()ef def y $+[1] 1
174 (a|b|c|d|e)f ef y $&-$1 ef-e
175 (a|b|c|d|e)f ef y $-[0] 0
176 (a|b|c|d|e)f ef y $+[0] 2
177 (a|b|c|d|e)f ef y $-[1] 0
178 (a|b|c|d|e)f ef y $+[1] 1
[all …]
/external/valgrind/memcheck/tests/x86/
Dfxsave.stdout.exp16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
84 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
/external/selinux/sepolgen/src/sepolgen/
Dlex.py136 for key, ef in self.lexstateerrorf.items():
137 c.lexstateerrorf[key] = getattr(object,ef.__name__)
166 for key, ef in self.lexstateerrorf.items():
167 if ef:
168 taberr[key] = ef.__name__
195 for key,ef in lextab._lexstateerrorf.items():
196 self.lexstateerrorf[key] = fdict[ef]

12345678