/external/ltp/runtest/ |
D | ltp-aiodio.part1 | 4 AD002 time aiocp -b 1k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 5 AD003 time aiocp -b 1k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 7 AD005 time aiocp -b 1k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 8 AD006 time aiocp -b 1k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 10 AD008 time aiocp -b 1k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 11 AD009 time aiocp -b 1k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 13 AD012 time aiocp -b 1k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 14 AD013 time aiocp -b 1k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 16 AD015 time aiocp -b 1k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 17 AD016 time aiocp -b 1k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 [all …]
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 91 api_type_(ApiType::SYNC), in RpcServiceMethod() 95 SYNC, enumerator 109 if ((api_type_ == ApiType::SYNC) && in SetServerApiType() 113 } else if (api_type_ != ApiType::SYNC) { in SetServerApiType() 134 case ApiType::SYNC: in TypeToString()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 91 api_type_(ApiType::SYNC), in RpcServiceMethod() 95 SYNC, enumerator 109 if ((api_type_ == ApiType::SYNC) && in SetServerApiType() 113 } else if (api_type_ != ApiType::SYNC) { in SetServerApiType() 134 case ApiType::SYNC: in TypeToString()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | synchronized.m | 26 // CHECK: [[SYNC:%.*]] = alloca i8* 30 // CHECK-NEXT: store i8* [[AVAL]], i8** [[SYNC]] 35 // CHECK: call void asm sideeffect "", "=*m,=*m,=*m"(i8** nonnull [[A]], i8** nonnull [[SYNC]] 42 // CHECK: [[T:%.*]] = load i8*, i8** [[SYNC]]
|
/external/clang/test/CodeGenObjC/ |
D | synchronized.m | 26 // CHECK: [[SYNC:%.*]] = alloca i8* 30 // CHECK-NEXT: store i8* [[AVAL]], i8** [[SYNC]] 35 // CHECK: call void asm sideeffect "", "=*m,=*m,=*m"(i8** nonnull [[A]], i8** nonnull [[SYNC]] 42 // CHECK: [[T:%.*]] = load i8*, i8** [[SYNC]]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_dma_ex.h | 263 #define IS_DMAMUX_SYNC_STATE(SYNC) (((SYNC) == DISABLE) || ((SYNC) == ENABLE)) argument
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_dma_ex.h | 263 #define IS_DMAMUX_SYNC_STATE(SYNC) (((SYNC) == DISABLE) || ((SYNC) == ENABLE)) argument
|
/external/llvm-project/flang/test/Semantics/ |
D | doconcurrent02.f90 | 24 SYNC ALL 25 SYNC IMAGES (*)
|
D | doconcurrent01.f90 | 20 SYNC ALL 22 SYNC IMAGES (*) 24 SYNC MEMORY
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_whisper.c | 79 #define SYNC 0x40 macro 154 if (flags & SYNC) in submit_hang() 381 if (flags & SYNC) in whisper() 429 if (flags & SYNC) in whisper() 477 if (flags & SYNC) in whisper() 530 { "sync", SYNC }, 534 { "chain-sync", CHAIN | SYNC }, 540 { "fds-sync", FDS | SYNC}, 546 { "contexts-sync", CONTEXTS | SYNC }, 552 { "queues-sync", QUEUES | SYNC },
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_cs_nop.c | 116 #define SYNC 0x1 macro 171 if (flags & SYNC) in nop_cs() 203 { "sync", SYNC }, 205 { "sync-fork", SYNC | FORK },
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_exec_nop.c | 56 #define SYNC 0x1 macro 154 if (flags & SYNC) in loop() 222 flags |= SYNC; in main()
|
D | gem_exec_ctx.c | 49 #define SYNC 0x1 macro 160 if (flags & SYNC) in loop() 234 flags |= SYNC; in main()
|
D | gem_busy.c | 62 #define SYNC 0x10 macro 281 if (flags & SYNC) in loop() 309 } else if (flags & SYNC) { in loop() 385 flags |= SYNC; in main()
|
D | gem_blt.c | 181 #define SYNC 0x1 macro 266 if (flags & SYNC) { in run() 337 flags |= SYNC; in main()
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 642 state = SYNC; in master() 648 state = SYNC; in master() 654 state = SYNC; in master() 694 case SYNC: in master() 770 state = SYNC; in slave() 776 case SYNC: in slave() 917 state = SYNC; in slave() 924 state = SYNC; in slave()
|
/external/iptables/extensions/ |
D | libxt_dccp.t | 21 -p dccp -m dccp --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,IN… 22 -p dccp -m dccp ! --dccp-types REQUEST,RESPONSE,DATA,ACK,DATAACK,CLOSEREQ,CLOSE,RESET,SYNC,SYNCACK,…
|
/external/tensorflow/tensorflow/python/framework/ |
D | config.py | 355 return context.context().execution_mode == context.SYNC 378 context.context().execution_mode = context.SYNC
|
/external/libwebsockets/lib/misc/threadpool/ |
D | README.md | 129 The SYNC or CHECKING_IN return may also have a flag `LWS_TP_RETURN_FLAG_OUTLIVE` 138 The task can choose to "SYNC" with the lws service thread, in other words 167 #### Protecting against WRITABLE and / or SYNC duplication 173 Task execution and the SYNC writable callbacks are mutually exclusive, so there 175 the reason for the callback is a SYNC operation from the task thread. 180 of their processing (via the SYNC with the WRITEABLE callback), it's possible
|
/external/blktrace/ |
D | act_mask.c | 19 DECLARE_MASK_MAP(SYNC),
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.h | 52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
|
/external/rust/crates/libz-sys/src/zlib/ |
D | inflate.h | 52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
|
/external/libwebsockets/win32port/zlib/ |
D | inflate.h | 52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
|
/external/angle/third_party/zlib/ |
D | inflate.h | 52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
|
/external/zlib/ |
D | inflate.h | 52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
|