Searched defs:Vector (Results 1 - 25 of 104) sorted by path

12345

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/ceres-solver/examples/
H A Dnist.cc124 typedef Eigen::Matrix<double, Dynamic, 1> Vector; typedef in namespace:ceres::examples
/external/ceres-solver/include/ceres/internal/
H A Deigen.h38 typedef Eigen::Matrix<double, Eigen::Dynamic, 1> Vector; typedef in namespace:ceres
43 typedef Eigen::Map<Vector> VectorRef;
45 typedef Eigen::Map<const Vector> ConstVectorRef;
75 Vector; typedef in struct:ceres::EigenTypes
/external/chromium_org/base/containers/
H A Dstack_container_unittest.cc35 TEST(StackContainer, Vector) {
79 typedef StackVector<scoped_refptr<Dummy>, 2> Vector; typedef
80 typedef Vector::ContainerType Container;
81 Vector vect;
/external/chromium_org/cc/resources/
H A Dpixel_buffer_raster_worker_pool.h69 typedef std::vector<RasterTaskState> Vector; typedef in struct:cc::PixelBufferRasterWorkerPool::RasterTaskState
109 RasterTaskState::Vector raster_task_states_;
111 RasterTask::Vector completed_raster_tasks_;
112 RasterizerTask::Vector completed_image_decode_tasks_;
130 Task::Vector completed_tasks_;
H A Drasterizer.h33 typedef std::vector<scoped_refptr<RasterizerTask> > Vector; typedef in class:cc::RasterizerTask
61 typedef std::vector<scoped_refptr<ImageDecodeTask> > Vector; typedef in class:cc::ImageDecodeTask
73 typedef std::vector<scoped_refptr<RasterTask> > Vector; typedef in class:cc::RasterTask
79 const ImageDecodeTask::Vector& dependencies() const { return dependencies_; }
82 RasterTask(const Resource* resource, ImageDecodeTask::Vector* dependencies);
87 ImageDecodeTask::Vector dependencies_;
115 typedef std::vector<Item> Vector; typedef in struct:cc::RasterTaskQueue::Item
130 Item::Vector items;
H A Dtask_graph_runner.h20 typedef std::vector<scoped_refptr<Task> > Vector; typedef in class:cc::Task
54 typedef std::vector<Node> Vector; typedef in struct:cc::TaskGraph::Node
65 typedef std::vector<Edge> Vector; typedef in struct:cc::TaskGraph::Edge
80 Node::Vector nodes;
81 Edge::Vector edges;
126 Task::Vector* completed_tasks);
142 typedef std::vector<PrioritizedTask> Vector; typedef in struct:cc::TaskGraphRunner::PrioritizedTask
154 typedef std::vector<TaskNamespace*> Vector; typedef in struct:cc::TaskGraphRunner::TaskNamespace
163 PrioritizedTask::Vector ready_to_run_tasks;
166 Task::Vector completed_task
[all...]
H A Dtask_graph_runner_perftest.cc25 typedef std::vector<scoped_refptr<PerfTaskImpl> > Vector; typedef in class:cc::__anon2778::PerfTaskImpl
64 PerfTaskImpl::Vector top_level_tasks;
65 PerfTaskImpl::Vector tasks;
66 PerfTaskImpl::Vector leaf_tasks;
93 PerfTaskImpl::Vector top_level_tasks;
94 PerfTaskImpl::Vector tasks;
95 PerfTaskImpl::Vector leaf_tasks;
103 Task::Vector completed_tasks;
133 PerfTaskImpl::Vector top_level_tasks[kNumVersions];
134 PerfTaskImpl::Vector task
[all...]
/external/chromium_org/components/url_matcher/
H A Durl_matcher.h312 typedef std::vector<scoped_refptr<URLMatcherConditionSet> > Vector; typedef in class:url_matcher::URLMatcherConditionSet
369 void AddConditionSets(const URLMatcherConditionSet::Vector& condition_sets);
/external/chromium_org/testing/gtest/test/
H A Dgtest-typed-test_test.cc63 typedef std::vector<T> Vector; typedef in class:CommonTest
105 typename TestFixture::Vector empty;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js217 Flog.RayTracer.Vector = Class.create();
219 Flog.RayTracer.Vector.prototype = {
238 return new Flog.RayTracer.Vector(this.x / m, this.y / m, this.z / m);
246 return new Flog.RayTracer.Vector(
257 return new Flog.RayTracer.Vector(w.x + v.x, w.y + v.y, w.z + v.z);
262 return new Flog.RayTracer.Vector(v.x - w.x, v.y - w.y, v.z - w.z);
266 return new Flog.RayTracer.Vector(v.x * w.x, v.y * w.y, v.z * w.z);
270 return new Flog.RayTracer.Vector(v.x * w, v.y * w, v.z * w);
274 return 'Vector [' + this.x + ',' + this.y + ',' + this.z + ']';
309 new Flog.RayTracer.Vector(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js217 Flog.RayTracer.Vector = Class.create();
219 Flog.RayTracer.Vector.prototype = {
238 return new Flog.RayTracer.Vector(this.x / m, this.y / m, this.z / m);
246 return new Flog.RayTracer.Vector(
257 return new Flog.RayTracer.Vector(w.x + v.x, w.y + v.y, w.z + v.z);
262 return new Flog.RayTracer.Vector(v.x - w.x, v.y - w.y, v.z - w.z);
266 return new Flog.RayTracer.Vector(v.x * w.x, v.y * w.y, v.z * w.z);
270 return new Flog.RayTracer.Vector(v.x * w, v.y * w, v.z * w);
274 return 'Vector [' + this.x + ',' + this.y + ',' + this.z + ']';
309 new Flog.RayTracer.Vector(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js211 Flog.RayTracer.Vector = Class.create();
213 Flog.RayTracer.Vector.prototype = {
232 return new Flog.RayTracer.Vector(this.x / m, this.y / m, this.z / m);
240 return new Flog.RayTracer.Vector(
251 return new Flog.RayTracer.Vector(w.x + v.x, w.y + v.y, w.z + v.z);
256 return new Flog.RayTracer.Vector(v.x - w.x, v.y - w.y, v.z - w.z);
260 return new Flog.RayTracer.Vector(v.x * w.x, v.y * w.y, v.z * w.z);
264 return new Flog.RayTracer.Vector(v.x * w, v.y * w, v.z * w);
268 return 'Vector [' + this.x + ',' + this.y + ',' + this.z + ']';
303 new Flog.RayTracer.Vector(
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h388 v8::Handle<v8::Value> v8Array(const Vector<T, inlineCapacity>& iterator, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
392 typename Vector<T, inlineCapacity>::const_iterator end = iterator.end();
394 for (typename Vector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter)
400 struct V8ValueTraits<WTF::Vector<T, inlineCapacity, Allocator> > {
401 static v8::Handle<v8::Value> toV8Value(const Vector<T, inlineCapacity, Allocator>& value, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
579 Vector<RefPtr<T> > toRefPtrNativeArrayUnchecked(v8::Local<v8::Value> v8Value, uint32_t length, v8::Isolate* isolate, ExceptionState& exceptionState)
581 Vector<RefPtr<T> > result;
589 return Vector<RefPtr<T> >();
596 return Vector<RefPtr<T> >();
603 Vector<RefPt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertyShorthandCustom.cpp161 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>& shorthands) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMStringList.h33 #include "wtf/Vector.h"
58 operator const Vector<String>&() const { return m_strings; }
65 Vector<String> m_strings;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DAtomicHTMLToken.h74 Vector<Attribute>& attributes()
80 const Vector<Attribute>& attributes() const
99 Vector<UChar>& publicIdentifier() const
106 Vector<UChar>& systemIdentifier() const
165 for (Vector<CompactHTMLToken::Attribute>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) {
189 AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) argument
220 Vector<Attribute> m_attributes;
H A DHTMLParserIdioms.h42 String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) argument
63 typedef Vector<pair<String, String> > HTMLAttributeList;
121 inline static String attemptStaticStringCreation(const Vector<UChar, inlineCapacity>& vector, CharacterWidth width) argument
H A DHTMLToken.h48 WTF::Vector<UChar> m_publicIdentifier;
49 WTF::Vector<UChar> m_systemIdentifier;
53 static inline Attribute* findAttributeInVector(Vector<Attribute>& attributes, const QualifiedName& name)
86 Vector<UChar, 32> name;
87 Vector<UChar, 32> value;
90 typedef Vector<Attribute, 10> AttributeList;
95 typedef Vector<UChar, 256> DataVector;
105 // Don't call Vector::clear() as that would destroy the
192 const WTF::Vector<UChar>& publicIdentifier() const
199 const WTF::Vector<UCha
278 beginEndTag(const Vector<LChar, 32>& characters) argument
402 appendToCharacter(const Vector<LChar, 32>& characters) argument
[all...]
H A DHTMLTokenizer.cpp74 static inline bool vectorEqualsString(const Vector<LChar, 32>& vector, const String& string) argument
H A DXSSAuditor.cpp128 bool threadSafeMatch(const Vector<UChar, inlineCapacity>& vector, const QualifiedName& qname) argument
152 static bool isNameOfInlineEventHandler(const Vector<UChar, 32>& name) argument
259 Vector<String> valueList;
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.cpp130 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) argument
135 PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp286 void RenderFlexibleBox::repositionLogicalHeightDependentFlexItems(Vector<LineContext>& lineContexts)
639 Vector<LineContext> lineContexts;
646 Vector<LayoutUnit, 16> childSizes;
898 void RenderFlexibleBox::freezeViolations(const Vector<Violation>& violations, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, bool hasInfiniteLineLength)
912 bool RenderFlexibleBox::resolveFlexibleLengths(FlexSign flexSign, const OrderedFlexItemList& children, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, Vector<LayoutUnit, 16>& childSizes, bool hasInfiniteLineLength)
917 Vector<Violation> minViolations;
918 Vector<Violation> maxViolations;
1066 void RenderFlexibleBox::layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList& children, const Vector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>& lineContexts, bool hasInfiniteLineLength) argument
1215 void RenderFlexibleBox::alignFlexLines(Vector<LineContex
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.cpp105 static inline void collectLayoutAttributes(RenderObject* text, Vector<SVGTextLayoutAttributes*>& attributes)
172 Vector<SVGTextLayoutAttributes*> newLayoutAttributes;
209 static inline void checkLayoutAttributesConsistency(RenderSVGText* text, Vector<SVGTextLayoutAttributes*>& expectedLayoutAttributes)
212 Vector<SVGTextLayoutAttributes*> newLayoutAttributes;
226 void RenderSVGText::subtreeChildWillBeRemoved(RenderObject* child, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes)
257 void RenderSVGText::subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes) argument
464 void RenderSVGText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const
511 Vector<SVGTextLayoutAttributes*, 2> affectedAttributes;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DGeometry.js44 WebInspector.Geometry.Vector = function(x, y, z)
51 WebInspector.Geometry.Vector.prototype = {
98 * @param {!WebInspector.Geometry.Vector} u
99 * @param {!WebInspector.Geometry.Vector} v
108 * @param {!WebInspector.Geometry.Vector} u
109 * @param {!WebInspector.Geometry.Vector} v
110 * @return {!WebInspector.Geometry.Vector}
117 return new WebInspector.Geometry.Vector(x, y, z);
121 * @param {!WebInspector.Geometry.Vector} u
122 * @param {!WebInspector.Geometry.Vector}
[all...]

Completed in 446 milliseconds

12345