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

1 2 3 4 5 6 7 8 91011>>

  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
warning_tests.py 5 def outer(message, stacklevel=1): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
warning_tests.py 5 def outer(message, stacklevel=1): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
warning_tests.py 5 def outer(message, stacklevel=1): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
warning_tests.py 5 def outer(message, stacklevel=1): function
  /build/kati/testcase/
nested_define.mk 1 define outer macro
17 $(eval $(outer))
  /external/valgrind/none/tests/amd64-linux/
bug345887.c 33 static void outer(void) function
40 outer();
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.c 37 static void outer(void) function
44 outer();
coredump_single_thread_sse.c 56 static void outer(void) function
63 outer();
  /external/valgrind/none/tests/x86-linux/
bug345887.c 24 static void outer(void) function
31 outer();
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread_sse.c 64 static void outer(void) function
71 outer();
coredump_single_thread.c 43 static void outer(void) function
50 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/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);
  /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);
  /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 61 // stub_test doesn't call this code with a proper frame, so get the outer, and if
63 ArtMethod* outer = GetCalleeSaveOuterMethod(self, CalleeSaveType::kSaveRefsOnly); local
64 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) {
65 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 97 float* const outer = &curTessLevelCase.outer[0]; local
100 for (int j = 0; j < 4; ++j) outer[j] = static_cast<float>(getClampedRoundedTessLevel(spacingMode, outer[j]));
104 if (outer[0] > 1.0f || outer[1] > 1.0f || outer[2] > 1.0f)
112 if (outer[0] > 1.0f || outer[1] > 1.0f || outer[2] > 1.0f || outer[3] > 1.0f
140 int outer[3]; local
    [all...]

Completed in 1677 milliseconds

1 2 3 4 5 6 7 8 91011>>