/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
importer.go | 180 // Excluded for now: Standard gccgo doesn't support this import format currently.
|
/prebuilts/go/linux-x86/src/image/color/ |
color.go | 164 // Models for the standard color types. 324 // Standard colors.
|
/prebuilts/go/linux-x86/src/syscall/ |
fd_nacl.go | 32 // Standard operations.
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 128 // Standard gotest benchmark output, collected by build dashboard.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
build.go | 110 For example, when building with a non-standard configuration, 618 if p.Target == "" && (!p.Standard || p.ImportPath != "unsafe") { 828 // to make it look like this is a standard package or 995 if (len(p.CgoFiles) > 0 || p.Standard && p.ImportPath == "runtime/cgo") && !buildLinkshared && buildBuildmode != "shared" { 1006 if p.Standard { 1012 // gccgo standard library is "fake" too. [all...] |
generate.go | 116 It also accepts the standard build flags including -v, -n, and -x. 391 // Standard in and out of generator should be the usual.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
build.go | 110 For example, when building with a non-standard configuration, 618 if p.Target == "" && (!p.Standard || p.ImportPath != "unsafe") { 828 // to make it look like this is a standard package or 995 if (len(p.CgoFiles) > 0 || p.Standard && p.ImportPath == "runtime/cgo") && !buildLinkshared && buildBuildmode != "shared" { 1006 if p.Standard { 1012 // gccgo standard library is "fake" too. [all...] |
generate.go | 116 It also accepts the standard build flags including -v, -n, and -x. 391 // Standard in and out of generator should be the usual.
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 125 case Standard:
|
/external/llvm/include/llvm/Support/ |
Dwarf.h | 15 // Information Format standard document on http://www.dwarfstd.org. This 16 // file often includes support for non-released standard features. 419 // Line Number Standard Opcode Encodings 625 const char *LNStandardString(unsigned Standard);
|
/external/llvm/lib/DebugInfo/CodeView/ |
EnumTables.cpp | 268 CV_ENUM_CLASS_ENT(ThunkOrdinal, Standard),
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 172 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::ThunkOrdinal, Standard, OS)
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
Dwarf.h | 558 // Line Number Standard Opcode Encodings 717 /// LNStandardString - Return the string for the specified line number standard. 719 const char *LNStandardString(unsigned Standard);
|
/frameworks/av/media/libstagefright/codec2/include/ |
C2Buffer.h | [all...] |
/prebuilts/go/darwin-x86/src/time/ |
format_test.go | 250 // Feb 01 AST (Arabia Standard Time) and Feb 01 AST (Atlantic Standard Time)
|
/prebuilts/go/linux-x86/src/time/ |
format_test.go | 250 // Feb 01 AST (Arabia Standard Time) and Feb 01 AST (Atlantic Standard Time)
|
/external/libvorbis/doc/ |
05-comment.tex | 93 Below is a proposed, minimal list of standard field names with a 150 International Standard Recording Code for the 170 Individual 'vendors' may use non-standard field names within 207 The comment header is encoded as follows (as per Ogg's standard
|
/frameworks/base/core/java/android/text/ |
TextUtils.java | 732 readSpan(p, sp, new AlignmentSpan.Standard(p)); 768 readSpan(p, sp, new LeadingMarginSpan.Standard(p)); [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
redblack32.go | 48 // Standard conventions hold for left = smaller, right = larger
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
redblack32.go | 48 // Standard conventions hold for left = smaller, right = larger
|
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/ |
jaxb-core-2.2.11.jar | |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
FrameworkSpecConformance.txt | 16 # to reflect the latest industry standard.
173 Keeping this inconsistency to reflect the latest industry standard.
186 Keeping this inconsistency to reflect the latest industry standard.
269 Keeping this inconsistency to reflect the latest industry standard.
318 Keeping this inconsistency to reflect the latest industry standard.
342 Keeping this inconsistency to reflect the latest industry standard.
400 UINT16 Standard :1;
449 Keeping this inconsistency to reflect the latest industry standard.
498 Keeping this inconsistency to reflect the latest industry standard.
515 Keeping this inconsistency to reflect the latest industry standard. [all...] |
/prebuilts/go/darwin-x86/src/crypto/rsa/ |
pkcs1v15.go | 97 // Encryption Standard PKCS #1'', Daniel Bleichenbacher, Advances in Cryptology
|
/prebuilts/go/darwin-x86/src/encoding/base64/ |
base64.go | 21 // the standard encoding with - and _ substituted for + and /. 30 StdPadding rune = '=' // Standard padding character 74 // StdEncoding is the standard base64 encoding, as defined in 82 // RawStdEncoding is the standard raw, unpadded base64 encoding,
|
/prebuilts/go/linux-x86/src/crypto/rsa/ |
pkcs1v15.go | 97 // Encryption Standard PKCS #1'', Daniel Bleichenbacher, Advances in Cryptology
|