/external/chromium_org/v8/src/mips/ |
disasm-mips.cc | 98 void Format(Instruction* instr, const char* format); 291 int Decoder::FormatRegister(Instruction* instr, const char* format) { 292 ASSERT(format[0] == 'r'); 293 if (format[1] == 's') { // 'rs: Rs register. 297 } else if (format[1] == 't') { // 'rt: rt register. 301 } else if (format[1] == 'd') { // 'rd: rd register. 313 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { 314 ASSERT(format[0] == 'f'); 315 if (format[1] == 's') { // 'fs: fs register [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
name_table.cc | 442 int32_t NameTable::Format() {
|
/ndk/sources/android/crazy_linker/tests/ |
test_util.h | 110 void Format(const char* fmt, ...) { 154 file_path.Format("%s/%s", path_, entry->d_name); 226 src_path.Format("%s/%s", src_file_dir, src_file_name); 232 dst_path.Format("%s/%s", dst_file_dir, dst_file_name);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9tex.h | 78 D3DFORMAT Format; 187 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool); 189 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool); 191 UINT *depth, UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool); 194 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DTexture9 **texture); 196 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DCubeTexture9 **cube); 198 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DVolumeTexture9 **volume); 237 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format, 241 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format, 247 UINT size, UINT miplevels, DWORD usage, D3DFORMAT format, [all...] |
d3dx9core.h | 152 INT count, RECT *rect, DWORD format, D3DCOLOR color) PURE; 154 INT count, RECT *rect, DWORD format, D3DCOLOR color) PURE; 294 D3DFORMAT Format; 362 D3DFORMAT Format; 496 D3DFORMAT format, WINBOOL stencil, D3DFORMAT stencil_format, struct ID3DXRenderToEnvMap **rtem); 498 D3DFORMAT format, WINBOOL stencil, D3DFORMAT stencil_format, struct ID3DXRenderToSurface **rts);
|
dxgi.h | 149 DXGI_FORMAT Format; [all...] |
ntddcdvd.h | 81 DVD_STRUCTURE_FORMAT Format;
|
resapi.h | 122 DWORD Format;
|
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_manager_unittest.cc | 214 << Format(render_frame_host); 217 << Format(render_frame_host) << " that was previously deleted."; 230 << Format(render_frame_host); 233 << Format(render_frame_host) 239 std::string Format(RenderFrameHost* render_frame_host) { [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 29 enum Format { 44 /** Return the format of image this decoder can decode. If this decoder can decode multiple 47 virtual Format getFormat() const; 49 /** Return the format of the SkStreamRewindable or kUnknown_Format if it cannot be determined. 52 static Format GetStreamFormat(SkStreamRewindable*); 54 /** Return a readable string of the Format provided. 56 static const char* GetFormatName(Format); 141 Base class for optional callbacks to choose an image from a format that 303 @param format On success, if format is non-null, it is set to the forma [all...] |
/external/chromium_org/third_party/skia/tools/ |
skimage_main.cpp | 38 struct Format { 40 SkImageDecoder::Format fFormat; 44 static const Format gFormats[] = { 54 static SkImageEncoder::Type format_to_type(SkImageDecoder::Format format) { 56 if (gFormats[i].fFormat == format) { 72 static SkImageDecoder::Format guess_format_from_suffix(const char suffix[]) { 630 // Encode to the format the file was originally in, or PNG if the encoder for the same 631 // format is unavailable. 632 SkImageDecoder::Format format = codec->getFormat() local [all...] |
/external/chromium_org/v8/src/arm/ |
disasm-arm.cc | 78 int FormatVFPRegister(Instruction* instr, const char* format); 80 int FormatVFPinstruction(Instruction* instr, const char* format); 93 void Format(Instruction* instr, const char* format); 301 int Decoder::FormatRegister(Instruction* instr, const char* format) { 302 ASSERT(format[0] == 'r'); 303 if (format[1] == 'n') { // 'rn: Rn register 307 } else if (format[1] == 'd') { // 'rd: Rd register 311 } else if (format[1] == 's') { // 'rs: Rs register 315 } else if (format[1] == 'm') { // 'rm: Rm registe [all...] |
/external/libcxxabi/src/Unwind/ |
Unwind-EHABI.cpp | 60 } Format; 75 Descriptor::Format format, 94 switch (format) { 172 Descriptor::Format format = local 173 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24); 185 state, ucbp, context, format, 226 Descriptor::Format format local [all...] |
/external/skia/include/core/ |
SkImageDecoder.h | 29 enum Format { 44 /** Return the format of image this decoder can decode. If this decoder can decode multiple 47 virtual Format getFormat() const; 49 /** Return the format of the SkStreamRewindable or kUnknown_Format if it cannot be determined. 52 static Format GetStreamFormat(SkStreamRewindable*); 54 /** Return a readable string of the Format provided. 56 static const char* GetFormatName(Format); 141 Base class for optional callbacks to choose an image from a format that 303 @param format On success, if format is non-null, it is set to the forma [all...] |
/external/skia/tools/ |
skimage_main.cpp | 38 struct Format { 40 SkImageDecoder::Format fFormat; 44 static const Format gFormats[] = { 54 static SkImageEncoder::Type format_to_type(SkImageDecoder::Format format) { 56 if (gFormats[i].fFormat == format) { 72 static SkImageDecoder::Format guess_format_from_suffix(const char suffix[]) { 630 // Encode to the format the file was originally in, or PNG if the encoder for the same 631 // format is unavailable. 632 SkImageDecoder::Format format = codec->getFormat() local [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 41 * {@code Format} classes in that you create a {@code MessageFormat} 101 * produce a number format with the hash-sign quoted, with a result such as: 109 * <dd>The rules for using quotes within message format patterns unfortunately 125 * {@code arguments} array passed to the {@code format} methods or 129 * {@code Format} instance for the format element. The following table 130 * shows how the values map to {@code Format} instances. Combinations not shown in the 132 * for the {@code Format} subclass used. 136 * <th>Format Type</th> 137 * <th>Format Style</th 476 MessageFormat format = (MessageFormat) object; local 548 public final StringBuffer format(Object[] objects, StringBuffer buffer, method in class:MessageFormat 569 Format format = formats[i]; local 700 public final StringBuffer format(Object object, StringBuffer buffer, method in class:MessageFormat 717 public static String format(String format, Object... args) { method in class:MessageFormat 866 Format format = formats[i]; local 1071 Format format = formats[i]; local 1151 Format format = formats[i]; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
Unwind-EHABI.cpp | 59 } Format; 74 Descriptor::Format format, 88 switch (format) { 167 Descriptor::Format format = local 168 static_cast<Descriptor::Format>((unwindInfo & 0x0f000000) >> 24); 171 switch (format) { 189 state, ucbp, context, format, [all...] |
/external/chromium_org/v8/src/arm64/ |
disasm-arm64.cc | 93 Format(instr, mnemonic, form); 140 Format(instr, mnemonic, form); 178 Format(instr, mnemonic, form); 213 Format(instr, mnemonic, form); 224 // The immediate encoded in the instruction is not in the expected format. 225 Format(instr, "unallocated", "(LogicalImmediate)"); 256 Format(instr, mnemonic, form); 336 Format(instr, mnemonic, form); 351 Format(instr, mnemonic, form); 366 Format(instr, mnemonic, form) [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 658 StringRef Format = 660 if (Format == "clang") 662 else if (Format == "msvc") 664 else if (Format == "msvc-fallback") { 667 } else if (Format == "vi") 674 << Format; [all...] |
/external/jhead/ |
jhead.h | 165 int Format; // format of data 166 char* Value; // value of data in string format 167 int DataLength; // length of string when format says Value is a string 175 int Format; 176 int DataLength; // Number of elements in Format. -1 means any length. 192 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount); 193 double ConvertAnyFormat(void * ValuePtr, int Format); 203 // Exif format descriptor stuff 268 extern char* formatStr(int format); [all...] |
/external/pdfium/core/src/fxcrt/ |
fx_basic_bstring.cpp | 701 void CFX_ByteString::Format(FX_LPCSTR lpszFormat, ...)
[all...] |
fx_basic_wstring.cpp | 997 void CFX_WideString::Format(FX_LPCWSTR lpszFormat, ...)
[all...] |
/external/vixl/src/a64/ |
debugger-a64.cc | 77 // Format: wn or xn with 0 <= n < 32 or a name in the aliases list. 102 // Format: sn or dn with 0 <= n < 32. 120 // Format: Alphanumeric string starting with a letter. 143 // Format: 0x... with up to 16 hexadecimal digits. 162 // Format: n. 178 // Format: .ln 205 template<typename T> class Format : public FormatToken { 207 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} 327 PrintCommand(Token* name, Token* target, FormatToken* format) 328 : DebugCommand(name), target_(target), format_(format) {} 335 FormatToken* format() { return format_; } function in class:vixl::PrintCommand 364 FormatToken* format() { return format_; } function in class:vixl::ExamineCommand 1190 Token* format = FormatToken::Tokenize(dot + 1); local 1348 FormatToken* format = new Format<uint32_t>("%08" PRIx32, 'i'); local 1419 FormatToken* format = NULL; local 1506 FormatToken* format = NULL; local [all...] |
disasm-a64.cc | 100 Format(instr, mnemonic, form); 147 Format(instr, mnemonic, form); 185 Format(instr, mnemonic, form); 220 Format(instr, mnemonic, form); 231 // The immediate encoded in the instruction is not in the expected format. 232 Format(instr, "unallocated", "(LogicalImmediate)"); 263 Format(instr, mnemonic, form); 343 Format(instr, mnemonic, form); 358 Format(instr, mnemonic, form); 373 Format(instr, mnemonic, form) [all...] |
/art/runtime/ |
dex_instruction.h | 93 enum Format { 438 // Returns the format of the given opcode. 439 static Format FormatOf(Code opcode) { 570 static Format const kInstructionFormats[]; 577 std::ostream& operator<<(std::ostream& os, const Instruction::Format& format);
|