/external/valgrind/none/tests/linux/ |
D | mremap2.c | 19 static int PAGE; variable 48 workingarea = mmap(0, 200*PAGE, PROT_NONE, in setup() 51 try_dst = workingarea + 150*PAGE; in setup() 52 unmap_and_check(workingarea, 200*PAGE); in setup() 60 unmap_and_check( workingarea, 200*PAGE); in setup() 63 mapanon_fixed( workingarea + 0*PAGE, 9*PAGE); in setup() 66 mapanon_fixed( workingarea + 10*PAGE, 20*PAGE ); in setup() 69 mapanon_fixed( workingarea + 40*PAGE, 60*PAGE ); in setup() 71 return workingarea + 10*PAGE; in setup() 79 r = mprotect( workingarea + i * PAGE, PAGE, PROT_NONE ); in show() [all …]
|
/external/jemalloc/test/unit/ |
D | pages.c | 9 pages = pages_map(NULL, PAGE, &commit); in TEST_BEGIN() 12 assert_false(pages_huge(pages, PAGE), in TEST_BEGIN() 14 assert_false(pages_nohuge(pages, PAGE), in TEST_BEGIN() 17 pages_unmap(pages, PAGE); in TEST_BEGIN()
|
D | run_quantize.c | 66 run_size = cache_oblivious ? lrun_size + PAGE : lrun_size; in TEST_BEGIN() 79 - PAGE), "Floor should be a precise size"); in TEST_BEGIN() 89 ceil_prev = run_quantize_ceil(run_size + PAGE); in TEST_BEGIN()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_digestauth_with_arguments.c | 44 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html… macro 118 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo() 188 1337, NULL, NULL, &ahc_echo, PAGE, in testDigestAuth() 219 if (cbc.pos != strlen (PAGE)) in testDigestAuth() 221 if (0 != strncmp (PAGE, cbc.buf, strlen (PAGE))) in testDigestAuth()
|
D | test_digestauth.c | 45 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html… macro 119 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo() 189 1337, NULL, NULL, &ahc_echo, PAGE, in testDigestAuth() 220 if (cbc.pos != strlen (PAGE)) in testDigestAuth() 222 if (0 != strncmp (PAGE, cbc.buf, strlen (PAGE))) in testDigestAuth()
|
/external/libmicrohttpd/src/examples/ |
D | fileserver_example.c | 30 #define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" macro 78 response = MHD_create_response_from_buffer (strlen (PAGE), in ahc_echo() 79 (void *) PAGE, in ahc_echo() 113 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
D | digest_auth_example.c | 29 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html… macro 82 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo() 128 NULL, NULL, &ahc_echo, PAGE, in main()
|
D | fileserver_example_external_select.c | 30 #define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" macro 79 response = MHD_create_response_from_buffer (strlen (PAGE), in ahc_echo() 80 (void *) PAGE, in ahc_echo() 122 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
D | benchmark_https.c | 35 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></… macro 180 response = MHD_create_response_from_buffer (strlen (PAGE), in main() 181 (void *) PAGE, in main()
|
D | benchmark.c | 35 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></… macro 129 response = MHD_create_response_from_buffer (strlen (PAGE), in main() 130 (void *) PAGE, in main()
|
D | dual_stack_example.c | 28 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></… macro 73 NULL, NULL, &ahc_echo, PAGE, in main()
|
D | minimal_example.c | 28 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></… macro 75 NULL, NULL, &ahc_echo, PAGE, in main()
|
D | querystring_example.c | 29 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Query string for "%s&q… macro 84 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
D | authorization_example.c | 35 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></… macro 102 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-merge-ignore-single-use-minsize.ll | 14 ; CHECK-NEXT: adrp x8, [[SET:l__MergedGlobals]]@PAGE 28 ; CHECK-NEXT: adrp x8, _m2@PAGE 29 ; CHECK-NEXT: adrp x9, _n2@PAGE 47 ; CHECK-NEXT: adrp x8, [[SET]]@PAGE 60 ; CHECK-NEXT: adrp x8, [[SET]]@PAGE 62 ; CHECK-NEXT: adrp x9, _n4@PAGE
|
D | global-merge-group-by-use.ll | 15 ; CHECK-NEXT: adrp x8, [[SET1:l__MergedGlobals.[0-9]*]]@PAGE 30 ; CHECK-NEXT: adrp x8, [[SET2:l__MergedGlobals.[0-9]*]]@PAGE 50 ; CHECK-NEXT: adrp x8, _m3@PAGE 51 ; CHECK-NEXT: adrp x9, [[SET3:l__MergedGlobals[0-9]*]]@PAGE 65 ; CHECK-NEXT: adrp x8, [[SET3]]@PAGE 81 ; CHECK-NEXT: adrp x8, _o5@PAGE
|
D | arm64-fp-imm.ll | 7 ; CHECK: adrp x[[REG:[0-9]+]], lCPI0_0@PAGE 17 ; CHECK: adrp x[[REG:[0-9]+]], lCPI1_0@PAGE 28 ; CHECK: adrp x[[REG:[0-9]+]], lCPI2_0@PAGE
|
D | arm64-2012-05-07-MemcpyAlignBug.ll | 9 ; CHECK: adrp x[[PAGE:[0-9]+]], {{l_b@PAGE|.Lb}} 10 ; CHECK: add x[[ADDR:[0-9]+]], x[[PAGE]], {{l_b@PAGEOFF|:lo12:.Lb}}
|
D | arm64-fast-isel-intrinsic.ll | 8 ; ARM64: adrp x8, _message@PAGE 24 ; ARM64: adrp x8, _message@PAGE 38 ; ARM64: adrp x8, _message@PAGE 52 ; ARM64: adrp x9, _message@PAGE 69 ; ARM64: adrp x9, _message@PAGE 86 ; ARM64: adrp x9, _message@PAGE 103 ; ARM64: adrp x9, _message@PAGE 122 ; ARM64: adrp x9, _message@PAGE
|
D | global-merge-ignore-single-use.ll | 13 ; CHECK-NEXT: adrp x8, [[SET:l__MergedGlobals]]@PAGE 27 ; CHECK-NEXT: adrp x8, [[SET]]@PAGE 40 ; CHECK-NEXT: adrp x8, [[SET]]@PAGE 53 ; CHECK-NEXT: adrp x8, _o2@PAGE
|
D | arm64-fast-isel-materialize.ll | 31 ; CHECK: adrp [[REG:x[0-9]+]], {{lCPI[0-9]+_0}}@PAGE 38 ; CHECK: adrp [[REG:x[0-9]+]], {{lCPI[0-9]+_0}}@PAGE
|
D | arm64-promote-const.ll | 14 ; PROMOTED: adrp [[PAGEADDR:x[0-9]+]], __PromotedConst@PAGE 24 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE 27 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE 29 ; REGULAR: adrp [[PAGEADDR2:x[0-9]+]], [[CSTLABEL2:lCP.*]]@PAGE 31 ; REGULAR: adrp [[PAGEADDR3:x[0-9]+]], [[CSTLABEL3:lCP.*]]@PAGE 43 ; PROMOTED: adrp [[PAGEADDR:x[0-9]+]], [[CSTV1:__PromotedConst.[0-9]+]]@PAGE 54 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arm64-fixup.s | 9 ; CHECK: adrp x3, _printf@PAGE ; encoding: [0x03'A',A,A,0x90'A'] 10 ; CHECK: fixup A - offset: 0, value: _printf@PAGE, kind: fixup_aarch64_pcrel_adrp_imm21
|
/external/autotest/client/cros/cellular/ |
D | forward_8960_screen | 24 PAGE=""" variable 101 self.wfile.write(PAGE % {'ssh_tunnel_port': ssh_tunnel_port,
|
/external/skia/experimental/tools/ |
D | coreGraphicsPdf2png.cpp | 24 const int PAGE = 1; variable 37 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, PAGE); in main()
|