| /external/v8/test/unittests/compiler/ |
| loop-peeling-unittest.cc | 195 While outer = NewWhile(p0); local 197 Nest(&inner, &outer); 199 Counter c = NewCounter(&outer, 0, 1); 200 Node* r = InsertReturn(c.phi, start(), outer.exit); 204 Node* bro = ExpectPeeled(outer.branch, peeled); 205 Node* if_trueo = ExpectPeeled(outer.if_true, peeled); 206 Node* if_falseo = ExpectPeeled(outer.exit, peeled); 220 EXPECT_THAT(outer.loop, IsLoop(if_falsei, inner.exit)); 227 AllOf(CaptureEq(&merge), IsMerge(outer.exit, if_falseo))), 234 While outer = NewWhile(p0) local 270 While outer = NewWhile(p0); local [all...] |
| /external/valgrind/perf/ |
| vg_perf.in | 71 --outer-valgrind: run these Valgrind(s) under the given outer valgrind. 73 --outer-tool: tool to use by the outer valgrind (default cachegrind). 74 --outer-args: use this as outer tool args. 94 # Outer valgrind to use, and args to use for it. 159 } elsif ($arg =~ /^--outer-valgrind=(.*)$/) { 161 } elsif ($arg =~ /^--outer-tool=(.*)$/) { 163 } elsif ($arg =~ /^--outer-args=(.*)$/) [all...] |
| /external/eigen/Eigen/src/Core/ |
| Assign_MKL.h | 94 for(Index outer = 0; outer < outerSize; ++outer) { 95 const Scalar *src_ptr = src.IsRowMajor ? &(src.nestedExpression().coeffRef(outer,0)) : 96 &(src.nestedExpression().coeffRef(0, outer)); 97 Scalar *dst_ptr = dst.IsRowMajor ? &(dst.coeffRef(outer,0)) : &(dst.coeffRef(0, outer));
|
| /external/eigen/Eigen/src/SparseLU/ |
| SparseLU_SupernodalMatrix.h | 185 InnerIterator(const MappedSuperNodalMatrix& mat, Index outer) 187 m_outer(outer), 188 m_supno(mat.colToSup()[outer]), 189 m_idval(mat.colIndexPtr()[outer]), 191 m_endidval(mat.colIndexPtr()[outer+1]), 192 m_idrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]]), 193 m_endidrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]+1])
|
| /external/autotest/client/tests/ipv6connect/src/ |
| ipv6connect.c | 349 static void RunWithOneServer(int outer, int inner) { 352 for (i = 0; i < outer; ++i) { 370 static void RunWithOneShotServers(int outer, int inner) { 373 for (i = 0; i < outer; ++i) { 389 static void RunMultiThreaded(int outer, int inner) { 392 for (i = 0; i < outer; ++i) { 409 "Usage: %s [types [outer [inner]]]\n" 415 "\touter: Number of passes through the outer loops, default 10\n" 425 int i, inner = 75, outer = 10, timediff; local 437 outer = atoi(argv[2]) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
| PieItem.java | 43 private int outer; field in class:PieItem 137 outer = outside; 166 return outer;
|
| /external/clang/test/CodeGen/ |
| alias.c | 71 int outer(int a) { return inner(a); } function 72 // CHECKCC: define arm_aapcs_vfpcc i32 @outer(i32 %a) [[NUW]] {
|
| /external/clang/test/SemaCXX/ |
| coroutines.cpp | 160 struct outer {}; struct 170 struct indirectly_awaitable { indirectly_awaitable(outer); }; 181 template void await_template(outer); // expected-note {{instantiation}} 182 template void await_template_2(outer);
|
| /external/javassist/src/main/javassist/bytecode/ |
| InnerClassesAttribute.java | 162 * @param outer <code>outer_class_info_index</code> 166 public void append(String inner, String outer, String name, int flags) { 168 int o = constPool.addClassInfo(outer); 177 * @param outer <code>outer_class_info_index</code> 181 public void append(int inner, int outer, int name, int flags) { 192 ByteArray.write16bit(outer, newData, len + 2);
|
| /external/skia/gm/ |
| blurs.cpp | 88 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); local 91 path.addRect(outer, SkPath::kCW_Direction); 107 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); local 110 path.addRect(outer, SkPath::kCW_Direction);
|
| /external/skia/include/core/ |
| SkColorFilter.h | 116 * the outer filter to the result of the inner's. 117 * The reference counts for outer and inner are incremented. 122 static SkColorFilter* CreateComposeFilter(SkColorFilter* outer, SkColorFilter* inner);
|
| /external/skia/src/core/ |
| SkStrokerPriv.h | 30 typedef void (*JoinProc)(SkPath* outer, SkPath* inner,
|
| SkColorMatrixFilterRowMajor255.cpp | 204 static void set_concat(SkScalar result[20], const SkScalar outer[20], const SkScalar inner[20]) { 208 result[index++] = outer[j + 0] * inner[i + 0] + 209 outer[j + 1] * inner[i + 5] + 210 outer[j + 2] * inner[i + 10] + 211 outer[j + 3] * inner[i + 15]; 213 result[index++] = outer[j + 0] * inner[4] + 214 outer[j + 1] * inner[9] + 215 outer[j + 2] * inner[14] + 216 outer[j + 3] * inner[19] + 217 outer[j + 4] [all...] |
| /external/tpm2/ |
| OsslCryptoEngine.h | 72 UINT32 *outer; member in struct:__anon23876
|
| /packages/providers/MediaProvider/tools/genfiles/ |
| genfiles.sh | 133 sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
|
| /external/skia/tests/ |
| RegionTest.cpp | 124 static bool slow_contains(const SkRegion& outer, const SkRegion& inner) { 126 tmp.op(outer, inner, SkRegion::kUnion_Op); 127 return outer == tmp; 130 static bool slow_contains(const SkRegion& outer, const SkIRect& r) { 132 tmp.op(outer, SkRegion(r), SkRegion::kUnion_Op); 133 return outer == tmp; 136 static bool slow_intersects(const SkRegion& outer, const SkRegion& inner) { 138 return tmp.op(outer, inner, SkRegion::kIntersect_Op); 196 SkRegion outer; local 197 randRgn(rand, &outer, 8) [all...] |
| /external/eigen/Eigen/src/SparseCore/ |
| SparseView.h | 62 InnerIterator(const SparseView& view, Index outer) : 63 IterBase(view.m_matrix, outer), m_view(view)
|
| /external/valgrind/none/tests/amd64-solaris/ |
| coredump_single_thread_sse.stderr.exp | 5 by 0x........: outer (coredump_single_thread_sse.c:58)
|
| /external/valgrind/none/tests/x86-solaris/ |
| coredump_single_thread_sse.stderr.exp | 5 by 0x........: outer (coredump_single_thread_sse.c:66)
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| AtomicLongMap.java | 105 outer: for (;;) { 123 continue outer; local 154 outer: for (;;) { 172 continue outer; local 189 outer: for (;;) { 207 continue outer; local
|
| /external/v8/test/mjsunit/compiler/ |
| osr-assert.js | 31 var outer = 1000000; 33 while (outer > 0) { 36 outer--;
|
| osr-big.js | 32 var outer = 1000000; 34 while (outer > 0) { 40 outer--;
|
| osr-two.js | 32 var outer = 100; 33 while (outer > 0) { 39 outer--;
|
| /external/v8/test/mjsunit/es6/ |
| block-let-crankshaft.js | 231 let x = 'outer'; 237 assertEquals('outer', x); 240 assertEquals('outer', x); 245 let x = 'outer'; 251 assertEquals('outer', x); 254 assertEquals('outer', x); 260 let x = 'outer'; 261 label: for (var i = 0; assertEquals('outer', x), i < 10; ++i) { 268 assertEquals('outer', x); 276 let x = 'outer'; [all...] |
| /external/v8/test/mjsunit/harmony/ |
| block-let-crankshaft-sloppy.js | 230 let x = 'outer'; 236 assertEquals('outer', x); 239 assertEquals('outer', x); 244 let x = 'outer'; 250 assertEquals('outer', x); 253 assertEquals('outer', x); 259 let x = 'outer'; 260 label: for (var i = 0; assertEquals('outer', x), i < 10; ++i) { 267 assertEquals('outer', x); 275 let x = 'outer'; [all...] |