Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 25 of 60) sorted by relevance

123

/external/valgrind/tsan/pin/
DMakefile10 INCLUDES_L64=-I.. -I$(PIN_ROOT)/extras/xed2-intel64/include -I$(PIN_ROOT)/source/include -I$(PIN_R…
11 INCLUDES_L32=-I.. -I$(PIN_ROOT)/extras/xed2-ia32/include -I$(PIN_ROOT)/source/include -I$(PIN_ROOT…
12 LIBPATHS_L64=-L$(PIN_ROOT)/extras/xed2-intel64/lib -L$(PIN_ROOT)/intel64/lib -L$(PIN_ROOT)/intel64/…
13 LIBPATHS_L32=-L$(PIN_ROOT)/extras/xed2-ia32/lib -L$(PIN_ROOT)/ia32/lib -L$(PIN_ROOT)/ia32/lib-ext
37 …/I.. /I$(PIN_ROOT)/source/include /I$(PIN_ROOT)/source/include/gen /I$(PIN_ROOT)/extras/xed2-ia3…
39 …/LIBPATH:$(PIN_ROOT)/ia32/lib /LIBPATH:$(PIN_ROOT)/ia32/lib-ext /LIBPATH:$(PIN_ROOT)/extras/xed2-…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTBSCertificate.java110 for (int extras = seq.size() - (seqStart + 6) - 1; extras > 0; extras--) in TBSCertificate()
112 DERTaggedObject extra = (DERTaggedObject)seq.getObjectAt(seqStart + 6 + extras); in TBSCertificate()
DTBSCertificateStructure.java112 for (int extras = seq.size() - (seqStart + 6) - 1; extras > 0; extras--) in TBSCertificateStructure()
114 DERTaggedObject extra = (DERTaggedObject)seq.getObjectAt(seqStart + 6 + extras); in TBSCertificateStructure()
/external/valgrind/tsan/
DMakefile34 -I$(PIN_ROOT)/extras/xed2-$(PIN_ARCH)/include -I$(PIN_ROOT)/extras/components/include
35 PIN_LIBPATHS=-L$(PIN_ROOT)/extras/xed2-$(PIN_ARCH)/lib -L$(PIN_ROOT)/$(PIN_ARCH)/lib -L$(PIN_ROOT)/…
Dmk-self-contained-tsan-pin.sh69 tar zcvh -C $IN_DIR $TAR_EXCLUDE $IN_FILES -C $PIN_ROOT ./{extras,ia32,intel64,pin} >> $OUT
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp208 DrawExtra* getDrawExtra(DrawExtras extras) in getDrawExtra() argument
210 if (extras == DrawExtrasNone) in getDrawExtra()
212 return m_extras[extras - 1]; in getDrawExtra()
256 WebCore::IntRect& screenClip, float scale, int extras, bool shouldDraw) in drawGL() argument
271 DrawExtra* extra = getDrawExtra((DrawExtras) extras); in drawGL()
299 void draw(SkCanvas* canvas, SkColor bgColor, DrawExtras extras) in draw() argument
327 m_baseLayer->draw(canvas, getDrawExtra(extras)); in draw()
792 extras = _extras; in GLDrawFunctor()
825 titlebarHeight, screenClip, scale, extras, shouldDraw); in operator ()()
855 extras = _extras; in updateExtras()
[all …]
/external/qemu/distrib/sdl-1.2.15/
DREADME.NDS7 http://www.libsdl.org/extras/nds/devkitPro-20070503-linux.tar.gz
/external/mdnsresponder/mDNSShared/
Ddnssd_clientshim.c142 ExtraResourceRecord *extras = x->s.Extras; in FreeDNSServiceRegistration() local
144 if (extras->r.resrec.rdata != &extras->r.rdatastorage) in FreeDNSServiceRegistration()
145 mDNSPlatformMemFree(extras->r.resrec.rdata); in FreeDNSServiceRegistration()
146 mDNSPlatformMemFree(extras); in FreeDNSServiceRegistration()
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/SDL.xcodeproj/
Dproject.pbxproj1468extras-tmp\nmkdir -p build/devel-extras-tmp/Documentation\nmkdir -p build/devel-extras-tmp/Documen…
/external/libxslt/libxslt/
DxsltInternals.h249 #define XSLT_RUNTIME_EXTRA_LST(ctxt, nr) (ctxt)->extras[(nr)].info
257 #define XSLT_RUNTIME_EXTRA_FREE(ctxt, nr) (ctxt)->extras[(nr)].deallocate
265 #define XSLT_RUNTIME_EXTRA(ctxt, nr, typ) (ctxt)->extras[(nr)].val.typ
1724 xsltRuntimeExtraPtr extras; /* extra per runtime informations */ member
Dtransform.c501 cur->extras = (xsltRuntimeExtraPtr) in xsltNewTransformContext()
503 if (cur->extras == NULL) { in xsltNewTransformContext()
510 cur->extras[i].info = NULL; in xsltNewTransformContext()
511 cur->extras[i].deallocate = NULL; in xsltNewTransformContext()
512 cur->extras[i].val.ptr = NULL; in xsltNewTransformContext()
515 cur->extras = NULL; in xsltNewTransformContext()
589 if ((ctxt->extrasNr > 0) && (ctxt->extras != NULL)) { in xsltFreeTransformContext()
593 if ((ctxt->extras[i].deallocate != NULL) && in xsltFreeTransformContext()
594 (ctxt->extras[i].info != NULL)) in xsltFreeTransformContext()
595 ctxt->extras[i].deallocate(ctxt->extras[i].info); in xsltFreeTransformContext()
[all …]
Dxslt.c800 ctxt->extras = (xsltRuntimeExtraPtr) in xsltAllocateExtraCtxt()
802 if (ctxt->extras == NULL) { in xsltAllocateExtraCtxt()
809 ctxt->extras[i].info = NULL; in xsltAllocateExtraCtxt()
810 ctxt->extras[i].deallocate = NULL; in xsltAllocateExtraCtxt()
811 ctxt->extras[i].val.ptr = NULL; in xsltAllocateExtraCtxt()
818 tmp = (xsltRuntimeExtraPtr) xmlRealloc(ctxt->extras, in xsltAllocateExtraCtxt()
826 ctxt->extras = tmp; in xsltAllocateExtraCtxt()
828 ctxt->extras[i].info = NULL; in xsltAllocateExtraCtxt()
829 ctxt->extras[i].deallocate = NULL; in xsltAllocateExtraCtxt()
830 ctxt->extras[i].val.ptr = NULL; in xsltAllocateExtraCtxt()
/external/mksh/src/
DBuild.sh1685 extras='emacsfn.h sh.h sh_flags.h var_spec.h'
1686 test 0 = $HAVE_SYS_SIGNAME && extras="$extras signames.inc"
1695 INDSRCS= $extras
/external/icu4c/i18n/
Dalphaindex.cpp818 UnicodeSet extras;
822 …ucol_getContractionsAndExpansions(uRuleBasedCollator, extras.toUSet(), expansions.toUSet(), true, …
823 extras.addAll(expansions).removeAll(*TO_TRY);
824 if (extras.size() != 0) {
826 UnicodeSetIterator extrasIter(extras);
/external/skia/src/animator/
DSkAnimateMaker.cpp154 SkExtras* extras = fExtras[index]; in deleteMembers() local
155 delete extras; in deleteMembers()
DSkAnimator.cpp53 void SkAnimator::addExtras(SkExtras* extras) { in addExtras() argument
54 *fMaker->fExtras.append() = extras; in addExtras()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DGImpactCollisionShape.java36 import com.bulletphysics.extras.gimpact.GImpactMeshShape;
/external/compiler-rt/
DAndroid.mk34 LOCAL_WHOLE_STATIC_LIBRARIES += libcompiler-rt-builtins libcompiler-rt-extras
/external/icu4c/
Dconfigure.in1112 # Enable/disable extras
1113 AC_ARG_ENABLE(extras, optenable
1114 [ --enable-extras build ICU extras [default=yes]],
1116 yes) extras=true ;;
1117 no) extras=false ;;
1118 *) AC_MSG_ERROR(bad value ${enableval} for --enable-extras) ;;
1120 extras=true)
1121 ICU_CONDITIONAL(EXTRAS, test "$extras" = true)
Dconfigure.in.orig1106 # Enable/disable extras
1107 AC_ARG_ENABLE(extras,
1108 [ --enable-extras build ICU extras [default=yes]],
1110 yes) extras=true ;;
1111 no) extras=false ;;
1112 *) AC_MSG_ERROR(bad value ${enableval} for --enable-extras) ;;
1114 extras=true)
1115 ICU_CONDITIONAL(EXTRAS, test "$extras" = true)
/external/compiler-rt/lib/
DAndroid.mk174 LOCAL_MODULE := libcompiler-rt-extras
/external/skia/include/animator/
DSkAnimator.h90 void addExtras(SkExtras* extras);
/external/openssh/contrib/suse/
Dopenssh.spec45 Obsoletes: ssh-extras
/external/openssh/contrib/caldera/
Dopenssh.spec83 Obsoletes : ssh-extras
/external/valgrind/main/docs/
DREADME146 indented ones are extras it added on:

123