/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
intconv.go | 52 // the formats 'b' (binary), 'o' (octal), 'd' (decimal), 'x' 207 // the scanned number. It accepts the formats 'b' (binary), 'o' (octal),
|
ratconv.go | 21 // Scan is a support routine for fmt.Scanner. It accepts the formats 22 // 'e', 'E', 'f', 'F', 'g', 'G', and 'v'. All formats are equivalent.
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 146 // It formats the text as fmt.Print would and adds a final \n if not already present. 152 // It formats the text as fmt.Print would and adds a final \n if not already present.
|
/prebuilts/go/darwin-x86/src/compress/lzw/ |
reader.go | 10 // formats, which means variable-width codes up to 12 bits and the first 35 // file formats.
|
/prebuilts/go/darwin-x86/src/math/big/ |
intconv.go | 52 // the formats 'b' (binary), 'o' (octal), 'd' (decimal), 'x' 207 // the scanned number. It accepts the formats 'b' (binary), 'o' (octal),
|
ratconv.go | 21 // Scan is a support routine for fmt.Scanner. It accepts the formats 22 // 'e', 'E', 'f', 'F', 'g', 'G', and 'v'. All formats are equivalent.
|
/prebuilts/go/linux-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.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
intconv.go | 52 // the formats 'b' (binary), 'o' (octal), 'd' (decimal), 'x' 207 // the scanned number. It accepts the formats 'b' (binary), 'o' (octal),
|
ratconv.go | 21 // Scan is a support routine for fmt.Scanner. It accepts the formats 22 // 'e', 'E', 'f', 'F', 'g', 'G', and 'v'. All formats are equivalent.
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 146 // It formats the text as fmt.Print would and adds a final \n if not already present. 152 // It formats the text as fmt.Print would and adds a final \n if not already present.
|
/prebuilts/go/linux-x86/src/compress/lzw/ |
reader.go | 10 // formats, which means variable-width codes up to 12 bits and the first 35 // file formats.
|
/prebuilts/go/linux-x86/src/math/big/ |
intconv.go | 52 // the formats 'b' (binary), 'o' (octal), 'd' (decimal), 'x' 207 // the scanned number. It accepts the formats 'b' (binary), 'o' (octal),
|
ratconv.go | 21 // Scan is a support routine for fmt.Scanner. It accepts the formats 22 // 'e', 'E', 'f', 'F', 'g', 'G', and 'v'. All formats are equivalent.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | 704 EnumSet<Format> formats = attrInfo.getFormats(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 1247 EnumSet<Format> formats = attributeInfo.getFormats(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlPropertyEditor.java | 419 EnumSet<Format> formats = attributeInfo.getFormats(); local 422 if (formats.contains(Format.FLAG)) { 433 } else if (formats.contains(Format.ENUM)) { 444 for (Format format : formats) {
|
/system/core/libpixelflinger/ |
clear.cpp | 53 const uint32_t size = c->formats[s.format].size; 97 // XXX: handle all formats of Z and S
|
picker.cpp | 57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ];
|
raster.cpp | 105 const GGLFormat* fp = &(c->formats[cb->format]);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
CameraMetadataTest.java | 1316 int[] formats; local [all...] |
/external/libpng/contrib/libtests/ |
pngstest.c | 371 /* A name table for all the formats - defines the format of the '+' arguments to 471 /* Bitset/test functions for formats */ 806 /* Basic image formats; control the data but not the layout thereof. */ 1146 /* Convertion between pixel formats. The code above effectively eliminates the 3482 format_list formats; local [all...] |
/prebuilts/go/darwin-x86/src/fmt/ |
fmt_test.go | 92 F F // a struct field that Formats 297 // erroneous formats 414 // other formats on Stringable items 420 {"%d", I(23), `23`}, // Stringer applies only to string formats. 447 // slices with other formats 539 // %v on pointers formats 0 as <nil> 567 // zero reflect.Value, which formats as <nil>. 773 // TestComplexFormatting checks that a complex always formats to the same [all...] |
/prebuilts/go/linux-x86/src/fmt/ |
fmt_test.go | 92 F F // a struct field that Formats 297 // erroneous formats 414 // other formats on Stringable items 420 {"%d", I(23), `23`}, // Stringer applies only to string formats. 447 // slices with other formats 539 // %v on pointers formats 0 as <nil> 567 // zero reflect.Value, which formats as <nil>. 773 // TestComplexFormatting checks that a complex always formats to the same [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/ |
CodeTranslator.java | 26 import dexfuzz.rawdex.formats.ContainsTarget; 27 import dexfuzz.rawdex.formats.RawInsnHelper;
|