Home
last modified time | relevance | path

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

12345678910>>...14

/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/javassist/src/main/javassist/bytecode/analysis/
DType.java391 CtClass deep = one; in findCommonSuperClass() local
394 CtClass backupDeep = deep; in findCommonSuperClass()
399 if (eq(deep, shallow) && deep.getSuperclass() != null) in findCommonSuperClass()
400 return deep; in findCommonSuperClass()
402 CtClass deepSuper = deep.getSuperclass(); in findCommonSuperClass()
413 deep = backupDeep; in findCommonSuperClass()
415 backupShallow = deep; in findCommonSuperClass()
417 deep = shallow; in findCommonSuperClass()
422 deep = deepSuper; in findCommonSuperClass()
428 deep = deep.getSuperclass(); in findCommonSuperClass()
[all …]
/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/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/
DMakefile1 EXE := deep-bundle
21 $(CC) $(CFLAGS) -o deep-bundle $(SRCDIR)/main.c -F. -framework MyFramework
24 …rm -rf a.out a.out.dSYM deep-bundle deep-bundle.dSYM MyFramework.framework MyFramework.framework.d…
/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/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java527 CtClass deep = one; in commonSuperClass() local
530 CtClass backupDeep = deep; in commonSuperClass()
535 if (eq(deep, shallow) && deep.getSuperclass() != null) in commonSuperClass()
536 return deep; in commonSuperClass()
538 CtClass deepSuper = deep.getSuperclass(); in commonSuperClass()
549 deep = backupDeep; in commonSuperClass()
551 backupShallow = deep; in commonSuperClass()
553 deep = shallow; in commonSuperClass()
558 deep = deepSuper; in commonSuperClass()
564 deep = deep.getSuperclass(); in commonSuperClass()
[all …]
/external/libxml2/test/URI/
Duri.data16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
/external/llvm-project/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/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/libxml2/result/URI/
Duri.data16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
/external/python/cpython3/Lib/
Dcopy.py261 deep = memo is not None
262 if deep and args:
265 if deep:
269 if deep:
285 if deep:
293 if deep:
/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/dagger2/javatests/artifacts/hilt-android/simple/
Dsettings.gradle5 include ':deep-android-lib'
6 include ':deep-lib'
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/
Dsettings.gradle5 include ':deep-android-lib'
6 include ':deep-kotlin-lib'
/external/dagger2/javatests/artifacts/hilt-android/simple/feature/src/main/java/dagger/hilt/android/simple/feature/
DFeatureEntryPoints.java20 import dagger.hilt.android.deep.DeepLib;
21 import dagger.hilt.android.simple.deep.DeepAndroidLib;
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/android-library/src/main/java/dagger/hilt/android/simpleKotlin/lib/
DAndroidLibraryEntryPoints.kt4 import dagger.hilt.android.simpleKotlin.deep.DeepAndroidLib
5 import dagger.hilt.android.simpleKotlin.deep.DeepLib
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/android-library/
Dbuild.gradle27 implementation project(':deep-android-lib')
28 implementation project(':deep-kotlin-lib')
/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/llvm-project/llvm/test/CodeGen/X86/
Dlvi-hardening-inline-asm.ll91 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
98 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
105 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
123 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
130 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
137 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
/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.

12345678910>>...14