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

<<11121314151617181920>>

  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
SparseSwitchMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
35 import org.jf.dexlib.Code.Format.SparseSwitchDataPseudoInstruction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 20 import com.android.ide.common.api.IAttributeInfo.Format;
69 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats().iterator().next());
  /external/chromium_org/media/audio/win/
audio_unified_win.cc 65 WAVEFORMATPCMEX format; local
67 data_flow, eConsole, &format)) ?
68 static_cast<int>(format.dwChannelMask) : 0;
91 // Convert a timestamp in milliseconds to byte units given the audio format
92 // in |format|.
96 const WAVEFORMATPCMEX& format) {
98 return static_cast<int>(seconds * format.Format.nSamplesPerSec *
99 format.Format.nBlockAlign + 0.5)
564 WAVEFORMATEX* format = &xformat->Format; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 142 * Handle a common case of drawing a format/type combination that
143 * exactly matches the renderbuffer format.
150 GLenum format, GLenum type,
156 height, format, type, 0, 0);
158 _mesa_image_row_stride(unpack, width, format, type);
159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
194 GLenum format, GLenum type,
224 if (format == GL_RGB &&
226 (rb->Format == MESA_FORMAT_XRGB8888 ||
227 rb->Format == MESA_FORMAT_ARGB8888))
514 const GLenum format = GL_DEPTH_STENCIL_EXT; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 142 * Handle a common case of drawing a format/type combination that
143 * exactly matches the renderbuffer format.
150 GLenum format, GLenum type,
156 height, format, type, 0, 0);
158 _mesa_image_row_stride(unpack, width, format, type);
159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
194 GLenum format, GLenum type,
224 if (format == GL_RGB &&
226 (rb->Format == MESA_FORMAT_XRGB8888 ||
227 rb->Format == MESA_FORMAT_ARGB8888))
514 const GLenum format = GL_DEPTH_STENCIL_EXT; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
476 // in the format specified by wait(2). On Windows, this is the
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
    [all...]
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/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
476 // in the format specified by wait(2). On Windows, this is the
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
    [all...]
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/gtest/src/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
476 // in the format specified by wait(2). On Windows, this is the
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
476 // in the format specified by wait(2). On Windows, this is the
675 const String filter_flag = String::Format("--%s%s=%s.%s",
679 const String internal_flag = String::Format(
698 String command_line = String::Format("%s %s \"%s\"",
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
476 // in the format specified by wait(2). On Windows, this is the
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 138 // Generates a textual description of a given exit code, in the format
224 DeathTestAbort(::testing::internal::String::Format( \
244 DeathTestAbort(::testing::internal::String::Format( \
433 // in the format specified by wait(2). On Windows, this is the
628 const String filter_flag = String::Format("--%s%s=%s.%s",
632 const String internal_flag = String::Format(
651 String command_line = String::Format("%s %s \"%s\"",
863 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 138 // Generates a textual description of a given exit code, in the format
224 DeathTestAbort(::testing::internal::String::Format( \
244 DeathTestAbort(::testing::internal::String::Format( \
433 // in the format specified by wait(2). On Windows, this is the
628 const String filter_flag = String::Format("--%s%s=%s.%s",
632 const String internal_flag = String::Format(
651 String command_line = String::Format("%s %s \"%s\"",
863 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp 253 template<int format, typename SourceType, typename DstType>
561 template<int format, int alphaOp, typename SourceType, typename DstType>
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 144 // Formats a list of arguments to a String, using the same format
151 // 0). If 4096 characters are not enough to format the input,
153 static String Format(const char* format, ...);
  /external/chromium/testing/gmock/src/
gmock.cc 54 // format "--gmock_flag=value". When def_optional is true, the
65 const String flag_str = String::Format("--gmock_%s", flag);
  /external/chromium/webkit/glue/
webclipboard_impl.h 25 virtual bool isFormatAvailable(Format, Buffer);
  /external/chromium_org/content/renderer/
webclipboard_impl.h 27 virtual bool isFormatAvailable(Format format, Buffer buffer);
  /external/chromium_org/net/cert/
x509_util_nss.h 45 // |format|. Returns an empty collection on failure.
49 X509Certificate::Format format);
  /external/chromium_org/third_party/icu/source/i18n/
selfmt.cpp 51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), parsedValuesHash(NULL) {
258 SelectFormat::format(const Formattable& obj, function in class:SelectFormat
266 return format(obj.getString(), appendTo, pos, status);
276 SelectFormat::format(const UnicodeString& keyword, function in class:SelectFormat
361 Format* SelectFormat::clone() const
377 SelectFormat::operator==(const Format& other) const {
394 SelectFormat::operator!=(const Format& other) const {
windtfmt.h 21 #include "unicode/format.h"
29 * \brief C++ API: Format dates using Windows API.
49 virtual Format *clone(void) const;
53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const;
55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
70 * Set the calendar to be used by this date format. Initially, the default
139 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat
140 return DateFormat::format(date, appendTo);
winnmfmt.h 19 #include "unicode/format.h"
29 * \brief C++ API: Format numbers using Windows API.
45 virtual Format *clone(void) const;
50 * Format a double number. Concrete subclasses must implement
61 virtual UnicodeString& format(double number,
65 * Format a long number. Concrete subclasses must implement
76 virtual UnicodeString& format(int32_t number,
81 * Format an int64 number.
91 virtual UnicodeString& format(int64_t number,
96 // virtual UnicodeString &format(double number, UnicodeString &appendTo) const
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
datefmt.h 29 #include "unicode/format.h"
51 * DateFormat helps you to format and parse dates for any locale. Your code can
53 * week, or even the calendar format: lunar vs. solar.
55 * To format a date for the current Locale, use one of the static factory
62 * myString = dfmt->format( myDate, myString );
66 * format and use it multiple times so that the system doesn't have to fetch the
75 * cout << df->format( myDateArr[i], myString ) << endl;
86 * myString = dfmt->format( myDate, myString );
91 * To format a date for a different Locale, specify it in the call to
106 * Use createDateInstance() to produce the normal date format for that country
741 DateFormat::format(const Formattable& obj, function in class:DateFormat
    [all...]
numfmt.h 35 #include "unicode/format.h"
54 * NumberFormat helps you to format and parse numbers for any locale.
57 * decimal digits used, or whether the number format is even decimal.
59 * To format a number for the current Locale, use one of the static
67 * nf->format(myNumber, myString);
72 * the format and use it multiple times so that the system doesn't
84 * nf->format(a[i], myString);
90 * To format a number for a different Locale, specify it in the
105 * Use createInstance to get the normal number format for that country.
107 * to get the currency number format for that country. Use getPercen
1040 NumberFormat::format(const Formattable& obj, function in class:NumberFormat
    [all...]

Completed in 908 milliseconds

<<11121314151617181920>>