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

<<11121314151617181920>>

  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 229 FontFallbackRenderer(const SkRemotableFontMgr_DirectWrite* outer, UINT32 character)
230 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
  /external/skia/src/utils/
SkNWayCanvas.cpp 175 void SkNWayCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) {
178 iter->drawDRRect(outer, inner, paint);
  /external/skqp/samplecode/
SampleAll.cpp 290 auto outer = SkPath1DPathEffect::Make(path, SkIntToScalar(12), local
294 return SkPathEffect::MakeCompose(outer, inner);
  /external/skqp/src/core/
SkOverdrawCanvas.cpp 202 void SkOverdrawCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner,
204 fList[0]->onDrawDRRect(outer, inner, this->overdrawPaint(paint));
  /external/skqp/src/ports/
SkRemotableFontMgr_win_dw.cpp 229 FontFallbackRenderer(const SkRemotableFontMgr_DirectWrite* outer, UINT32 character)
230 : fRefCount(1), fOuter(SkSafeRef(outer)), fCharacter(character) {
  /external/skqp/src/utils/
SkNWayCanvas.cpp 175 void SkNWayCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) {
178 iter->drawDRRect(outer, inner, paint);
  /external/turbine/java/com/google/turbine/lower/
LowerSignature.java 104 SimpleClassTy outer = curr; local
106 String shortname = curr.sym().binaryName().substring(outer.sym().binaryName().length() + 1);
  /frameworks/base/services/core/java/com/android/server/wm/
RemoteAnimationController.java 254 FinishedCallback(RemoteAnimationController outer) {
255 mOuter = outer;
276 * Marks this callback as not be used anymore by releasing the reference to the outer class
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 313 outer:
330 continue outer; local
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 468 outer = `a{{template "inner" .}}b`
472 tmpl, err := New("outer").Parse(input, "", "", treeSet, nil)
476 if g, w := tmpl.Root.String(), outer; g != w {
477 t.Errorf("outer template = %q, want %q", g, w)
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 468 outer = `a{{template "inner" .}}b`
472 tmpl, err := New("outer").Parse(input, "", "", treeSet, nil)
476 if g, w := tmpl.Root.String(), outer; g != w {
477 t.Errorf("outer template = %q, want %q", g, w)
  /art/runtime/base/
timing_logger_test.cc 103 const char* outersplit = "Outer Split";
109 TimingLogger::ScopedTiming outer(outersplit, &logger);
137 const char* outersplit = "Outer Split";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_warnings.py 217 warning_tests.outer("spam2")
230 warning_tests.outer("spam4", stacklevel=1)
237 warning_tests.outer("spam6", stacklevel=2)
240 warning_tests.outer("spam6.5", stacklevel=3)
  /external/eigen/Eigen/src/Core/
Ref.h 76 return StrideType::OuterStrideAtCompileTime != 0 ? m_stride.outer()
130 * but accepts a variable outer stride (leading dimension).
147 * the possibility to have a constant space in-between each column, i.e. the inner stride must be equal to 1, but the outer stride (or leading dimension)
  /external/skia/src/gpu/
GrRenderTargetContext.h 186 * undefined if outer does not contain inner.
191 * @param outer the outer roundrect
198 const SkRRect& outer,
SkGpuDevice.h 75 void drawDRRect(const SkRRect& outer, const SkRRect& inner,
  /external/skqp/src/gpu/
GrRenderTargetContext.h 186 * undefined if outer does not contain inner.
191 * @param outer the outer roundrect
198 const SkRRect& outer,
  /external/v8/src/crankshaft/
hydrogen.h 532 HEnvironment(HEnvironment* outer,
540 return outer()->frame_type() == ARGUMENTS_ADAPTOR ? outer() : this;
553 HEnvironment* outer() const { return outer_; } function in class:v8::internal::final
636 // environment is the outer environment but the top expression stack
644 HEnvironment* outer = outer_; local
645 while (outer->frame_type() != JS_FUNCTION &&
646 outer->frame_type() != TAIL_CALLER_FUNCTION) {
647 outer = outer->outer_
899 FunctionState* outer() { return outer_; } function in class:v8::internal::final
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 28 @ r4: Iteration counter for the outer loop.
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ParameterTest.java 723 Object outer = outerClass.newInstance(); local
725 "getAnonymousClassWith1ParameterConstructor").invoke(outer);
768 Object outer = outerClass.newInstance(); local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi_test.go 78 outer:
85 continue outer
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi_test.go 78 outer:
85 continue outer
  /art/compiler/optimizing/
loop_optimization.cc 466 // a loop hierarchy that properly reflects the outer-inner and previous-next relation.
477 // Traverse the loop hierarchy inner-to-outer and optimize. Traversal can use
515 node->outer = last_loop_;
520 while (last_loop_->outer != nullptr && !loop_info->IsIn(*last_loop_->outer->loop_info)) {
521 last_loop_ = last_loop_->outer;
523 node->outer = last_loop_->outer;
541 if (node->outer != nullptr) {
542 node->outer->inner = node->next
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1380 unsigned int outer = index >> 16; local
    [all...]
  /external/skia/samplecode/
SampleAAGeometry.cpp 57 SkDebugf("outer:\n");
    [all...]

Completed in 1079 milliseconds

<<11121314151617181920>>