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

/external/chromium_org/third_party/skia/tests/
H A DClipCacheTest.cpp146 SkIRect bound1; local
147 bound1.set(0, 0, 100, 100);
149 SkClipStack clip1(bound1);
157 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1);
166 check_state(reporter, cache, clip1, texture1, bound1);
193 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1));
199 check_state(reporter, cache, clip1, texture1, bound1);
/external/skia/tests/
H A DClipCacheTest.cpp146 SkIRect bound1; local
147 bound1.set(0, 0, 100, 100);
149 SkClipStack clip1(bound1);
157 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1);
166 check_state(reporter, cache, clip1, texture1, bound1);
197 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1));
203 check_state(reporter, cache, clip1, texture1, bound1);
/external/chromium_org/content/child/
H A Dmultipart_response_delegate_unittest.cc359 const TestChunk bound1[] = { local
363 VariousChunkSizesTest(bound1, arraysize(bound1),
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeInference.py147 self.mark_assignment(node.target, node.bound1)
152 node.bound1,
H A DFlowControl.py1068 self._visit(node.bound1)
1074 self.mark_assignment(node.target, node.bound1)
1078 node.bound1, node.step))
H A DOptimize.py349 bound1=start_node, relation1=relation1,
533 bound1=start_ptr_node, relation1=relation1,
654 bound1 = ExprNodes.IntNode(range_function.pos, value='0',
658 bound1 = args[0].coerce_to_integer(self.current_env())
664 bound1, bound2 = bound2, bound1
685 bound1=bound1, relation1=relation1,
H A DNodes.py5747 # bound1 ExprNode
5761 child_attrs = ["target", "bound1", "bound2", "step", "body", "else_clause"]
5771 for x in (self.target, self.bound1, self.bound2):
5784 self.bound1 = self.bound1.analyse_types(env)
5795 if not self.bound1.type.is_pyobject:
5796 loop_type = PyrexTypes.widest_numeric_type(loop_type, self.bound1.type)
5801 self.bound1 = self.bound1.coerce_to(loop_type, env)
5834 self.bound1
[all...]
H A DParsing.py1503 bound1 = p_bit_expr(s)
1506 bound1, target = target, None
1527 bound1 = bound1,

Completed in 952 milliseconds