/external/syslinux/gpxe/src/drivers/net/ |
D | wlan_compat.h | 271 #define WLAN_LOG_ERROR2(x,n1,n2) printk(KERN_ERR "%s: " x , __FUNCTION__ , (n1), (n2)); argument 272 #define WLAN_LOG_ERROR3(x,n1,n2,n3) printk(KERN_ERR "%s: " x , __FUNCTION__, (n1), (n2), (n3)); argument 273 …#define WLAN_LOG_ERROR4(x,n1,n2,n3,n4) printk(KERN_ERR "%s: " x , __FUNCTION__, (n1), (n2), (n3), … argument 277 #define WLAN_LOG_WARNING2(x,n1,n2) printk(KERN_WARNING "%s: " x , __FUNCTION__, (n1), (n2)); argument 278 …#define WLAN_LOG_WARNING3(x,n1,n2,n3) printk(KERN_WARNING "%s: " x , __FUNCTION__, (n1), (n2), (n3… argument 279 …#define WLAN_LOG_WARNING4(x,n1,n2,n3,n4) printk(KERN_WARNING "%s: " x , __FUNCTION__ , (n1), (n2),… argument 283 #define WLAN_LOG_NOTICE2(x,n1,n2) printk(KERN_NOTICE "%s: " x , __FUNCTION__, (n1), (n2)); argument 284 #define WLAN_LOG_NOTICE3(x,n1,n2,n3) printk(KERN_NOTICE "%s: " x , __FUNCTION__, (n1), (n2), (n3)); argument 285 …#define WLAN_LOG_NOTICE4(x,n1,n2,n3,n4) printk(KERN_NOTICE "%s: " x , __FUNCTION__, (n1), (n2), (n… argument 289 #define WLAN_LOG_INFO2(x,n1,n2) printk(KERN_INFO x, (n1), (n2)); argument [all …]
|
/external/testng/src/test/java/test/factory/ |
D | FactoryDataProviderTest.java | 37 private void runTest(Class<?> cls, int n1, int n2) { in runTest() 50 Assert.assertEquals(t1.getN(), n1); in runTest() local
|
/external/libcxx/test/std/experimental/string.view/string.view.ops/ |
D | compare.pointer_size.pass.cpp | 24 size_t pos1, size_t n1, const CharT *s, int expected ) { in test1() 42 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) in test()
|
D | compare.size_size_sv.pass.cpp | 23 void test1 ( std::experimental::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() 43 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
|
D | compare.size_size_sv_pointer_size.pass.cpp | 24 void test1 ( std::experimental::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() 46 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
|
/external/libcxx/test/std/strings/string.view/string.view.ops/ |
D | compare.pointer_size.pass.cpp | 24 size_t pos1, size_t n1, const CharT *s, int expected ) { in test1() 41 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) in test()
|
D | compare.size_size_sv.pass.cpp | 23 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() 41 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
|
D | compare.size_size_sv_pointer_size.pass.cpp | 24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() 42 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSet.java | 754 abstract boolean compareNumbers(double n1, double n2); in compareNumbers() 787 boolean compareNumbers(double n1, double n2) in compareNumbers() 823 boolean compareNumbers(double n1, double n2) in compareNumbers() 859 boolean compareNumbers(double n1, double n2) in compareNumbers() 895 boolean compareNumbers(double n1, double n2) in compareNumbers() 930 boolean compareNumbers(double n1, double n2) in compareNumbers() 965 boolean compareNumbers(double n1, double n2) in compareNumbers()
|
/external/dtc/tests/ |
D | path-references.dts | 7 n1: node1 { label
|
D | references.dts | 7 n1: node1 { label
|
D | multilabel.dts | 11 n1: nx: node1 { label
|
/external/clang/test/SemaObjC/ |
D | property-10.m | 44 int n1; field 46 @property (readonly, setter=crushN1:) int n1; // expected-warning {{setter cannot be specified for … property
|
/external/guava/guava-tests/benchmark/com/google/common/math/ |
D | BigIntegerMathBenchmark.java | 70 private static BigInteger oldSlowFactorial(int n1, int n2) { in oldSlowFactorial() 71 assert n1 <= n2; in oldSlowFactorial() local
|
/external/testng/src/test/java/test/tmp/ |
D | Test_TestListenerAppender.java | 15 public void verifyData1(String n1, Integer n2) { in verifyData1()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 67 Node* NewNode(const Operator* op, Node* n1) { in NewNode() 72 Node* NewNode(const Operator* op, Node* n1, Node* n2) { in NewNode() 77 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { in NewNode() 82 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4) { in NewNode()
|
D | ast-graph-builder.h | 171 Node* NewNode(const Operator* op, Node* n1) { in NewNode() 175 Node* NewNode(const Operator* op, Node* n1, Node* n2) { in NewNode() 180 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { in NewNode() 185 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4) { in NewNode() 190 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode() 196 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode()
|
/external/elfutils/libelf/ |
D | elf32_fsize.c | 67 #define local_strong_alias(n1, n2) strong_alias (n1, n2) argument
|
/external/libcxx/test/std/localization/locales/locale/locale.operators/ |
D | eq.pass.cpp | 25 std::locale n1(LOCALE_en_US_UTF_8); in main() local
|
/external/aac/libSYS/include/ |
D | genericStds.h | 172 #define C_ALLOC_MEM2(name,type,n1,n2) \ argument 184 #define C_AALLOC_MEM2(name,type,n1,n2) \ argument 196 #define C_ALLOC_MEM2_L(name,type,n1,n2,s) \ argument 208 #define C_AALLOC_MEM2_L(name,type,n1,n2,s) \ argument
|
/external/selinux/libsepol/src/ |
D | ebitmap.c | 20 ebitmap_node_t *n1, *n2, *new, *prev; in ebitmap_or() local 152 ebitmap_node_t *n1, *n2; in ebitmap_cmp() local 202 ebitmap_node_t *n1, *n2; in ebitmap_contains() local 229 ebitmap_node_t *n1 = e1->node; in ebitmap_match_any() local
|
/external/testng/src/test/java/test/dataprovider/ |
D | ParallelDataProviderTest.java | 33 public void verifyData1(ITestContext testContext, String n1, Integer n2) { in verifyData1()
|
/external/clang/test/Sema/ |
D | attr-section.c | 13 …__attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute only applies to… in test() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
D | TTestImpl.java | 898 protected double df(double v1, double v2, double n1, double n2) { in df() 930 protected double t(double m1, double m2, double v1, double v2, double n1, in t() 948 double v2, double n1, double n2) { in homoscedasticT() 986 double n1, double n2) in tTest() 1011 double v2, double n1, double n2) in homoscedasticTTest()
|
/external/clang/test/SemaCXX/ |
D | pr18284-crash-on-invalid.cpp | 4 namespace n1 { namespace
|