HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 376 - 400 of 1337) sorted by null

<<11121314151617181920>>

  /external/skqp/src/utils/
SkPaintFilterCanvas.cpp 73 void SkPaintFilterCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner,
77 this->INHERITED::onDrawDRRect(outer, inner, *apf.paint());
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
device_assignment.py 340 outer = replica_pos // computation_stride
342 replica_offsets[replica, :] = outer * computation_footprint + inner
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java 132 outer:
219 continue outer; local
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 57 public void resetBoundsTo(RectF inner, RectF outer) {
58 mBoundedRect.resetTo(0, outer, inner);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sets.py 170 outer = Set([inner])
171 element = outer.pop()
173 outer.add(inner) # Rebuild set of sets with .add method
174 outer.remove(inner)
175 self.assertEqual(outer, Set()) # Verify that remove worked
176 outer.discard(inner) # Absence of KeyError indicates working fine
  /external/lmfit/lib/
lmmin.c 254 /*** The outer loop: compute gradient, then descend. ***/
256 for (int outer = 0;; ++outer) {
342 if (!outer) { /* first iteration only */
414 if (!outer && pnorm < delta)
439 fprintf(msgfile, "lmmin (%i:%i) ", outer, inner);
444 outer, inner, lmpar, prered, ratio,
529 }; /*** End of the outer loop. ***/
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 48 static struct rc_src_register chain_srcregs(struct rc_src_register outer, struct rc_src_register inner)
54 if (outer.Abs) {
56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
  /external/python/cpython2/Lib/test/
test_sets.py 169 outer = Set([inner])
170 element = outer.pop()
172 outer.add(inner) # Rebuild set of sets with .add method
173 outer.remove(inner)
174 self.assertEqual(outer, Set()) # Verify that remove worked
175 outer.discard(inner) # Absence of KeyError indicates working fine
  /external/python/cpython3/Lib/test/
test_yield_from.py 772 def outer(): function in function:TestPEP380Operation.test_catching_exception_from_subgen_and_returning
774 trace.append("inner returned %r to outer" % (v,))
779 g = outer()
785 "inner returned %r to outer" % (value,),
995 # Create a stack of generators: outer() delegating to inner()
998 # the instance of outer in the GC linked list.
1016 def outer(): function in function:TestPEP380Operation.test_close_with_cleared_frame
1022 outer_gen = outer()
1042 def outer(): function in function:TestPEP380Operation.test_send_tuple_with_custom_generator
1044 g = outer()
    [all...]
  /external/v8/src/ast/
ast-types.h 521 AstType* Outer() { return outer_; }
526 static AstType* New(AstType* outer, Zone* zone) {
528 AstContextType(outer)); // NOLINT
536 explicit AstContextType(AstType* outer)
537 : AstTypeBase(kContext), outer_(outer) {}
721 static AstType* Context(AstType* outer, Zone* zone) {
722 return AstContextType::New(outer, zone);
    [all...]
  /external/valgrind/tests/
vg_regtest 43 # --outer-valgrind: run this valgrind under the given outer valgrind.
45 # --outer-tool: tool to use by the outer valgrind (default memcheck).
46 # --outer-args: use this as outer tool args. If the outer args are starting
47 # with +, the given outer args are appended to the outer args predefined
143 . " --outer-valgrind, --outer-tool, --outer-args\n
    [all...]
vg_regtest.in 43 # --outer-valgrind: run this valgrind under the given outer valgrind.
45 # --outer-tool: tool to use by the outer valgrind (default memcheck).
46 # --outer-args: use this as outer tool args. If the outer args are starting
47 # with +, the given outer args are appended to the outer args predefined
143 . " --outer-valgrind, --outer-tool, --outer-args\n
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sets.py 170 outer = Set([inner])
171 element = outer.pop()
173 outer.add(inner) # Rebuild set of sets with .add method
174 outer.remove(inner)
175 self.assertEqual(outer, Set()) # Verify that remove worked
176 outer.discard(inner) # Absence of KeyError indicates working fine
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sets.py 170 outer = Set([inner])
171 element = outer.pop()
173 outer.add(inner) # Rebuild set of sets with .add method
174 outer.remove(inner)
175 self.assertEqual(outer, Set()) # Verify that remove worked
176 outer.discard(inner) # Absence of KeyError indicates working fine
  /prebuilts/go/darwin-x86/src/html/template/
clone_test.go 206 outer := Must(New("outer").Parse(input))
207 tmpl := Must(Must(outer.Clone()).Parse(overlay))
  /prebuilts/go/linux-x86/src/html/template/
clone_test.go 206 outer := Must(New("outer").Parse(input))
207 tmpl := Must(Must(outer.Clone()).Parse(overlay))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 170 outer = Set([inner])
171 element = outer.pop()
173 outer.add(inner) # Rebuild set of sets with .add method
174 outer.remove(inner)
175 self.assertEqual(outer, Set()) # Verify that remove worked
176 outer.discard(inner) # Absence of KeyError indicates working fine
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sets.py 170 outer = Set([inner])
171 element = outer.pop()
173 outer.add(inner) # Rebuild set of sets with .add method
174 outer.remove(inner)
175 self.assertEqual(outer, Set()) # Verify that remove worked
176 outer.discard(inner) # Absence of KeyError indicates working fine
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 1451 const SkScalar* outer = rects[0].asScalars(); local
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetContext.cpp 1449 const SkScalar* outer = rects[0].asScalars(); local
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 508 Author* outer = expected.mutable_author(); local
509 outer->set_name("outer");
510 outer->set_alive(true);
511 Author* first = outer->add_friend_();
513 Author* second = outer->add_friend_();
518 ->RenderString("name", "outer")
555 Author* outer = expected.mutable_author(); local
556 outer->set_name("outer");
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 58 NUM_TESS_LEVELS = 6, // two inner and four outer levels
232 //! This is used by symmetric outer edge test.
296 << " // Mirror one half of each outer edge onto the other half, except the endpoints (because they belong to two edges)\n"
306 << " // Mirror one half of each outer edge onto the other half, except the endpoints (because they belong to two edges)\n"
315 << " // Mirror one half of each outer edge onto the other half\n"
399 //! A description of an outer edge of a triangle, quad or isolines.
400 //! An outer edge can be described by the index of a u/v/w coordinate
483 float* const outer = &tessLevels[patchNdx*NUM_TESS_LEVELS + 2]; local
488 outer[j] = j == constantOuterLevelIndex ? constantOuterLevel : rnd.getFloat(1.0f, 62.0f);
511 const int outerEdgeIndex = 0; // outer-edge index doesn't affect vertex coun
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 742 ListenableFuture<ListenableFuture<?>> outer =
744 ListenableFuture<?> dereferenced = Futures.dereference(outer);
751 ListenableFuture<ListenableFuture<FooChild>> outer = Futures.immediateFuture(inner);
752 ListenableFuture<Foo> dereferenced = Futures.<Foo>dereference(outer);
757 ListenableFuture<ListenableFuture<Foo>> outer = SettableFuture.create();
758 ListenableFuture<Foo> dereferenced = Futures.dereference(outer);
760 assertTrue(outer.isCancelled());
765 ListenableFuture<ListenableFuture<Foo>> outer = Futures.immediateFuture(inner);
766 ListenableFuture<Foo> dereferenced = Futures.dereference(outer);
772 ListenableFuture<ListenableFuture<Foo>> outer = SettableFuture.create()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 396 outer string // The suffix for immediately containing composite type.
399 func newComponent(suffix string, kind asmKind, typ string, offset, size int, outer string) component {
400 return component{suffix: suffix, kind: kind, typ: typ, offset: offset, size: size, outer: outer}
519 outer := name + c.outer
527 if vo := fn.vars[outer]; vo != nil {
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 396 outer string // The suffix for immediately containing composite type.
399 func newComponent(suffix string, kind asmKind, typ string, offset, size int, outer string) component {
400 return component{suffix: suffix, kind: kind, typ: typ, offset: offset, size: size, outer: outer}
519 outer := name + c.outer
527 if vo := fn.vars[outer]; vo != nil {

Completed in 1052 milliseconds

<<11121314151617181920>>