Searched refs:product (Results 1 - 25 of 109) sorted by relevance

12345

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Formatter/
H A Dmain.py5 def stringForObjectValue_(self, product):
6 if isinstance(product, (str, unicode)):
7 return product
8 return str(product)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Formatter/
H A Dmain.py5 def stringForObjectValue_(self, product):
6 if isinstance(product, (str, unicode)):
7 return product
8 return str(product)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Formatter/
H A Dmain.py5 def stringForObjectValue_(self, product):
6 if isinstance(product, (str, unicode)):
7 return product
8 return str(product)
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dcreate_Info_plist.pl27 my (@manuf, @product, @name);
28 my ($manuf, $product, $name);
55 ($manuf, $product, $name) = split /:/;
56 # print "m: $manuf, p: $product, n: $name\n";
58 push @product, $product;
65 map { $_ = "\t\t<string>$_</string>\n" } @product;
79 print @product;
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMDataUser.h56 UInt16 product; member in struct:__anon25
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/demo/
H A Ddemo_shimmer.pl95 my $product
98 print "As string: $product\n";
99 print "As number: ", 0+$product, "\n";
100 print "As boolean: ", $product ? "true\n" : "false\n";
102 $product->describe();
107 my $ingredients = $product->active_ingredients();
/macosx-10.10.1/cups-408/cups/systemv/
H A Dlpinfo.c44 const char *make_model, const char *product,
62 *product, /* Product */ local
74 product = NULL;
117 product, include_schemes, exclude_schemes))
216 else if (!strcmp(argv[i], "--product"))
220 product = argv[i];
224 _("lpinfo: Expected product string after "
225 "\"--product\"."));
229 else if (!strncmp(argv[i], "--product=", 10) && argv[i][10])
231 product
341 show_models( int long_status, const char *device_id, const char *language, const char *make_model, const char *product, const char *include_schemes, const char *exclude_schemes) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dmath.tcl27 namespace export product random sigma
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.h48 DeviceDescription(uint16_t vendor, uint16_t product, std::string name) : argument
49 mVendor(vendor), mProduct(product),
70 uint16_t mProduct; // Manufacturer's unique product code
H A DPCSCDriverBundle.cpp112 // Make sure parallel arrays vendor, product, name are same size
122 uint16_t product = strtoul(pstr.c_str(), NULL, radix); local
124 DeviceDescription *dev = new DeviceDescription(vendor, product, name);
131 secdebug("pcscd", "Driver for single product: %s", path().c_str());
135 uint16_t product = strtoul(pstr.c_str(), NULL, radix); local
137 DeviceDescription *dev = new DeviceDescription(vendor, product, name);
188 secdebug("device", " DEVICE: vendor/product: 0x%04X/0x%04X, interfaceClass: 0x%04X, vendor/product: %s/%s",
198 secdebug("device", " DESC: vendor/product: 0x%04X/0x%04X, interfaceClass: 0x%04X, path: %s",
/macosx-10.10.1/misc_cmds-33/units/
H A Dunits.c80 int addsubunit(char *product[], char *toadd);
220 addsubunit(char *product[], char *toadd) argument
224 for (ptr = product; *ptr && *ptr != NULLUNIT; ptr++);
225 if (ptr >= product + MAXSUBUNITS) {
523 reduces a product of symbolic units to primitive units.
539 char **product; local
543 product = theunit->denominator;
545 product = theunit->numerator;
547 for (; *product; product
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dxstrtol.c100 __strtol_t product = *x * scale_factor; local
101 if (*x != product / scale_factor)
103 *x = product;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile.Darwin34 Product=$(shell tconf --product)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile.Darwin34 Product=$(shell tconf --product)
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com83 $ product = "curl"
154 $ product = product + "_d"
179 $ name = "''producer'-''base'-''product'-''version'-''kittype'"
181 $ fname = "''product'-''fversion'"
H A Dpcsi_product_gnv_curl.com5 $! This command file packages up the product CURL into a sequential
145 $product package 'product_name' -
162 $ product copy /options=(novalidate, noconfirm) /format=compressed -
H A Dbuild_vms.com7 $! defined, then it is assumed that HP's SSL product has been installed.
15 $! CLEAN Delete product files for this host architecture. (No
17 $! CLEAN_ALL Delete product files for all host architectures. (No
56 $! REALCLEAN Delete product files for all host architectures. (No
104 $! equivalent) to name architecture-specific product
218 $! Define the architecture-specific product file destination directory
534 $! Create product directory, if needed.
775 $! Generate config file into the product directory.
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A Dconfigure.in8 dnl product from RSA Security. In the United States, it is necessary
9 dnl to use the RSA BSAFE libraries for any product developed for
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcups-driverd.cxx151 const char *device_id, const char *product,
236 const char *product, /* I - Product */
274 strlcpy(ppd->record.products[0], product, sizeof(ppd->record.products[0]));
1023 *product, /* ppd-product option */ local
1034 send_product, /* Send ppd-product? */
1039 product_len; /* Length of ppd-product */
1193 product = cupsGetOption("ppd-product", num_options, options);
1202 if (product)
230 add_ppd(const char *filename, const char *name, const char *language, const char *make, const char *make_and_model, const char *device_id, const char *product, const char *psversion, time_t mtime, size_t size, int model_number, int type, const char *scheme) argument
1581 *product, // Current product value local
1717 product[128], /* ppd-product */ local
1954 product[256], /* Product */ local
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypesPrivate.h279 uint32_t product; member in struct:IOFBBootGamma
/macosx-10.10.1/IOGraphics-485/tools/
H A Dbootgamma.c84 bootGamma->vendor, bootGamma->product, bootGamma->serial,
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp332 uint32_t product = 0; local
379 // product
380 product = (edid->vendorProduct[3] << 8) | edid->vendorProduct[2];
388 DEBG(framebuffer->thisName, " vendor/product/serial 0x%02x/0x%02x/0x%x\n",
389 vendor, product, serial );
417 product = ((sense & 0xff) << 8) | (extSense & 0xff);
419 product = (displayType & 0xff) << 16;
427 product = kDisplayProductIDGeneric;
433 setProperty( kDisplayProductID, product, 32);
462 snprintf(prefsKey + pathLen, kMaxKeyLen - pathLen, "-%x-%x", (int) vendor, (int) product);
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/dtoa/
H A Dbignum.cc259 // The product of a bigit with the factor is of size kBigitSize + 32.
264 DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; local
265 bigits_[i] = static_cast<Chunk>(product & kBigitMask);
266 carry = (product >> kBigitSize);
757 DoubleChunk product = static_cast<DoubleChunk>(factor) * other.bigits_[i];
758 DoubleChunk remove = borrow + product;
/macosx-10.10.1/gpatch-3/patch/
H A Dpartime.c473 int num10 = 0, denom10 = 10, product; local
482 product = num10 * resolution;
483 f = (product + (denom10 >> 1)) / denom10;
484 f -= f & (product % denom10 == denom10 >> 1); /* round to even */
485 if (f < 0 || product/resolution != num10)
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp936 q->product.Remove('(');
937 q->product.Remove(')');
939 manufacturer = MatchManufacturer( manufacturers, ConvertToManufacturerName ( q->product ) );
952 if ( ( model == NULL ) && ( q->product.GetLength() > 0 ) )
954 q->product.Remove('(');
955 q->product.Remove(')');
957 model = MatchModel ( manufacturer, ConvertToModelName ( q->product ) );

Completed in 314 milliseconds

12345