Searched refs:Multiple (Results 1 – 25 of 198) sorted by relevance
12345678
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-member-pointers.cpp | 16 struct Multiple : B1, B2 { struct 49 int Multiple ::*m_d_memptr; 64 void (Multiple::*m_f_memptr)(); 71 struct Unspecified : Multiple, Virtual { 79 void (Multiple ::*m_f_mp)() = &B2::foo; 142 void (Multiple ::*m_f_memptr)() = &Multiple::foo; in EmitNonVirtualMemberPointers() 303 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)()) { in callMemberPointerMultiple() 426 void (Multiple::*convertB2FuncToMultiple(void (B2::*mp)()))() { in convertB2FuncToMultiple() 444 void (B2::*convertMultipleFuncToB2(void (Multiple::*mp)()))() { in convertMultipleFuncToB2()
|
/external/clang/test/SemaCXX/ |
D | member-pointer-ms.cpp | 54 struct Multiple : B1, B2 { }; struct 57 static_assert(sizeof(int Multiple::*) == kMultipleDataSize, ""); 60 static_assert(sizeof(void (Multiple::*)()) == kMultipleFunctionSize, ""); 81 static_assert(sizeof(int Y<Multiple>::*) == kMultipleDataSize, ""); 84 static_assert(sizeof(void (Y<Multiple>::*)()) == kMultipleFunctionSize, "");
|
/external/chromium_org/net/data/url_request_unittest/ |
D | with-headers.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
D | hsts-headers.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
D | hsts-multiple-headers.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
D | hpkp-headers.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
D | hsts-and-hpkp-headers.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
D | hsts-and-hpkp-headers2.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
/external/chromium/net/data/url_request_unittest/ |
D | with-headers.html.mock-http-headers | 4 X-Multiple-Entries: a 5 X-Multiple-Entries: b
|
/external/dropbear/libtommath/ |
D | tommath.out | 2 \BOOKMARK [1][-]{section.1.1}{Multiple Precision Arithmetic}{chapter.1} 3 \BOOKMARK [2][-]{subsection.1.1.1}{What is Multiple Precision Arithmetic?}{section.1.1} 4 \BOOKMARK [2][-]{subsection.1.1.2}{The Need for Multiple Precision Arithmetic}{section.1.1} 5 \BOOKMARK [2][-]{subsection.1.1.3}{Benefits of Multiple Precision Arithmetic}{section.1.1} 25 \BOOKMARK [1][-]{section.2.2}{What is a Multiple Precision Integer?}{chapter.2} 35 \BOOKMARK [2][-]{subsection.2.6.3}{Multiple Integer Initializations and Clearings}{section.2.6} 131 \BOOKMARK [1][-]{section.9.2}{Least Common Multiple}{chapter.9}
|
/external/llvm/test/CodeGen/X86/ |
D | cmov-into-branch.ll | 26 ; Multiple uses of %a, should not form cmov. 39 ; Multiple uses of the load. 51 ; Multiple uses of the cmp.
|
D | zext-fold.ll | 13 ;; Multiple uses of %x but easily extensible. 29 ;; Multiple uses of %x where we shouldn't extend the load.
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | ipc_tests.gtest.txt | 6 IPCSyncChannelTest.Multiple
|
/external/eigen/cmake/ |
D | FindGMP.cmake | 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
|
/external/valgrind/main/docs/internals/ |
D | directory-structure.txt | 8 1. Multiple tools, plus the core. 9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 282 // FP Load Multiple 285 // FP Load Multiple + update 295 // FP Store Multiple 298 // FP Store Multiple + update
|
/external/bison/tests/ |
D | push.at | 80 ## Multiple impure instances. ## 83 AT_SETUP([[Multiple impure instances]])
|
/external/chromium_org/tools/traceline/svgui/ |
D | README | 5 The name of the JSON file should be supplied behind a # in the URL. Multiple
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 85 Multiple paragraphs:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 85 Multiple paragraphs:
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 85 Multiple paragraphs:
|
/external/chromium_org/third_party/x86inc/ |
D | README.chromium | 17 Multiple chromium specific modifications have been made to this file. Do a
|
/external/linux-tools-perf/Documentation/ |
D | perf-stat.txt | 63 Count only on the list of CPUs provided. Multiple CPUs can be provided as a 90 container "name" are monitored when they run on the monitored CPUs. Multiple cgroups
|
/external/libffi/doc/ |
D | libffi.info | 90 * Multiple ABIs:: Different passing styles on one platform. 114 want. *note Multiple ABIs:: for more information. 193 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi 359 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi 361 2.4 Multiple ABIs 371 File: libffi.info, Node: The Closure API, Prev: Multiple ABIs, Up: Using libffi 528 Node: Multiple ABIs11315
|
/external/qemu/distrib/sdl-1.2.15/ |
D | TODO | 11 * Multiple windows, multiple display support
|
12345678