/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
bimport.go | 142 // If we only record named types (!p.trackAllTypes), 402 // associate new named type with obj if it doesn't exist yet 406 t := obj.Type().(*types.Named) 497 // such cycle must contain a named type which would have been 575 case *types.Basic: // basic types are named types 578 case *types.Named: 634 named := true 637 named = false 643 params[i], isddd = p.param(named) 648 func (p *importer) param(named bool) (*types.Var, bool) [all...] |
/external/deqp/framework/opengl/ |
gluShaderLibrary.cpp | 600 struct Named 606 static const Named s_named[] = [all...] |
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
CheckedProviderTest.java | 42 import com.google.inject.name.Named; 307 .annotatedWith(Names.named("a")) 329 @Named("a") 348 injector.getInstance(Key.get(remoteProviderOfFoo, Names.named("a"))).get().s()); 360 .annotatedWith(Names.named("a")) 371 cxtorInjector.getInstance(Key.get(remoteProviderOfFoo, Names.named("a"))).get().s()); [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.1.0/ |
gradle-experimental-0.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.2.1/ |
gradle-experimental-0.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha1/ |
gradle-experimental-0.3.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha4/ |
gradle-experimental-0.3.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha6/ |
gradle-experimental-0.3.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha7/ |
gradle-experimental-0.3.0-alpha7.jar | |
/external/skia/tests/ |
ColorSpaceTest.cpp | 202 SkColorSpace_Base::Named fNamed;
|
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.7.5/ |
protobuf-gradle-plugin-0.7.5.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.7.7/ |
protobuf-gradle-plugin-0.7.7.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.0/ |
protobuf-gradle-plugin-0.8.0.jar | |
/prebuilts/go/darwin-x86/src/database/sql/ |
sql.go | 74 // A NamedArg is a named argument. NamedArg values may be used as 75 // arguments to Query or Exec and bind to the corresponding named 79 // the Named function. 97 // Named provides a more concise way to create NamedArg values. 106 // sql.Named("start", startTime), 107 // sql.Named("end", endTime), 109 func Named(name string, value interface{}) NamedArg { [all...] |
sql_test.go | 519 Named("age", 2), 520 Named("name", "Bob"), [all...] |
/prebuilts/go/linux-x86/src/database/sql/ |
sql.go | 74 // A NamedArg is a named argument. NamedArg values may be used as 75 // arguments to Query or Exec and bind to the corresponding named 79 // the Named function. 97 // Named provides a more concise way to create NamedArg values. 106 // sql.Named("start", startTime), 107 // sql.Named("end", endTime), 109 func Named(name string, value interface{}) NamedArg { [all...] |
sql_test.go | 519 Named("age", 2), 520 Named("name", "Bob"), [all...] |
/prebuilts/go/darwin-x86/src/html/template/ |
template.go | 138 // is escaped, or returns an error if it cannot be. It returns the named 171 // Named template definitions ({{define ...}} or {{block ...}} statements) in text 179 // This allows using Parse to add new named template definitions without 191 // In general, all the named templates might have changed underfoot. 366 // the named files. The returned template's name will have the (base) name and 373 // named "foo", while "a/foo" is unavailable. 378 // ParseFiles parses the named files and associates the resulting templates with 399 return nil, fmt.Errorf("html/template: no files named in call to ParseFiles")
|
/prebuilts/go/linux-x86/src/html/template/ |
template.go | 138 // is escaped, or returns an error if it cannot be. It returns the named 171 // Named template definitions ({{define ...}} or {{block ...}} statements) in text 179 // This allows using Parse to add new named template definitions without 191 // In general, all the named templates might have changed underfoot. 366 // the named files. The returned template's name will have the (base) name and 373 // named "foo", while "a/foo" is unavailable. 378 // ParseFiles parses the named files and associates the resulting templates with 399 return nil, fmt.Errorf("html/template: no files named in call to ParseFiles")
|
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/ |
sisu-inject-bean-1.4.2.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/ |
sisu-guice-3.1.0-no_aop.jar | |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 406 ColorSpace.Named.SRGB)); [all...] |
/prebuilts/go/darwin-x86/src/go/doc/ |
reader.go | 92 // Named types 116 // A namedType represents a named unqualified (package local, or possibly 267 // entry has a named type 391 // exactly one (named or anonymous) result associated
|
/prebuilts/go/linux-x86/src/go/doc/ |
reader.go | 92 // Named types 116 // A namedType represents a named unqualified (package local, or possibly 267 // entry has a named type 391 // exactly one (named or anonymous) result associated
|
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/ |
org.eclipse.sisu.inject-0.0.0.M5.jar | |