/external/libchrome/base/ |
D | bind_unittest.cc | 108 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/ |
D | dense_update_ops_no_tsan_test.py | 66 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/ |
D | TargetCallingConv.td | 69 /// 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/ |
D | Categories.java | 369 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/ |
D | TargetCallingConv.td | 87 /// 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/ |
D | TargetCallingConv.td | 87 /// 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/ |
D | api_def_BarrierInsertMany.pbtxt | 28 summary: "For each key, assigns the respective value to the specified component."
|
/external/autotest/client/site_tests/video_WebRtcSanity/ |
D | control | 20 This test runs a WebRTC getUserMedia call and assigns the camera stream to
|
/external/python/cpython2/Lib/compiler/ |
D | transformer.py | 1046 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/ |
D | overlap-chain.test | 4 # code that assigns parents.
|
/external/libaom/libaom/ |
D | PATENTS | 6 Licensor, on behalf of itself and successors in interest and assigns,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 46 // The 64-bit ABI conceptually assigns all function arguments to a parameter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 46 // The 64-bit ABI conceptually assigns all function arguments to a parameter
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeAdaptor.m | 152 …// this release relies on the fact that the ANTLR code generator always assigns the return value o…
|
/external/tensorflow/tensorflow/contrib/tensor_forest/ |
D | README.md | 126 The python code in `python/tensor_forest.py` assigns default values to the
|
/external/python/cpython2/Doc/library/ |
D | functools.rst | 115 module level constants *WRAPPER_ASSIGNMENTS* (which assigns to the wrapper
|
/external/icu/icu4c/source/data/translit/ |
D | Zawgyi_my.txt | 10 # the Myanmar unicode range but assigns different characters or
|
D | my_Zawgyi.txt | 10 # that uses the same code range as Myanmar Unicode but assigns different
|
/external/u-boot/board/freescale/mx6qarm2/ |
D | imximage_mx6dl.cfg | 190 * on your board, and replace 4 delay register assigns with resulted values
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 41 // Next, the subtarget td file assigns resources to the abstract resources
|
/external/eigen/doc/ |
D | TutorialArrayClass.dox | 157 * to multiply them coefficient-wise and assigns the result to the matrix variable \c result (this i…
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | command_line.md | 315 assigns all `Variables` inside `tf.trainable_variables()` a customized
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | gpu.md | 194 <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/ |
D | ARMSchedule.td | 41 // Next, the subtarget td file assigns resources to the abstract resources
|
/external/llvm/docs/TableGen/ |
D | LangRef.rst | 157 It assigns the value to the identifier.
|