HomeSort by relevance Sort by last modified time
    Searched refs:FirstName (Results 1 - 6 of 6) sorted by null

  /external/libxml2/python/tests/
schema.py 13 <element name = "FirstName" type = "string" />
24 <FirstName>Raymond</FirstName>
validSchemas.py 25 <element name = "FirstName" type = "string" />
36 <FirstName>Raymond</FirstName>
  /prebuilts/go/darwin-x86/src/encoding/xml/
example_test.go 20 FirstName string `xml:"name>first"`
29 v := &Person{Id: 13, FirstName: "John", LastName: "Doe", Age: 42}
60 FirstName string `xml:"name>first"`
69 v := &Person{Id: 13, FirstName: "John", LastName: "Doe", Age: 42}
  /prebuilts/go/linux-x86/src/encoding/xml/
example_test.go 20 FirstName string `xml:"name>first"`
29 v := &Person{Id: 13, FirstName: "John", LastName: "Doe", Age: 42}
60 FirstName string `xml:"name>first"`
69 v := &Person{Id: 13, FirstName: "John", LastName: "Doe", Age: 42}
  /external/llvm/lib/Passes/
PassBuilder.cpp 694 StringRef FirstName =
696 assert(!isModulePassName(FirstName) &&
701 if (PipelineText.startswith("cgscc(") || isCGSCCPassName(FirstName)) {
714 if (PipelineText.startswith("function(") || isFunctionPassName(FirstName)) {
725 if (PipelineText.startswith("loop(") || isLoopPassName(FirstName)) {
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]

Completed in 4176 milliseconds