Searched refs:Prefix (Results 126 - 141 of 141) sorted by path

123456

/external/lzma/CPP/Common/
H A DWildcard.h61 UString Prefix; member in struct:NWildcard::CPair
63 CPair(const UString &prefix): Prefix(prefix) { };
72 { return (Pairs.Size() == 1 && Pairs.Front().Prefix.IsEmpty()); }
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp413 std::string Prefix = "struct.opencl_builtin_type_"; local
417 if (Name.substr(0, Prefix.length()) == Prefix) {
418 return Name.substr(Prefix.length(), Name.length());
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-typed-test.h250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
251 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
255 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
/external/oprofile/events/i386/westmere/
H A Dunit_masks95 0x01 lcp Length Change Prefix stall cycles
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1342 const char* Prefix, const char* Suffix);
1355 char* Prefix,
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) argument
520 strncpy(v ->Prefix, Prefix, sizeof(v ->Prefix)-1);
522 v->Prefix[32] = v->Suffix[32] = 0;
543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
550 memmove(NewNC ->Prefix, v ->Prefix, sizeof(v ->Prefix));
602 char* Prefix,
600 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
[all...]
H A Dcmstypes.c3075 char prefix[32]; // Prefix for each color name
3131 char prefix[32]; // Prefix for each color name
3141 strncpy(prefix, (const char*) NamedColorList->Prefix, 32);
H A Dlcms2_internal.h685 char Prefix[33]; // Prefix and suffix are defined to be 32 characters at most member in struct:_cms_NAMEDCOLORLIST_struct
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary115 ATTRIBUTE Prefix 1003 string
/external/protobuf/gtest/include/gtest/
H A Dgtest-typed-test.h244 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
245 bool gtest_##Prefix##_##CaseName = \
249 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dalsa.m427 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)],
31 [ --with-alsa-inc-prefix=PFX Prefix where include libraries are (optional)],
H A Desd.m418 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
/external/regex-re2/re2/testing/
H A Dparse_test.cc305 TEST(TestParse, Prefix) {
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c76 Prefix"):
645 typedef UInt Prefix; typedef
676 static Bool IS_VALID_PFX ( Prefix pfx ) {
680 static Bool haveREX ( Prefix pfx ) {
684 static Int getRexW ( Prefix pfx ) {
687 static Int getRexR ( Prefix pfx ) {
690 static Int getRexX ( Prefix pfx ) {
693 static Int getRexB ( Prefix pfx ) {
699 static Bool haveF2orF3 ( Prefix pfx ) {
702 static Bool haveF2andF3 ( Prefix pf
[all...]

Completed in 501 milliseconds

123456