Searched refs:due (Results 1 – 25 of 1386) sorted by relevance
12345678910>>...56
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_it.txt | 20 due anni fa 24 fra due anni 36 due mesi fa 40 fra due mesi 52 due settimane fa 56 fra due settimane 68 due giorni fa 72 fra due giorni 84 due ore fa 88 fra due ore [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_it.txt | 20 due anni fa 24 fra due anni 36 due mesi fa 40 fra due mesi 52 due settimane fa 56 fra due settimane 68 due giorni fa 72 fra due giorni 84 due ore fa 88 fra due ore [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _server.py | 94 self.due = set() 115 state.due.remove(token) 116 if (state.client is _CANCELLED or state.statused) and not state.due: 153 state.due.add(token) 274 self._state.due.add(_SEND_INITIAL_METADATA_TOKEN) 321 self._state.due.add(_RECEIVE_MESSAGE_TOKEN) 327 _RECEIVE_MESSAGE_TOKEN not in self._state.due): 366 state.due.add(_RECEIVE_MESSAGE_TOKEN) 452 state.due.add(token) 455 if token not in state.due: [all …]
|
D | _channel.py | 98 def __init__(self, due, initial_metadata, trailing_metadata, code, details): argument 102 self.due = set(due) 134 state.due.remove(operation_type) 171 done = not state.due 224 state.due.add(cygrpc.OperationType.send_message) 231 if cygrpc.OperationType.send_message not in state.due: 243 state.due.add(cygrpc.OperationType.send_close_from_client) 343 self._state.due.add(cygrpc.OperationType.receive_message) 354 elif cygrpc.OperationType.receive_message not in self._state.due: 614 if not state.due:
|
/external/clang/test/Analysis/ |
D | live-variables.m | 15 // Liveness info is not computed correctly due to the following expression. 16 // This happens due to CFG being special cased for short circuit operators. 17 // Note, due to ObjC method call, the outermost logical operator is wrapped in ExprWithCleanups.
|
/external/u-boot/scripts/ |
D | Kbuild.include | 281 # (1) - due to target is PHONY 282 # (2) - due to target missing 283 # (3) - due to: file1.h file2.h 284 # (4) - due to command line change 285 # (5) - due to missing .cmd file 286 # (6) - due to target not in $(targets) 298 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \ 300 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 302 $(if $(cmd_$@),- due to command line change, \ 304 - due to missing .cmd file, \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/ |
D | capture.ll | 12 ; escapes due to call 24 ; escapes due to store into global 54 ; escapes due to call 66 ; escapes due to store into global
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | capture.ll | 12 ; escapes due to call 24 ; escapes due to store into global 54 ; escapes due to call 66 ; escapes due to store into global
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channel.pyx.pxi | 76 self.due = set() 107 if call_state.due: 110 call_state.due.add(tag) 125 if call_state.due: 128 call_state.due.add(tag) 141 if call_state.due: 169 c_call and having its due set populated) if the RPC invocation is 231 call_state.due.update(started_tags) 238 call_state.due.remove(tag) 239 if not call_state.due: [all …]
|
/external/pcre/dist2/ |
D | RunTest.bat | 319 echo Test 4 Skipped due to absence of Unicode support. 328 echo Test 5 Skipped due to absence of Unicode support. 341 echo Test 7 Skipped due to absence of Unicode support. 353 echo Test 8 Skipped due to absence of Unicode support. 374 echo Test 10 Skipped due to absence of Unicode support. 396 echo Test 12 Skipped due to absence of Unicode support. 413 echo Test 14 Skipped due to absence of Unicode support. 425 echo Test 16 Skipped due to presence of JIT support. 433 echo Test 17 Skipped due to absence of JIT support. 461 echo Test 19 Skipped due to absence of Unicode support. [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.std.approved.txt | 28 due to unexpected exception with messages: 41 due to unexpected exception with messages: 233 due to unexpected exception with message: 261 due to unexpected exception with message: 272 due to unexpected exception with message: 282 due to unexpected exception with message: 415 due to unexpected exception with message: 420 due to unexpected exception with message: 448 due to unexpected exception with message: 457 due to unexpected exception with message: [all …]
|
/external/vboot_reference/scripts/keygeneration/ |
D | increment_kernel_subkey_and_key.sh | 39 New Firmware version (due to kernel subkey change): ${new_firm_ver}. 40 New Kernel key version (due to kernel datakey change): ${new_kernkey_ver}.
|
/external/libyuv/files/tools/msan/ |
D | blacklist.txt | 6 # False positive in ffmpeg due to assembly code. http://crbug.com/344505 22 # False positives due to use of linux_syscall_support. http://crbug.com/394028
|
/external/deqp/data/gles31/shaders/es32/ |
D | separate_shader_validation.test | 883 desc "IO-blocks do not match due to mismatch in number of declarations" 923 desc "IO-blocks do not match due to mismatch with member declaration order" 964 desc "IO-blocks do not match due to mismatch with member types" 1002 desc "IO-blocks do not match due to mismatch with member names" 1040 desc "IO-blocks do not match due to mismatch with member precisions" 1078 desc "IO-block members do not match due to different interpolation qualifiers" 1116 desc "IO-blocks do not match due to mismatch with member array size" 1202 desc "IO-blocks do not match due to mismatch with member structs" 1249 desc "IO-blocks do not match due to mismatch with member structs" 1296 desc "IO-blocks do not match due to mismatch with member structs" [all …]
|
/external/cros/system_api/dbus/power_manager/ |
D | backlight.proto | 56 // Automated powerd change triggered by idle timeout due to user inactivity. 58 // Automated powerd change due by a change to the ambient light level. 64 // Backlights were forced off by Chrome (typically due to the user tapping
|
/external/compiler-rt/ |
D | README.android | 4 * - Changes due to Android's build system. 5 * - Changes due to Android's toolchain. 6 * - Changes due to the limitations in Android-based consumer electronics.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/ |
D | process_store.ll | 11 ; Do not crash due to store first in BB. 25 ; Do not crash due to call not before store in BB.
|
/external/deqp/data/gles31/shaders/es31/ |
D | separate_shader_validation.test | 869 desc "IO-blocks do not match due to mismatch in number of declarations" 911 desc "IO-blocks do not match due to mismatch with member declaration order" 954 desc "IO-blocks do not match due to mismatch with member types" 994 desc "IO-blocks do not match due to mismatch with member names" 1034 desc "IO-blocks do not match due to mismatch with member precisions" 1074 desc "IO-block members do not match due to different interpolation qualifiers" 1114 desc "IO-blocks do not match due to mismatch with member array size" 1204 desc "IO-blocks do not match due to mismatch with member structs" 1253 desc "IO-blocks do not match due to mismatch with member structs" 1302 desc "IO-blocks do not match due to mismatch with member structs" [all …]
|
/external/llvm/test/Transforms/LoopInterchange/ |
D | currentLimitation.ll | 2 ;; These are test that fail to interchange due to current limitation. This will go off once we exte… 11 …though valid is currently not interchanged due to the limitation that we cannot split the inner lo…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopInterchange/ |
D | loop-interchange-optimization-remarks.ll | 61 ; CHECK-NEXT: - String: Cannot interchange loops due to dependences. 65 ;; [FIXME] This loop though valid is currently not interchanged due to the 66 ;; limitation that we cannot split the inner loop latch due to multiple use of inner induction 113 ; CHECK-NEXT: - String: Cannot interchange loops due to dependences. 161 ; CHECK-NEXT: - String: Cannot interchange loops due to dependences. 216 ; CHECK-NEXT: - String: Cannot interchange loops due to dependences.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-lifetime.ll | 4 ; This was due to it being colored, which was in turn due to incorrect
|
/external/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-lifetime.ll | 4 ; This was due to it being colored, which was in turn due to incorrect
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ConstantFolding/ |
D | cast-vector.ll | 6 ; This used to hit an assert due to not supporting vectors in 21 ; This used to hit an assert due to not supporting vectors in
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | type-mapping-bug2.ll | 10 ; T1 will be linked against T2 because T2 was already loaded in %t0.o due to 11 ; the declaration for @b being imported due to !13
|
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
12345678910>>...56