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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_browsertest.cc 66 void Callback(PlatformVerificationFlow::Result result,
70 result_ = result;
76 PlatformVerificationFlow::Result SyncContentProtectionAttestation() {
91 PlatformVerificationFlow::Result result_;
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service_impl.h 84 const AttachmentStore::Result& result,
88 const AttachmentStore::Result& result);
89 void UploadDone(const AttachmentUploader::UploadResult& result,
93 const AttachmentDownloader::DownloadResult& result,
97 const AttachmentStore::Result& result,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
multi_profile_share_dialog.js 22 canEdit.value = MultiProfileShareDialog.Result.CAN_EDIT;
26 canComment.value = MultiProfileShareDialog.Result.CAN_COMMET;
30 canView.value = MultiProfileShareDialog.Result.CAN_VIEW;
55 * Result of the dialog box.
59 MultiProfileShareDialog.Result = Object.freeze({
73 * @return {Promise} Promise fulfilled with the result of dialog. If the dialog
81 var result = FileManagerDialogBase.prototype.showOkCancelDialog.call(
93 fulfill(MultiProfileShareDialog.Result.CANCEL);
95 if (!result)
  /external/easymock/src/org/easymock/internal/
UnorderedBehavior.java 34 public void addExpected(ExpectedInvocation expected, Result result,
38 entry.getResults().add(result, count);
43 list.add(result, count);
47 public Result addActual(Invocation actual) {
53 Result result = entry.getResults().next(); local
54 if (result != null) {
57 return result;
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 36 std::unique_ptr<FileOutputBuffer> &Result,
81 Result.reset(new FileOutputBuffer(MappedFile.get(), FilePath, TempFilePath));
82 if (Result)
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 43 long Result = 0;
45 Result += *Args[i];
46 return Result;
86 // Returns the result in *num_in_range. We make the return type void
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTask.java 32 static interface Result {}
61 Object result = doInBackground(message); local
63 msg.obj = result;
64 msg.arg1 = ProcessingTaskController.RESULT;
83 public abstract Result doInBackground(Request message);
84 public abstract void onResult(Result message);
  /external/chromium_org/chrome/browser/net/
dns_probe_runner_unittest.cc 48 void RunTest(MockDnsClientRule::Result query_result,
49 DnsProbeRunner::Result expected_probe_result);
56 MockDnsClientRule::Result query_result,
57 DnsProbeRunner::Result expected_probe_result) {
67 EXPECT_EQ(expected_probe_result, runner_.result());
106 EXPECT_EQ(DnsProbeRunner::UNKNOWN, runner_.result());
dns_probe_service_unittest.cc 46 void SetRules(MockDnsClientRule::Result system_query_result,
47 MockDnsClientRule::Result public_query_result) {
54 void RunTest(MockDnsClientRule::Result system_query_result,
55 MockDnsClientRule::Result public_query_result,
71 void ProbeCallback(DnsProbeStatus result) {
74 callback_result_ = result;
116 // Cached NXDOMAIN result should persist, not the result from the new rules.
  /external/chromium_org/chrome/browser/printing/
print_job_worker_owner.h 34 PrintingContext::Result result) = 0;
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 33 webstore_install::Result result);
  /external/chromium_org/components/invalidation/
gcm_network_channel_delegate.h 30 gcm::GCMClient::Result result)> RegisterCallback;
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.h 44 // The result of a fetch job.
45 enum Result {
66 // the Result is SUCCESS and the scoped_ptr contains the retrieved data.
67 // Otherwise, Result indicates the type of error that occurred and the
69 typedef base::Callback<void(Result, scoped_ptr<std::string>)> FetchCallback;
80 // Fetch data from |url| and invoke |callback| with the result. See the
81 // documentation of FetchCallback and Result for more details. If a fetch
97 Result result,
130 // the Result is SUCCESS and the scoped_ptr contains the retrieved data
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_printing_host.h 36 PepperPrintSettingsManager::Result result);
  /external/chromium_org/printing/
printing_context.cc 47 PrintingContext::Result PrintingContext::OnError() {
48 Result result = abort_printing_ ? CANCEL : FAILED; local
50 return result;
53 PrintingContext::Result PrintingContext::UsePdfSettings() {
71 PrintingContext::Result PrintingContext::UpdatePrintSettings(
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskImportStep.h 75 virtual Result process() OVERRIDE FINAL;
CustomElementMicrotaskResolutionStep.h 58 virtual Result process() OVERRIDE;
  /external/chromium_org/third_party/skia/src/animator/
SkOperandInterpolator.h 36 Result timeToValues(SkMSec time, SkOperand values[]) const;
  /external/chromium_org/tools/findit/
result.py 6 class Result(object):
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 124 LookupResult Result = statChained(Path, Data, isFile, F, FS);
130 if (Result == CacheMissing)
131 return Result;
137 return Result;
  /external/clang/tools/libclang/
CIndexCXX.cpp 101 ClassTemplatePartialSpecializationDecl *> Result
103 if (Result.is<ClassTemplateDecl *>())
104 Template = Result.get<ClassTemplateDecl *>();
106 Template = Result.get<ClassTemplatePartialSpecializationDecl *>();
  /external/iputils/
ipg 17 local result
21 result=`cat ${PGDEV} | fgrep "Result: OK:"`
22 if [ "$result" = "" ]; then
23 cat ${PGDEV} | fgrep Result:
  /external/llvm/include/llvm/Analysis/
CFG.h 34 /// The output is added to Result, as pairs of <from,to> edge info.
38 Result);
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 73 std::vector<T> Result;
74 Result.push_back(A);
76 Result.push_back(Val);
78 return Result;
  /external/llvm/tools/llvm-link/
llvm-link.cpp 65 Module* Result = nullptr;
67 Result = ParseIRFile(FN, Err, Context);
68 if (Result) return Result; // Load successful!

Completed in 1170 milliseconds

1 2 3 4 5 6 7 8 91011>>