Home
last modified time | relevance | path

Searched refs:deep (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/proguard/src/proguard/classfile/attribute/visitor/
DAllAttributeVisitor.java41 private final boolean deep; field in AllAttributeVisitor
64 public AllAttributeVisitor(boolean deep, in AllAttributeVisitor() argument
67 this.deep = deep; in AllAttributeVisitor()
79 if (deep) in visitProgramClass()
98 if (deep) in visitProgramMember()
/external/python/cpython2/Doc/library/
Dcopy.rst1 :mod:`copy` --- Shallow and deep copy operations
5 :synopsis: Shallow and deep copy operations.
10 changing the other. This module provides generic shallow and deep copy
23 Return a deep copy of *x*.
31 The difference between shallow and deep copying is only relevant for compound
37 * A *deep copy* constructs a new compound object and then, recursively, inserts
40 Two problems often exist with deep copy operations that don't exist with shallow
46 * Because deep copy copies everything it may copy too much, such as data
83 The latter is called to implement the deep copy operation; it is passed one
85 to make a deep copy of a component, it should call the :func:`deepcopy` function
/external/python/cpython3/Doc/library/
Dcopy.rst1 :mod:`copy` --- Shallow and deep copy operations
5 :synopsis: Shallow and deep copy operations.
14 changing the other. This module provides generic shallow and deep copy
27 Return a deep copy of *x*.
36 The difference between shallow and deep copying is only relevant for compound
42 * A *deep copy* constructs a new compound object and then, recursively, inserts
45 Two problems often exist with deep copy operations that don't exist with shallow
51 * Because deep copy copies everything it may copy too much, such as data
85 The latter is called to implement the deep copy operation; it is passed one
87 to make a deep copy of a component, it should call the :func:`deepcopy` function
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
DAllElementValueVisitor.java42 private final boolean deep; field in AllElementValueVisitor
65 public AllElementValueVisitor(boolean deep, in AllElementValueVisitor() argument
68 this.deep = deep; in AllElementValueVisitor()
190 if (deep) in visitAnnotationElementValue()
201 if (deep) in visitArrayElementValue()
/external/python/cpython2/Lib/test/
Dtest_mhlib.py130 def deep(folder, n): function
134 deep('deep/f1', 1)
135 deep('deep/f1', 2)
136 deep('deep/f1', 3)
137 deep('deep/f2', 4)
138 deep('deep/f2', 6)
139 deep('deep', 3)
140 deep('deep/f2/f3', 1)
141 deep('deep/f2/f3', 2)
/external/libxml2/test/URI/
Duri.data16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
/external/llvm/test/Transforms/SafeStack/
Dconstant-geps.ll4 %struct.deep = type { %union.anon }
19 %x = alloca %struct.deep, align 1
20 %b = getelementptr inbounds %struct.deep, %struct.deep* %x, i32 0, i32 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SafeStack/X86/
Dconstant-geps.ll4 %struct.deep = type { %union.anon }
19 %x = alloca %struct.deep, align 1
20 %b = getelementptr inbounds %struct.deep, %struct.deep* %x, i32 0, i32 0
/external/python/cpython3/Lib/
Dcopy.py260 deep = memo is not None
261 if deep and args:
264 if deep:
268 if deep:
284 if deep:
292 if deep:
/external/libxml2/result/URI/
Duri.data16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
/external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
Dcontrol.reboot9 PURPOSE = "Verify deep sleep"
16 Cr50 should enter deep sleep every time the system goes into S5. Run
17 power_SuspendStress and verify the deep sleep count matches the number of
Dcontrol9 PURPOSE = "Verify deep sleep"
16 Cr50 should enter deep sleep every time the system goes into S3. Run
17 power_SuspendStress and verify the deep sleep count matches the number of
Dcontrol.reboot_faft_cr50_tot9 PURPOSE = "Verify deep sleep"
16 Cr50 should enter deep sleep every time the system goes into S5. Run
17 power_SuspendStress and verify the deep sleep count matches the number of
Dcontrol.faft_cr50_tot9 PURPOSE = "Verify deep sleep"
16 Cr50 should enter deep sleep every time the system goes into S3. Run
17 power_SuspendStress and verify the deep sleep count matches the number of
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dcontrol7 PURPOSE = "Execute the WebGL many planets deep test suite."
19 This test runs the WebGL many planets deep tests.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CopyHost.pbtxt28 Performs CPU-to-CPU deep-copying of tensor.
31 deep-copying. See the documentation of Debug* ops for more details.
Dapi_def_LRN.pbtxt44 For details, see [Krizhevsky et al., ImageNet classification with deep
45 …NIPS 2012)](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neura…
Dapi_def_Copy.pbtxt28 Performs CPU-to-CPU or GPU-to-GPU deep-copying of tensor, depending on the
32 deep-copying. See the documentation of Debug* ops for more details.
/external/python/cpython2/Lib/
Dcopy.py306 def _reconstruct(x, info, deep, memo=None): argument
327 if deep:
333 if deep:
350 if deep:
355 if deep:
/external/mesa3d/src/hgl/
DGLView.cpp283 BGLView::Archive(BMessage* data, bool deep) const in Archive()
285 return BView::Archive(data, deep); in Archive()
550 BGLScreen::Archive(BMessage* data, bool deep) const
552 return BWindowScreen::Archive(data, deep);
/external/clang/test/SemaCXX/
Dcstyle-cast.cpp189 ppint *deep = (ppint*)(p3); in pointer_conversion() local
190 (void)(fnptr*)(deep); in pointer_conversion()
Dreinterpret-cast.cpp52 ppint *deep = reinterpret_cast<ppint*>(p3); in pointer_conversion() local
53 (void)reinterpret_cast<fnptr*>(deep); in pointer_conversion()
/external/mesa3d/include/HaikuGL/
DGLView.h72 virtual status_t Archive(BMessage *data, bool deep = true) const;
154 virtual status_t Archive(BMessage *data, bool deep = true) const;
/external/tensorflow/third_party/dlpack/
DBUILD.bazel2 # DLPack is a protocol for sharing arrays between deep learning frameworks.
/external/python/cpython3/Lib/xml/dom/
Dminidom.py205 def cloneNode(self, deep): argument
206 return _clone_node(self, deep, self.ownerDocument or self)
1301 def cloneNode(self, deep): argument
1308 if deep:
1626 def cloneNode(self, deep): argument
1627 if not deep:
1634 childclone = _clone_node(n, deep, clone)
1783 def importNode(self, node, deep): argument
1788 return _clone_node(node, deep, self)
1858 def _clone_node(node, deep, newOwnerDocument): argument
[all …]

1234567891011