/external/guice/core/test/com/googlecode/guice/bundle/ |
D | OSGiTestActivator.java | 45 public static class Undefined {} class in OSGiTestActivator 60 public void setA(Undefined undefined) {} in setA() 63 protected void setB(Undefined undefined) {} in setB() 66 void setC(Undefined undefined) {} in setC() 69 private void setD(Undefined undefined) {} in setD() 71 @Inject public Undefined a; 73 @Inject protected Undefined b; 75 @Inject Undefined c; 77 @Inject private Undefined d; 85 public void setA(Undefined undefined) {} in setA() [all …]
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | variables_test.py | 24 undefined_symbol = variables.Undefined('name') 25 undefined_symbol2 = variables.Undefined('name') 32 undefined_symbol = variables.Undefined('name') 34 self.assertIsInstance(undefined_symbol.foo, variables.Undefined) 35 self.assertIsInstance(undefined_symbol[0], variables.Undefined) 36 self.assertNotIsInstance(undefined_symbol.__class__, variables.Undefined) 47 variables.ld(variables.Undefined('a'))
|
D | variables.py | 20 if isinstance(v, Undefined): 47 return Undefined(name) 50 class Undefined(object): class
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 9 # Undefined encodings for bfi 24 # Undefined encodings for cdp2 33 # Undefined encodings for cps* 69 # Undefined encoding space for hint instructions 78 # Undefined encodings for ldc 95 # Undefined encodings for ldm 113 # Undefined encodings for ldr 152 # Undefined encodings for mcr 169 # Undefined encodings for mov/lsl 228 # Undefined encodings for mrrc2 [all …]
|
D | invalid-thumbv7.txt | 9 # Undefined encoding for b.cc 26 # Undefined encoding for it 43 # Undefined encoding for ldm 53 # Undefined encoding for ldrd 73 # Undefined encodings for ldrbt 89 # Undefined encodings for ldrsh 131 # Undefined encoding for push 141 # Undefined encoding for stmia 157 # Undefined encodings for str 233 # Undefined encodings for strd [all …]
|
/external/llvm/test/Analysis/Lint/ |
D | check-zero-divide.ll | 24 ; CHECK: Undefined behavior: Division by zero 31 ; CHECK: Undefined behavior: Division by zero 38 ; CHECK: Undefined behavior: Division by zero 45 ; CHECK: Undefined behavior: Division by zero 52 ; CHECK: Undefined behavior: Division by zero 59 ; CHECK: Undefined behavior: Division by zero 66 ; CHECK: Undefined behavior: Division by zero 73 ; CHECK: Undefined behavior: Division by zero
|
/external/libkmsxx/kms++util/inc/kms++util/ |
D | resourcemanager.h | 21 Plane* reserve_plane(Crtc* crtc, PlaneType type, PixelFormat format = PixelFormat::Undefined); 23 Plane* reserve_generic_plane(Crtc* crtc, PixelFormat format = PixelFormat::Undefined); 24 Plane* reserve_primary_plane(Crtc* crtc, PixelFormat format = PixelFormat::Undefined); 25 Plane* reserve_overlay_plane(Crtc* crtc, PixelFormat format = PixelFormat::Undefined);
|
/external/llvm/test/Other/ |
D | lint.ll | 67 ; CHECK: Undefined behavior: Null pointer dereference 69 ; CHECK: Undefined behavior: Null pointer dereference 83 ; CHECK: Undefined behavior: Buffer overflow 86 ; CHECK: Undefined behavior: Buffer overflow 90 ; CHECK: Undefined behavior: Buffer overflow 104 ; CHECK-NOT: Undefined behavior: Buffer overflow 125 ; CHECK: Undefined behavior: Branch to non-blockaddress 132 ; CHECK: Undefined behavior: Call with "tail" keyword references alloca 168 ; CHECK: Undefined behavior: Undef pointer dereference 186 ; CHECK: Undefined behavior: indirectbr with no destinations
|
/external/python/jinja/src/jinja2/ |
D | exceptions.py | 29 from .runtime import Undefined 31 if isinstance(name, Undefined): 58 from .runtime import Undefined 63 if isinstance(name, Undefined):
|
D | tests.py | 7 from .runtime import Undefined 43 return not isinstance(value, Undefined) 48 return isinstance(value, Undefined)
|
D | runtime.py | 242 if isinstance(rv, Undefined): 674 class Undefined: class 800 base = Undefined 828 class ChainableUndefined(Undefined): 855 class DebugUndefined(Undefined): 887 class StrictUndefined(Undefined): 908 __iter__ = __str__ = __len__ = Undefined._fail_with_undefined_error 909 __eq__ = __ne__ = __bool__ = __hash__ = Undefined._fail_with_undefined_error 915 Undefined.__slots__,
|
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/ds-5-dumps/ |
D | Trace_Report_0x10_cpu_0_2015Sep17_104900.txt | 6986 EL1N:0xFFFFFFC000089670 00000000 DCI 0x00000000 ; ? Undefined 6987 EL1N:0xFFFFFFC000089674 00000000 DCI 0x00000000 ; ? Undefined 6988 EL1N:0xFFFFFFC000089678 00000000 DCI 0x00000000 ; ? Undefined 6989 EL1N:0xFFFFFFC00008967C 00000000 DCI 0x00000000 ; ? Undefined 6990 EL1N:0xFFFFFFC000089680 00000000 DCI 0x00000000 ; ? Undefined 6991 EL1N:0xFFFFFFC000089684 00000000 DCI 0x00000000 ; ? Undefined 6992 EL1N:0xFFFFFFC000089688 00000000 DCI 0x00000000 ; ? Undefined 6993 EL1N:0xFFFFFFC00008968C 00000000 DCI 0x00000000 ; ? Undefined 6994 EL1N:0xFFFFFFC000089690 00000000 DCI 0x00000000 ; ? Undefined 6995 EL1N:0xFFFFFFC000089694 00000000 DCI 0x00000000 ; ? Undefined [all …]
|
/external/python/jinja/tests/ |
D | test_api.py | 17 from jinja2 import Undefined 117 t = Undefined(name="no_name_1") 268 Undefined("Foo").__dict__ 280 u = Undefined(obj=Error(), name="hello") 312 env = Environment(undefined=Undefined) 320 und1 = Undefined(name="x") 321 und2 = Undefined(name="y") 324 assert hash(und1) == hash(und2) == hash(Undefined()) 326 getattr(Undefined, "__slots__") # noqa: B009 403 Undefined(obj=42, name="upper")()
|
/external/armnn/include/armnn/ |
D | IRuntime.hpp | 49 ProfilingDetailsMethod detailsMethod = ProfilingDetailsMethod::Undefined, in INetworkProperties() 51 : m_ImportEnabled(inputSource != MemorySource::Undefined), in INetworkProperties() 52 m_ExportEnabled(outputSource != MemorySource::Undefined), in INetworkProperties() 236 … MemorySource forceImportMemorySource = MemorySource::Undefined); 245 … MemorySource forceImportMemorySource = MemorySource::Undefined);
|
D | BackendId.hpp | 23 Undefined = 0, enumerator 78 BackendId() : m_Id(GetComputeDeviceAsCString(Compute::Undefined)) {} in BackendId() 141 bool IsUndefined() const { return m_Id == GetComputeDeviceAsCString(Compute::Undefined); } in IsUndefined()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
D | coverage.txt | 13 -- assertion 9: Won't test. Undefined. 15 -- assertion 10: Won't test. Undefined. 17 -- assertion 11: Won't test. Undefined.
|
/external/libkmsxx/py/pykms/ |
D | pykmsutil.cpp | 31 py::arg("format") = PixelFormat::Undefined) in init_pykmstest() 34 py::arg("format") = PixelFormat::Undefined) in init_pykmstest() 37 py::arg("format") = PixelFormat::Undefined) in init_pykmstest() 40 py::arg("format") = PixelFormat::Undefined); in init_pykmstest()
|
/external/llvm/test/tools/llvm-readobj/ |
D | mips-got.test | 54 GOT-EXE-NEXT: Section: Undefined (0x0) 126 GOT-SO-NEXT: Section: Undefined (0x0) 135 GOT-SO-NEXT: Section: Undefined (0x0) 144 GOT-SO-NEXT: Section: Undefined (0x0) 153 GOT-SO-NEXT: Section: Undefined (0x0) 162 GOT-SO-NEXT: Section: Undefined (0x0) 171 GOT-SO-NEXT: Section: Undefined (0x0) 258 GOT-TLS-NEXT: Section: Undefined (0x0) 267 GOT-TLS-NEXT: Section: Undefined (0x0) 276 GOT-TLS-NEXT: Section: Undefined (0x0) [all …]
|
/external/libchrome/third_party/jinja2/ |
D | tests.py | 13 from jinja2.runtime import Undefined 53 return not isinstance(value, Undefined) 58 return isinstance(value, Undefined)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Symbol.h | 39 Undefined = 1U << 3, enumerator 84 return (Flags & SymbolFlags::Undefined) == SymbolFlags::Undefined; in isUndefined()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/ |
D | coverage.txt | 6 -- assertion 7: Won't be tested. (Undefined). 8 -- assertion 8: Won't be tested. (Undefined).
|
/external/armnn/src/backends/backendsCommon/ |
D | MemSyncWorkload.cpp | 25 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "SyncMemGeneric_Execute"); in Execute() 32 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "SyncMemGeneric_Execute_WorkingMemDescriptor"); in ExecuteAsync()
|
/external/starlark-go/resolve/ |
D | binding.go | 33 Undefined Scope = iota // name is not defined const 43 Undefined: "undefined",
|
/external/skia/src/gpu/graphite/dawn/ |
D | DawnCaps.cpp | 36 wgpu::TextureFormat::Undefined, 98 if (format == wgpu::TextureFormat::Undefined) { in getDefaultSampledTextureInfo() 139 if (dawnFormat == wgpu::TextureFormat::Undefined) { in getColorTypeInfo() 335 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::Undefined)]; in initFormatTable() 346 std::fill_n(fColorTypeToFormatTable, kSkColorTypeCnt, wgpu::TextureFormat::Undefined); in initFormatTable() 363 if (kFormats[i] == wgpu::TextureFormat::Undefined) { in GetFormatIndex() 453 SkASSERT(dawnSpec.fFormat != wgpu::TextureFormat::Undefined); in buildKeyForTexture()
|
/external/armnn/src/armnn/ |
D | LoadedNetwork.cpp | 135 if ((networkProperties.m_InputSource == MemorySource::Undefined && importEnabled) || in ValidateSourcesMatchOptimizedNetwork() 136 (networkProperties.m_InputSource != MemorySource::Undefined && !importEnabled)) in ValidateSourcesMatchOptimizedNetwork() 152 if ((networkProperties.m_OutputSource == MemorySource::Undefined && exportEnabled) || in ValidateSourcesMatchOptimizedNetwork() 153 (networkProperties.m_OutputSource != MemorySource::Undefined && !exportEnabled)) in ValidateSourcesMatchOptimizedNetwork() 213 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "LoadedNetwork"); in LoadedNetwork() 366 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "LoadNetwork_CreateWorkloads"); in LoadedNetwork() 615 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "LoadNetwork_AllocateAndExecuteConstants"); in AllocateAndExecuteConstantWorkloads() 626 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "LoadNetwork_AllocateAndExecuteConstants"); in AllocateAndExecuteConstantWorkloadsAsync() 656 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "LoadNetwork_SendNetworkStructure"); in SendNetworkStructure() 865 ARMNN_SCOPED_PROFILING_EVENT(Compute::Undefined, "PrepareInputs"); in EnqueueWorkload() [all …]
|