HomeSort by: relevance | last modified time | path
    Searched refs:manifest (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/packages/windows/assembly/
NTMakefile 56 ASMKRBMAN=$(ASMKRBNAME).manifest
80 $(ASMKRBDIR)\$(ASMKRBMAN).nohash: Heimdal.Kerberos.manifest.in
93 $(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN).nohash -out:$(ASMKRBDIR)\$(ASMKRBMAN) -hashupdate -makecdfs
118 $(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN) -validate_manifest
136 $(APPMANIFEST): Heimdal.Application.manifest.in
147 $(MT) -manifest $(APPMANIFEST) -validate_manifest
168 $(MT) -manifest $(POLKRBFILE) -makecdfs
  /src/tools/binstall/
mkmanifest 11 cat << _EOF > ${1%.exe}.exe.manifest
  /src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32 446 # Manifest handling
462 ( if exist $@.manifest $(MT) -outputresource:$@;1 -manifest $@.manifest $(APPMANIFEST) )
465 ( if exist $@.manifest $(MT) -outputresource:$@;1 -manifest $@.manifest )
468 ( if exist $@.manifest $(MT) -outputresource:$@;2 -manifest $@.manifest )
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/testsuite-management/
validate_failures.py 39 3- Look for a failure manifest file in
43 a- Failures expected in the manifest but not present in the build.
44 b- Failures in the build not expected in the manifest.
45 6- If all the build failures are expected in the manifest, it exits
48 Manifest files contain expected DejaGNU results that are otherwise
67 # Subdirectory of srcdir in which to find the manifest file.
70 # Pattern for naming manifest files.
72 # The second argument is the manifest subdir.
73 # The third argument is the manifest target, which defaults to the target
106 whether it is in the manifest or not
    [all...]
  /src/external/gpl3/gcc/dist/contrib/testsuite-management/
validate_failures.py 39 3- Look for a failure manifest file in
43 a- Failures expected in the manifest but not present in the build.
44 b- Failures in the build not expected in the manifest.
45 6- If all the build failures are expected in the manifest, it exits
48 Manifest files contain expected DejaGNU results that are otherwise
80 # Subdirectory of srcdir in which to find the manifest file.
83 # Pattern for naming manifest files.
85 # The second argument is the manifest subdir.
86 # The third argument is the manifest target, which defaults to the target
119 whether it is in the manifest or not
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 370 -del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
639 IF EXIST $full.manifest DEL /F /Q $full.manifest
646 IF EXIST $dll.manifest \\
647 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dll.manifest \$(MTOUTFLAG)$dll
667 IF EXIST $dso$dsoext.manifest DEL /F /Q $dso$dsoext.manifest
677 IF EXIST $dso$dsoext.manifest \\
678 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dso$dsoext.manifest \$(MTOUTFLAG)$dso$dsoext
704 IF EXIST $bin$exeext.manifest DEL /F /Q $bin$exeext.manifes
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
prepare-code-coverage-artifact.py 24 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')
26 with open(manifest_path, 'w') as manifest:
27 manifest.write('\n'.join(raw_profiles))
  /src/crypto/external/bsd/heimdal/dist/packages/windows/sdk/
NTMakefile 109 $(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest \
142 $(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest: $(APPMANIFEST)
  /src/external/gpl3/gdb/dist/readline/readline/support/
mkdist 3 # mkdist - make a distribution directory from a master manifest file
5 # usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version
8 # MANIFEST defaults to $SRCDIR/MANIFEST
34 echo usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version 1>&2
48 m) MANIFEST=$OPTARG ;;
57 : ${MANIFEST:=$SRCDIR/MANIFEST}
59 vmsg using $MANIFEST
112 done < $MANIFEST
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
mkdist 3 # mkdist - make a distribution directory from a master manifest file
5 # usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version
8 # MANIFEST defaults to $SRCDIR/MANIFEST
34 echo usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-t] [-v] version 1>&2
48 m) MANIFEST=$OPTARG ;;
57 : ${MANIFEST:=$SRCDIR/MANIFEST}
59 vmsg using $MANIFEST
101 done < $MANIFEST
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 483 -del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
962 IF EXIST $full.manifest DEL /F /Q $full.manifest
967 IF EXIST $dll.manifest \\
968 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dll.manifest \$(MTOUTFLAG)$dll
999 IF EXIST $dso.manifest DEL /F /Q $dso.manifest
1003 IF EXIST $dso.manifest \\
1004 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dso.manifest \$(MTOUTFLAG)$dso
1036 IF EXIST $bin.manifest DEL /F /Q $bin.manifes
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 476 -del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
921 IF EXIST $full.manifest DEL /F /Q $full.manifest
926 IF EXIST $dll.manifest \\
927 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dll.manifest \$(MTOUTFLAG)$dll
958 IF EXIST $dso.manifest DEL /F /Q $dso.manifest
962 IF EXIST $dso.manifest \\
963 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dso.manifest \$(MTOUTFLAG)$dso
995 IF EXIST $bin.manifest DEL /F /Q $bin.manifes
    [all...]
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_hid.c 176 manifest(const struct param *p) function
223 manifest(p);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
astenums.d 79 manifest = 0x800_0000, /// manifest constant
125 STC.deprecated_ | STC.future | STC.override_ | STC.lazy_ | STC.alias_ | STC.out_ | STC.in_ | STC.manifest |
159 STC.alias_ | STC.out_ | STC.in_ | STC.manifest | STC.immutable_ | STC.shared_ |
attrib.d 247 if (stc & (STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.manifest))
248 scstc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.manifest);
249 if (stc & (STC.auto_ | STC.scope_ | STC.static_ | STC.manifest | STC.gshared))
250 scstc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.manifest | STC.gshared);
251 if (stc & (STC.const_ | STC.immutable_ | STC.manifest))
252 scstc &= ~(STC.const_ | STC.immutable_ | STC.manifest);
canthrow.d 246 if (vd.storage_class & STC.manifest)
nogc.d 58 if (v && !(v.storage_class & STC.manifest) && !v.isDataseg() && v._init)
optimize.d 79 (v.isConst() || v.isImmutable() || v.storage_class & STC.manifest))
82 if (v.storage_class & STC.manifest ||
90 if (v.storage_class & STC.manifest)
100 if (v.storage_class & STC.manifest)
138 else if (!(v.storage_class & STC.manifest) &&
321 if (!(keepLvalue && v && !(v.storage_class & STC.manifest)))
declaration.d 1250 if (!(storage_class & (STC.static_ | STC.extern_ | STC.manifest | STC.templateparameter | STC.gshared | STC.ctfe)))
1394 return !(storage_class & STC.manifest);
1549 * Helper function for the expansion of manifest constant.
1553 assert((storage_class & STC.manifest) && _init);
1590 if (isDataseg() || (storage_class & STC.manifest))
lambdacomp.d 250 // If it's a VarDeclaration, it must be a manifest constant
251 if (v && (v.storage_class & STC.manifest))
dsymbolsem.d 413 bool needctfe = (dsym.storage_class & (STC.manifest | STC.static_)) != 0;
712 StorageClass stc = dsym.storage_class & (STC.static_ | STC.extern_ | STC.manifest | STC.gshared);
729 if (dsym.storage_class & (STC.static_ | STC.extern_ | STC.manifest | STC.templateparameter | STC.gshared | STC.ctfe))
790 if (dsym.storage_class & (STC.static_ | STC.extern_ | STC.gshared | STC.manifest | STC.field) || dsym.isDataseg())
837 if (dsym.storage_class & (STC.field | STC.out_ | STC.ref_ | STC.static_ | STC.manifest | STC.gshared) || !fd)
839 dsym.error("globals, statics, fields, manifest constants, ref and out parameters cannot be `scope`");
867 !(dsym.storage_class & (STC.static_ | STC.extern_ | STC.gshared | STC.manifest | STC.field | STC.parameter)) &&
883 else if (dsym.storage_class & STC.manifest)
884 dsym.error("manifest constants must have initializers");
973 if (fd && !(dsym.storage_class & (STC.manifest | STC.static_ | STC.gshared | STC.extern_)) && !dsym._init.isVoidInitializer()
    [all...]
semantic2.d 262 if (vd._init && vd.storage_class & STC.manifest)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 43 "attributor-manifest-internal", cl::Hidden,
44 cl::desc("Manifest Attributor internal string attributes."),
814 /// If there is a unique returned value R, the manifest method will:
875 /// See AbstractAttribute::manifest(...).
876 ChangeStatus manifest(Attributor &A) override;
936 ChangeStatus AAReturnedValuesImpl::manifest(Attributor &A) { function in class:__anon5305::AAReturnedValuesImpl
944 // Check if we have an assumed unique return value that we could manifest.
968 Changed = IRAttribute::manifest(A);
1583 ChangeStatus manifest(Attributor &A) override {
2151 ChangeStatus manifest(Attributor &A) override
    [all...]
OpenMPOpt.cpp 1918 /// We don't manifest anything for this AA.
1919 ChangeStatus manifest(Attributor &A) override {
2106 /// We don't manifest anything for this AA.
2107 ChangeStatus manifest(Attributor &A) override {
2187 ChangeStatus manifest(Attributor &A) override {
2244 /// We don't manifest anything for this AA.
2245 ChangeStatus manifest(Attributor &A) override {
2305 ChangeStatus manifest(Attributor &A) override {
  /src/external/bsd/libfido2/dist/src/
dev.c 250 const char *type, int (*manifest)(fido_dev_info_t *, size_t, size_t *))
259 if ((r = manifest(devlist + *olen, ilen - *olen, &ndevs)) != FIDO_OK)

Completed in 49 milliseconds

1 2