Searched defs:vendor (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/awt/org/apache/harmony/x/imageio/spi/
H A DFileIISSpi.java32 private static final String vendor = "Apache"; field in class:FileIISSpi
37 super(vendor, ver, File.class);
H A DFileIOSSpi.java31 private static final String vendor = "Apache"; field in class:FileIOSSpi
36 super(vendor, ver, File.class);
H A DInputStreamIISSpi.java30 private static final String vendor = "Apache"; field in class:InputStreamIISSpi
35 super(vendor, ver, InputStream.class);
H A DOutputStreamIOSSpi.java31 private static final String vendor = "Apache"; field in class:OutputStreamIOSSpi
36 super(vendor, ver, OutputStream.class);
H A DRAFIISSpi.java32 private static final String vendor = "Apache"; field in class:RAFIISSpi
37 super(vendor, ver, RandomAccessFile.class);
H A DRAFIOSSpi.java32 private static final String vendor = "Apache"; field in class:RAFIOSSpi
37 super(vendor, ver, RandomAccessFile.class);
/frameworks/base/core/java/android/util/
H A DCharsetUtils.java27 * class is primarily useful for code that wishes to be vendor-aware
30 * <p>As of this writing, the only vendor that is recognized by this
44 * name of the vendor "Docomo". <b>Note:</b> This isn't a public
46 * reference list of vendor names.
58 * Returns the name of the vendor-specific character set
60 * vendor. If there is no vendor-specific character set for the
61 * given name/vendor pair, this returns the original character set
62 * name. The vendor name is matched case-insensitively.
65 * @param vendor th
69 nameForVendor(String charsetName, String vendor) argument
115 charsetForVendor(String charsetName, String vendor) argument
[all...]
/frameworks/base/tools/localize/
H A DConfiguration.h11 string vendor; member in struct:Configuration
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp33 jfieldID vendor; member in struct:android::SensorOffsets
75 jstring vendor = env->NewStringUTF(list->vendor); local
77 env->SetObjectField(sensor, sensorOffsets.vendor, vendor);
168 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;");
/frameworks/base/libs/utils/
H A DAssetManager.cpp43 * Names for default app, locale, and vendor. We might want to change
193 * Set the current vendor. Use NULL to indicate no vendor.
196 * information in the vendor-specific sections of the tree.
198 void AssetManager::setVendor(const char* vendor) argument
208 mVendor = strdupNew(vendor);
246 * - locale + vendor
247 * - "default" + vendor
587 * Try various combinations of locale and vendor.
603 * specified locale and vendor
610 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
747 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
1457 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.h66 : locale(_locale), vendor(_vendor) { }
71 String8 vendor; member in struct:AaptGroupEntry
197 * vendor/locale variations).
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp150 char const * vendor; member in struct:android::egl_display_t::strings_t
694 dp->disp[i].queryString.vendor =

Completed in 396 milliseconds