Home
last modified time | relevance | path

Searched refs:cs_close (Results 1 – 25 of 43) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc145 {command->content, args->content, comment->content} cs_close = whitespace* '?>';
194 | {comment} cs_open comment_start comment? cs_close
198 | {var} cs_open var command_delimiter expression_list cs_close
204 | {lvar} cs_open lvar command_delimiter expression_list cs_close
210 | {evar} cs_open evar command_delimiter expression_list cs_close
216 | {uvar} cs_open uvar command_delimiter expression_list cs_close
222 | {set} cs_open set command_delimiter variable assignment expression cs_close
229 | {name} cs_open name command_delimiter variable cs_close
235 | {escape} cs_open escape command_delimiter expression cs_close
237 [i1]:cs_open slash [i3]:escape [i2]:cs_close
[all …]
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1343 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly()
362 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly()
433 $CallResult = [Capstone]::cs_close([ref]$DisAsmHandle) in Get-CapstoneDisassembly()
/external/capstone/suite/benchmark/
Dtest_iter_benchmark.c89 cs_close(&handle); in test()
/external/capstone/contrib/cs_driver/cs_driver/
Dcs_driver.c82 cs_close(&handle); in cs_driver_hello()
/external/capstone/suite/arm/
Dtest_arm_regression.c230 cs_close(&handle); in test_invalids()
382 cs_close(&handle); in test_valids()
/external/capstone/bindings/python/pyx/
Dccapstone.pxd40 cs_err cs_close(csh *handle)
/external/capstone/bindings/vb6/
DCDisassembler.cls149 If hCapstone <> 0 Then lastErr = cs_close(hCapstone)
DvbCapstone.cpp37 return cs_close(handle); in bs_close()
DModule1.bas242 Public Declare Function cs_close Lib "vbCapstone.dll" Alias "bs_close" (ByRef hEngine As Long) As c…
/external/capstone/tests/
Dtest_mips.c157 cs_close(&handle); in test()
Dtest_xcore.c130 cs_close(&handle); in test()
Dtest_sparc.c142 cs_close(&handle); in test()
Dtest_systemz.c135 cs_close(&handle); in test()
Dtest_ppc.c168 cs_close(&handle); in test()
Dtest_skipdata.c142 cs_close(&handle); in test()
Dtest_iter.c255 cs_close(&handle); in test()
Dtest_arm64.c235 cs_close(&handle); in test()
Dtest_detail.c292 cs_close(&handle); in test()
Dtest_basic.c266 cs_close(&handle); in test()
/external/capstone/suite/fuzz/
Dfuzz_harness.c209 cs_close(&handle); in main()
/external/capstone/bindings/java/capstone/
DCapstone.java258 public int cs_close(NativeLongByReference handle); in cs_close() method
430 return cs.cs_close(ns.handleRef); in close()
/external/capstone/bindings/ocaml/
Dtest_mips.ml69 match cs_close handle with
Dtest_systemz.ml74 match cs_close handle with
Dtest_xcore.ml72 match cs_close handle with
/external/capstone/bindings/python/capstone/
D__init__.py403 status = _cs.cs_close(ctypes.byref(csh))
445 status = _cs.cs_close(ctypes.byref(csh))
726 status = _cs.cs_close(ctypes.byref(self.csh))

12