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

1 2

  /art/test/066-mismatched-super/src/
Main.java 29 ExtendsFinal ef = new ExtendsFinal(); local
  /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...]
  /art/test/654-checker-periodic/src/
Main.java 138 float ef = i == 0 ? 1.0f : ((i & 1) == 0 ? 0.0f : 1486662021.0f); local
140 expectEquals(ef, cf);
143 float ef = i == 0 ? 1.0f : ((i & 1) == 0 ? 0.0f : 1486662021.0f); local
145 expectEquals(ef, cf);
148 float ef = (i & 1) == 0 ? 1.0f : 1486662020.0f; local
150 expectEquals(ef, cf);
153 float ef = (i & 1) == 0 ? 1.0f : 1486662020.0f; local
155 expectEquals(ef, cf);
  /external/boringssl/src/crypto/asn1/
tasn_fre.c 79 const ASN1_EXTERN_FUNCS *ef; local
134 ef = it->funcs;
135 if (ef && ef->asn1_ex_free)
136 ef->asn1_ex_free(pval, it);
tasn_new.c 96 const ASN1_EXTERN_FUNCS *ef; local
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new) {
116 if (!ef->asn1_ex_new(pval, it))
228 const ASN1_EXTERN_FUNCS *ef; local
233 ef = it->funcs;
234 if (ef && ef->asn1_ex_clear)
235 ef->asn1_ex_clear(pval, it)
    [all...]
tasn_enc.c 134 const ASN1_EXTERN_FUNCS *ef; local
174 ef = it->funcs;
175 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
tasn_dec.c 162 const ASN1_EXTERN_FUNCS *ef; local
242 ef = it->funcs;
243 return ef->asn1_ex_d2i(pval, in, len, it, tag, aclass, opt, ctx);
    [all...]
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ExtraFieldTest.java 67 BiConsumer<StoredEntry, ExtraField> localSet = (se, ef) -> {
69 se.setLocalExtra(ef);
77 BiConsumer<StoredEntry, ExtraField> centralSet = (se, ef) -> {
79 se.getCentralDirectoryHeader().setExtraField(ef);
229 ExtraField ef = mExtraFieldGetter.apply(extra); local
230 assertEquals(1, ef.getSegments().size());
231 ExtraField.Segment s = ef.getSingleSegment(0x7654);
277 ExtraField ef = mExtraFieldGetter.apply(extra); local
278 assertEquals(0, ef.getSegments().size());
325 ExtraField ef = mExtraFieldGetter.apply(extra) local
338 ExtraField ef = new ExtraField(raw); local
351 ExtraField ef = new ExtraField(raw); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 39 const unsigned ef = pvs->draw->vs.edgeflag_output; local
188 if ((flags & DO_EDGEFLAG) && ef) {
189 const float *edgeflag = out->data[ef];
  /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/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 224 uint16x8_t ef = (uint16x8_t)vec_mergeh(e, f); local
228 uint32x4_t efgh = (uint32x4_t)vec_mergeh(ef, gh);
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 206 GLboolean ef2, ef1, ef; local
219 ef = EDGEFLAG_GET( ej );
229 EDGEFLAG_SET( ej, ef );
262 GLboolean ef = EDGEFLAG_GET( ej ); local
275 EDGEFLAG_SET( ej, ef );
322 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
325 EDGEFLAG_SET( ELT(j), ef ); local
410 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
426 EDGEFLAG_SET( ELT(j), ef ); local
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 169 bool ef = ctx->edgeflag.value; local
171 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i);
173 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i);
181 bool ef = ctx->edgeflag.value; local
183 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i);
185 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i);
193 bool ef = ctx->edgeflag.value; local
195 for (i = 0; i < n && ef_value_8(ctx, elts[i]) == ef; ++i);
197 for (i = 0; i < n && ef_value_32(ctx, elts[i]) == ef; ++i);
205 bool ef = ctx->edgeflag.value local
    [all...]
  /external/iptables/libxtables/
xtoptions.c 1007 unsigned int ef = 1 << entry->id, of = 1 << other->id; local
1017 if ((xflags & (ef | of)) != (ef | of))
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 190 const RSExportForEach *EF = *I;
191 const RSExportType *OET = EF->getOutType();
197 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
304 const RSExportFunc *ef = *I; local
306 makeFunctionSignature(false, ef);
316 const RSExportForEach *ef = *I; local
317 if (ef->isDummyRoot()) {
324 "void " + mClassName + "::forEach_" + ef->getName() + "(";
327 if (ef->hasIns()) {
329 slangAssert(ef->getIns().size() == 1)
400 const RSExportFunc *ef = *I; local
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 371 EncodedField ef = new EncodedField(field, access); local
377 classDef.addStaticField(ef, null);
379 classDef.addInstanceField(ef);
    [all...]
  /external/libpcap/
gencode.h 258 struct edge ef; member in struct:block
395 #define JF(b) ((b)->ef.succ)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 641 LLVMValueRef e, f, ef, ooa; local
674 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef");
675 e = LLVMBuildExtractElement(b, ef, zeroi, "");
676 f = LLVMBuildExtractElement(b, ef, onei, "");
    [all...]
  /external/oj-libjdwp/src/share/back/
eventFilter.c 130 EventFilters ef; member in struct:EventFilterPrivate_HandlerNode_
137 #define EVENT_FILTERS(node) (&(((EventFilterPrivate_HandlerNode*)(void*)node)->ef))
153 size_t size = offsetof(EventFilterPrivate_HandlerNode, ef) +
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 778 Module ef = new AbstractModule() { local
787 Injector injector = Guice.createInjector(abcd, ef);
835 Module ef = new AbstractModule() { local
    [all...]
MultibinderTest.java 636 Module ef = new AbstractModule() { local
645 Injector injector = Guice.createInjector(abcd, ef);
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0,
674 Module ef = new AbstractModule() { local
684 Injector injector = Guice.createInjector(abcd, ef);
688 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, true, 0,
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 

Completed in 735 milliseconds

1 2