/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | AllAttributeVisitor.java | 41 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/ |
D | Type.java | 391 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/ |
D | copy.rst | 1 :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/ |
D | copy.rst | 1 :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/ |
D | AllElementValueVisitor.java | 42 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/ |
D | Makefile | 1 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/ |
D | test_mhlib.py | 130 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/ |
D | TypeData.java | 527 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/ |
D | uri.data | 16 http://elsewhere.com/#deep 17 http://elsewhere.com/?deep 18 http://elsewhere.com/?deep#deep2
|
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/ |
D | constant-geps.ll | 4 %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/ |
D | constant-geps.ll | 4 %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/ |
D | uri.data | 16 http://elsewhere.com/#deep 17 http://elsewhere.com/?deep 18 http://elsewhere.com/?deep#deep2
|
/external/python/cpython3/Lib/ |
D | copy.py | 261 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/ |
D | control.reboot | 9 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
|
D | control | 9 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
|
D | control.reboot_faft_cr50_tot | 9 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
|
D | control.faft_cr50_tot | 9 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/ |
D | settings.gradle | 5 include ':deep-android-lib' 6 include ':deep-lib'
|
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/ |
D | settings.gradle | 5 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/ |
D | FeatureEntryPoints.java | 20 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/ |
D | AndroidLibraryEntryPoints.kt | 4 import dagger.hilt.android.simpleKotlin.deep.DeepAndroidLib 5 import dagger.hilt.android.simpleKotlin.deep.DeepLib
|
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/android-library/ |
D | build.gradle | 27 implementation project(':deep-android-lib') 28 implementation project(':deep-kotlin-lib')
|
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/ |
D | control | 7 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/ |
D | lvi-hardening-inline-asm.ll | 91 ; 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/ |
D | api_def_CopyHost.pbtxt | 28 Performs CPU-to-CPU deep-copying of tensor. 31 deep-copying. See the documentation of Debug* ops for more details.
|