Searched refs:inner (Results 151 - 175 of 283) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp570 for (int inner = 0; inner < animators; inner++) {
571 SkAnimateBase* animate = fActive->fAnimators[inner];
585 SkMSec time = fActive->getTime(rawTime, inner);
586 SkActive::SkState& state = fActive->fState[inner];
597 fActive->restoreInterpolatorValues(inner);
617 SkInterpolatorBase::Result interpResult = fActive->fInterpolators[inner]->timeToValues(
636 save(inner); // save existing value
637 applyValues(inner, formulaValue
[all...]
H A DSkDisplayType.cpp755 for (int inner = 0; inner < infoCount - 1; inner++) {
756 if (info[inner].fType == SkType_BaseClassInfo)
758 SkASSERT(strcmp(info[inner].fName, info[inner + 1].fName) < 0);
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp42 typedef T inner; typedef in struct:X::thing
43 typedef ptr<inner> inner_ptr;
44 typedef traits<thing<inner>> traits_type;
H A Ddependent-names.cpp137 namespace inner { namespace in namespace:std
140 using inner::vector;
H A Dfriend-template.cpp118 namespace inner { namespace in namespace:PR6022
126 friend A<U1, U2, U3>& inner::f0(A<U1, U2, U3>&, T);
/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedMultimapTest.java38 TestMultimap<String, Integer> inner = new TestMultimap<String, Integer>();
39 Multimap<String, Integer> outer = Synchronized.multimap(inner, inner.mutex);
H A DSynchronizedMapTest.java42 TestMap<K, V> inner = new TestMap<K, V>(new HashMap<K, V>(), mutex);
43 Map<K, V> outer = Synchronized.map(inner, mutex);
/external/skia/src/animator/
H A DSkDisplayApply.cpp570 for (int inner = 0; inner < animators; inner++) {
571 SkAnimateBase* animate = fActive->fAnimators[inner];
585 SkMSec time = fActive->getTime(rawTime, inner);
586 SkActive::SkState& state = fActive->fState[inner];
597 fActive->restoreInterpolatorValues(inner);
617 SkInterpolatorBase::Result interpResult = fActive->fInterpolators[inner]->timeToValues(
636 save(inner); // save existing value
637 applyValues(inner, formulaValue
[all...]
H A DSkDisplayType.cpp755 for (int inner = 0; inner < infoCount - 1; inner++) {
756 if (info[inner].fType == SkType_BaseClassInfo)
758 SkASSERT(strcmp(info[inner].fName, info[inner + 1].fName) < 0);
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Antihair.cpp959 // We want the inverse of B-T, since we're the inner-stroke
1035 SkIRect inner;
1036 // set inner to the inner rect of the middle section
1037 inner.set(FDot8Floor(L), FDot8Floor(T), FDot8Ceil(R), FDot8Ceil(B));
1040 fillcheckrect(outer.fLeft, outer.fTop, outer.fRight, inner.fTop,
1042 fillcheckrect(outer.fLeft, inner.fTop, inner.fLeft, inner.fBottom,
1044 fillcheckrect(inner
[all...]
/external/skia/src/core/
H A DSkScan_Antihair.cpp959 // We want the inverse of B-T, since we're the inner-stroke
1035 SkIRect inner;
1036 // set inner to the inner rect of the middle section
1037 inner.set(FDot8Floor(L), FDot8Floor(T), FDot8Ceil(R), FDot8Ceil(B));
1040 fillcheckrect(outer.fLeft, outer.fTop, outer.fRight, inner.fTop,
1042 fillcheckrect(outer.fLeft, inner.fTop, inner.fLeft, inner.fBottom,
1044 fillcheckrect(inner
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityObject.cpp760 const AccessibilityObject* inner = objects[i + 1]; local
764 LayoutRect innerRect = inner->isAccessibilityScrollView() ? inner->parentObject()->elementRect() : inner->elementRect();
785 if (outer->isAccessibilityScrollView() && !inner->isAccessibilityScrollView()) {
787 // inner object is not, keep track of the coordinate transformation to apply to
794 } else if (inner->isAccessibilityScrollView()) {
795 // Otherwise, if the inner object is a scroll view, reset the coordinate transformation.
/external/elfutils/src/
H A Delflint.c542 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word);
543 ++inner)
544 if (grpdata[inner] == (Elf32_Word) idx)
1041 for (size_t inner = 0;
1042 inner < shdr->sh_size / shdr->sh_entsize;
1043 ++inner)
1046 GElf_Rel *rel = gelf_getrel (reldata, inner,
1055 if (inner >= dyn->d_un.d_val)
1061 else if (inner < dy
4117 int inner; local
4151 int inner; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.cpp357 IntRect inner, outer; local
361 inner.unite(existingRect);
366 m_update.paintRects.append(inner);
/external/pixman/pixman/
H A Dpixman-radial-gradient.c424 pixman_image_create_radial_gradient (const pixman_point_fixed_t * inner, argument
449 radial->c1.x = inner->x;
450 radial->c1.y = inner->y;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java648 Exception inner=ex.getException();
649 if(inner instanceof StopException){
658 System.out.println("Active IncrementalSAXSource_Filter UNEXPECTED SAX exception: "+inner);
659 inner.printStackTrace();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dhtml.css556 input[type="date"]::-webkit-inner-spin-button,
557 input[type="datetime"]::-webkit-inner-spin-button,
558 input[type="datetime-local"]::-webkit-inner-spin-button,
559 input[type="month"]::-webkit-inner-spin-button,
560 input[type="time"]::-webkit-inner-spin-button,
561 input[type="week"]::-webkit-inner-spin-button {
586 input::-webkit-inner-spin-button {
587 -webkit-appearance: inner-spin-button;
800 input[type="date"]:disabled::-webkit-inner-spin-button,
802 input[type="datetime-local"]:disabled::-webkit-inner
[all...]
/external/eigen/Eigen/src/Core/
H A DRedux.h97 inner = Start % Derived::InnerSizeAtCompileTime enumerator in enum:Eigen::internal::redux_novec_unroller::__anon17059
104 return mat.coeffByOuterInner(outer, inner);
145 inner = index % int(Derived::InnerSizeAtCompileTime), enumerator in enum:Eigen::internal::redux_vec_unroller::__anon17061
154 return mat.template packetByOuterInner<alignment>(outer, inner);
/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h128 inline Scalar& insertBackByOuterInner(Index outer, Index inner) argument
132 return insertBack(inner);
142 Index inner = IsColVector ? row : col; local
145 return insert(inner);
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dmostvisited.css75 body[device='phone'] #most_visited_list .inner-border {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dresult.py16 def inner(self, *args, **kw): function in function:failfast
20 return inner
/external/chromium_org/ui/webui/resources/css/
H A Dtable.css65 .table-header-inner {
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbencher211 $inner=3
268 puts "--inner <n> Set the number of inner (per-runtime-invocation)"
269 puts " iterations. Default is #{$inner}."
291 puts " Works best with large values of --inner. You can also say"
668 doublePuts($stderr,file,"for (var __bencher_index = 0; __bencher_index < #{$warmup+$inner}; ++__bencher_index) {")
690 $inner.times {
705 doublePuts($stderr,file," if (__bencher_count < #{$inner+$warmup})")
964 ($outer*$inner).times {
970 @stats[outerIteration*$inner
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c48 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner) argument
51 combine.File = inner.File;
52 combine.Index = inner.Index;
53 combine.RelAddr = inner.RelAddr;
58 combine.Abs = inner.Abs;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c48 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner) argument
51 combine.File = inner.File;
52 combine.Index = inner.Index;
53 combine.RelAddr = inner.RelAddr;
58 combine.Abs = inner.Abs;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);

Completed in 2846 milliseconds

1234567891011>>