/external/chromium_org/tools/gyp/test/mac/type_envvars/ |
test_nonbundle_loadable_module.sh | 9 test $PRODUCT_TYPE = com.apple.product-type.library.dynamic
|
test_nonbundle_shared_library.sh | 9 test $PRODUCT_TYPE = com.apple.product-type.library.dynamic
|
test_nonbundle_executable.sh | 10 test $PRODUCT_TYPE = com.apple.product-type.tool
|
test_nonbundle_static_library.sh | 9 test $PRODUCT_TYPE = com.apple.product-type.library.static
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
basic_op.h | 171 Word16 product; local 175 product = mult(L_var1_hi, L_var2_lo, pOverflow); 176 L_var3 = L_mac(L_var3, product, 1, pOverflow); 178 product = mult(L_var1_lo, L_var2_hi, pOverflow); 179 L_var3 = L_mac(L_var3, product, 1, pOverflow); 214 Word16 product; local 218 product = mult(L_var1_lo, var2, pOverflow); 219 L_var3 = L_mac(L_var3, product, 1, pOverflow);
|
basic_op_arm_gcc_v5.h | 238 L_product = 32-bit product of L_var1 and L_var2 (Word32) 246 Word32 product; local 251 : "=r"(product) 257 : "r"(product), "r"(product) 291 Word32 product; local 297 : "=r"(product) 303 : "r"(ra), "r"(product) 327 L_product = 32-bit product of L_var1 and L_var2 (Word32) 408 pOverflow -> 1 if the 32 bit product operation resulted in overflo 481 Word32 product; local [all...] |
/external/chromium_org/rlz/chromeos/lib/ |
rlz_value_store_chromeos.cc | 65 // Returns the dictionary key for storing product-related prefs. 66 std::string GetKeyName(std::string key, Product product) { 70 return key + "." + GetProductName(product) + "." + brand; 91 bool RlzValueStoreChromeOS::WritePingTime(Product product, int64 time) { 93 rlz_store_->SetString(GetKeyName(kPingTimeKey, product), 98 bool RlzValueStoreChromeOS::ReadPingTime(Product product, int64* time) { 101 return rlz_store_->GetString(GetKeyName(kPingTimeKey, product), &ping_time) & [all...] |
/build/core/ |
product.mk | 23 # and the .mk suffix) of the product makefile, "<product_name>:" can be 33 $(SRC_TARGET_DIR)/product/AndroidProducts.mk 41 define get-product-makefiles 59 define get-all-product-makefiles 60 $(call get-product-makefiles,$(_find-android-products-files)) 64 # Functions for including product makefiles 103 define dump-product 111 $(foreach p,$(PRODUCTS),$(call dump-product,$(p))) 115 # $(1): product to inherit 122 define inherit-product [all...] |
/build/target/product/ |
locales_full.mk | 3 $(call inherit-product, build/target/product/languages_full.mk)
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
NavigatorID.h | 47 static String product(const NavigatorBase*);
|
/external/nist-sip/java/javax/sip/header/ |
ServerHeader.java | 11 void setProduct(List product) throws ParseException;
|
UserAgentHeader.java | 11 void setProduct(List product) throws ParseException;
|
/external/chromium_org/tools/usb_ids/ |
usb_ids.py | 40 raise Exception("Product seems to appear before vendor.") 41 product = {} 42 product["id"] = int(product_match.group("id"), 16) 43 product["name"] = product_match.group("name") 44 vendor["products"].append(product) 58 for product in vendor["products"]: 59 output += " {0x%.4x, \"%s\"},\n" % (product["id"], 60 EscapeName(product["name"]))
|
/development/ide/emacs/ |
android-common.el | 25 ;; If the path the product's files/image uses an a product alias, you 26 ;; need to add a mapping in `android-product-alias-map'. For instance 27 ;; if TARGET_PRODUCT is foo but the build directory is out/target/product/bar, 54 (defcustom android-product-alias-map nil 55 "Alist between product targets (declared in buildspec.mk) and actual 56 product build directory used by `android-product'. 59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar." 102 (defun android-product () [all...] |
/external/chromium_org/chrome_frame/ |
chrome_frame_reporting.cc | 29 std::wstring product; local 35 product = version_info->product_short_name(); 41 if (product.empty()) 42 product = L"ChromeFrame"; 45 static google_breakpad::CustomInfoEntry prod_entry(L"prod", product.c_str());
|
/external/eigen/test/ |
product_large.cpp | 10 #include "product.h" 15 CALL_SUBTEST_1( product(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) ); 16 CALL_SUBTEST_2( product(MatrixXd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) ); 17 CALL_SUBTEST_3( product(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) ); 18 CALL_SUBTEST_4( product(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2), internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))) ); 19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
|
/external/chromium_org/chrome/installer/setup/ |
install_worker.h | 28 class Product; 36 const Product& product, 39 // Creates Version key for a product (if not already present) and sets the new 40 // product version as the last step. If |add_language_identifier| is true, the 65 // collection. When a product is installed, Google Update may write a 69 // product-specific value into the binaries' ClientState key. 135 // removes COM registration for a product's DelegateExecute verb handler. 141 const Product& product, [all...] |
/external/libmtp/examples/ |
hotplug.c | 122 printf("# %s %s\n", entry->vendor, entry->product); 130 printf("# %s %s\n", entry->vendor, entry->product); 134 printf(" <!-- %s %s -->\n", entry->vendor, entry->product); 142 printf(" <merge key=\"info.product\" type=\"string\">%s</merge>\n", entry->product); 172 printf("\t%04x %s %s\n", entry->product_id, entry->vendor, entry->product); 190 printf("# %s %s\n", entry->vendor, entry->product);
|
/device/asus/deb/ |
device.mk | 44 # the actual meat of the device-specific product definition 45 $(call inherit-product, device/asus/flo/device-common.mk) 48 $(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
|
/device/common/ |
populate-new-device.sh | 83 \$(call inherit-product, \$(SRC_TARGET_DIR)/product/full_base.mk) 84 \$(call inherit-product, device/$1/$2/device.mk) 119 \$(call inherit-product-if-exists, vendor/$1/$2/device-vendor.mk)
|
/external/chromium_org/chrome/installer/util/ |
user_experiment.h | 22 class Product; 63 const Product& product,
|
/build/core/tasks/ |
product-graph.mk | 37 this_makefile := build/core/tasks/product-graph.mk 48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod))) 57 # Emit properties of a product node to a file. 58 # $(1) the product 60 define emit-product-node-props 73 @echo Product graph DOT: $@ for $(PRIVATE_PRODUCTS_FILTER) 78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in)) 80 $(hide) ./build/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) < $@.in > $@ 82 # Evaluates to the name of the product file 83 # $(1) product fil [all...] |
/external/chromium_org/content/shell/common/ |
shell_content_client.cc | 25 std::string product = "Chrome/" CONTENT_SHELL_VERSION; local 28 product += " Mobile"; 29 return webkit_glue::BuildUserAgentFromProduct(product);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
UserAgent.java | 27 * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). * 50 /** Product tokens. 93 * Returns the list value of the product parameter. 105 * Sets the product value of the UserAgentHeader. 107 * @param product - a List specifying the product value 109 * unexpectedly while parsing the product value. 111 public void setProduct(List product) throws ParseException { 112 if (product == null) 116 + " product parameter is null") [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
UserAgentParser.java | 83 * server-val = product / comment product = token [SLASH 84 * product-version] product-version = token 93 // product = token [SLASHproduct-version] 94 // product-version = token 100 String product = this.lexer.byteStringNoSlash(); local 101 if ( product == null ) throw createParseException("Expected product string"); 103 StringBuffer productSb = new StringBuffer(product); [all...] |