Searched refs:bound2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DClipCacheTest.cpp175 SkIRect bound2; local
176 bound2.set(-10, -10, 10, 10);
178 SkClipStack clip2(bound2);
180 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
189 check_state(reporter, cache, clip2, texture2, bound2);
192 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
/external/skia/tests/
H A DClipCacheTest.cpp177 SkIRect bound2; local
178 bound2.set(-10, -10, 10, 10);
180 SkClipStack clip2(bound2);
182 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
191 check_state(reporter, cache, clip2, texture2, bound2);
196 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
/external/chromium_org/content/child/
H A Dmultipart_response_delegate_unittest.cc367 const TestChunk bound2[] = { local
373 VariousChunkSizesTest(bound2, arraysize(bound2),
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py351 relation2=relation2, bound2=end_node,
535 relation2=relation2, bound2=stop_ptr_node,
656 bound2 = args[0].coerce_to_integer(self.current_env())
659 bound2 = args[1].coerce_to_integer(self.current_env())
664 bound1, bound2 = bound2, bound1
675 if not bound2.is_literal:
678 bound2 = UtilNodes.LetRefNode(bound2)
686 relation2=relation2, bound2
[all...]
H A DNodes.py5750 # bound2 ExprNode
5761 child_attrs = ["target", "bound1", "bound2", "step", "body", "else_clause"]
5771 for x in (self.target, self.bound1, self.bound2):
5785 self.bound2 = self.bound2.analyse_types(env)
5797 if not self.bound2.type.is_pyobject:
5798 loop_type = PyrexTypes.widest_numeric_type(loop_type, self.bound2.type)
5802 self.bound2 = self.bound2.coerce_to(loop_type, env)
5803 if not self.bound2
[all...]
H A DParsing.py1512 bound2 = p_bit_expr(s)
1530 bound2 = bound2,
H A DFlowControl.py1069 self._visit(node.bound2)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5736 milliseconds