HomeSort by relevance Sort by last modified time
    Searched refs:Result (Results 1 - 25 of 1035) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
Interpolator_ResultTest.java 20 import android.graphics.Interpolator.Result;
27 assertEquals(Result.FREEZE_START, Result.valueOf("FREEZE_START"));
28 assertEquals(Result.FREEZE_END, Result.valueOf("FREEZE_END"));
29 assertEquals(Result.NORMAL, Result.valueOf("NORMAL"));
33 Result[] result = Result.values() local
    [all...]
InterpolatorTest.java 21 import android.graphics.Interpolator.Result;
64 // set key frames far enough apart so that processing time will not cause result to
68 assertValue(1.5f, Result.NORMAL, interpolator);
75 assertValue(2.0f, Result.FREEZE_START, interpolator);
82 assertValue(3.0f, Result.FREEZE_END, interpolator);
101 assertValue(1000, 1.0f, Result.FREEZE_START, interpolator);
102 assertValue(3000, 1.5f, Result.NORMAL, interpolator);
103 assertValue(6000, 2.0f, Result.FREEZE_END, interpolator);
106 assertValue(-1000, 2.0f, Result.FREEZE_END, interpolator);
112 assertValue(0, 1.0f, Result.FREEZE_START, interpolator)
205 final float[] result = new float[1]; local
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Result.java 20 * The result of a test or benchmark execution.
22 public enum Result {
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 40 isResult, // Relocation has be transformed into its result pointer.
58 void *Result; // If this has been resolved to a resolved pointer
87 MachineRelocation Result;
88 Result.Offset = offset;
89 Result.ConstantVal = cst;
90 Result.TargetReloType = RelocationType;
91 Result.AddrType = isGV;
92 Result.MayNeedFarStub = MayNeedFarStub;
93 Result.GOTRelative = GOTrelative;
94 Result.TargetResolve = false
    [all...]
  /external/llvm/utils/not/
not.cpp 33 int Result = sys::ExecuteAndWait(Program, argv, nullptr, nullptr, 0, 0,
40 if (ExpectCrash && Result == 3)
41 Result = -3;
43 if (Result < 0) {
53 return Result == 0;
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskStep.h 45 enum Result {
50 virtual Result process() = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebLeakDetector.h 41 struct Result {
49 virtual void onLeakDetectionComplete(const Result&) = 0;
  /external/chromium_org/ui/wm/core/
nested_accelerator_delegate.h 18 enum Result {
29 virtual Result ProcessAccelerator(const ui::Accelerator& accelerator) = 0;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
Result.java 20 * Represents the result of a test.
22 public interface Result {
26 * Sets the test result of this object.
28 * @param resultCode The test result, either {@code RESULT_OK} or {@code RESULT_FAIL}.
  /external/chromium_org/net/websockets/
websocket_deflate_predictor_impl.cc 9 typedef WebSocketDeflatePredictor::Result Result;
11 Result WebSocketDeflatePredictorImpl::Predict(
websocket_deflate_predictor_impl_test.cc 16 typedef WebSocketDeflatePredictor::Result Result;
22 Result result = predictor.Predict(frames, 0); local
24 EXPECT_EQ(WebSocketDeflatePredictor::DEFLATE, result);
  /external/chromium_org/printing/
printing_context.h 41 // Tri-state result for user behavior-dependent functions.
42 enum Result {
52 typedef base::Callback<void(Result)> PrintSettingsCallback;
55 // context with the select device settings. The result of the call is returned
64 virtual Result UseDefaultSettings() = 0;
67 Result UsePdfSettings();
75 virtual Result UpdatePrinterSettings(bool external_preview,
80 Result UpdatePrintSettings(const base::DictionaryValue& job_settings);
83 virtual Result InitWithSettings(const PrintSettings& settings) = 0;
91 virtual Result NewDocument(const base::string16& document_name) = 0
    [all...]
printing_context_no_system_dialog.h 28 virtual Result UseDefaultSettings() OVERRIDE;
30 virtual Result UpdatePrinterSettings(bool external_preview,
32 virtual Result InitWithSettings(const PrintSettings& settings) OVERRIDE;
33 virtual Result NewDocument(const base::string16& document_name) OVERRIDE;
34 virtual Result NewPage() OVERRIDE;
35 virtual Result PageDone() OVERRIDE;
36 virtual Result DocumentDone() OVERRIDE;
  /external/easymock/src/org/easymock/internal/
ExpectedInvocationAndResult.java 26 Result result; field in class:ExpectedInvocationAndResult
29 Result result) {
31 this.result = result;
38 public Result getResult() {
39 return result;
IMocksBehavior.java 21 void addExpected(ExpectedInvocation expected, Result result, Range count);
23 void addStub(ExpectedInvocation expected, Result result);
32 Result addActual(Invocation invocation);
  /external/clang/lib/Lex/
MacroArgs.cpp 48 MacroArgs *Result;
51 Result = (MacroArgs*)malloc(sizeof(MacroArgs) +
54 new (Result) MacroArgs(UnexpArgTokens.size(), VarargsElided);
56 Result = *ResultEnt;
58 *ResultEnt = Result->ArgCache;
59 Result->NumUnexpArgTokens = UnexpArgTokens.size();
60 Result->VarargsElided = VarargsElided;
63 // Copy the actual unexpanded tokens to immediately after the result ptr.
66 const_cast<Token*>(Result->getUnexpArgument(0)));
68 return Result;
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 12 template<typename T, typename Result>
15 Result result = f0(t); local
24 template<typename T, typename Result>
27 Result &result = f0(t); // expected-error {{undeclared identifier}} \ local
38 template<typename T, typename Result>
41 Result &result = f0(t); local
  /external/chromium_org/chrome/browser/net/
dns_probe_test_util.h 15 // (currently google.com) that returns |result|.
17 net::MockDnsClientRule::Result result);
  /external/chromium_org/sync/api/attachments/
attachment_store.h 35 enum Result {
40 typedef base::Callback<void(const Result&,
43 typedef base::Callback<void(const Result&)> WriteCallback;
44 typedef base::Callback<void(const Result&)> DropCallback;
50 // exist or could not be read, |callback|'s Result will be UNSPECIFIED_ERROR.
67 // not be written |callback|'s Result will be UNSPECIFIED_ERROR. When this
79 // could not be dropped, |callback|'s Result will be UNSPECIFIED_ERROR. When
  /external/junit/src/org/junit/experimental/results/
FailureList.java 8 import org.junit.runner.Result;
19 public Result result() { method in class:FailureList
20 Result result= new Result(); local
21 RunListener listener= result.createListener();
29 return result;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 63 int64_t Result = Value.getConstant();
68 Result = Result & 0xffff;
71 Result = (Result >> 16) & 0xffff;
74 Result = ((Result + 0x8000) >> 16) & 0xffff;
77 Result = (Result >> 32) & 0xffff;
80 Result = ((Result + 0x8000) >> 32) & 0xffff
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 41 const ast_matchers::MatchFinder::MatchResult &Result) {
42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) {
44 *Result.SourceManager,
54 const ast_matchers::MatchFinder::MatchResult &Result) {
55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId);
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId);
59 *Result.SourceManager, *FromMatch, *ToMatch));
67 const ast_matchers::MatchFinder::MatchResult &Result) {
68 if (const IfStmt *Node = Result.Nodes.getStmtAs<IfStmt>(Id)) {
71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body))
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 49 std::error_code getAddress(uint64_t &Result) const;
50 std::error_code getOffset(uint64_t &Result) const;
52 std::error_code getType(uint64_t &Result) const;
57 std::error_code getHidden(bool &Result) const;
62 std::error_code getTypeName(SmallVectorImpl<char> &Result) const;
68 std::error_code getValueString(SmallVectorImpl<char> &Result) const;
95 std::error_code getName(StringRef &Result) const;
96 std::error_code getAddress(uint64_t &Result) const;
97 std::error_code getSize(uint64_t &Result) const;
98 std::error_code getContents(StringRef &Result) const
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 202 llvm::raw_svector_ostream &Result) {
203 Result << "<" << C->getTagName();
207 Result << " ";
209 Result << Attr.Name;
211 Result << "=\"" << Attr.Value << "\"";
216 Result << ">";
218 Result << "/>";
228 FC(FC), Result(Str), Traits(Traits)
259 llvm::raw_svector_ostream Result;
284 Result << " ";
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_report_uploader.h 18 // The result of a report upload. Values here are used for UMA so they must
20 enum Result {
32 // indicates the result of the upload, while the second contains the response
34 typedef base::Callback<void(Result, scoped_ptr<ClientIncidentResponse>)>

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>