HomeSort by relevance Sort by last modified time
    Searched refs:Results (Results 151 - 175 of 390) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 73 @param[out] Results A null-terminated Unicode string in
78 @retval EFI_SUCCESS The Results is filled with the requested values.
79 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
91 OUT EFI_STRING *Results
94 if (Progress == NULL || Results == NULL) {
205 This function processes the results of changes in configuration.
216 @retval EFI_SUCCESS The Results is processed successfully.
238 This function processes the results of changes in configuration.
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 32 /// \brief Default priority values for code-completion results based
71 /// \brief Priority value deltas that are added to code-completion results
155 /// code-completion consumer can process the results accordingly.
189 /// The results of this completion are the members of the type being
196 /// The results of this completion are the members of the type being
203 /// The results of this completion are the members of the type being
311 /// \brief Determines whether we want C++ constructors as results within this
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.cpp 332 return HashUnsigneds(Results.begin(), Results.end()) ^
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 144 if Curfn.Type.Results().NumFields() > 0 {
161 if Curfn.Type.Results().NumFields() > 0 {
163 onebitwalktype1(Curfn.Type.Results(), &xoffset, bv)
335 for _, t := range Curfn.Type.Results().Fields().Slice() {
type.go 197 Results *Type // function results
202 // Argwid is the total width of the function receiver, params, and results.
240 FunargResults // output results
583 results := substAny(t.Results(), types)
584 if recvs != t.Recvs() || params != t.Params() || results != t.Results() {
587 t.FuncType().Results = results
    [all...]
  /prebuilts/go/darwin-x86/src/math/
tan.go 40 // is not gradual, but jumps suddenly to about 1 part in 10e7. Results may
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 144 if Curfn.Type.Results().NumFields() > 0 {
161 if Curfn.Type.Results().NumFields() > 0 {
163 onebitwalktype1(Curfn.Type.Results(), &xoffset, bv)
335 for _, t := range Curfn.Type.Results().Fields().Slice() {
type.go 197 Results *Type // function results
202 // Argwid is the total width of the function receiver, params, and results.
240 FunargResults // output results
583 results := substAny(t.Results(), types)
584 if recvs != t.Recvs() || params != t.Params() || results != t.Results() {
587 t.FuncType().Results = results
    [all...]
  /prebuilts/go/linux-x86/src/math/
tan.go 40 // is not gradual, but jumps suddenly to about 1 part in 10e7. Results may
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 386 @param[out] Results A null-terminated Unicode string in
391 @retval EFI_SUCCESS The Results is filled with the requested values.
392 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
404 OUT EFI_STRING *Results
409 This function processes the results of changes in configuration.
420 @retval EFI_SUCCESS The Results is processed successfully.
436 This function processes the results of changes in configuration.
  /external/libvpx/libvpx/vpx_dsp/x86/
sad_ssse3.asm 154 ; int *results)
233 mov rdi, arg(4) ;Results
267 ; int *results)
343 mov rdi, arg(4) ;Results
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 211 SmallVectorImpl<SDValue>& Results,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 111 /// ReplaceNodeResults - Replace the results of node with an illegal result
114 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
  /external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp 185 Results &errors)
  /external/skia/tools/
compare_codereview.py 10 This script takes two Codereview URLs, looks at the trybot results for
11 the two codereviews and compares the results.
167 An array of BuilderHTMLParser.Results, each a description
168 of failure results, along with an optional url
357 results = BuilderHTMLParser.parse(url)
358 for result in results:
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 89 /// ReplaceNodeResults - Replace the results of node with an illegal result
92 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
  /prebuilts/go/darwin-x86/src/cmd/vet/
copylock.go 87 for _, x := range rs.Results {
130 // Don't check typ.Results. If T has a Lock field it's OK to write
method.go 25 results []string
89 var results []ast.Expr
90 if t.Results != nil {
91 results = typeFlatten(t.Results.List)
95 if !f.matchParams(expect.args, args, "=") || !f.matchParams(expect.results, results, "=") {
100 if !f.matchParams(expect.args, args, "") || !f.matchParams(expect.results, results, "") {
102 if len(expect.results) == 1
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
issues_test.go 144 res1 := defs[m.Name].(*Func).Type().(*Signature).Results().At(0)
145 res2 := defs[m.Type.Results.List[0].Names[0]].(*Var)
  /prebuilts/go/linux-x86/src/cmd/vet/
copylock.go 87 for _, x := range rs.Results {
130 // Don't check typ.Results. If T has a Lock field it's OK to write
method.go 25 results []string
89 var results []ast.Expr
90 if t.Results != nil {
91 results = typeFlatten(t.Results.List)
95 if !f.matchParams(expect.args, args, "=") || !f.matchParams(expect.results, results, "=") {
100 if !f.matchParams(expect.args, args, "") || !f.matchParams(expect.results, results, "") {
102 if len(expect.results) == 1
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
issues_test.go 144 res1 := defs[m.Name].(*Func).Type().(*Signature).Results().At(0)
145 res2 := defs[m.Type.Results.List[0].Names[0]].(*Var)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 272 Results(nullptr), NumResults(End - Begin),
287 Results = static_cast<DeclAccessPair *>(
290 memcpy(Results, Begin.I, NumResults * sizeof(DeclAccessPair));
323 assert(!Results && "Results already initialized!");
326 Results = static_cast<DeclAccessPair *>(
330 memcpy(Results, Begin.I, NumResults * sizeof(DeclAccessPair));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 372 if n.Results != nil {
373 f.walk(n.Results, "param", visit)
408 f.walk(n.Results, "expr", visit)

Completed in 5046 milliseconds

1 2 3 4 5 67 8 91011>>