HomeSort by relevance Sort by last modified time
    Searched refs:getProduct (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/apache-xml/src/main/java/org/apache/xalan/
Version.src 48 return getProduct()+" "+getImplementationLanguage()+" "
67 public static String getProduct()
Version.java 48 return getProduct()+" "+getImplementationLanguage()+" "
67 public static String getProduct()
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.java 45 return getProduct()+" "+getImplementationLanguage()+" "
64 public static String getProduct()
Version.src 45 return getProduct()+" "+getImplementationLanguage()+" "
64 public static String getProduct()
  /external/nist-sip/java/javax/sip/header/
ServerHeader.java 10 ListIterator getProduct();
UserAgentHeader.java 10 ListIterator getProduct();
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
BuildInfo.java 25 public static String getProduct() {
  /external/nist-sip/java/gov/nist/javax/sip/header/
Server.java 102 public ListIterator getProduct() {
UserAgent.java 97 public ListIterator getProduct() {
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DeviceDescriptor.java 118 public String getProduct() {
ListDevicesOp.java 115 deviceStateJson.put(PRODUCT, descriptor.getProduct());
  /external/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) {
126 return getProduct(LHS, RHS);
131 return getProduct(LHS, RHS);
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) {
682 return ScaledNumbers::getProduct(LHS, RHS);
812 *this = getProduct(Digits, X.Digits);
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
RemoteManagerFuncTest.java 232 assertEquals("tuna", returnedDevices.get(0).getProduct());
240 assertEquals("herring", returnedDevices.get(1).getProduct());
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java 228 public String getProduct() {
440 if (other.getProduct() != null)
442 } else if (!mProduct.equals(other.getProduct()))
    [all...]
  /frameworks/base/tools/aapt/
Bundle.h 207 const char* getProduct() const { return mProduct; }
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 3156 milliseconds

1 2 3 4