HomeSort by relevance Sort by last modified time
    Searched refs:_block (Results 1 - 25 of 42) sorted by null

1 2

  /external/minijail/
syscall_filter_unittest_macros.h 13 #define EXPECT_EQ_BLOCK(_block, _code, _k, _jt, _jf) \
15 EXPECT_EQ((_block)->code, _code); \
16 EXPECT_EQ((_block)->k, (unsigned int)(_k)); \
17 EXPECT_EQ((_block)->jt, _jt); \
18 EXPECT_EQ((_block)->jf, _jf); \
21 #define EXPECT_EQ_STMT(_block, _code, _k) \
22 EXPECT_EQ_BLOCK(_block, _code, _k, 0, 0)
24 #define EXPECT_COMP(_block) \
26 EXPECT_EQ((_block)->len, BPF_ARG_COMP_LEN + 1); \
27 EXPECT_EQ((_block)->instrs->code, BPF_LD+BPF_W+BPF_ABS);
    [all...]
bpf.h 139 #define set_bpf_stmt(_block, _code, _k) \
140 set_bpf_instr((_block), (_code), (_k), 0, 0)
142 #define set_bpf_jump(_block, _code, _k, _jt, _jf) \
143 set_bpf_instr((_block), (_code), (_k), (_jt), (_jf))
145 #define set_bpf_lbl(_block, _lbl_id) \
146 set_bpf_jump((_block), BPF_JMP+BPF_JA, (_lbl_id), \
149 #define set_bpf_jump_lbl(_block, _lbl_id) \
150 set_bpf_jump((_block), BPF_JMP+BPF_JA, (_lbl_id), \
153 #define set_bpf_ret_kill(_block) \
154 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_KILL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c 19 typedef struct _block { struct
35 struct _block *ab_next;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c 19 typedef struct _block { struct
35 struct _block *ab_next;
  /external/python/cpython2/Python/
pyarena.c 19 typedef struct _block { struct
35 struct _block *ab_next;
  /external/python/cpython3/Python/
pyarena.c 16 typedef struct _block { struct
32 struct _block *ab_next;
  /external/python/cpython3/Lib/
threading.py 98 self._block = _allocate_lock()
109 "locked" if self._block.locked() else "unlocked",
147 rc = self._block.acquire(blocking, timeout)
176 self._block.release()
184 self._block.acquire()
194 self._block.release()
    [all...]
tarfile.py 1351 def _block(self, count): member in class:TarInfo
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 892 qir_for_each_block(_block, c) \
893 qir_for_each_inst_safe(inst, _block)
  /external/valgrind/none/tests/amd64/
fma4.c 585 #define DO_test_block(_name, _sub, _bname, _block) \
586 test_##_name##_##_sub(_bname,_block);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 1442 def _block(self, count): member in class:TarInfo
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 1456 def _block(self, count): member in class:TarInfo
    [all...]
threading.py 696 def _block(self): member in class:Thread
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 1444 def _block(self, count): member in class:TarInfo
    [all...]
threading.py 703 def _block(self): member in class:Thread
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 1444 def _block(self, count): member in class:TarInfo
    [all...]
threading.py 703 def _block(self): member in class:Thread
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 1444 def _block(self, count): member in class:TarInfo
    [all...]
threading.py 703 def _block(self): member in class:Thread
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 1444 def _block(self, count): member in class:TarInfo
    [all...]
threading.py 703 def _block(self): member in class:Thread
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 566 cvSeqElemIdx( const CvSeq* seq, const void* _element, CvSeqBlock** _block )
588 if( _block )
589 *_block = block;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 810 // For DW_CLS_string and _block, value should contain the length, and
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 810 // For DW_CLS_string and _block, value should contain the length, and
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 728 milliseconds

1 2