/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ftoa.go | 31 // For the binary exponent formats, the mantissa is printed in normalized form: 40 // printed by the 'e', 'E', 'f', 'g', and 'G' formats. For 'e', 'E', and 'f' 52 // String formats x like x.Text('g', 10). 73 // pick off easy formats 311 // formats for floating-point numbers ('e', 'E', 'f', 'F', 'g',
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
ftoa.go | 28 // For the binary exponent formats, the mantissa is printed in normalized form: 37 // printed by the 'e', 'E', 'f', 'g', and 'G' formats. For 'e', 'E', and 'f' 49 // String formats x like x.Text('g', 10). 70 // pick off easy formats 308 // formats for floating-point numbers ('e', 'E', 'f', 'F', 'g',
|
/prebuilts/go/linux-x86/src/math/big/ |
ftoa.go | 28 // For the binary exponent formats, the mantissa is printed in normalized form: 37 // printed by the 'e', 'E', 'f', 'g', and 'G' formats. For 'e', 'E', and 'f' 49 // String formats x like x.Text('g', 10). 70 // pick off easy formats 308 // formats for floating-point numbers ('e', 'E', 'f', 'F', 'g',
|
/external/deqp/modules/gles31/functional/ |
es31fTextureBorderClampTests.cpp | 97 // Unsized formats are a special case 102 // no known compressed depth formats 125 // Unsized formats are a special case 130 // no known compressed stencil formats 153 // Unsized formats are a special c, use UNORM8 640 // mode must be set for combined depth-stencil formats [all...] |
/external/curl/tests/server/ |
tftpd.c | 116 struct formats { struct 179 static struct formats formata[] = { 281 static void sendtftp(struct testcase *test, struct formats *pf); 283 static void recvtftp(struct testcase *test, struct formats *pf); 947 struct formats *pf; 1199 static void sendtftp(struct testcase *test, struct formats *pf) 1279 static void recvtftp(struct testcase *test, struct formats *pf) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSurfaceTests.cpp | 410 void validateSurfaceFormats (tcu::ResultCollector& results, Type wsiType, const vector<VkSurfaceFormatKHR>& formats) 432 if (!de::contains(formats.begin(), formats.end(), requiredFormat)) 451 const vector<VkSurfaceFormatKHR> formats = getPhysicalDeviceSurfaceFormats(instHelper.vki, local 455 log << TestLog::Message << "Device " << deviceNdx << ": " << tcu::formatArray(formats.begin(), formats.end()) << TestLog::EndMessage; 457 validateSurfaceFormats(results, wsiType, formats); 611 addFunctionCase(testGroup, "query_formats", "Query surface formats", querySurfaceFormatsTest, wsiType);
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 711 } formats[] = local 724 FOR_EACH(format, formats, 727 string name = string("") + minFilterModes[minFilter].name + "_" + magFilterModes[magFilter].name + "_" + wrapModes[wrapMode].name + "_" + formats[format].name + string("_") + sizes2D[size].name; 735 formats[format].format, 743 FOR_EACH(format, formats, 746 string name = string("") + minFilterModes[minFilter].name + "_" + magFilterModes[magFilter].name + "_" + wrapModes[wrapMode].name + "_" + formats[format].name + string("_") + sizesCube[size].name; 755 formats[format].format,
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 687 } formats[] = local 703 FOR_EACH(format, formats, 718 string name = string("") + minFilterModes[minFilter].name + "_" + magFilterModes[magFilter].name + "_" + wrapModes[wrapMode].name + "_" + formats[format].name; 729 formats[format].format, formats[format].dataType, 759 FOR_EACH(format, formats, 774 string name = string("") + minFilterModes[minFilter].name + "_" + magFilterModes[magFilter].name + "_" + wrapModes[wrapMode].name + "_" + formats[format].name; 785 formats[format].format, formats[format].dataType,
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageTests.cpp | 95 // \note We don't want to perform normalization on any compressed formats. 418 // All supported dEQP formats that are not intended for depth or stencil. 419 const VkFormat formats[] = local 501 // Compressed formats 549 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Tests samplable formats")); 551 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) 553 const VkFormat format = formats[formatNdx]; 557 // Do not use compressed formats with 1D and 1D array textures.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeUnitTest.java | 65 TimeUnitFormat[] formats = new TimeUnitFormat[] { local 79 String formatted = formats[style].format(source); 85 TimeUnitAmount result = (TimeUnitAmount) formats[parseStyle].parseObject(formatted);
|
/external/icu/icu4c/source/test/intltest/ |
tmsgfmt.cpp | 159 const UnicodeString formats[] = {"0.0<=Arg<1.0", local 162 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3); 607 // nested formats 800 //Select, plural, and number formats heavily nested 802 //Create the MessageFormat with Select, plural, and number formats heavily nested 1201 const Format** formats = msg.getFormats(count); local 1524 UnicodeString formats[] = { local 1735 const UnicodeString formats[] = {"0.0<=Arg<1.0", local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeUnitTest.java | 61 TimeUnitFormat[] formats = new TimeUnitFormat[] { local 75 String formatted = formats[style].format(source); 81 TimeUnitAmount result = (TimeUnitAmount) formats[parseStyle].parseObject(formatted);
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
FieldFlagChanger.java | 27 import dexfuzz.rawdex.formats.ContainsPoolIndex;
|
VRegChanger.java | 24 import dexfuzz.rawdex.formats.ContainsVRegs;
|
/external/ImageMagick/PerlMagick/ |
Magick.pm | 121 a large number of image file formats using the ImageMagick library.
|
/external/ImageMagick/PerlMagick/quantum/ |
quantum.pm | 120 a large number of image file formats using the ImageMagick library.
|
/external/chromium-trace/catapult/third_party/coverage/ |
Makefile | 55 python setup.py sdist --formats=gztar,zip
|
/external/llvm/utils/lit/lit/ |
LitConfig.py | 7 import lit.formats
|
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.h | 130 int formats; member in struct:dri2_egl_display
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction.java | 38 import org.jf.dexlib2.iface.instruction.formats.*;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
InstructionRewriter.java | 38 import org.jf.dexlib2.iface.instruction.formats.*;
|
/external/vulkan-validation-layers/libs/vkjson/ |
vkjson_instance.cc | 94 device.formats.insert(std::make_pair(format, format_properties));
|
/external/webrtc/talk/media/base/ |
videocapturer.h | 143 // Get the capture formats supported by the video capturer. The supported 144 // formats are non empty after the device has been opened successfully. 148 // same as one of the supported formats except that the frame interval may be 317 void SetSupportedFormats(const std::vector<VideoFormat>& formats); 331 // Updates filtered_supported_formats_ so that it contains the formats in
|
/frameworks/av/include/camera/ |
CameraParameters.h | 106 * Returns a Vector containing the supported preview formats 109 void getSupportedPreviewFormats(Vector<int>& formats) const; 143 // Supported image formats for preview frames. 163 // Supported image formats for captured pictures. 614 // Pixel color formats for KEY_PREVIEW_FORMAT, KEY_PICTURE_FORMAT, [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 453 /* possible formats for 3D content*/ 510 static const char* const formats[] = { local 543 if(format < 0 || format >= (int)(sizeof(formats) / sizeof(formats[0]))) { 547 return formats[format];
|