HomeSort by relevance Sort by last modified time
    Searched refs:origins (Results 1 - 22 of 22) sorted by null

  /external/v8/src/compiler/
node-origin-table.h 72 Scope(NodeOriginTable* origins, const char* reducer_name, Node* node)
73 : origins_(origins), prev_origin_(NodeOrigin::Unknown()) {
74 if (origins) {
75 prev_origin_ = origins->current_origin_;
76 origins->current_origin_ =
77 NodeOrigin(origins->current_phase_name_, reducer_name, node->id());
93 PhaseScope(NodeOriginTable* origins, const char* phase_name)
94 : origins_(origins) {
95 if (origins != nullptr) {
96 prev_phase_name_ = origins->current_phase_name_
    [all...]
node-origin-table.cc 31 explicit Decorator(NodeOriginTable* origins) : origins_(origins) {}
graph-visualizer.h 89 : graph(g), positions(p), origins(o) {}
92 const NodeOriginTable* origins; member in struct:v8::internal::compiler::GraphAsJSON
graph-visualizer.cc 263 const NodeOriginTable* origins)
268 origins_(origins),
399 JSONGraphNodeWriter(os, &tmp_zone, &ad.graph, ad.positions, ad.origins)
wasm-compiler.cc     [all...]
  /external/skia/gm/
bigblurs.cpp 53 const SkPoint origins[] = { variable
75 for (int k = 0; k < (int)SK_ARRAY_COUNT(origins); ++k) {
85 canvas->translate(desiredX-origins[k].fX,
86 desiredY-origins[k].fY);
  /external/skqp/gm/
bigblurs.cpp 53 const SkPoint origins[] = { variable
75 for (int k = 0; k < (int)SK_ARRAY_COUNT(origins); ++k) {
85 canvas->translate(desiredX-origins[k].fX,
86 desiredY-origins[k].fY);
  /external/grpc-grpc/tools/internal_ci/linux/
grpc_msan_on_foundry.sh 61 --copt=-fsanitize-memory-track-origins \
  /external/deqp/external/openglcts/modules/gl/
gl4cClipControlTests.cpp 464 glw::GLenum origins[] = { GL_UPPER_LEFT, GL_LOWER_LEFT }; local
468 for (size_t orig = 0; orig < DE_LENGTH_OF_ARRAY(origins); orig++)
475 cc.clipControl(origins[orig], GL_NEGATIVE_ONE_TO_ONE);
483 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]);
955 : ClipControlRenderBaseTest(context, api, name, "Face culling test, both origins"), m_vao(0), m_vbo(0)
1032 glw::GLenum origins[] = { GL_UPPER_LEFT, GL_LOWER_LEFT }; local
1036 for (size_t orig = 0; orig < DE_LENGTH_OF_ARRAY(origins); orig++)
1045 cc.clipControl(origins[orig], GL_NEGATIVE_ONE_TO_ONE);
1216 glw::GLenum origins[] = { GL_UPPER_LEFT, GL_LOWER_LEFT }; local
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
InvocationPolicyEnforcer.java 382 ArrayList<OptionInstanceOrigin> origins = new ArrayList<>(numValues); local
385 origins.add(setValue.getOrigin());
391 OptionInstanceOrigin arbitraryFirstOptionOrigin = origins.get(0);
395 origins
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 127 AbstractOriginByOffset origins; member in struct:google_breakpad::DwarfCUToModule::FilePrivate
507 const AbstractOriginByOffset& origins = local
508 cu_context_->file_context->file_private_->origins;
509 AbstractOriginByOffset::const_iterator origin = origins.find(data);
510 if (origin != origins.end()) {
565 cu_context_->file_context->file_private_->origins[offset_] = origin;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 382 # origins, and is a URL, not a pair.
584 origins = self.todo[url]
586 origins = self.done[url]
587 for source, rawlink in origins:
597 # from the list of origins.
606 def show(self, p1, link, p2, origins):
609 for source, rawlink in origins:
  /external/python/cpython2/Tools/webchecker/
webchecker.py 382 # origins, and is a URL, not a pair.
584 origins = self.todo[url]
586 origins = self.done[url]
587 for source, rawlink in origins:
597 # from the list of origins.
606 def show(self, p1, link, p2, origins):
609 for source, rawlink in origins:
  /external/skia/samplecode/
SampleRegion.cpp 290 const SkPoint origins[] = { variable
294 this->drawPredicates(canvas, origins);
  /external/skqp/samplecode/
SampleRegion.cpp 290 const SkPoint origins[] = { variable
294 this->drawPredicates(canvas, origins);
  /external/kotlinc/lib/
kotlin-annotation-processing.jar 
  /external/bcc/src/lua/bpf/
builtins.lua 175 -- different data sources, so variables must track origins.
  /external/grpc-grpc/
Makefile 115 CPPFLAGS_msan = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=memory -fsanitize-memory-track-origins -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
    [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/brotli/js/
decode.min.js     [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 348 // Origin: The list of Origins eligible to receive CORS response
349 // headers. Note: "*" is permitted in the list of origins, and means
    [all...]

Completed in 1535 milliseconds