Home
last modified time | relevance | path

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

1234

/external/libchrome/base/
Dbind_unittest.cc108 int* assigns, in DerivedCopyMoveCounter()
112 assigns_(assigns), in DerivedCopyMoveCounter()
125 int* assigns, in CopyMoveCounter() argument
129 assigns_(assigns), in CopyMoveCounter()
204 CopyCounter(int* copies, int* assigns) in CopyCounter() argument
205 : counter_(copies, assigns, nullptr, nullptr) {} in CopyCounter()
666 int assigns = 0; in TEST_F() local
669 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns); in TEST_F()
674 EXPECT_EQ(0, assigns); in TEST_F()
689 int assigns = 0; in TEST_F() local
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Ddense_update_ops_no_tsan_test.py66 assigns = [
77 target=run_assign, args=(assign_op,)) for assign_op in assigns
126 assigns = [
138 target=run_assign, args=(assign_op,)) for assign_op in assigns
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.td69 /// list that is still available. If so, it assigns the value to the first
83 /// CCAssignToStack - This action always matches: it assigns the value to a
99 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java369 private static boolean hasAssignableTo(Set<Class<?>> assigns, Class<?> to) { in hasAssignableTo() argument
370 for (final Class<?> from : assigns) { in hasAssignableTo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetCallingConv.td87 /// list that is still available. If so, it assigns the value to the first
101 /// CCAssignToStack - This action always matches: it assigns the value to a
121 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/llvm/include/llvm/Target/
DTargetCallingConv.td87 /// list that is still available. If so, it assigns the value to the first
101 /// CCAssignToStack - This action always matches: it assigns the value to a
121 /// CCPassByVal - This action always matches: it assigns the value to a stack
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BarrierInsertMany.pbtxt28 summary: "For each key, assigns the respective value to the specified component."
/external/autotest/client/site_tests/video_WebRtcSanity/
Dcontrol20 This test runs a WebRTC getUserMedia call and assigns the camera stream to
/external/python/cpython2/Lib/compiler/
Dtransformer.py1046 assigns = []
1048 assigns.append(self.com_assign(node[i], assigning))
1049 return AssTuple(assigns, lineno=extractLineNo(node))
1052 assigns = []
1058 assigns.append(self.com_assign(node[i], assigning))
1059 return AssList(assigns, lineno=extractLineNo(node))
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Doverlap-chain.test4 # code that assigns parents.
/external/libaom/libaom/
DPATENTS6 Licensor, on behalf of itself and successors in interest and assigns,
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td46 // The 64-bit ABI conceptually assigns all function arguments to a parameter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcCallingConv.td46 // The 64-bit ABI conceptually assigns all function arguments to a parameter
/external/antlr/runtime/ObjC/Framework/
DTreeAdaptor.m152 …// this release relies on the fact that the ANTLR code generator always assigns the return value o…
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md126 The python code in `python/tensor_forest.py` assigns default values to the
/external/python/cpython2/Doc/library/
Dfunctools.rst115 module level constants *WRAPPER_ASSIGNMENTS* (which assigns to the wrapper
/external/icu/icu4c/source/data/translit/
DZawgyi_my.txt10 # the Myanmar unicode range but assigns different characters or
Dmy_Zawgyi.txt10 # that uses the same code range as Myanmar Unicode but assigns different
/external/u-boot/board/freescale/mx6qarm2/
Dimximage_mx6dl.cfg190 * on your board, and replace 4 delay register assigns with resulted values
/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/tensorflow/tensorflow/core/profiler/g3doc/
Dcommand_line.md315 assigns all `Variables` inside `tf.trainable_variables()` a customized
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md194 <br /><i>(image segmentation model that assigns semantic labels (e.g., dog, cat, car) to every pixe…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSchedule.td41 // Next, the subtarget td file assigns resources to the abstract resources
/external/llvm/docs/TableGen/
DLangRef.rst157 It assigns the value to the identifier.

1234