Searched refs:Vendor (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DTriple.h126 VendorType Vendor; member in class:llvm::Triple
140 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {}
165 VendorType getVendor() const { return Vendor; }
/macosx-10.10.1/srm-7/srm/
H A Dsrm.spec7 Vendor: Matt Gauthier <elleron@attbi.com>
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DVendor.java1 // File: Vendor.java
6 public class Vendor implements Serializable { class in inherits:Serializable
H A DExampleDatabaseLoad.java84 // key, and the data is a Vendor class object.
88 new SerialBinding(myDbs.getClassCatalog(), Vendor.class);
92 Vendor theVendor = new Vendor();
109 // Convert the Vendor object to a DatabaseEntry object
149 // Place the Vendor object on the DatabaseEntry object using our
H A DExampleDatabaseRead.java60 Vendor.class);
165 Vendor theVendor =
166 (Vendor)vendorBinding.entryToObject(foundVendor);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSchema.cpp75 DB_ATTRIBUTE(Vendor, STRING),
149 DB_ATTRIBUTE(Vendor, STRING),
204 DB_ATTRIBUTE(Vendor, STRING),
399 DB_ATTRIBUTE(Vendor, STRING),
459 DB_ATTRIBUTE(Vendor, STRING),
510 DB_ATTRIBUTE(Vendor, STRING),
666 DB_ATTRIBUTE(Vendor, STRING),
684 DB_ATTRIBUTE(Vendor, STRING),
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/mdsdump/
H A DMDSSchema.cpp70 DB_ATTRIBUTE(Vendor, STRING),
134 DB_ATTRIBUTE(Vendor, STRING),
175 DB_ATTRIBUTE(Vendor, STRING),
321 DB_ATTRIBUTE(Vendor, STRING),
365 DB_ATTRIBUTE(Vendor, STRING),
407 DB_ATTRIBUTE(Vendor, STRING),
545 DB_ATTRIBUTE(Vendor, STRING),
563 DB_ATTRIBUTE(Vendor, STRING),
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/
H A DFile-NFSLock.spec25 Vendor: Rob Brown <bbb@cpan.org>
H A DFile-NFSLock.spec.PL76 Vendor: Rob Brown <bbb@cpan.org>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTriple.cpp340 Vendor(parseVendor(getVendorName())),
354 Vendor(parseVendor(VendorStr.str())),
369 Vendor(parseVendor(VendorStr.str())),
387 VendorType Vendor = UnknownVendor; local
389 Vendor = parseVendor(Components[1]);
401 Found[1] = Vendor != UnknownVendor;
427 Vendor = parseVendor(Comp);
428 Valid = Vendor != UnknownVendor;
496 // Special case logic goes here. At this point Arch, Vendor and OS have the
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec27 Vendor: JPNIC
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DTripleTest.cpp177 for (int Vendor = 1+Triple::UnknownVendor; Vendor <= Triple::PC;
178 ++Vendor) {
179 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h49 #pragma mark Vendor Specific Device Support
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxf86conf.vim66 syn region xf86confSection matchgroup=xf86confSectionDelim start="^\s*Section\s\+\"\(Files\|Server[_ ]*Flags\|Input[_ ]*Device\|Device\|Video[_ ]*Adaptor\|Server[_ ]*Layout\|DRI\|Extensions\|Vendor\|Keyboard\|Pointer\)\"" end="^\s*EndSection\>" skip="#.*$\|\"[^\"]*\"" contains=xf86confComment,xf86confOption,xf86confKeyword,xf86confSectionError
168 syn sync match xf86confSyncSection grouphere xf86confSection "^\s*Section\s\+\"\(Files\|Server[_ ]*Flags\|Input[_ ]*Device\|Device\|Video[_ ]*Adaptor\|Server[_ ]*Layout\|DRI\|Extensions\|Vendor\|Keyboard\|Pointer\)\""
H A Dspec.vim107 syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
H A Dnasm.vim404 " Vendor Specific Instructions:
H A Dfortran.vim532 " Vendor extensions
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMAsmPrinter.cpp63 virtual void MaybeSwitchVendor(StringRef Vendor) = 0;
75 void MaybeSwitchVendor(StringRef Vendor) { } argument
135 void MaybeSwitchVendor(StringRef Vendor) { argument
136 assert(!Vendor.empty() && "Vendor cannot be empty.");
139 CurrentVendor = Vendor;
140 else if (CurrentVendor == Vendor)
145 CurrentVendor = Vendor;
177 // Vendor size + Vendor nam
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/admin/
H A Dlibiodbc.spec.in94 Vendor: Ke Jin and OpenLink Software
/macosx-10.10.1/cups-408/cups/packaging/
H A Dcups.spec.in55 Vendor: Apple Inc.
/macosx-10.10.1/apache-793/httpd/
H A Dhttpd.spec10 Vendor: Apache Software Foundation

Completed in 299 milliseconds