/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
doc.go | 6 Gofmt formats Go programs.
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
buf.go | 26 // certain field formats.
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
doc.go | 6 Gofmt formats Go programs.
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
buf.go | 26 // certain field formats.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_rpm.py | 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar']
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_rpm.py | 306 sdist.formats = ['bztar'] 308 sdist.formats = ['gztar']
|
/bionic/libc/kernel/uapi/sound/ |
asoc.h | 159 __le64 formats; member in struct:snd_soc_tplg_stream_caps
|
compress_params.h | 221 __u32 formats; member in struct:snd_codec_desc
|
/external/autotest/site_utils/ |
server_manager_utils.py | 78 The method can return a string of server information in 3 different formats:
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageQualifiersTests.cpp | 717 static const tcu::TextureFormat formats[] = local 747 for (deInt32 formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) 749 const tcu::TextureFormat& format = formats[formatNdx]; 750 const std::string formatName = getShaderImageFormatQualifier(formats[formatNdx]);
|
/external/deqp/modules/glshared/ |
glsFboUtil.cpp | 121 Formats FormatDB::getFormats (FormatFlags requirements) const 123 Formats ret; 265 for (const FormatKey* i2 = entryIt->formats.begin(); i2 != entryIt->formats.end(); i2++) 549 FboVerifier::FboVerifier (const FormatDB& formats, CheckerFactory& factory, const glu::RenderContext& renderCtx) 550 : m_formats (formats)
|
/external/kernel-headers/original/uapi/sound/ |
asoc.h | 33 * Maximum number of PCM formats capability 202 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */ member in struct:snd_soc_tplg_stream_caps
|
compress_params.h | 130 /* AAC formats are required for encoders and decoders */ 291 * @num: serial number, valid only for OGG formats 335 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines 358 __u32 formats; member in struct:snd_codec_desc 383 * Only required for PCM or IEC formats.
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_wayland.c | 709 dri2_dpy->formats |= HAS_ARGB8888; 712 dri2_dpy->formats |= HAS_XRGB8888; 822 if (dri2_dpy->formats & HAS_XRGB8888) 824 if (dri2_dpy->formats & HAS_ARGB8888)
|
/external/mesa3d/src/mapi/mapi/ |
mapi_abi.py | 373 formats = { 377 fmt = formats[prefix.isupper()][stringify] 387 formats = { True: '%s(%s)', False: '%s%s' } 388 fmt = formats[prefix.isupper()]
|
/external/mesa3d/src/mesa/state_tracker/ |
st_format.c | 198 /* signed int formats */ 280 /* unsigned int formats */ 327 /* signed normalized formats */ 606 /* unsigned int formats */ 655 /* signed normalized formats */ 703 * Map GL texture formats to Gallium pipe formats. 707 GLenum glFormats[18]; /**< list of GLenum formats, 0-terminated */ 708 enum pipe_format pipeFormats[10]; /**< list of pipe formats, 0-terminated */ 758 /* Basic RGB, RGBA formats */ [all...] |
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
CustomMethodInlineTableTest.java | 42 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
JumboStringConversionTest.java | 49 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
|
/frameworks/base/media/java/android/media/ |
AudioDeviceInfo.java | 238 return AudioFormat.filterPublicFormats(mPort.formats());
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
AccessPoint.java | 794 String[] formats = context.getResources().getStringArray((ssid == null) local 798 if (index >= formats.length || formats[index].length() == 0) { 801 return String.format(formats[index], ssid); [all...] |
/frameworks/native/opengl/libagl/ |
mipmap.cpp | 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
|
/hardware/intel/img/psb_video/src/x11/ |
psb_xvva.c | 67 XvImageFormatValues *formats; local 89 formats = XvListImageFormats(dpy, info[i].base_id, &numImages); 91 if (formats[j].id != FOURCC_XVVA) continue; 106 XFree(formats);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
stream.h | 360 /** Create a new, unconnected stream with the specified name, the set of formats 367 pa_format_info * const * formats /**< The list of formats that can be provided */, 368 unsigned int n_formats /**< The number of formats being passed in */, [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
intconv.go | 55 // the formats 'b' (binary), 'o' (octal), 'd' (decimal), 'x' 210 // the scanned number. It accepts the formats 'b' (binary), 'o' (octal),
|
ratconv.go | 24 // Scan is a support routine for fmt.Scanner. It accepts the formats 25 // 'e', 'E', 'f', 'F', 'g', 'G', and 'v'. All formats are equivalent.
|