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

1 2 3 4 5 6 78 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 226 final ASN1Sequence outer = this; local
256 return outer;
261 return outer;
  /external/clang/test/SemaCXX/
static-cast.cpp 147 template<typename E> struct outer { struct in namespace:pr5261
149 ~outer() { (void)static_cast<derived<E>*>(pb); }
151 outer<int> EntryList;
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp 50 * in regard to relevant inner/outer tessellation levels for all
91 float outer[4]; member in struct:glcts::TessellationShaderVertexSpacing::_run
103 memset(outer, 0, sizeof(outer));
esextcTessellationShaderUtils.cpp 595 * @param outer_tessellation_level Four FP values that define outer tessellation levels.
652 * @param outer Four FP values defining outer tessellation values to be used for tessellation.
660 const float* outer)
667 initTessellationVertexCounterProgram(inner, outer, test_n_patch_vertices, vertex_spacing, primitive_mode,
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedQueueTest.java 34 Queue<String> outer = Synchronized.queue(inner, inner.mutex); local
35 outer.add("foo"); // necessary because we try to remove elements later on
36 return outer;
SynchronizedSetTest.java 51 Set<String> outer = Synchronized.set(inner, inner.mutex);
52 Collections.addAll(outer, elements);
53 return outer;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ResizeInstructionsTest.java 81 final Class<?> outer = targetLoader.add(ResizeInstructionsTest.class, local
84 assertSame(outer, inner.getEnclosingClass());
86 assertSame(outer, inner.getDeclaringClass());
  /external/skia/bench/
StrokeBench.cpp 34 for (int outer = 0; outer < 10; ++outer) {
  /external/skia/tests/
DefaultPathRendererTest.cpp 39 static SkPath make_path(const SkRect& outer, int inset, SkPath::FillType fill) {
42 p.addRect(outer, SkPath::kCW_Direction);
43 p.addRect(outer.makeInset(inset, inset), SkPath::kCCW_Direction);
RegionTest.cpp 125 static bool slow_contains(const SkRegion& outer, const SkRegion& inner) {
127 tmp.op(outer, inner, SkRegion::kUnion_Op);
128 return outer == tmp;
131 static bool slow_contains(const SkRegion& outer, const SkIRect& r) {
133 tmp.op(outer, SkRegion(r), SkRegion::kUnion_Op);
134 return outer == tmp;
137 static bool slow_intersects(const SkRegion& outer, const SkRegion& inner) {
139 return tmp.op(outer, inner, SkRegion::kIntersect_Op);
197 SkRegion outer; local
198 randRgn(rand, &outer, 8)
    [all...]
  /external/skqp/bench/
StrokeBench.cpp 34 for (int outer = 0; outer < 10; ++outer) {
  /external/skqp/tests/
DefaultPathRendererTest.cpp 39 static SkPath make_path(const SkRect& outer, int inset, SkPath::FillType fill) {
42 p.addRect(outer, SkPath::kCW_Direction);
43 p.addRect(outer.makeInset(inset, inset), SkPath::kCCW_Direction);
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 19 outer := n
21 switch typ := outer.Type.(type) {
35 for i, x := range outer.Elts {
36 px := &outer.Elts[i]
106 // matches the outer literal's element type exactly, the inner
113 // if the outer literal's element type is a pointer type *T
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 19 outer := n
21 switch typ := outer.Type.(type) {
35 for i, x := range outer.Elts {
36 px := &outer.Elts[i]
106 // matches the outer literal's element type exactly, the inner
113 // if the outer literal's element type is a pointer type *T
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 111 outer:
115 continue outer; local
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 199 * The "outer" loop continues until all the bytes
204 outer: do {
223 // the to "outer" loop
224 break outer; local
  /external/clang/test/Analysis/inlining/
path-notes.cpp 286 class Outer {
289 ~Outer() {
295 void test(Outer *outer) {
296 delete outer;
297 // expected-note@-1 {{Calling '~Outer'}}
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMap.h 107 const Index outer = IsRowMajor ? row : col; local
110 Index start = m_outerIndex[outer];
111 Index end = isCompressed() ? m_outerIndex[outer+1] : start + m_innerNonZeros[outer];
182 const Index outer = IsRowMajor ? row : col; local
185 Index start = Base::m_outerIndex[outer];
186 Index end = Base::isCompressed() ? Base::m_outerIndex[outer+1] : start + Base::m_innerNonZeros[outer];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_tcs_workarounds.c 97 nir_ssa_def *outer = load_output(b, 4, 1, 0); local
100 nir_ior(b, nir_bany(b, nir_flt(b, nir_imm_float(b, 1.0f), outer)),
  /external/skia/src/core/
SkScan_Antihair.cpp 929 SkIRect outer;
930 // set outer to the outer rect of the outer section
931 outer.set(FDot8Floor(outerL), FDot8Floor(outerT), FDot8Ceil(outerR), FDot8Ceil(outerB));
935 if (clip->quickReject(outer)) {
938 if (!clip->contains(outer)) {
939 blitter = clipper.apply(blitter, clip, &outer);
965 // stroke the outer hull
968 // set outer to the outer rect of the middle sectio
    [all...]
  /external/skqp/src/core/
SkScan_Antihair.cpp 929 SkIRect outer;
930 // set outer to the outer rect of the outer section
931 outer.set(FDot8Floor(outerL), FDot8Floor(outerT), FDot8Ceil(outerR), FDot8Ceil(outerB));
935 if (clip->quickReject(outer)) {
938 if (!clip->contains(outer)) {
939 blitter = clipper.apply(blitter, clip, &outer);
965 // stroke the outer hull
968 // set outer to the outer rect of the middle sectio
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 303 outer: for (Object x : set) {
309 continue outer; local
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 168 RectF outer = mCropObj.getOuterBounds(); local
169 float w = outer.width();
170 float h = outer.height();
173 mCropObj.resetBoundsTo(outer, outer);
309 RectF outer = mCropObj.getOuterBounds(); local
310 FilterCropRepresentation.findNormalizedCrop(mScreenCropBounds, (int) outer.width(),
311 (int) outer.height());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hmac.py 281 self.assertTrue(type(h1.outer) == type(h2.outer),
282 "Types of outer don't match.")
292 self.assertTrue(id(h1.outer) != id(h2.outer),
293 "No real copy of the attribute 'outer'.")
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp 39 struct Outer {
45 Outer<int, int> outer; // expected-note{{instantiation}} variable
59 struct Outer {
74 int array0[Outer<int>::Inner<int, int>::value? 1 : -1];
75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1];

Completed in 1190 milliseconds

1 2 3 4 5 6 78 91011>>