Home
last modified time | relevance | path

Searched refs:assigns (Results 1 – 25 of 33) sorted by relevance

12

/external/libchrome/base/
Dbind_unittest.cc98 DerivedCopyCounter(int* copies, int* assigns) in DerivedCopyCounter()
99 : copies_(copies), assigns_(assigns) { in DerivedCopyCounter()
108 CopyCounter(int* copies, int* assigns) in CopyCounter() argument
109 : copies_(copies), assigns_(assigns) { in CopyCounter()
671 int assigns = 0; in TEST_F() local
672 CopyCounter counter(&copies, &assigns); in TEST_F()
677 EXPECT_EQ(0, assigns); in TEST_F()
819 int assigns = 0; in TEST_F() local
821 CopyCounter counter(&copies, &assigns); in TEST_F()
826 EXPECT_EQ(0, assigns); in TEST_F()
[all …]
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc99 DerivedCopyCounter(int* copies, int* assigns) in DerivedCopyCounter()
100 : copies_(copies), assigns_(assigns) { in DerivedCopyCounter()
109 CopyCounter(int* copies, int* assigns) in CopyCounter() argument
110 : copies_(copies), assigns_(assigns) { in CopyCounter()
672 int assigns = 0; in TEST_F() local
673 CopyCounter counter(&copies, &assigns); in TEST_F()
678 EXPECT_EQ(0, assigns); in TEST_F()
820 int assigns = 0; in TEST_F() local
822 CopyCounter counter(&copies, &assigns); in TEST_F()
827 EXPECT_EQ(0, assigns); in TEST_F()
[all …]
/external/llvm/include/llvm/Target/
DTargetCallingConv.td77 /// list that is still available. If so, it assigns the value to the first
91 /// CCAssignToStack - This action always matches: it assigns the value to a
111 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td46 // The 64-bit ABI conceptually assigns all function arguments to a parameter
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeAdaptor.m152 …// this release relies on the fact that the ANTLR code generator always assigns the return value o…
/external/icu/tools/srcgen/resources/
Dreplacements.txt49 * Unicode assigns each code point (not just assigned character) values for
/external/llvm/lib/Target/ARM/
DARMSchedule.td41 // Next, the subtarget td file assigns resources to the abstract resources
/external/eigen/doc/
DTutorialArrayClass.dox157 * to multiply them coefficient-wise and assigns the result to the matrix variable \c result (this i…
/external/llvm/docs/TableGen/
DLangRef.rst157 It assigns the value to the identifer.
/external/mesa3d/src/glsl/
DREADME27 and assigns locations to uniforms, attributes, and varyings. See
/external/zlib/src/doc/
Drfc1952.txt582 command line switch that assigns the modification time from the file,
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1976 Declares a shader input sampler view and assigns it to a SVIEW[#]
1992 Declares a shader input resource and assigns it to a RES[#]
/external/llvm/docs/
DWritingAnLLVMBackend.rst370 This defines the register ``AL`` and assigns it values (with ``DwarfRegNum``)
1460 performed. In this case, the ``CCAssignToReg`` action assigns the argument
1483 ``CCAssignToStack``, which assigns the value to a stack slot with the specified
DNVPTXUsage.rst606 assigns the "kernel" attribute to the LLVM IR function that should be emitted
DMergeFunctions.rst597 1. It assigns serial numbers to the left and right instructions, using
DCodeGenerator.rst820 #. `SelectionDAG Scheduling and Formation`_ --- The last phase assigns a linear
1114 phase and assigns an order. The scheduler can pick an order depending on
DCommandLine.rst227 the boolean parser, it allows no options (in which case it assigns the value of
/external/libogg/doc/
Drfc3533.txt810 revoked by the Internet Society or its successors or assigns.
/external/libmtp/
DREADME539 * The Samsung P2 assigns parent folder ID 0 to all unknown file
/external/avahi/specs/
Ddraft-cheshire-dnsext-dns-sd-02.txt1675 revoked by the Internet Society or its successors or assigns.
Ddraft-cheshire-dnsext-dns-sd-03.txt1733 revoked by the Internet Society or its successors or assigns.
Ddraft-cheshire-dnsext-multicastdns-04.txt2367 revoked by the Internet Society or its successors or assigns.
Ddraft-cheshire-dnsext-multicastdns-03.txt2367 revoked by the Internet Society or its successors or assigns.
Ddraft-cheshire-dnsext-multicastdns-05.txt2502 revoked by the Internet Society or its successors or assigns.
/external/libmicrohttpd/src/datadir/
Dspdy-draft.txt518 The creator of a stream assigns a priority for that stream. Priority

12