HomeSort by relevance Sort by last modified time
    Searched defs:outer (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
lineno-dbginfo.c 4 // CHECK: !DIGlobalVariable(name: "outer",
8 int outer = 42; variable
alias.c 71 int outer(int a) { return inner(a); } function
72 // CHECKCC: define arm_aapcs_vfpcc i32 @outer(i32 %a) [[NUW]] {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
warning_tests.py 5 def outer(message, stacklevel=1): function
  /external/python/cpython2/Lib/test/
warning_tests.py 5 def outer(message, stacklevel=1): function
  /external/python/cpython3/Lib/test/test_warnings/data/
stacklevel.py 5 def outer(message, stacklevel=1): function
  /build/kati/testcase/
nested_define.mk 1 define outer macro
17 $(eval $(outer))
  /external/clang/test/PCH/
cxx-variadic-templates.h 20 template<typename...Ts> struct outer { struct
25 template struct outer<int, int>;
  /external/clang/test/SemaCXX/
attr-cxx0x.cpp 27 template <typename... A> struct outer { struct
31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}}
45 static_assert(alignof(outer<int,char>::inner<double,short>) == alignof(int) * alignof(double), "template's alignment is wrong");
  /device/generic/goldfish/wifi/ipv6proxy/
main.cpp 26 loge("Usage: %s -n [namespace|pid] -o <outer if> -i <inner ifs>\n",
28 loge(" -o Outer interface that connects to an existing IPv6 network.\n"
30 " to access the IPv6 network available on the outer interface.\n"
41 " interfaces are forwarded to the outer interface and that\n"
42 " router advertisements from the outer interface are forwarded\n"
67 const char* outer = nullptr; local
71 outer = argv[++i];
91 if (outer == nullptr) {
92 loge("ERROR: Missing outer interface\n");
107 Proxy proxy(outer, innerInterfaces.begin(), innerInterfaces.end())
    [all...]
  /external/grpc-grpc/src/compiler/
cpp_generator_helpers.h 39 // Find "outer", the descriptor of the top-level message in which
41 const grpc::protobuf::Descriptor* outer = descriptor; local
42 while (outer->containing_type() != NULL) outer = outer->containing_type();
44 const grpc::string& outer_name = outer->full_name();
50 return outer->name() + DotsToUnderscores(inner_name);
  /external/skia/gm/
drrect_small_inner.cpp 17 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); local
34 canvas->drawDRRect(outer, inner, paint);
skbug_8664.cpp 46 SkRect outer = inner.makeOutset(16.f, 16.f); local
53 canvas->drawRect(outer, overlayPaint);
blurs.cpp 79 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); local
82 path.addRect(outer, SkPath::kCW_Direction);
97 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); local
100 path.addRect(outer, SkPath::kCW_Direction);
localmatrixshader.cpp 38 const SkMatrix& outer);
40 // SkLocalMatrixShader(SkImageShader(inner), outer)
41 [](const sk_sp<SkImage>& img, const SkMatrix& inner, const SkMatrix& outer) {
42 return img->makeShader(&inner)->makeWithLocalMatrix(outer);
45 // SkLocalMatrixShader(SkLocalMatrixShader(SkImageShader(I), inner), outer)
46 [](const sk_sp<SkImage>& img, const SkMatrix& inner, const SkMatrix& outer) {
47 return img->makeShader()->makeWithLocalMatrix(inner)->makeWithLocalMatrix(outer);
50 // SkLocalMatrixShader(SkComposeShader(SkImageShader(inner)), outer)
51 [](const sk_sp<SkImage>& img, const SkMatrix& inner, const SkMatrix& outer) {
55 ->makeWithLocalMatrix(outer);
68 outer = SkMatrix::MakeTrans(20, 20); local
    [all...]
  /external/skqp/gm/
drrect_small_inner.cpp 17 auto outer = SkRRect::MakeOval(SkRect::MakeXYWH(0, 0, 2 * kOuterRadius, 2 * kOuterRadius)); local
34 canvas->drawDRRect(outer, inner, paint);
skbug_8664.cpp 46 SkRect outer = inner.makeOutset(16.f, 16.f); local
53 canvas->drawRect(outer, overlayPaint);
blurs.cpp 79 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); local
82 path.addRect(outer, SkPath::kCW_Direction);
97 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); local
100 path.addRect(outer, SkPath::kCW_Direction);
localmatrixshader.cpp 38 const SkMatrix& outer);
40 // SkLocalMatrixShader(SkImageShader(inner), outer)
41 [](const sk_sp<SkImage>& img, const SkMatrix& inner, const SkMatrix& outer) {
42 return img->makeShader(&inner)->makeWithLocalMatrix(outer);
45 // SkLocalMatrixShader(SkLocalMatrixShader(SkImageShader(I), inner), outer)
46 [](const sk_sp<SkImage>& img, const SkMatrix& inner, const SkMatrix& outer) {
47 return img->makeShader()->makeWithLocalMatrix(inner)->makeWithLocalMatrix(outer);
50 // SkLocalMatrixShader(SkComposeShader(SkImageShader(inner)), outer)
51 [](const sk_sp<SkImage>& img, const SkMatrix& inner, const SkMatrix& outer) {
55 ->makeWithLocalMatrix(outer);
68 outer = SkMatrix::MakeTrans(20, 20); local
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyMessageLiteTest.java 69 LazyMessageLite outer = LazyMessageLite.newBuilder() local
76 assertEquals(1, outer.getNum());
77 assertEquals(421, outer.getNumWithDefault());
79 assertEquals(2, outer.getInner().getNum());
80 assertEquals(42, outer.getInner().getNumWithDefault());
82 assertEquals(3, outer.getInner().getNested().getNum());
83 assertEquals(4, outer.getInner().getNested().getNumWithDefault());
85 assertFalse(outer.hasOneofNum());
86 assertTrue(outer.hasOneofInner());
88 assertEquals(2, outer.getOneofInner().getNum())
95 LazyMessageLite outer = LazyMessageLite.newBuilder() local
117 LazyMessageLite outer = LazyMessageLite.newBuilder() local
127 LazyMessageLite outer = LazyMessageLite.newBuilder() local
178 LazyMessageLite outer = outerBuilder.build(); local
262 LazyMessageLite outer = LazyMessageLite.newBuilder() local
    [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 54 // stub_test doesn't call this code with a proper frame, so get the outer, and if
56 ArtMethod* outer = GetCalleeSaveOuterMethod(self, CalleeSaveType::kSaveRefsOnly); local
57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) {
58 return outer;
  /external/compiler-rt/test/BlocksRuntime/
recursive-block.c 35 /*__block*/ voidVoid outer = ^{ local
39 //printf("outer looks like: %s\n", _Block_dump(outer));
40 voidVoid result = Block_copy(outer);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCoordinatesTests.cpp 100 float* const outer = &curTessLevelCase.outer[0]; local
103 for (int j = 0; j < 4; ++j) outer[j] = static_cast<float>(getClampedRoundedTessLevel(spacingMode, outer[j]));
107 if (outer[0] > 1.0f || outer[1] > 1.0f || outer[2] > 1.0f)
115 if (outer[0] > 1.0f || outer[1] > 1.0f || outer[2] > 1.0f || outer[3] > 1.0f
143 int outer[3]; local
    [all...]
  /external/eigen/Eigen/src/Core/
Stride.h 22 * It holds two values: the inner stride and the outer stride.
27 * The outer stride is the pointer increment between two consecutive rows of a row-major matrix or
34 * \tparam _OuterStrideAtCompileTime the outer stride, or Dynamic if you want to specify it at runtime.
72 : m_outer(other.outer()), m_inner(other.inner())
75 /** \returns the outer stride */
77 inline Index outer() const { return m_outer.value(); } function in class:Eigen::Stride
98 /** \brief Convenience specialization of Stride to specify only an outer stride
  /external/mesa3d/src/intel/compiler/
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/effects/imagefilters/
SkComposeImageFilter.cpp 15 sk_sp<SkImageFilter> SkComposeImageFilter::Make(sk_sp<SkImageFilter> outer,
17 if (!outer) {
21 return outer;
23 sk_sp<SkImageFilter> inputs[2] = { std::move(outer), std::move(inner) };
28 SkImageFilter* outer = this->getInput(0); local
31 return outer->computeFastBounds(inner->computeFastBounds(src));
37 // The bounds passed to the inner filter must be filtered by the outer
38 // filter, so that the inner filter produces the pixels that the outer
39 // filter requires as input. This matters if the outer filter moves pixels.
57 sk_sp<SkSpecialImage> outer(this->filterInput(0, inner.get(), outerContext, &outerOffset))
79 SkImageFilter* outer = this->getInput(0); local
    [all...]

Completed in 1575 milliseconds

1 2 3 4 5 6 7 8 910