Searched defs:construct (Results 26 - 43 of 43) sorted by relevance

12

/external/zlib/src/contrib/blast/
H A Dblast.c173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n) function
311 construct(&litcode, litlen, sizeof(litlen));
312 construct(&lencode, lenlen, sizeof(lenlen));
313 construct(&distcode, distlen, sizeof(distlen));
/external/icu4c/i18n/
H A Dsimpletz.cpp94 construct(rawOffsetGMT,
113 construct(rawOffsetGMT,
134 construct(rawOffsetGMT,
145 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
H A Dsmpdtfmt.cpp246 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
396 construct(timeStyle, dateStyle, fLocale, status);
513 void SimpleDateFormat::construct(EStyle timeStyle, function in class:SimpleDateFormat
H A Ddecimfmt.cpp249 construct(status, parseError);
260 construct(status, parseError, &pattern);
275 construct(status, parseError, &pattern, symbolsToAdopt);
285 construct(status,parseErr, &pattern, symbolsToAdopt);
298 construct(status, parseError, &pattern, new DecimalFormatSymbols(symbols));
313 construct(status, parseError, &pattern, symbolsToAdopt);
357 DecimalFormat::construct(UErrorCode& status, function in class:DecimalFormat
/external/skia/src/ports/
H A DSkFontHost_linux.cpp47 void construct(const char name[], FamilyRec* family) function in struct:NameFamilyPair
204 list->construct(name, family);
H A DSkFontHost_simple.cpp47 void construct(const char name[], FamilyRec* family) { function in struct:NameFamilyPair
202 list->construct(name, family);
H A DSkFontHost_android.cpp99 void construct(const char name[], FamilyRec* family) { function in struct:NameFamilyPair
268 list->construct(name, family);
/external/stlport/stlport/stl/
H A D_alloc.h331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
/external/e2fsprogs/e2fsck/
H A Ddict.c1285 static void construct(dict_t *d) function
1460 construct(d);
/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h173 NPN_ConstructProcPtr construct; member in struct:_NPNetscapeFuncs
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp743 PathDiagnosticCallPiece::construct(const ExplodedNode *N, function in class:PathDiagnosticCallPiece
754 PathDiagnosticCallPiece::construct(PathPieces &path, function in class:PathDiagnosticCallPiece
/external/dbus/dbus/
H A Ddbus-marshal-recursive-util.c366 dbus_bool_t (* construct) (TestTypeNode *node); member in struct:TestTypeNodeClass
946 if (klass->construct)
948 if (!(* klass->construct) (node))
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp8386 // directly construct UnaryOperators here because semantic analysis
9721 CXXConstructExpr *construct = cast<CXXConstructExpr>(result.take()); local
9722 if (!construct->getConstructor()->isTrivial()) {
9723 Expr *init = MaybeCreateExprWithCleanups(construct);
H A DSemaOverload.cpp521 void AmbiguousConversionSequence::construct() { function in class:clang::AmbiguousConversionSequence
5029 /// \param Loc The source location of the construct that requires the
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jar ... ix String type java.lang.reflect.Constructor construct org.eclipse.core.internal.boot. ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 4164 milliseconds

12