/frameworks/native/vulkan/libvulkan/ |
swapchain.h | 30 VKAPI_ATTR VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice pdev, VkSurfaceKHR surface, uint32_t* count, VkSurfaceFormatKHR* formats);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttributeInfo.java | 56 /** Formats of the attribute. Cannot be null. Should have at least one format. */ 71 * @param formats The formats of the attribute. Cannot be null. 74 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats) { 76 mFormats = formats; 81 * @param formats The formats of the attribute. Cannot be null. 85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) { 87 mFormats = formats; 114 /** Returns the formats of the attribute. Cannot be null [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
VboDetailProvider.java | 100 List<String> formats = new ArrayList<String>(values.length); local 102 formats.add(format.name()); 106 mDisplayFormatCombo.setItems(formats.toArray(new String[formats.size()]));
|
/system/media/alsa_utils/include/ |
alsa_device_profile.h | 24 #define MAX_PROFILE_FORMATS 6 /* We long support the 5 standard formats defined 31 * standard channel formats in std_channel_counts[] 43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member in struct:__anon74916
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
insns16-lsd-unit.s | 1 ; Test C64x+ L, S or D-unit compact instruction formats
|
insns16-m-unit.s | 1 ; Test C64x+ M-unit compact instruction formats
|
insns16-s-unit-pcrel.s | 1 ; Test C64x+ S-unit pcrel compact instruction formats
|
/system/core/adf/libadf/ |
adf.c | 544 const __u32 *formats; member in struct:format_filter_cookie 556 if (data->supported_formats[i] == c->formats[j]) 563 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, 566 struct format_filter_cookie cookie = { formats, n_formats }; 712 const __u32 *formats, size_t n_formats, 723 formats, n_formats, engs, n_engs, &filtered_engs); 769 const __u32 *formats, size_t n_formats, 790 if (!formats) { 791 formats = any_rgb_format; 798 found = adf_find_simple_post_overlay_engine(dev, formats, n_formats [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
RandomInstructionGenerator.java | 28 import dexfuzz.rawdex.formats.AbstractFormat; 29 import dexfuzz.rawdex.formats.ContainsConst; 30 import dexfuzz.rawdex.formats.ContainsPoolIndex; 31 import dexfuzz.rawdex.formats.ContainsPoolIndex.PoolIndexKind; 32 import dexfuzz.rawdex.formats.ContainsVRegs;
|
PoolIndexChanger.java | 24 import dexfuzz.rawdex.formats.ContainsPoolIndex; 25 import dexfuzz.rawdex.formats.ContainsPoolIndex.PoolIndexKind;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
FormatTests.java | 1020 DateFormat formats[] = { local 1025 return formats; 1041 DurationFormat formats[] = { local 1046 return formats; 1066 NumberFormat formats[] = { local 1089 return formats; 1107 DecimalFormat formats[] = new DecimalFormat[locales.length]; local 1112 formats[i] = getCannedDecimalFormat("#,##0.###", uloc); 1114 if (formats[0] != null) { 1123 AttributedCharacterIterator aci = formats[0].formatToCharacterIterator(new Double(12.345D)) 1651 RuleBasedNumberFormat formats[] = new RuleBasedNumberFormat[types.length * locales.length]; local 1734 MessageFormat formats[] = {new MessageFormat("pattern{0}")}; local 1800 DateFormat formats[] = new DateFormat[locales.length]; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
FormatTests.java | 1019 DateFormat formats[] = { local 1024 return formats; 1040 DurationFormat formats[] = { local 1045 return formats; 1065 NumberFormat formats[] = { local 1088 return formats; 1106 DecimalFormat formats[] = new DecimalFormat[locales.length]; local 1111 formats[i] = getCannedDecimalFormat("#,##0.###", uloc); 1113 if (formats[0] != null) { 1122 AttributedCharacterIterator aci = formats[0].formatToCharacterIterator(new Double(12.345D)) 1650 RuleBasedNumberFormat formats[] = new RuleBasedNumberFormat[types.length * locales.length]; local 1733 MessageFormat formats[] = {new MessageFormat("pattern{0}")}; local 1799 DateFormat formats[] = new DateFormat[locales.length]; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
native_gdi.c | 266 fill_color_formats(struct native_display *ndpy, enum pipe_format formats[8]) 287 formats[count++] = candidates[i]; 302 enum pipe_format formats[8]; local 305 count = fill_color_formats(&gdpy->base, formats); 317 nconf->color_format = formats[i];
|
/cts/libs/deviceutil/src/android/cts/util/ |
MediaUtils.java | 187 // returns the list of codecs that support any one of the formats 189 boolean isEncoder, Boolean isGoog, MediaFormat... formats) { 201 for (MediaFormat format : formats) { 220 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { 221 return getCodecNames(false /* isEncoder */, isGoog, formats); 224 public static String[] getDecoderNames(MediaFormat... formats) { 225 return getCodecNames(false /* isEncoder */, null /* isGoog */, formats); 229 public static String[] getEncoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { 230 return getCodecNames(true /* isEncoder */, isGoog, formats); 233 public static String[] getEncoderNames(MediaFormat... formats) { [all...] |
/external/deqp/modules/glshared/ |
glsFboCompletenessTests.cpp | 86 // Same as ES2 RBO formats, plus RGBA8 (even without OES_rgb8_rgba8) 319 // formats, at least, should be color-renderable. Still, that cannot be 337 // The depth-renderability of the depth RBO formats is not explicitly 338 // spelled out, but all renderbuffer formats are meant to be renderable. 471 std::set<ImageFormat> formats; local 474 formats.insert(it->second->internalFormat); 476 formats.insert(it->second->internalFormat); 478 if (!formats.empty()) 482 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it 686 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | local 878 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tufmtts.cpp | 108 TimeUnitFormat** formats = new TimeUnitFormat*[2]; local 109 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); 111 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status); 135 formatted = ((Format*)formats[style])->format(formattable, formatted, status); 143 ((Format*)formats[style])->parseObject(formatted, result, status); 150 ((Format*)formats[1-style])->parseObject(formatted, result_1, status); 158 delete formats[UTMUTFMT_FULL_STYLE]; 159 delete formats[UTMUTFMT_ABBREVIATED_STYLE]; 160 delete[] formats;
|
/external/deqp/modules/gles3/functional/ |
es3fTextureSwizzleTests.cpp | 241 } formats[] = local 321 // Swizzles for all formats. 324 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(formats); fmtNdx++) 328 string name = string(formats[fmtNdx].name) + "_" + swizzleCases[caseNdx].name; 333 deUint32 intFormat = formats[fmtNdx].internalFormat; 334 deUint32 format = formats[fmtNdx].format; 335 deUint32 dataType = formats[fmtNdx].dataType;
|
/external/skia/src/utils/win/ |
SkWGL_win.cpp | 125 int SkWGLExtensions::selectFormat(const int formats[], 143 formats[i], 148 rankedFormats[i].fFormat = formats[i]; 322 int formats[64]; local 323 extensions.choosePixelFormat(dc, msaaIAttrs, fAttrs, 64, formats, &num); 325 formatsToTry[0] = extensions.selectFormat(formats, num, dc, msaaSampleCount);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
ConfigParsingUtils.cpp | 160 FormatVector formats; local 165 formats = formatsFromString(node->value); 191 if (formats.isEmpty()) { 198 for (size_t i = 0; i < formats.size(); i++) { 201 sp<AudioProfile> profileToAdd = new AudioProfile(formats[i], channels, sampleRates); 202 profileToAdd->setDynamicFormat(formats[i] == gDynamicFormat);
|
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/ |
dexlib2-2.1.3.jar | |
/external/fonttools/ |
README.md | 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
/hardware/libhardware/include/hardware/ |
keymaster1.h | 194 * Gets the key import formats supported for keys of the specified algorithm. Caller assumes 199 * \param[in] algorithm The algorithm for which supported formats will be returned. 201 * \param[out] formats Array of formats supported. The caller takes ownership of the array and 204 * \param[out] formats_length Length of \p formats. 208 keymaster_key_format_t** formats, 212 * Gets the key export formats supported for keys of the specified algorithm. Caller assumes 217 * \param[in] algorithm The algorithm for which supported formats will be returned. 219 * \param[out] formats Array of formats supported. The caller takes ownership of the array an [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 41 String property, EnumSet<Format> formats, String[] values, 46 new TestAttributeInfo(property, formats, "unittest", values, values, null);
|
/system/core/adf/libadf/include/adf/ |
adf.h | 186 * formats. The caller must free() the returned list of overlay engine IDs. 189 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, 239 * specified formats. The caller may pass a NULL formats list, to indicate that 245 const __u32 *formats, size_t n_formats,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
RawInsnHelper.java | 17 package dexfuzz.rawdex.formats;
|