Searched defs:inner (Results 26 - 50 of 220) sorted by relevance

123456789

/external/clang/test/SemaCXX/
H A Dlocal-classes.cpp25 void operator() (const bool inner, const bool gross = false) argument
/external/clang/test/SemaTemplate/
H A Danonymous-union.cpp24 struct inner;
26 struct inner { struct in struct:rdar8635664::X
37 X<int>::inner i;
/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-block.c33 __block voidVoid inner = ^{ doSomething(i); }; local
34 //printf("inner, on stack, is %p\n", (void*)inner);
36 //printf("will call inner block %p\n", (void *)inner);
37 inner();
41 //Block_release(inner);
/external/lldb/test/unittest2/
H A Dsignals.py46 def inner(*args, **kwargs): function in function:removeHandler
53 return inner
/external/pixman/test/
H A Dradial-perf-test.c7 static const pixman_point_fixed_t inner = { 0x0000, 0x0000 }; local
30 &inner, &outer, r_inner, r_outer, stops, ARRAY_LENGTH (stops));
/external/skia/experimental/Intersection/
H A DLineParameteters_Test.cpp51 size_t inner; local
52 for (inner = 0; inner < 2; ++inner) {
53 double distSq = denormalizedDistance[inner];
55 double answersSq = answers[index][inner];
62 __FUNCTION__, (int)index, (int)inner,
63 denormalizedDistance[inner], answers[index][inner],
70 for (inner
[all...]
/external/skia/src/doc/
H A DSkDocument.cpp28 SkRect inner; local
30 inner = *content;
31 if (!inner.intersect(outer)) {
35 inner = outer;
42 return this->onBeginPage(width, height, inner);
/external/skia/src/effects/
H A DSkComposeImageFilter.cpp22 SkImageFilter* inner = getInput(1); local
24 if (!outer && !inner) {
28 if (!outer || !inner) {
29 return (outer ? outer : inner)->filterImage(proxy, src, ctx, result, offset);
33 return inner->filterImage(proxy, src, ctx, &tmp, offset) &&
41 SkImageFilter* inner = getInput(1); local
43 if (!outer && !inner) {
47 if (!outer || !inner) {
48 return (outer ? outer : inner)->filterBounds(src, ctm, dst);
52 return inner
[all...]
/external/skia/tests/
H A DPathOpsLineParametetersTest.cpp50 size_t inner; local
51 for (inner = 0; inner < 2; ++inner) {
52 double distSq = denormalizedDistance[inner];
54 double answersSq = answers[index][inner];
61 __FUNCTION__, static_cast<int>(index), (int)inner,
62 denormalizedDistance[inner], answers[index][inner],
69 for (inner
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-overwrite.js98 var inner = { j: function(x) { return x; }, j: 7 };
99 return inner.j;
/external/chromium_org/third_party/skia/bench/
H A DRectoriBench.cpp16 // to create an inner blurred rect
37 SkRect inner = { x, y, x + size, y + size }; variable
39 SkRect outer(inner);
46 p.addRect(inner);
59 // clip always equals inner rect so we get the inside blur
60 canvas->clipRect(inner);
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp9 struct inner { struct in struct:PR10127::outer::middle
23 operator decltype(outer::middle::inner()) ();
26 str(int (decltype(outer::middle::inner())::*n)(),
27 int (decltype(outer::middle())::inner::*o)(),
28 int (decltype(outer())::middle::inner::*p)());
31 decltype(outer::middle::inner()) a;
33 a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a member of class 'decltype(outer::middle::inner())'}}
34 a.decltype(outer::middle::inner())::func();
35 a.decltype(outer::middle())::inner::func();
36 a.decltype(outer())::middle::inner
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp24 // CHECK: [[OUTER_FOO_INNER]] = {{.*}}, null, metadata !"[[OUTER_FOO_INNER_ID:.*]]"} ; [ DW_TAG_structure_type ] [inner]
44 struct inner { struct in struct:outer
50 void func(outer<foo>::inner);
54 // require 'foo' to be complete before the emission of 'inner' so that, when
56 // 'foo', which requires the definition of 'inner' again
60 outer<foo>::inner x;
62 // CHECK: metadata !"[[OUTER_FOO_INNER_ID]]", i32 {{[0-9]*}}, i32 {{[0-9]*}}, %"struct.outer<foo>::inner"* @x, {{.*}} ; [ DW_TAG_variable ] [x]
/external/eigen/Eigen/src/Core/
H A DStride.h22 * It holds two values: the inner stride and the outer stride.
24 * The inner stride is the pointer increment between two consecutive entries within a given row of a
35 * \param _InnerStrideAtCompileTime the inner stride, or Dynamic if you want to specify it at runtime.
69 : m_outer(other.outer()), m_inner(other.inner())
74 /** \returns the inner stride */
75 inline Index inner() const { return m_inner.value(); } function in class:Eigen::Stride
82 /** \brief Convenience specialization of Stride to specify only an inner stride
/external/skia/bench/
H A DRectoriBench.cpp16 // to create an inner blurred rect
37 SkRect inner = { x, y, x + size, y + size }; variable
39 SkRect outer(inner);
46 p.addRect(inner);
59 // clip always equals inner rect so we get the inside blur
60 canvas->clipRect(inner);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-semantics.js178 function inner() {
182 return x + inner();
/external/clang/test/Analysis/
H A Dfields.c58 } inner; member in struct:Bits
66 if (foo() && bits.inner.e) // expected-warning {{garbage}}
84 bits.inner.e = 50;
85 if (foo() && bits.inner.e) // no-warning
87 if (foo() && bits.inner.y) // expected-warning {{garbage}}
89 if (foo() && bits.inner.f) // expected-warning {{garbage}}
93 bits.inner = getInner();
95 if (foo() && bits.inner.e) // no-warning
97 if (foo() && bits.inner.y) // no-warning
99 if (foo() && bits.inner
[all...]
/external/clang/test/Analysis/inlining/
H A Dpath-notes.c127 } inner; member in struct:Outer
131 wrapperPtr->inner.p = 0; // expected-note {{Null pointer value stored to field 'p'}}
132 *wrapperPtr->inner.p = 1; //expected-warning {{Dereference of null pointer (loaded from field 'p')}}
/external/clang/test/Index/
H A Dprint-type.cpp14 namespace inner { namespace in namespace:outer
60 // CHECK: Namespace=inner:14:11 (Definition) [type=] [typekind=Invalid] [isPOD=0]
61 // CHECK: StructDecl=Bar:16:8 (Definition) [type=outer::inner::Bar] [typekind=Record] [isPOD=0]
/external/clang/test/Modules/Inputs/
H A Dcxx-templates-b.h29 typename Identity<DefinedInBImpl, T>::type::Inner inner; local
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_file.c137 size_t inner; local
138 for (inner = 0; inner < cur_match; ++inner)
139 if (match[inner]->files == line->files
140 && match[inner]->file == line->file)
142 if (inner < cur_match
143 && (match[inner]->line != line->line
144 || match[inner]->line != lineno
146 && (match[inner]
[all...]
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c131 size_t inner; local
132 for (inner = 0; inner < cur_match; ++inner)
133 if (dwfl_line_file (match[inner])
136 if (inner < cur_match
137 && (dwfl_line (match[inner])->line != line->line
138 || dwfl_line (match[inner])->line != lineno
140 && (dwfl_line (match[inner])->column != line->column
141 || dwfl_line (match[inner])
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_skipping.py125 def inner(*a): function in function:Test_TestSkipping.test_decorated_skip.decorator
127 return inner
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-arguments.js163 function inner(x, y) {
175 return inner(x, y);
179 %OptimizeFunctionOnNextCall(inner);
185 function inner(x, y) {
197 return inner(x, y);
214 function inner(x,y) {
225 if (innerCount == 1) inner(30);
226 if (innerCount == 2) inner(30, 31);
227 if (innerCount == 3) inner(30, 31, 32);
255 %DeoptimizeFunction(inner);
275 function inner(a,b,c,d,e,f,g,h,i,j) { function
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs143 public static void JoinSelectors (object outer, object inner, object outerKeySelector, object innerKeySelector, object resultSelector) argument
147 if (inner == null)
148 throw new ArgumentNullException ("inner");

Completed in 626 milliseconds

123456789