Home
last modified time | relevance | path

Searched defs:n4 (Results 1 – 25 of 65) sorted by relevance

123

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListTest.kt23 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLast() constant
60 val n4 = IntNode(4).also { single(list.describeAddLast(it)) } in testAtomicOpsSingle() constant
DThreadSafeHeapTest.kt34 val n4 = Node(4) in compareTo() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/internal/
DLinkedListTest.kt25 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLastRemove() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/internal/
DLinkedListTest.kt25 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLastRemove() constant
/external/dtc/tests/
Dpath-references.dts23 n4: baz { label
Dreferences.dts23 n4: node4 { label
Dphandle_format.c25 int n4; in main() local
Dmultilabel.dts27 n4: node4 { label
Dmultilabel_merge.dts25 n4: node4 { label
Dpath-references.c56 int n1, n2, n3, n4; in main() local
Dreferences.c66 int n1, n2, n3, n4, n5, n6, err; in main() local
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils_test.cc213 NodeDef* n4 = gd.add_node(); in TEST_F() local
260 NodeDef* n4 = gd.add_node(); in TEST_F() local
372 NodeDef* n4 = gd.add_node(); in TEST_F() local
421 NodeDef* n4 = gd.add_node(); in TEST_F() local
459 NodeDef* n4 = gd.add_node(); in TEST_F() local
871 NodeDef* n4 = gd.add_node(); in TEST_F() local
916 NodeDef* n4 = gd.add_node(); in TEST_F() local
1106 NodeDef* n4 = gd2.add_node(); in TEST_F() local
/external/llvm-project/llvm/test/MC/Mips/
Dsection-size.s53 n4: .byte 1 label
/external/llvm/test/MC/Mips/
Dsection-size.s53 n4: .byte 1 label
/external/bc/tests/
Dbcl.c51 BclNumber n, n2, n3, n4, n5, n6; in main() local
/external/libchrome/base/containers/
Dlinked_list_unittest.cc124 Node n4(4); in TEST() local
199 Node n4(4); in TEST() local
236 Node n4(4); in TEST() local
/external/libvpx/libvpx/vpx_dsp/mips/
Didct32x32_msa.c16 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local
244 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local
543 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct8x32_column_butterfly_addblk() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp9 namespace n4 { namespace
/external/tensorflow/tensorflow/compiler/xla/
Darray4d.h100 int64 n4() const { return this->dim(3); } in n4() function
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
DRouteGuideServerTest.java213 RouteNote n4 = RouteNote.newBuilder().setLocation(p2).setMessage("m4").build(); in routeChat() local
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp6 alignas(1) alignas(2) alignas(0) int n4; // expected-error {{less than minimum alignment}} variable
/external/icu/icu4c/source/i18n/
Dgregoimp.cpp111 int32_t n4 = ClockMath::floorDivide(doy, 1461, doy); // 4-year cycle length in dayToFields() local
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp6 alignas(1) alignas(2) alignas(0) int n4; // expected-error {{less than minimum alignment}} variable
/external/fmtlib/test/
Dformat-impl-test.cc49 bigint n4(42 * 0x100000001); in TEST() local
137 bigint n4; in TEST() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DGrego.java127 long n4 = floorDivide(rem[0], 1461, rem); in dayToFields() local

123