/external/minijail/ |
D | syscall_filter_unittest_macros.h | 7 #define EXPECT_EQ_BLOCK(_block, _code, _k, _jt, _jf) \ argument 15 #define EXPECT_EQ_STMT(_block, _code, _k) \ argument 18 #define EXPECT_COMP(_block) \ argument 24 #define EXPECT_GT_GE_COMP(_block) \ argument 30 #define EXPECT_SHORT_GT_GE_COMP(_block) \ argument 36 #define EXPECT_LBL(_block) \ argument 43 #define EXPECT_ACTUAL_LBL(_block, _id) \ argument 51 #define EXPECT_JUMP_LBL(_block) \ argument 58 #define EXPECT_GROUP_END(_block) \ argument 65 #define EXPECT_KILL(_block) \ argument [all …]
|
D | bpf.h | 151 #define set_bpf_stmt(_block, _code, _k) \ argument 154 #define set_bpf_jump(_block, _code, _k, _jt, _jf) \ argument 157 #define set_bpf_lbl(_block, _lbl_id) \ argument 161 #define set_bpf_jump_lbl(_block, _lbl_id) \ argument 165 #define set_bpf_ret_kill(_block) \ argument 168 #define set_bpf_ret_trap(_block) \ argument 171 #define set_bpf_ret_errno(_block, _errno) \ argument 175 #define set_bpf_ret_allow(_block) \ argument
|
/external/python/cpython3/Python/ |
D | pyarena.c | 16 typedef struct _block { struct 32 struct _block *ab_next; argument 37 void *ab_mem;
|
/external/python/cpython2/Python/ |
D | pyarena.c | 19 typedef struct _block { struct 35 struct _block *ab_next; argument 40 void *ab_mem;
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-block-ivar-call.mm | 7 void (^_block)(void); field
|
D | rewrite-block-ivar-call.mm | 4 void (^_block)(void); field
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | utilities.py | 39 def _block(self, timeout): member in _ChannelReadyFuture
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _utilities.py | 70 def _block(self, timeout): member in _ChannelReadyFuture
|
/external/python/cpython2/Lib/ |
D | threading.py | 696 def _block(self): member in Thread
|
D | tarfile.py | 1456 def _block(self, count): member in TarInfo
|
/external/python/cpython3/Lib/ |
D | tarfile.py | 1356 def _block(self, count): member in TarInfo
|