HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 251 - 275 of 870) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/MachO/ARM/
data-in-code.s 18 @ CHECK: Format: Mach-O arm
thumb2-movt-fixup.s 11 @ CHECK: Format: Mach-O arm
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 27 StringRef LogBuilder::getFormat() const { return Format; }
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 117 String dot_extension(String::Format(".%s", extension));
180 file = String::Format("%s.%s", base_name.c_str(), extension);
182 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension);
194 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 119 String dot_extension(String::Format(".%s", extension));
182 file = String::Format("%s.%s", base_name.c_str(), extension);
184 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension);
196 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
  /external/mesa3d/src/mesa/swrast/
s_blit.c 152 if (readRb->Format == drawRb->Format) {
154 pixelSize = _mesa_get_format_bytes(readRb->Format);
169 if (readRb->Format == MESA_FORMAT_Z32_FLOAT ||
170 readRb->Format == MESA_FORMAT_Z32_FLOAT_X24S8) {
218 GLint formatSize = _mesa_get_format_bytes(readRb->Format);
300 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart,
304 _mesa_unpack_float_z_row(readRb->Format, srcWidth, srcRowStart,
308 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
312 _mesa_unpack_ubyte_stencil_row(readRb->Format, srcWidth
    [all...]
  /external/opencv3/cmake/checks/
directx.cpp 43 sd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM;
  /external/protobuf/gtest/src/
gtest-filepath.cc 119 String dot_extension(String::Format(".%s", extension));
182 file = String::Format("%s.%s", base_name.c_str(), extension);
184 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension);
196 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
  /external/sfntly/cpp/src/test/
verify_name.cc 48 EXPECT_EQ(name->Format(), NAME_FORMAT);
  /external/skia/src/core/
SkMask.cpp 71 static int maskFormatToShift(SkMask::Format format) {
72 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift));
73 SkASSERT(SkMask::kBW_Format != format);
74 return gMaskFormatToShift[format];
SkScalerContext.h 134 SkMask::Format getFormat() const {
135 return static_cast<SkMask::Format>(fMaskFormat);
194 SkMask::Format getMaskFormat() const {
195 return (SkMask::Format)fRec.fMaskFormat;
  /external/skia/src/gpu/
GrSWMaskHelper.h 103 // result (i.e., right size & format)
126 // This is the desired format within which to compress the
128 SkTextureCompressor::Format fCompressedFormat;
  /external/skia/src/gpu/vk/
GrVkCaps.h 23 typedef GrVkStencilAttachment::Format StencilFormat;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
ArrayDataMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
InstructionMethodItemFactory.java 29 package org.jf.baksmali.Adaptors.Format;
56 switch (instruction.getOpcode().format) {
OffsetInstructionFormatMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
63 switch (opcode.format) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 23 import com.android.ide.common.api.IAttributeInfo.Format;
129 EnumSet<Format> formats = desc.getAttributeInfo().getFormats();
130 if (formats.contains(Format.INTEGER)
131 || formats.contains(Format.FLOAT)) {
  /sdk/find_java2/src/
JavaPath.cpp 48 s.Format(_T("%d.%d"), JAVA_MAJOR(mVersion), JAVA_MINOR(mVersion));
  /system/vold/fs/
F2fs.cpp 72 status_t Format(const std::string& source) {
  /external/mesa3d/src/mesa/main/
accum.c 154 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) {
209 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) {
287 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) {
298 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, rgba);
379 if (accRb->Format == MESA_FORMAT_SIGNED_RGBA_16) {
401 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, dest);
422 _mesa_pack_float_rgba_row(colorRb->Format, width,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 33 import com.android.ide.common.api.IAttributeInfo.Format;
241 Format.REFERENCE_SET);
343 Format.REFERENCE_SET ),
408 new AttributeInfo(ATTR_CLASS, Format.STRING_SET),
445 new AttributeInfo(ATTR_NAME, Format.STRING_SET),
452 new AttributeInfo(ATTR_TAG, Format.STRING_SET),
475 new AttributeInfo(ATTR_CLASS, Format.STRING_SET),
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 162 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToInt());
165 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToDouble());
168 strSegment.Format(c_strFormat.c_str(),
172 strSegment.Format(L"%S", c_strFormat.c_str());
213 swResult.Format(L"D:%04d%02d%02d%02d%02d%02d", jsDate.GetYear(),
219 swResult.Format(L"%04d.%02d.%02d %02d:%02d:%02d", jsDate.GetYear(),
225 swResult.Format(L"%04d/%02d/%02d %02d:%02d:%02d", jsDate.GetYear(),
289 sValue.Format(L"%d", cTableAd[i].iValue);
353 // CString strFormat = cppTm.Format(cFormat.c_str());
370 sValue.Format(L"%d", cTableAd[i].iValue)
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 166 if self.Format == 1:
174 assert 0, "unknown format: %s" % self.Format
178 if self.Format == 1:
191 assert 0, "unknown format: %s" % self.Format
195 if self.Format == 1:
197 elif self.Format == 2:
203 assert 0, "unknown format: %s" % self.Format
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 460 wsMeasure.Format(L"%.8gmm", GetValue());
463 wsMeasure.Format(L"%.8gpt", GetValue());
466 wsMeasure.Format(L"%.8gin", GetValue());
469 wsMeasure.Format(L"%.8gcm", GetValue());
472 wsMeasure.Format(L"%.8gmp", GetValue());
475 wsMeasure.Format(L"%.8gpc", GetValue());
478 wsMeasure.Format(L"%.8gem", GetValue());
481 wsMeasure.Format(L"%.8g%%", GetValue());
484 wsMeasure.Format(L"%.8g", GetValue());
  /external/clang/include/clang/Frontend/
CompilerInstance.h 519 assert(Invocation && "cannot determine module format without invocation");
520 StringRef Format = getHeaderSearchOpts().ModuleFormat;
521 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
524 Diagnostics->Report(diag::err_module_format_unhandled) << Format;
525 llvm::report_fatal_error("unknown module format");
533 assert(Invocation && "cannot determine module format without invocation");
534 StringRef Format = getHeaderSearchOpts().ModuleFormat;
535 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format);
538 Diagnostics->Report(diag::err_module_format_unhandled) << Format;
539 llvm::report_fatal_error("unknown module format");
    [all...]

Completed in 823 milliseconds

<<11121314151617181920>>