Home
last modified time | relevance | path

Searched refs:Prefix (Results 1 – 12 of 12) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm940 my $Prefix = getPrefix($_[0]);
941 if(not $Prefix or defined $NonPrefix{lc($Prefix)}) {
944 return $Prefix;
1484 if(my $Prefix = getPrefix_S($Sym))
1486 $PrefixToLib{$Prefix}{$LName} += 1;
1487 $LibPrefix{$LPath}{$Prefix} += 1;
1488 $PrefixSymbols{$LPath}{$Prefix}{$Sym} = 1;
1511 if(my $Prefix = getPrefix_S($Symbol))
1513 $PrefixToLib{$Prefix}{$LName} += 1;
1514 $LibPrefix{$LPath}{$Prefix} += 1;
[all …]
H A DSysFiles.pm1376 foreach my $Prefix (keys(%{$Header_Include_Prefix{$LVer}{$HPath}{$IncPath}})) {
1377 $Header_Include_Prefix{$LVer}{$AbsPath}{$IncPath}{$Prefix} = 1;
1500 my %Prefix = ();
1509 $Prefix{$Dir} += 1;
1510 $Prefix{getDirname($Dir)} += 1;
1513 foreach (sort keys(%Prefix))
1516 and $Prefix{$_}==$#Paths+1) {
1819 foreach my $Prefix (keys(%{$Header_Include_Prefix{$LVer}{$AbsPath}{$HeaderPath}}))
1822 if($Prefix)
1826 if(not $Dep=~s/[\/\\]+\Q$Prefix\E\Z//ig) {
[all …]
H A DBasic.pm306 my ($Path, $Prefix) = @_;
307 if(not $Prefix) {
310 $Prefix=~s/[\/\\]+\Z//;
311 $Path=~s/\A\Q$Prefix\E([\/\\]+|\Z)//;
H A DABIDump.pm1367 foreach my $Prefix (sort keys(%Pattern_Lib_Map))
1369 if($Symbol=~/\A$Prefix/)
1371 foreach my $LibName (@{$Pattern_Lib_Map{$Prefix}})
1410 my ($LVer, $Prefix) = @_;
1413 $Prefix = lc($Prefix);
1414 $Prefix=~s/[_]+\Z//g;
1420 if(my $Path = getLibPath($LVer, "lib".$Prefix.$_.".".$LibExt)) {
H A DDescriptor.pm175 if(my $Prefix = parseTag(\$Content, "cross_prefix")) {
176 $In::Opt{"CrossPrefix"} = $Prefix;
/petsc/src/sys/objects/
H A Daoptions.c15 static const char *Prefix(const char *str) in Prefix() function
679 PetscCall((*PetscHelpPrintf)(comm, " -%s%s: <%s", Prefix(prefix), opt + 1, list[value[0]])); in PetscOptionsEnumArray_Private()
715 …-%s%s: <now %" PetscInt_FMT " : formerly %" PetscInt_FMT ">: %s (%s)\n", Prefix(prefix), opt + 1, … in PetscOptionsInt_Private()
746 …(PetscOptionsObject->comm, " -%s%s: <now %d : formerly %d>: %s (%s)\n", Prefix(prefix), opt + 1, … in PetscOptionsMPIInt_Private()
768 …(PetscOptionsObject->comm, " -%s%s: <now %s : formerly %s>: %s (%s)\n", Prefix(prefix), opt + 1, … in PetscOptionsString_Private()
799 …(PetscOptionsObject->comm, " -%s%s: <now %g : formerly %g>: %s (%s)\n", Prefix(prefix), opt + 1, … in PetscOptionsReal_Private()
831 …cCall((*PetscHelpPrintf)(PetscOptionsObject->comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, … in PetscOptionsName_Private()
854 … PetscCall(PetscFunctionListPrintTypes(PetscOptionsObject->comm, stdout, Prefix(prefix), opt, ltex… in PetscOptionsFList_Private()
889 …PetscCall((*PetscHelpPrintf)(comm, " -%s%s: <now %s : formerly %s> %s (choose one of)", Prefix(pr… in PetscOptionsEList_Private()
917 …PetscCall((*PetscHelpPrintf)(comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSecti… in PetscOptionsBoolGroupBegin_Private()
[all …]
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A DPETSc cocoa example-Prefix.pch2 // Prefix header for all source files of the 'PETSc cocoa example' target in the 'PETSc cocoa examp…
/petsc/systems/Apple/iOS/examples/Basic/
H A Dexamples_Prefix.pch2 // Prefix header for all source files of the 'iphone' target in the 'iphone' project
/petsc/systems/Apple/iOS/examples/testopengl/
H A Dexamples_Prefix.pch2 // Prefix header for all source files of the 'iphone' target in the 'iphone' project
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/
H A Dproject.pbxproj30 … PETSc cocoa example-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; …
107 D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */,
305 GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch";
320 GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch";
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl4564 my $Prefix = symbolPrefix($Symbol, 1);
4565 if(my @Overloads = sort keys(%{$AddedOverloads{$Prefix}})
4566 and not $AddedOverloads{$Prefix}{getSignature($Symbol, 1, "Qual")})
4568 my $NewSym = $AddedOverloads{$Prefix}{$Overloads[0]};
5997 my ($Type1_Id, $Type2_Id, $Prefix, $Level) = @_;
6076 %{$LocalProblems{$Prefix."_BaseType_And_Size"}}=(
6086 %{$LocalProblems{$Prefix."_BaseType_Format"}}=(
6094 %{$LocalProblems{$Prefix."_BaseType"}}=(
6109 if($Prefix eq "Return"
6116 elsif($Prefix eq "Return"
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DOptions.pyx68 """Prefix for options."""