HomeSort by relevance Sort by last modified time
    Searched refs:Origin (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 45 /// Origin tracking.
54 /// "select" instructions that pick the origin of a dirty argument, if an
57 /// Every 4 aligned, consecutive bytes of application memory have one origin
64 /// avoids storing origin to memory when a fully initialized value is stored.
65 /// This way it avoids needless overwritting origin of the 4-byte region on
182 "this number of checks and origin stores, use callbacks instead of "
230 /// \brief Thread-local origin storage for function parameters.
234 /// \brief Thread-local origin storage for function return value.
242 /// \brief Thread-local space used to pass origin value to the UMR reporting
255 /// \brief Run-time helper that generates a new origin value for a stac
    [all...]
  /external/chromium_org/net/cert/
multi_log_ct_verifier.cc 33 // Record SCT origin enum. This metric measure the popularity
35 void LogSCTOriginToUMA(ct::SignedCertificateTimestamp::Origin origin) {
37 origin,
169 ct::SignedCertificateTimestamp::Origin origin,
184 LogSCTOriginToUMA(origin);
192 decoded_sct->origin = origin;
ct_signed_certificate_timestamp_log_param.cc 21 // Converts a numeric |origin| to text describing the SCT's origin
22 const char* OriginToString(ct::SignedCertificateTimestamp::Origin origin) {
23 switch (origin) {
96 out->SetString("origin", OriginToString(sct.origin));
multi_log_ct_verifier_unittest.cc 69 ct::SignedCertificateTimestamp::Origin origin) {
71 (result.verified_scts[0]->origin == origin);
98 std::string origin;
99 if (!the_sct->GetString("origin", &origin))
101 if (origin != "embedded_in_certificate")
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 125 void addBeginTime(SMILTime eventTime, SMILTime endTime, SMILTimeWithOrigin::Origin = SMILTimeWithOrigin::ParserOrigin);
126 void addEndTime(SMILTime eventTime, SMILTime endTime, SMILTimeWithOrigin::Origin = SMILTimeWithOrigin::ParserOrigin);
  /external/chromium_org/tools/json_schema_compiler/
model.py 122 toplevel_origin = Origin(from_client=True, from_json=True)
135 class Origin(object):
136 """Stores the possible origin of model object as a pair of bools. These are:
164 - |origin| the Origin of the type
176 origin):
182 self.origin = origin
190 self.properties = _GetProperties(self, json, namespace, origin)
196 self, '%sType' % name, json['items'], namespace, origin)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 120 llvm::PointerUnion<const Expr *, const Decl *> Origin;
144 : State(state), LCtx(lctx), Origin(E), RefCount(0) {}
147 : State(state), LCtx(lctx), Origin(D), RefCount(0) {}
151 : State(Original.State), LCtx(Original.LCtx), Origin(Original.Origin),
178 return Origin.dyn_cast<const Decl *>();
198 return Origin.dyn_cast<const Expr *>();
253 /// which the return value has already been bound to the origin expression.
490 /// This may be NULL if the block's origin is unknown.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 35 static_cast<int>(floor(ns_rect.origin.x)),
36 static_cast<int>(floor(ns_rect.origin.y)),
37 static_cast<int>(ceil(ns_rect.origin.x + ns_rect.size.width)),
38 static_cast<int>(ceil(ns_rect.origin.y + ns_rect.size.height)));
101 MacDesktopConfiguration MacDesktopConfiguration::GetCurrent(Origin origin) {
119 if (i > 0 && origin == TopLeftOrigin) {
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 240 * storage type, hostname and origin url.
243 * @param {!string} origin Origin URL.
246 function getOriginObject(type, host, origin) {
248 var originObject = hostObject.detail.children[origin];
251 label: origin,
255 hostObject.detail.children[origin] = originObject;
350 * |origin|:
351 * Origin URL of the entry.
357 * true if the origin is in use
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc 192 prerender_manager->RecordLikelyLoginOnURL(form.origin);
227 void PrerenderTabHelper::WouldHavePrerenderedNextLoad(Origin origin) {
229 next_load_origin_ = origin;
prerender_contents.cc 105 Origin origin, uint8 experiment_id) OVERRIDE {
107 url, referrer, origin, experiment_id);
127 // frame redirects to a different origin.
224 Origin origin,
240 origin_(origin),
251 prerender_url(), referrer(), origin(), experiment_id());
429 DCHECK_NE(ORIGIN_MAX, origin());
434 prerender_manager_->RecordCookieStatus(origin(), experiment_id()
    [all...]
prerender_unittest.cc 50 Origin origin,
172 Origin origin,
176 origin, expected_final_status);
254 Origin origin,
258 EXPECT_EQ(origin, next_prerender_contents_->origin());
291 Origin origin
    [all...]
  /external/chromium_org/content/child/
websocket_bridge.cc 29 #include "url/origin.h"
213 const WebSerializedOrigin& origin,
224 url::Origin origin_to_pass(origin);
  /external/chromium_org/mojo/services/network/
web_socket_impl.cc 19 #include "url/origin.h"
193 const String& origin,
205 url::Origin(origin.get()));
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 138 else if (0 == Arg.compare("origin"))
139 Val.setKind(ZOption::Origin);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
appid.js 6 * @fileoverview Implements a check whether an app id lists an origin.
20 var origin = getOriginFromUrl(url);
21 if (origin) {
22 origins[origin] = origin;
55 * @param {string} origin The origin to check.
61 function AppIdChecker(fetcher, timer, origin, appIds, allowHttp, opt_logMsgUrl)
68 this.origin_ = origin;
91 * Checks whether all the app ids provided can be asserted by the given origin
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
hero-transition-extracted.js 116 h.h1.style[TRANSFORM_NAME + 'Origin'] = '0 0';
  /external/clang/lib/AST/
CXXInheritance.cpp 67 std::swap(Origin, Other.Origin);
  /external/chromium_org/net/websockets/
websocket_channel.cc 36 #include "url/origin.h"
323 const url::Origin& origin) {
328 origin,
512 const url::Origin& origin,
515 socket_url, requested_subprotocols, origin, creator);
526 const url::Origin& origin,
541 origin,
    [all...]
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 99 return "origin";
217 // we only test the "origin" policy here.
222 IN_PROC_BROWSER_TEST_F(ReferrerPolicyTest, Origin) {
589 // Verify that the referrer policy was honored and the main page's origin was
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 577 SearchMode::Origin origin = SearchMode::ORIGIN_DEFAULT; local
580 origin = SearchMode::ORIGIN_NTP;
583 origin = SearchMode::ORIGIN_SEARCH;
586 origin = model_.mode().origin;
593 model_.SetMode(SearchMode(type, origin));
  /external/chromium_org/content/browser/renderer_host/
websocket_host.cc 25 #include "url/origin.h"
353 const url::Origin& origin,
358 << JoinString(requested_protocols, ", ") << "\" origin=\""
359 << origin.string() << "\"";
366 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmdfs.h 265 DFS_NAMESPACE_VERSION_ORIGIN Origin,
netioapi.h 75 NL_ROUTE_ORIGIN Origin;
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1604 milliseconds

1 23 4