Searched refs:Result (Results 251 - 275 of 1042) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h500 /// vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
583 /// marks the Result as inconsistent.
586 FullDependence &Result) const;
597 /// marks the Result as inconsistent.
601 FullDependence &Result,
613 /// Marks the Result as inconsistent.
616 FullDependence &Result) const;
624 FullDependence &Result) const;
639 FullDependence &Result,
657 FullDependence &Result,
[all...]
/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp21 bool Result = ExecuteOneTest(Changes);
22 if (!Result)
25 return Result;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h132 GetExpectedResultMemory(sizeof(cmds::CheckFramebufferStatus::Result));
550 typedef cmds::GetBooleanv::Result Result; typedef
551 Result::Type result = 0;
556 .WillOnce(SetMemory(result1.ptr, SizedResultHelper<Result::Type>(1)))
560 EXPECT_EQ(static_cast<Result::Type>(1), result);
567 typedef cmds::GetBufferParameteriv::Result Result; typedef
568 Result::Type result = 0;
573 .WillOnce(SetMemory(result1.ptr, SizedResultHelper<Result
584 typedef cmds::GetFloatv::Result Result; typedef
601 typedef cmds::GetFramebufferAttachmentParameteriv::Result Result; typedef
626 typedef cmds::GetIntegerv::Result Result; typedef
643 typedef cmds::GetProgramiv::Result Result; typedef
661 typedef cmds::GetRenderbufferParameteriv::Result Result; typedef
678 typedef cmds::GetShaderiv::Result Result; typedef
697 typedef cmds::GetTexParameterfv::Result Result; typedef
714 typedef cmds::GetTexParameteriv::Result Result; typedef
734 typedef cmds::GetVertexAttribfv::Result Result; typedef
752 typedef cmds::GetVertexAttribiv::Result Result; typedef
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp328 DeducedTemplateArgument Result = checkDeducedTemplateArguments(S.Context, local
331 if (Result.isNull()) {
338 Deduced[NTTP->getIndex()] = Result;
358 DeducedTemplateArgument Result = checkDeducedTemplateArguments(S.Context, local
362 if (Result.isNull()) {
369 Deduced[NTTP->getIndex()] = Result;
389 DeducedTemplateArgument Result = checkDeducedTemplateArguments(S.Context, local
392 if (Result.isNull()) {
399 Deduced[NTTP->getIndex()] = Result;
420 DeducedTemplateArgument Result local
728 DeducedTemplateArgument Result = local
1171 DeducedTemplateArgument Result = checkDeducedTemplateArguments(S.Context, local
1460 Sema::TemplateDeductionResult Result local
3110 Sema::TemplateDeductionResult Result local
3333 TemplateDeductionResult Result = local
3701 Sema::TemplateDeductionResult LLVM_ATTRIBUTE_UNUSED Result local
3841 TemplateDeductionResult Result local
3924 QualType Result = Replacement; local
3932 QualType Result = local
3958 DeduceAutoType(TypeSourceInfo *Type, Expr *&Init, QualType &Result) argument
3969 DeduceAutoType(TypeLoc Type, Expr *&Init, QualType &Result) argument
[all...]
H A DAttributeList.cpp27 IdentifierLoc *Result = new (Ctx) IdentifierLoc; local
28 Result->Loc = Loc;
29 Result->Ident = Ident;
30 return Result;
/external/chromium_org/media/filters/
H A Dh264_parser.cc286 H264Parser::Result H264Parser::ReadUE(int* val) {
311 H264Parser::Result H264Parser::ReadSE(int* val) {
313 Result res;
328 H264Parser::Result H264Parser::AdvanceToNextNALU(H264NALU* nalu) {
491 H264Parser::Result H264Parser::ParseScalingList(int size,
520 H264Parser::Result H264Parser::ParseSPSScalingLists(H264SPS* sps) {
524 Result res;
569 H264Parser::Result H264Parser::ParsePPSScalingLists(const H264SPS& sps,
574 Result res;
636 H264Parser::Result H264Parse
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp217 int64_t Result = 0; local
220 Result |= Bit->getValue() << i;
224 return IntInit::get(Result);
492 std::string Result = "{ "; local
494 if (i) Result += ", ";
496 Result += Bit->getAsString();
498 Result += "*";
500 return Result + " }";
704 std::string Result = "["; local
706 if (i) Result
826 ListInit *Result = local
864 std::string Result; local
962 int64_t Result; local
988 std::string Result; local
1039 Init *Result = ForeachHelper(LHS, Arg, RHSo, Type, local
1048 Init *Result = EvaluateOperation(RHSoo, LHS, Arg, local
1087 Init *Result = EvaluateOperation(RHSo, LHS, Val, local
1101 Init *Result = EvaluateOperation(RHSo, LHS, Arg, Type, local
1196 Init *Result = ForeachHelper(LHS, MHS, RHS, getType(), local
1254 std::string Result; local
1454 Init *Result = TI->resolveListElementReference(R, RV, Element); local
1611 std::string Result = "(" + Val->getAsString(); local
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas409 Result := (A = B)
413 Result := (X = Y)
415 Result := (A = B);
421 Result := ATrue
423 Result := AFalse;
428 Result := (C >= 'A') and (C <= 'Z');
435 Result := Self;
448 Result := FValue;
458 Result := FValue;
470 Result
[all...]
/external/chromium_org/ash/accelerators/
H A Dnested_accelerator_delegate.cc56 NestedAcceleratorDelegate::Result NestedAcceleratorDelegate::ProcessAccelerator(
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_standalone_installer.h57 webstore_install::Result result)> Callback;
70 bool success, const std::string& error, webstore_install::Result result);
77 bool EnsureUniqueInstall(webstore_install::Result* reason,
81 virtual void CompleteInstall(webstore_install::Result result,
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_test_util.cc22 MockDnsClientRule::Result result) {
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker_owner.h34 PrintingContext::Result result) = 0;
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel_delegate.h30 gcm::GCMClient::Result result)> RegisterCallback;
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.h21 virtual SyntheticGesture::Result ForwardInputEvents(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host.cc49 PepperPrintSettingsManager::Result result) {
H A Dpepper_printing_host.h36 PepperPrintSettingsManager::Result result);
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_messages.h15 IPC_ENUM_TRAITS_MAX_VALUE(blink::WebStorageArea::Result,
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.h32 const blink::WebURL& page_url, WebStorageArea::Result& result);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskImportStep.h75 virtual Result process() OVERRIDE FINAL;
H A DCustomElementMicrotaskResolutionStep.cpp55 CustomElementMicrotaskStep::Result CustomElementMicrotaskResolutionStep::process()
/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h89 // Result of comparison for each pair of files.
91 enum Result { enum in struct:DiffRecord
103 /** Returns the Result with this name.
104 * If there is no Result with this name, returns kResultCount.
106 static Result getResultByName(const char *name);
108 /** Returns a text description of the given Result type. */
109 static const char *getResultDescription(Result result);
154 Result fResult;
/external/clang/lib/Lex/
H A DTokenLexer.cpp557 // Lex the resultant pasted token into Result.
558 Token Result; local
564 Result.startToken();
565 Result.setKind(tok::raw_identifier);
566 Result.setRawIdentifierData(ResultTokStrPtr);
567 Result.setLocation(ResultTokLoc);
568 Result.setLength(LHSLen+RHSLen);
593 bool isInvalid = !TL.LexFromRawLexer(Result);
597 isInvalid |= Result.is(tok::eof);
632 if (Result
823 PropagateLineStartLeadingSpaceInfo(Token &Result) argument
[all...]
/external/clang/unittests/Format/
H A DFormatTestJS.cpp28 std::string Result = applyAllReplacements(Code, Replaces); local
29 EXPECT_NE("", Result);
30 DEBUG(llvm::errs() << "\n" << Result << "\n\n");
31 return Result;
/external/junit/src/org/junit/experimental/max/
H A DMaxCore.java16 import org.junit.runner.Result;
60 * @return a {@link Result} describing the details of the test run and the failed tests.
62 public Result run(Class<?> testClass) {
69 * @return a {@link Result} describing the details of the test run and the failed tests.
71 public Result run(Request request) {
83 * @return a {@link Result} describing the details of the test run and the failed tests.
85 public Result run(Request request, JUnitCore core) {
/external/llvm/include/llvm/ADT/
H A DStringExtras.h143 static inline unsigned HashString(StringRef Str, unsigned Result = 0) {
145 Result = Result * 33 + (unsigned char)Str[i];
146 return Result;

Completed in 861 milliseconds

<<11121314151617181920>>