/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
syntax.go | 569 func (n *Nodes) Set2(n1, n2 *Node) { 570 n.slice = &[]*Node{n1, n2} 573 // MoveNodes sets n to the contents of n2, then clears n2. 574 func (n *Nodes) MoveNodes(n2 *Nodes) { 575 n.slice = n2.slice 576 n2.slice = nil 617 // AppendNodes appends the contents of *n2 to n, then clears n2. 618 func (n *Nodes) AppendNodes(n2 *Nodes) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
syntax.go | 569 func (n *Nodes) Set2(n1, n2 *Node) { 570 n.slice = &[]*Node{n1, n2} 573 // MoveNodes sets n to the contents of n2, then clears n2. 574 func (n *Nodes) MoveNodes(n2 *Nodes) { 575 n.slice = n2.slice 576 n2.slice = nil 617 // AppendNodes appends the contents of *n2 to n, then clears n2. 618 func (n *Nodes) AppendNodes(n2 *Nodes) [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_output_test_.cc | 248 // SCOPED_TRACE("Trace A"); | waits for n2 250 // notifies n2 | 265 Notification n2; member in struct:CheckPoints 275 check_points->n2.WaitForNotification(); 298 check_points.n2.Notify();
|
/external/googletest/googletest/test/ |
gtest_output_test_.cc | 264 // SCOPED_TRACE("Trace A"); | waits for n2 266 // notifies n2 | 281 Notification n2; member in struct:CheckPoints 291 check_points->n2.WaitForNotification(); 314 check_points.n2.Notify(); [all...] |
/external/javassist/src/test/test/javassist/convert/ |
ArrayAccessReplaceTest.java | 409 Number n1, n2, n3, n4; local 421 n2 = ns[2]; 425 n2.intValue();
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
iter_iter_size_char.pass.cpp | 24 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, 31 s.replace(first, last, n2, c); 34 typename S::size_type rlen = n2;
|
size_size_size_char.pass.cpp | 13 // replace(size_type pos, size_type n1, size_type n2, charT c); 26 typename S::size_type n2, typename S::value_type c, 33 s.replace(pos, n1, n2, c); 37 typename S::size_type rlen = n2; 45 s.replace(pos, n1, n2, c);
|
/external/libvorbis/lib/ |
vorbisfile.c | 2147 int n1,n2,i,ret,hs1,hs2; local 2201 int n1,n2,ch1,ch2,hs; local 2262 int n1,n2,ch1,ch2,hs; local [all...] |
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 234 // SCOPED_TRACE("Trace A"); | waits for n2 236 // notifies n2 | 251 Notification n2; member in struct:CheckPoints 261 check_points->n2.WaitForNotification(); 284 check_points.n2.Notify(); [all...] |
gtest_unittest.cc | 2240 const int n2 = 2; local 2258 const int n2 = 2; local 2275 int n2 = 0; local 2286 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/python/cpython2/Mac/Modules/ |
MacOS.c | 78 ByteCount n2; local 92 err = FSReadFork(self->fRefNum, fsAtMark, 0, n, PyString_AsString(v), &n2); 98 _PyString_Resize(&v, n2);
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTVector.h | 2081 VERTTYPE n2 = VERTTYPEMUL(f2vt(2),nearPlane); local 2132 VERTTYPE n2 = VERTTYPEMUL(2,nearPlane); local [all...] |
/external/v8/testing/gtest/test/ |
gtest_output_test_.cc | 264 // SCOPED_TRACE("Trace A"); | waits for n2 266 // notifies n2 | 281 Notification n2; member in struct:CheckPoints 291 check_points->n2.WaitForNotification(); 314 check_points.n2.Notify(); [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_output_test_.cc | 260 // SCOPED_TRACE("Trace A"); | waits for n2 262 // notifies n2 | 277 Notification n2; member in struct:CheckPoints 287 check_points->n2.WaitForNotification(); 310 check_points.n2.Notify();
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/ |
iter_iter_size_char.pass.cpp | 25 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, 32 s.replace(first, last, n2, c); 35 typename S::size_type rlen = n2;
|
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/ |
gtest_output_test_.cc | 260 // SCOPED_TRACE("Trace A"); | waits for n2 262 // notifies n2 | 277 Notification n2; member in struct:CheckPoints 287 check_points->n2.WaitForNotification(); 310 check_points.n2.Notify();
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/ |
iter_iter_size_char.pass.cpp | 24 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, 31 s.replace(first, last, n2, c); 34 typename S::size_type rlen = n2;
|
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
gtest_output_test_.cc | 260 // SCOPED_TRACE("Trace A"); | waits for n2 262 // notifies n2 | 277 Notification n2; member in struct:CheckPoints 287 check_points->n2.WaitForNotification(); 310 check_points.n2.Notify();
|
/system/core/init/ |
perfboot.py | 332 n2 = n / 2 333 return (data[n2 - 1] + data[n2]) / 2.0
|
/development/ndk/platforms/android-9/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 568 n2 = tpattern.getChildCount() 569 if n1 != n2: 609 n2 = adaptor.getChildCount(t2) 610 if n1 != n2:
|
/external/clang/test/Modules/ |
macros.c | 195 int n2 = TOP_OTHER_REDEF2; // ok variable
|
/external/tremolo/Tremolo/ |
mdct.c | 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ 68 int n4=n2>>1; 70 aX = in+n2-3; 86 aX = in+n2-4;
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
NotificationTests.java | 434 final Notification n2 = Notification.CREATOR.createFromParcel(p); local 436 L(" %s: parcel read=%dms", summarize(n2), time); 439 noMa.notify(NOTIFICATION_ID + i, n2); 441 L(" %s: notify=%dms", summarize(n2), time);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 125 unsigned n2; /* HDLC retransmission limit (1..30) */ member in struct:wan_x25_conf
|