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

<<11121314151617181920>>

  /external/skqp/samplecode/
SampleAAGeometry.cpp 57 SkDebugf("outer:\n");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 743 // Outer form which just establishes a width for the inner form which
745 Composite outer = new Composite(parent, SWT.NONE);
747 outer.setLayout(gridLayout);
749 Composite chooserForm = new Composite(outer, SWT.NONE);
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 1878 const SkCoincidentSpans* outer = fHead; local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 1878 const SkCoincidentSpans* outer = fHead; local
    [all...]
  /build/make/core/
install_jni_libs_internal.mk 103 endif # outer my_prebuilt_jni_libs
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
arch.h 563 #define MAKE_MAIR_NORMAL_MEMORY(inner, outer) ((inner) | ((outer) << MAIR_NORM_OUTER_SHIFT))
  /external/autotest/client/common_lib/cros/
arc.py 789 """ Blocks the connection from the container to outer network.
801 """ Unblocks the connection from the container to outer network.
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderMaxPatchVertices.cpp 822 const glw::GLfloat outer[] = { 1.0, 1.0, 1.0, 1.0 }; local
824 gl.patchParameterfv(GL_PATCH_DEFAULT_OUTER_LEVEL, outer);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationMiscDrawTests.cpp 94 tessLevels.outer[i] = static_cast<float>(getClampedRoundedTessLevel(spacingMode, tessLevelCases[tessLevelCaseNdx].outer[i]));
vktTessellationUtil.hpp 162 float outer[4]; member in struct:vkt::tessellation::TessLevels
242 std::string getTessellationLevelsString (const float* inner, const float* outer);
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 302 def shuffleSubLists(outer):
303 return [shuffled(inner) for inner in outer]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 81 /// If this is a nested type, get the outer descriptor, otherwise null.
  /external/skia/src/core/
SkColorSpaceXformCanvas.cpp 65 void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) override {
66 fTarget->drawDRRect(outer, inner, fXformer->apply(paint));
SkDevice.cpp 116 void SkBaseDevice::drawDRRect(const SkRRect& outer,
119 path.addRRect(outer);
SkRecorder.cpp 165 void SkRecorder::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) {
166 APPEND(DrawDRRect, paint, outer, inner);
  /external/skia/src/effects/
SkTableColorFilter.cpp 266 // the same effect as making a lookup through inner[] then outer[].
267 static void combine_tables(uint8_t res[256], const uint8_t outer[256], const uint8_t inner[256]) {
269 res[i] = outer[inner[i]];
  /external/skqp/src/core/
SkColorSpaceXformCanvas.cpp 65 void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) override {
66 fTarget->drawDRRect(outer, inner, fXformer->apply(paint));
SkDevice.cpp 115 void SkBaseDevice::drawDRRect(const SkRRect& outer,
118 path.addRRect(outer);
SkRecorder.cpp 165 void SkRecorder::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) {
166 APPEND(DrawDRRect, paint, outer, inner);
  /external/skqp/src/effects/
SkTableColorFilter.cpp 266 // the same effect as making a lookup through inner[] then outer[].
267 static void combine_tables(uint8_t res[256], const uint8_t outer[256], const uint8_t inner[256]) {
269 res[i] = outer[inner[i]];
  /external/v8/src/ast/
scopes.cc 377 // Reconstruct the outer scope chain from a closure's context chain.
546 // Declare a var-style binding for the function in the outer scope
622 // The outer scope is never lazy.
627 // Ensuring that the outer script scope has a scope info avoids having
752 // Remove this scope from outer scope.
865 void Scope::ReplaceOuterScope(Scope* outer) {
866 DCHECK_NOT_NULL(outer);
870 outer->AddInnerScope(this);
871 outer_scope_ = outer;
2265 MaybeHandle<ScopeInfo> outer = NeedsContext() ? scope_info_ : outer_scope; local
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 235 void SkiaCanvasProxy::onDrawDRRect(const SkRRect& outer, const SkRRect& inner,
238 path.addRRect(outer);
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotSurface.java 438 public void setOuter(TaskSnapshotSurface outer) {
439 mOuter = outer;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 350 outer:
360 break outer; local
  /prebuilts/go/darwin-x86/src/go/types/
return.go 115 // closest outer breakable statement.

Completed in 1370 milliseconds

<<11121314151617181920>>