HomeSort by relevance Sort by last modified time
    Searched refs:ef (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileNotFound.java 32 IccFileNotFound(int ef) {
33 super("ICC EF Not Found 0x" + Integer.toHexString(ef));
AdnRecordLoader.java 72 loadFromEF(int ef, int extensionEF, int recordNumber,
74 mEf = ef;
80 ef, recordNumber,
91 loadAllFromEF(int ef, int extensionEF,
93 mEf = ef;
98 ef,
104 * Write adn to a EF SIM record
105 * It will get the record size of EF record and compose hex adn array
106 * then write the hex array to EF record
109 * @param ef EF filei
    [all...]
  /art/compiler/
elf_writer_test.cc 34 #define EXPECT_ELF_FILE_ADDRESS(ef, expected_value, symbol_name, build_map) \
36 void* addr = reinterpret_cast<void*>(ef->FindSymbolAddress(SHT_DYNSYM, \
45 EXPECT_EQ(expected_value, ef->FindDynamicSymbolAddress(symbol_name)); \
91 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, false, &error_msg));
92 CHECK(ef.get() != nullptr) << error_msg;
93 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatdata, "oatdata", false);
94 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatexec, "oatexec", false);
95 EXPECT_ELF_FILE_ADDRESS(ef, dl_oatlastword, "oatlastword", false);
99 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, false, &error_msg));
100 CHECK(ef.get() != nullptr) << error_msg
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_unfilled.h 40 GLubyte *ef = VB->EdgeFlag; local
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] )
104 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 40 GLubyte *ef = VB->EdgeFlag; local
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] )
104 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/clang/test/Sema/
warn-bad-function-cast.c 11 enum e { E1 } ef(void);
31 (enum f { F1 })ef();
42 (int)ef(); /* expected-warning {{cast from function call of type 'enum e' to non-matching type 'int'}} */
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 51 const GLubyte *ef,
64 const GLubyte *ef,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
90 const GLubyte *ef,
98 if (ef[e0]) _swrast_Point( ctx, v0 )
117 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 51 const GLubyte *ef,
64 const GLubyte *ef,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
90 const GLubyte *ef,
98 if (ef[e0]) _swrast_Point( ctx, v0 )
117 GLubyte *ef = VB->EdgeFlag; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_new.c 93 const ASN1_EXTERN_FUNCS *ef; local
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new)
117 if (!ef->asn1_ex_new(pval, it))
232 const ASN1_EXTERN_FUNCS *ef; local
238 ef = it->funcs;
239 if (ef && ef->asn1_ex_clear)
240 ef->asn1_ex_clear(pval, it)
    [all...]
tasn_fre.c 82 const ASN1_EXTERN_FUNCS *ef; local
141 ef = it->funcs;
142 if (ef && ef->asn1_ex_free)
143 ef->asn1_ex_free(pval, it);
  /external/openssl/crypto/asn1/
tasn_new.c 93 const ASN1_EXTERN_FUNCS *ef; local
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new)
117 if (!ef->asn1_ex_new(pval, it))
232 const ASN1_EXTERN_FUNCS *ef; local
238 ef = it->funcs;
239 if (ef && ef->asn1_ex_clear)
240 ef->asn1_ex_clear(pval, it)
    [all...]
tasn_fre.c 82 const ASN1_EXTERN_FUNCS *ef; local
141 ef = it->funcs;
142 if (ef && ef->asn1_ex_free)
143 ef->asn1_ex_free(pval, it);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_sse2.c 77 static void ScaleErrorSignalSSE2(AecCore* aec, float ef[2][PART_LEN1]) {
89 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]);
90 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]);
113 _mm_storeu_ps(&ef[0][i], ef_re);
114 _mm_storeu_ps(&ef[1][i], ef_im);
125 ef[0][i] /= (aec->xPow[i] + 1e-10f);
126 ef[1][i] /= (aec->xPow[i] + 1e-10f);
127 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i])
    [all...]
aec_core_internal.h 154 float ef[2][PART_LEN1]);
158 float ef[2][PART_LEN1]);
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 75 static void ScaleErrorSignalSSE2(aec_t *aec, float ef[2][PART_LEN1])
85 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]);
86 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]);
109 _mm_storeu_ps(&ef[0][i], ef_re);
110 _mm_storeu_ps(&ef[1][i], ef_im);
115 ef[0][i] /= (aec->xPow[i] + 1e-10f);
116 ef[1][i] /= (aec->xPow[i] + 1e-10f);
117 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i])
    [all...]
aec_core.h 158 typedef void (*WebRtcAec_ScaleErrorSignal_t)(aec_t *aec, float ef[2][PART_LEN1]);
161 (aec_t *aec, float *fft, float ef[2][PART_LEN1]);
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 183 const RSExportForEach *EF = *I;
184 const RSExportType *OET = EF->getOutType();
190 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
299 const RSExportFunc *ef = *I; local
301 makeFunctionSignature(false, ef);
380 const RSExportForEach *ef = *I; local
381 if (ef->isDummyRoot()) {
388 "void " + mClassName + "::forEach_" + ef->getName() + "(";
391 if (ef->hasIns()) {
393 assert(ef->getIns().size() == 1)
464 const RSExportFunc *ef = *I; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 353 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)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 353 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)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 205 GLboolean ef2, ef1, ef; local
218 ef = EDGEFLAG_GET( ej );
228 EDGEFLAG_SET( ej, ef );
261 GLboolean ef = EDGEFLAG_GET( ej ); local
274 EDGEFLAG_SET( ej, ef );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
324 EDGEFLAG_SET( ELT(j), ef ); local
409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
425 EDGEFLAG_SET( ELT(j), ef ); local
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 205 GLboolean ef2, ef1, ef; local
218 ef = EDGEFLAG_GET( ej );
228 EDGEFLAG_SET( ej, ef );
261 GLboolean ef = EDGEFLAG_GET( ej ); local
274 EDGEFLAG_SET( ej, ef );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
324 EDGEFLAG_SET( ELT(j), ef ); local
409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
425 EDGEFLAG_SET( ELT(j), ef ); local
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 40 const unsigned ef = pvs->draw->vs.edgeflag_output; local
144 if ((flags & DO_EDGEFLAG) && ef) {
145 const float *edgeflag = out->data[ef];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 40 const unsigned ef = pvs->draw->vs.edgeflag_output; local
144 if ((flags & DO_EDGEFLAG) && ef) {
145 const float *edgeflag = out->data[ef];
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 36 ptrdiff_t oldtop, ptrdiff_t ef);

Completed in 740 milliseconds

1 2 3 4