/external/ImageMagick/MagickCore/ |
type.h | 91 *GetTypeInfo(const char *,ExceptionInfo *),
|
type.c | 269 % GetTypeInfo searches the type list for the specified name and if found 272 % The format of the GetTypeInfo method is: 274 % const TypeInfo *GetTypeInfo(const char *name,ExceptionInfo *exception) 283 MagickExport const TypeInfo *GetTypeInfo(const char *name, 375 (void) GetTypeInfo("*",exception); 582 p=GetTypeInfo("*",exception); 676 p=GetTypeInfo("*",exception); [all...] |
methods.h | [all...] |
annotate.c | [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
type_info_test_helper.h | 75 TypeInfo* GetTypeInfo();
|
type_info_test_helper.cc | 89 TypeInfo* TypeInfoTestHelper::GetTypeInfo() { return typeinfo_.get(); }
|
protostream_objectwriter_test.cc | 163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor)); [all...] |
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
DefaultSslRootsOverride.cs | 44 var stream = typeof(DefaultSslRootsOverride).GetTypeInfo().Assembly.GetManifestResourceStream(RootsPemResourceName);
|
PlatformApis.cs | 75 var platformProperty = unityApplicationClass.GetTypeInfo().GetProperty("platform"); 175 return Type.GetType(UnityEngineApplicationClassName).GetTypeInfo().GetProperty("platform").GetValue(null).ToString();
|
NativeExtension.cs | 155 var assembly = typeof(NativeExtension).GetTypeInfo().Assembly;
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
NUnitMain.cs | 38 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper(Console.Out), Console.In);
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
NUnitMain.cs | 38 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper(Console.Out), Console.In);
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
NUnitMain.cs | 38 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper(Console.Out), Console.In);
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
NUnitMain.cs | 38 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper(Console.Out), Console.In);
|
TestCredentials.cs | 78 var assemblyDir = Path.GetDirectoryName(typeof(TestCredentials).GetTypeInfo().Assembly.Location);
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
NUnitMain.cs | 38 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args, new ExtendedTextWrapper(Console.Out), Console.In);
|
/external/ImageMagick/coders/ |
ttf.c | 222 type_info=GetTypeInfo(image_info->filename,exception);
|
wmf.c | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
c.py | [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | [all...] |