Home
last modified time | relevance | path

Searched refs:Multiple (Results 1 – 25 of 198) sorted by relevance

12345678

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp16 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/
Dmember-pointer-ms.cpp54 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/
Dwith-headers.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
Dhsts-headers.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
Dhsts-multiple-headers.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
Dhpkp-headers.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
Dhsts-and-hpkp-headers.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
Dhsts-and-hpkp-headers2.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
/external/chromium/net/data/url_request_unittest/
Dwith-headers.html.mock-http-headers4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
/external/dropbear/libtommath/
Dtommath.out2 \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/
Dcmov-into-branch.ll26 ; Multiple uses of %a, should not form cmov.
39 ; Multiple uses of the load.
51 ; Multiple uses of the cmp.
Dzext-fold.ll13 ;; 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/
Dipc_tests.gtest.txt6 IPCSyncChannelTest.Multiple
/external/eigen/cmake/
DFindGMP.cmake1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
/external/valgrind/main/docs/internals/
Ddirectory-structure.txt8 1. Multiple tools, plus the core.
9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td282 // FP Load Multiple
285 // FP Load Multiple + update
295 // FP Store Multiple
298 // FP Store Multiple + update
/external/bison/tests/
Dpush.at80 ## Multiple impure instances. ##
83 AT_SETUP([[Multiple impure instances]])
/external/chromium_org/tools/traceline/svgui/
DREADME5 The name of the JSON file should be supplied behind a # in the URL. Multiple
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt85 Multiple paragraphs:
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text85 Multiple paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text85 Multiple paragraphs:
/external/chromium_org/third_party/x86inc/
DREADME.chromium17 Multiple chromium specific modifications have been made to this file. Do a
/external/linux-tools-perf/Documentation/
Dperf-stat.txt63 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/
Dlibffi.info90 * 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/
DTODO11 * Multiple windows, multiple display support

12345678