HomeSort by relevance Sort by last modified time
    Searched defs:Projection (Results 1 - 13 of 13) sorted by null

  /external/v8/src/compiler/
graph-assembler.cc 98 Node* GraphAssembler::Projection(int index, Node* value) {
99 return graph()->NewNode(common()->Projection(index), value, current_control_);
code-assembler.h     [all...]
common-operator.cc 843 "Projection", // name
    [all...]
code-assembler.cc     [all...]
raw-machine-assembler.h 117 Node* Projection(int index, Node* a) {
118 return AddNode(common()->Projection(index), a);
    [all...]
  /external/libaom/libaom/third_party/libwebm/mkvparser/
mkvparser.h 476 struct Projection {
485 Projection()
492 ~Projection() { delete[] private_data; }
494 long long element_size, Projection** projection);
528 Projection* GetProjection() const;
543 Projection* m_projection;
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 476 struct Projection {
485 Projection()
492 ~Projection() { delete[] private_data; }
494 long long element_size, Projection** projection);
528 Projection* GetProjection() const;
543 Projection* m_projection;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 476 struct Projection {
485 Projection()
492 ~Projection() { delete[] private_data; }
494 long long element_size, Projection** projection);
528 Projection* GetProjection() const;
543 Projection* m_projection;
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go     [all...]
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.h 604 // Projection element.
605 class Projection {
615 Projection()
622 ~Projection() { delete[] private_data_; }
806 Projection* projection() { return projection_; } function in class:mkvmuxer::VideoTrack
808 // Deep copies |projection|.
809 bool SetProjection(const Projection& projection);
832 Projection* projection_
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 604 // Projection element.
605 class Projection {
615 Projection()
622 ~Projection() { delete[] private_data_; }
806 Projection* projection() { return projection_; } function in class:mkvmuxer::VideoTrack
808 // Deep copies |projection|.
809 bool SetProjection(const Projection& projection);
832 Projection* projection_
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 1723 milliseconds