HomeSort by relevance Sort by last modified time
    Searched refs:inner (Results 101 - 125 of 406) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 202 static void oneOffTest1(size_t outer, size_t inner) {
204 const Quadratic& quad2 = testSet[inner];
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
231 outer, inner, tt1, tx1, ty1, tt2);
243 for (size_t inner = outer + 1; inner < testSetCount; ++inner) {
244 oneOffTest1(outer, inner);
LineQuadraticIntersection_Test.cpp 76 for (int inner = 0; inner < result; ++inner) {
77 double quadT = intersections.fT[0][inner];
80 double lineT = intersections.fT[1][inner];
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 203 RefPtrWillBeRawPtr<MeterInnerElement> inner = MeterInnerElement::create(document()); local
204 root.appendChild(inner);
212 inner->appendChild(bar);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 366 static void oneOff(skiatest::Reporter* reporter, int outer, int inner) {
368 const SkDCubic& cubic2 = testSet[inner];
372 static void newOneOff(skiatest::Reporter* reporter, int outer, int inner) {
374 const SkDCubic& cubic2 = newTestSet[inner];
380 for (int inner = outer + 1; inner < testSetCount; ++inner) {
381 oneOff(reporter, outer, inner);
385 for (int inner = outer + 1; inner < newTestSetCount; ++inner)
    [all...]
PathOpsQuadIntersectionTest.cpp 267 static void oneOffTest1(skiatest::Reporter* reporter, size_t outer, size_t inner) {
270 const SkDQuad& quad2 = testSet[inner];
281 __FUNCTION__, static_cast<int>(outer), static_cast<int>(inner),
287 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
298 for (size_t inner = outer + 1; inner < testSetCount; ++inner) {
299 oneOffTest1(reporter, outer, inner);
PathOpsSkpClipTest.cpp 870 for (int inner = 0; inner < testState.fPixelWorst.count(); ++inner) {
871 addError(&state, testState.fPixelWorst[inner]);
873 for (int inner = 0; inner < testState.fSlowest.count(); ++inner) {
874 addError(&state, testState.fSlowest[inner]);
955 for (int inner = 0; inner < kMaxFiles; ++inner)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedSetTest.java 39 TestSet<E> inner = new TestSet<E>(new HashSet<E>(), mutex); local
40 Set<E> outer = Synchronized.set(inner, inner.mutex);
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.css 58 #help-box-inner {
103 #help-box-inner {
117 #help-box-inner {
  /external/chromium_org/v8/test/mjsunit/compiler/
property-refs.js 31 return o.outer.x | o.outer.inner.y;
36 o.outer.inner.y = y;
43 inner: { y: 0 }
  /external/clang/docs/tools/
dump_ast_matchers.py 141 result, inner, name = m.groups()
142 if not inner:
143 inner = result
144 add_matcher(result, name, 'Matcher<%s>...' % inner,
154 inner, name = m.groups()
155 add_matcher('Type', name, 'Matcher<%s>...' % inner,
159 # add_matcher('TypeLoc', '%sLoc' % name, 'Matcher<%sLoc>...' % inner,
  /external/chromium_org/chrome/browser/resources/
about_version.css 19 #inner {
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
table.css 37 .table-header-inner {
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-crankshaft.js 221 let x = 'inner' + j;
233 let x = 'inner';
247 let x = 'inner';
264 let x = 'inner' + j;
279 let x = 'inner';
298 let x = 'inner';
316 let x = 'inner';
324 assertEquals('inner', e);
331 assertEquals('inner', e);
  /external/clang/test/Analysis/inlining/
path-notes.cpp 278 class Inner {
280 ~Inner() {
288 Inner *inner; member in class:PR17746::Outer
290 delete inner;
291 // expected-note@-1 {{Calling '~Inner'}}
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-lambdas.cpp 22 int inner(int i = []{ return 17; }());
25 inner();
  /external/chromium_org/url/
gurl_unittest.cc 208 const GURL* inner = url2.inner_url(); local
209 ASSERT_TRUE(inner);
210 EXPECT_EQ("https", inner->scheme());
211 EXPECT_EQ("user", inner->username());
212 EXPECT_EQ("pass", inner->password());
213 EXPECT_EQ("google.com", inner->host());
214 EXPECT_EQ("99", inner->port());
215 EXPECT_EQ(99, inner->IntPort());
216 EXPECT_EQ("/t", inner->path());
217 EXPECT_EQ("", inner->query())
    [all...]
  /external/bison/etc/
bench.pl.in 85 static int inner = 1;
89 else if (inner > outer)
91 inner = 1;
95 return inner++;
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc 264 Rect inner, outer; local
268 inner = inner.Union(existing_rect);
274 update_.paint_rects.push_back(inner);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.cpp 153 for (int inner = 0; inner < maker.fChildren.count(); inner++) {
154 SkDisplayable* child = maker.fChildren[inner];
SkAnimateActive.cpp 79 for (int inner = 0; inner < oldCount; inner++) {
80 SkAnimateBase* oldGuard = fAnimators[inner];
81 SkActive::SkState& oldState = fState[inner];
84 delete fInterpolators[inner];
85 fInterpolators.remove(inner);
86 fAnimators.remove(inner);
92 fState.remove(inner);
96 saveIndex += inner;
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-135008.js 36 " function inner() {" +
39 " return inner;" +
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 43 namespace inner { namespace in namespace:N
44 class myvector { /* ... */ }; // expected-note{{'inner::myvector' declared here}}
48 myvector v; // expected-error{{unknown type name 'myvector'; did you mean 'inner::myvector'?}}
  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 69 // returns true if outer contains inner, even if inner is empty.
70 // note: outer.contains(inner) always returns false if inner is empty.
72 const SkRect& inner) {
73 return outer.fLeft <= inner.fLeft && outer.fTop <= inner.fTop &&
74 outer.fRight >= inner.fRight && outer.fBottom >= inner.fBottom;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 137 /** \returns a const pointer to the array of inner indices.
141 /** \returns a non-const pointer to the array of inner indices.
146 /** \returns a const pointer to the array of the starting positions of the inner vectors.
150 /** \returns a non-const pointer to the array of the starting positions of the inner vectors.
155 /** \returns a const pointer to the array of the number of non zeros of the inner vectors.
159 /** \returns a non-const pointer to the array of the number of non zeros of the inner vectors.
176 const Index inner = IsRowMajor ? col : row; local
178 return m_data.atInRange(m_outerIndex[outer], end, inner);
194 const Index inner = IsRowMajor ? col : row; local
201 const Index p = m_data.searchLowerIndex(start,end-1,inner);
840 const Index inner = IsRowMajor ? col : row; local
1124 const Index inner = IsRowMajor ? col : row; local
1156 const Index inner = IsRowMajor ? col : row; local
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 193 for (int inner = 0; inner < infoCount; inner++) {
194 if (info[inner].fType == SkType_BaseClassInfo)
196 propertySpec[inner].name = info[inner].fName;
197 propertySpec[inner].tinyid = inner;
198 propertySpec[inner].flags = JSPROP_ENUMERATE;

Completed in 558 milliseconds

1 2 3 45 6 7 8 91011>>