HomeSort by relevance Sort by last modified time
    Searched refs:Named (Results 226 - 250 of 413) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 631 case *types.Named:
827 if obj := base.(*types.Named).Obj(); !obj.Exported() {
  /prebuilts/go/darwin-x86/src/go/types/
object.go 15 // An Object describes a named language entity such as a package,
155 // A TypeName represents a name for a (named or alias) type.
163 // The typ argument may be a defined (Named) type or an alias type.
188 case *Named:
410 // named interfaces using the interface type
411 // (not the named type) as the receiver.
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 631 case *types.Named:
827 if obj := base.(*types.Named).Obj(); !obj.Exported() {
  /prebuilts/go/linux-x86/src/go/types/
object.go 15 // An Object describes a named language entity such as a package,
155 // A TypeName represents a name for a (named or alias) type.
163 // The typ argument may be a defined (Named) type or an alias type.
188 case *Named:
410 // named interfaces using the interface type
411 // (not the named type) as the receiver.
  /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/go/darwin-x86/src/cmd/vet/
types.go 38 // isNamedType reports whether t is the named type path.name.
40 n, ok := t.(*types.Named)
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 38 // isNamedType reports whether t is the named type path.name.
40 n, ok := t.(*types.Named)
  /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 
  /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 
  /system/libvintf/
AssembleVintf.cpp 298 using Schemas = std::vector<Named<S>>;
  /prebuilts/go/darwin-x86/src/html/template/
template.go 141 // is escaped, or returns an error if it cannot be. It returns the named
174 // Named template definitions ({{define ...}} or {{block ...}} statements) in text
182 // This allows using Parse to add new named template definitions without
194 // In general, all the named templates might have changed underfoot.
378 // the named files. The returned template's name will have the (base) name and
385 // named "foo", while "a/foo" is unavailable.
390 // ParseFiles parses the named files and associates the resulting templates with
411 return nil, fmt.Errorf("html/template: no files named in call to ParseFiles")
  /prebuilts/go/linux-x86/src/html/template/
template.go 141 // is escaped, or returns an error if it cannot be. It returns the named
174 // Named template definitions ({{define ...}} or {{block ...}} statements) in text
182 // This allows using Parse to add new named template definitions without
194 // In general, all the named templates might have changed underfoot.
378 // the named files. The returned template's name will have the (base) name and
385 // named "foo", while "a/foo" is unavailable.
390 // ParseFiles parses the named files and associates the resulting templates with
411 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/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 {
288 // _, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
    [all...]
sql_test.go 546 Named("age", 2),
547 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 {
288 // _, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
    [all...]
sql_test.go 546 Named("age", 2),
547 Named("name", "Bob"),
    [all...]

Completed in 1371 milliseconds

1 2 3 4 5 6 7 8 91011>>