HomeSort by relevance Sort by last modified time
    Searched refs:Standard (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/skia/src/sfnt/
SkPanose.h 409 Standard = 2,
  /external/clang/lib/Format/
Format.cpp 355 IO.mapOptional("Standard", Style.Standard);
546 LLVMStyle.Standard = FormatStyle::LS_Cpp11;
593 GoogleStyle.Standard = FormatStyle::LS_Auto;
686 Style.Standard = FormatStyle::LS_Cpp03;
700 Style.Standard = FormatStyle::LS_Cpp03;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
pkg.go 42 Standard bool `json:",omitempty"` // is this package part of the standard Go library?
163 p.Standard = p.Goroot && p.ImportPath != "" && isStandardImportPath(p.ImportPath)
196 // part of the standard distribution. For historical reasons we allow people to add
588 // We can't check standard packages with gccgo.
589 if buildContext.Compiler == "gccgo" && p.Standard {
847 if !p.Standard {
913 if len(p.CgoFiles) > 0 && (!p.Standard || !cgoExclude[p.ImportPath]) {
916 if len(p.CgoFiles) > 0 && (!p.Standard || !cgoSyscallExclude[p.ImportPath]) {
    [all...]
list.go 42 Standard bool // is this package part of the standard Go library?
124 prints an error to standard error for each erroneous package and
126 With the -e flag, the list command never prints errors to standard
  /prebuilts/go/linux-x86/src/cmd/go/
pkg.go 42 Standard bool `json:",omitempty"` // is this package part of the standard Go library?
163 p.Standard = p.Goroot && p.ImportPath != "" && isStandardImportPath(p.ImportPath)
196 // part of the standard distribution. For historical reasons we allow people to add
588 // We can't check standard packages with gccgo.
589 if buildContext.Compiler == "gccgo" && p.Standard {
847 if !p.Standard {
913 if len(p.CgoFiles) > 0 && (!p.Standard || !cgoExclude[p.ImportPath]) {
916 if len(p.CgoFiles) > 0 && (!p.Standard || !cgoSyscallExclude[p.ImportPath]) {
    [all...]
list.go 42 Standard bool // is this package part of the standard Go library?
124 prints an error to standard error for each erroneous package and
126 With the -e flag, the list command never prints errors to standard
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 55 mov ebp, esp ; standard function prolog
85 ; Standard function epilog
  /external/autotest/site_utils/
lab_inventory.py     [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 104 Standard = 0,
372 // Run auto standard test
387 tType = Standard;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassMemory.h 297 UINT16 Standard :1;
  /external/autotest/site_utils/deployment/
commandline.py 561 @param argv Standard command line argument vector;
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 251 s.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
259 s.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_OPPOSITE),
268 s.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_NORMAL),
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterCaseTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterCaseTest.java     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 171 NearStdCall = 0x07, // near standard call
172 FarStdCall = 0x08, // far standard call
530 Standard,
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 11 // http://www.gnu.org/software/tar/manual/html_node/Standard.html
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 20 // It is similar to the standard flag.FlagSet.
30 // printed after the standard usage message.
147 // For line-based UI, Print writes to standard error.
148 // (Standard output is reserved for report data.)
153 // For line-based UI, PrintErr writes to standard error.
165 // StandardUI returns a UI that reads from standard input,
166 // prints messages to standard output,
167 // prints errors to standard error, and doesn't use auto-completion.
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer.go 180 // Excluded for now: Standard gccgo doesn't support this import format currently.
  /prebuilts/go/darwin-x86/src/image/color/
color.go 164 // Models for the standard color types.
324 // Standard colors.
  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 32 // Standard operations.
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 128 // Standard gotest benchmark output, collected by build dashboard.
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 11 // http://www.gnu.org/software/tar/manual/html_node/Standard.html
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go 20 // It is similar to the standard flag.FlagSet.
30 // printed after the standard usage message.
147 // For line-based UI, Print writes to standard error.
148 // (Standard output is reserved for report data.)
153 // For line-based UI, PrintErr writes to standard error.
165 // StandardUI returns a UI that reads from standard input,
166 // prints messages to standard output,
167 // prints errors to standard error, and doesn't use auto-completion.

Completed in 562 milliseconds

1 23 4 5 6 7