Home
last modified time | relevance | path

Searched defs:ctx (Results 51 – 75 of 28423) sorted by relevance

12345678910>>...1137

/dports/security/py-stix2-patterns/cti-pattern-validator-1.3.2/stix2patterns/v20/grammars/
H A DSTIXPatternListener.py8 def enterPattern(self, ctx): argument
12 def exitPattern(self, ctx): argument
125 def enterPropTestSet(self, ctx): argument
129 def exitPropTestSet(self, ctx): argument
206 def enterObjectPath(self, ctx): argument
210 def exitObjectPath(self, ctx): argument
215 def enterObjectType(self, ctx): argument
219 def exitObjectType(self, ctx): argument
242 def enterPathStep(self, ctx): argument
246 def exitPathStep(self, ctx): argument
[all …]
H A DSTIXPatternVisitor.py9 def visitPattern(self, ctx): argument
64 def visitPropTestEqual(self, ctx): argument
69 def visitPropTestOrder(self, ctx): argument
74 def visitPropTestSet(self, ctx): argument
79 def visitPropTestLike(self, ctx): argument
84 def visitPropTestRegex(self, ctx): argument
119 def visitObjectPath(self, ctx): argument
124 def visitObjectType(self, ctx): argument
139 def visitPathStep(self, ctx): argument
144 def visitKeyPathStep(self, ctx): argument
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/fst_jni/
H A DfstAPI.java44 protected native void fstWriterClose(long ctx); in fstWriterClose()
47 protected native void fstWriterFlushContext(long ctx); in fstWriterFlushContext()
48 protected native void fstWriterSetUpscope(long ctx); in fstWriterSetUpscope()
49 protected native void fstWriterSetAttrEnd(long ctx); in fstWriterSetAttrEnd()
77 protected native void fstReaderClose(long ctx); in fstReaderClose()
79 protected native void fstReaderResetScope(long ctx); in fstReaderResetScope()
81 protected native int fstReaderGetFileType(long ctx); in fstReaderGetFileType()
82 protected native long fstReaderGetTimezero(long ctx); in fstReaderGetTimezero()
84 protected native long fstReaderGetEndTime(long ctx); in fstReaderGetEndTime()
87 protected native long fstReaderGetVarCount(long ctx); in fstReaderGetVarCount()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.h27 static inline void i915_gem_context_set_closed(struct i915_gem_context *ctx) in i915_gem_context_set_closed()
94 i915_gem_context_user_engines(const struct i915_gem_context *ctx) in i915_gem_context_user_engines()
100 i915_gem_context_set_user_engines(struct i915_gem_context *ctx) in i915_gem_context_set_user_engines()
106 i915_gem_context_clear_user_engines(struct i915_gem_context *ctx) in i915_gem_context_clear_user_engines()
137 i915_gem_context_get(struct i915_gem_context *ctx) in i915_gem_context_get()
143 static inline void i915_gem_context_put(struct i915_gem_context *ctx) in i915_gem_context_put()
149 i915_gem_context_vm(struct i915_gem_context *ctx) in i915_gem_context_vm()
155 i915_gem_context_get_vm_rcu(struct i915_gem_context *ctx) in i915_gem_context_get_vm_rcu()
170 i915_gem_context_engines(struct i915_gem_context *ctx) in i915_gem_context_engines()
177 i915_gem_context_lock_engines(struct i915_gem_context *ctx) in i915_gem_context_lock_engines()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.h27 static inline void i915_gem_context_set_closed(struct i915_gem_context *ctx) in i915_gem_context_set_closed()
94 i915_gem_context_user_engines(const struct i915_gem_context *ctx) in i915_gem_context_user_engines()
100 i915_gem_context_set_user_engines(struct i915_gem_context *ctx) in i915_gem_context_set_user_engines()
106 i915_gem_context_clear_user_engines(struct i915_gem_context *ctx) in i915_gem_context_clear_user_engines()
137 i915_gem_context_get(struct i915_gem_context *ctx) in i915_gem_context_get()
143 static inline void i915_gem_context_put(struct i915_gem_context *ctx) in i915_gem_context_put()
149 i915_gem_context_vm(struct i915_gem_context *ctx) in i915_gem_context_vm()
155 i915_gem_context_get_vm_rcu(struct i915_gem_context *ctx) in i915_gem_context_get_vm_rcu()
170 i915_gem_context_engines(struct i915_gem_context *ctx) in i915_gem_context_engines()
177 i915_gem_context_lock_engines(struct i915_gem_context *ctx) in i915_gem_context_lock_engines()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.h27 static inline void i915_gem_context_set_closed(struct i915_gem_context *ctx) in i915_gem_context_set_closed()
94 i915_gem_context_user_engines(const struct i915_gem_context *ctx) in i915_gem_context_user_engines()
100 i915_gem_context_set_user_engines(struct i915_gem_context *ctx) in i915_gem_context_set_user_engines()
106 i915_gem_context_clear_user_engines(struct i915_gem_context *ctx) in i915_gem_context_clear_user_engines()
137 i915_gem_context_get(struct i915_gem_context *ctx) in i915_gem_context_get()
143 static inline void i915_gem_context_put(struct i915_gem_context *ctx) in i915_gem_context_put()
149 i915_gem_context_vm(struct i915_gem_context *ctx) in i915_gem_context_vm()
155 i915_gem_context_get_vm_rcu(struct i915_gem_context *ctx) in i915_gem_context_get_vm_rcu()
170 i915_gem_context_engines(struct i915_gem_context *ctx) in i915_gem_context_engines()
177 i915_gem_context_lock_engines(struct i915_gem_context *ctx) in i915_gem_context_lock_engines()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp48 void scissor (NegativeTestContext& ctx) in scissor()
60 void depth_func (NegativeTestContext& ctx) in depth_func()
68 void viewport (NegativeTestContext& ctx) in viewport()
81 void stencil_func (NegativeTestContext& ctx) in stencil_func()
102 void stencil_op (NegativeTestContext& ctx) in stencil_op()
204 void blend_func (NegativeTestContext& ctx) in blend_func()
277 void cull_face (NegativeTestContext& ctx) in cull_face()
285 void front_face (NegativeTestContext& ctx) in front_face()
293 void line_width (NegativeTestContext& ctx) in line_width()
372 void end_query (NegativeTestContext& ctx) in end_query()
[all …]
H A Des31fNegativeTextureApiTests.cpp91 void activetexture (NegativeTestContext& ctx) in activetexture()
104 void bindtexture (NegativeTestContext& ctx) in bindtexture()
1210 void gentextures (NegativeTestContext& ctx) in gentextures()
1220 void pixelstorei (NegativeTestContext& ctx) in pixelstorei()
1257 void teximage2d (NegativeTestContext& ctx) in teximage2d()
1553 void texsubimage2d (NegativeTestContext& ctx) in texsubimage2d()
1752 void texparameteri (NegativeTestContext& ctx) in texparameteri()
1874 void texparameterf (NegativeTestContext& ctx) in texparameterf()
2653 void teximage3d (NegativeTestContext& ctx) in teximage3d()
3627 void texstorage2d (NegativeTestContext& ctx) in texstorage2d()
[all …]
/dports/misc/py-toil/toil-5.4.0/src/toil/wdl/versions/
H A Dv1.py64 def visit_document(self, ctx): argument
97 def visit_workflow(self, ctx): argument
185 def visit_call(self, ctx): argument
207 def visit_scatter(self, ctx): argument
248 def visit_task(self, ctx): argument
450 def visit_number(self, ctx): argument
541 def visit_expr(self, ctx): argument
556 def visit_lor(self, ctx): argument
573 def visit_land(self, ctx): argument
688 def visit_apply(self, ctx): argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/rx/
H A Ddisas.c51 static int32_t li(DisasContext *ctx, int sz) in li()
86 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
105 static void dump_bytes(DisasContext *ctx) in dump_bytes()
347 static bool trans_POP(DisasContext *ctx, arg_POP *a) in trans_POP()
412 static bool trans_STZ(DisasContext *ctx, arg_STZ *a) in trans_STZ()
908 static bool trans_BRA(DisasContext *ctx, arg_BRA *a) in trans_BRA()
922 static bool trans_JMP(DisasContext *ctx, arg_JMP *a) in trans_JMP()
929 static bool trans_JSR(DisasContext *ctx, arg_JSR *a) in trans_JSR()
937 static bool trans_BSR(DisasContext *ctx, arg_BSR *a) in trans_BSR()
952 static bool trans_RTS(DisasContext *ctx, arg_RTS *a) in trans_RTS()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/rx/
H A Ddisas.c51 static int32_t li(DisasContext *ctx, int sz) in li()
86 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
105 static void dump_bytes(DisasContext *ctx) in dump_bytes()
347 static bool trans_POP(DisasContext *ctx, arg_POP *a) in trans_POP()
412 static bool trans_STZ(DisasContext *ctx, arg_STZ *a) in trans_STZ()
908 static bool trans_BRA(DisasContext *ctx, arg_BRA *a) in trans_BRA()
922 static bool trans_JMP(DisasContext *ctx, arg_JMP *a) in trans_JMP()
929 static bool trans_JSR(DisasContext *ctx, arg_JSR *a) in trans_JSR()
937 static bool trans_BSR(DisasContext *ctx, arg_BSR *a) in trans_BSR()
952 static bool trans_RTS(DisasContext *ctx, arg_RTS *a) in trans_RTS()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/rx/
H A Ddisas.c51 static int32_t li(DisasContext *ctx, int sz) in li()
86 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
105 static void dump_bytes(DisasContext *ctx) in dump_bytes()
347 static bool trans_POP(DisasContext *ctx, arg_POP *a) in trans_POP()
412 static bool trans_STZ(DisasContext *ctx, arg_STZ *a) in trans_STZ()
908 static bool trans_BRA(DisasContext *ctx, arg_BRA *a) in trans_BRA()
922 static bool trans_JMP(DisasContext *ctx, arg_JMP *a) in trans_JMP()
929 static bool trans_JSR(DisasContext *ctx, arg_JSR *a) in trans_JSR()
937 static bool trans_BSR(DisasContext *ctx, arg_BSR *a) in trans_BSR()
952 static bool trans_RTS(DisasContext *ctx, arg_RTS *a) in trans_RTS()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/rx/
H A Ddisas.c51 static int32_t li(DisasContext *ctx, int sz) in li()
86 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
105 static void dump_bytes(DisasContext *ctx) in dump_bytes()
347 static bool trans_POP(DisasContext *ctx, arg_POP *a) in trans_POP()
412 static bool trans_STZ(DisasContext *ctx, arg_STZ *a) in trans_STZ()
908 static bool trans_BRA(DisasContext *ctx, arg_BRA *a) in trans_BRA()
922 static bool trans_JMP(DisasContext *ctx, arg_JMP *a) in trans_JMP()
929 static bool trans_JSR(DisasContext *ctx, arg_JSR *a) in trans_JSR()
937 static bool trans_BSR(DisasContext *ctx, arg_BSR *a) in trans_BSR()
952 static bool trans_RTS(DisasContext *ctx, arg_RTS *a) in trans_RTS()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/rx/
H A Ddisas.c51 static int32_t li(DisasContext *ctx, int sz) in li()
86 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
105 static void dump_bytes(DisasContext *ctx) in dump_bytes()
347 static bool trans_POP(DisasContext *ctx, arg_POP *a) in trans_POP()
412 static bool trans_STZ(DisasContext *ctx, arg_STZ *a) in trans_STZ()
908 static bool trans_BRA(DisasContext *ctx, arg_BRA *a) in trans_BRA()
922 static bool trans_JMP(DisasContext *ctx, arg_JMP *a) in trans_JMP()
929 static bool trans_JSR(DisasContext *ctx, arg_JSR *a) in trans_JSR()
937 static bool trans_BSR(DisasContext *ctx, arg_BSR *a) in trans_BSR()
952 static bool trans_RTS(DisasContext *ctx, arg_RTS *a) in trans_RTS()
[all …]
/dports/math/py-pandas/pandas-1.2.5/doc/source/user_guide/
H A Ddsintro.rst174 .. ipython:: python
175
176 s["a"]
187 KeyError: 'f'
188
189 Using the ``get`` method, a missing label will return None or specified default:
265 DataFrame
266 ---------
330 df.columns
331
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/
H A DBaseMasterObserver.java46 public void preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, in preCreateTable()
57 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preCreateTableHandler()
63 final ObserverContext<MasterCoprocessorEnvironment> ctx, in postCreateTableHandler()
118 ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, in postModifyTableHandler()
300 ObserverContext<MasterCoprocessorEnvironment> ctx, in preAbortProcedure()
317 ObserverContext<MasterCoprocessorEnvironment> ctx, in postListProcedures()
322 public void preAssign(ObserverContext<MasterCoprocessorEnvironment> ctx, in preAssign()
393 public void start(CoprocessorEnvironment ctx) throws IOException { in start()
397 public void stop(CoprocessorEnvironment ctx) throws IOException { in stop()
401 public void preMove(ObserverContext<MasterCoprocessorEnvironment> ctx, in preMove()
[all …]
H A DBaseMasterAndRegionObserver.java47 public void preCreateTable(ObserverContext<MasterCoprocessorEnvironment> ctx, in preCreateTable()
58 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preCreateTableHandler()
64 final ObserverContext<MasterCoprocessorEnvironment> ctx, in postCreateTableHandler()
119 ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, in postModifyTableHandler()
297 ObserverContext<MasterCoprocessorEnvironment> ctx, in preAbortProcedure()
314 ObserverContext<MasterCoprocessorEnvironment> ctx, in postListProcedures()
319 public void preAssign(ObserverContext<MasterCoprocessorEnvironment> ctx, in preAssign()
390 public void start(CoprocessorEnvironment ctx) throws IOException { in start()
394 public void stop(CoprocessorEnvironment ctx) throws IOException { in stop()
398 public void preMove(ObserverContext<MasterCoprocessorEnvironment> ctx, in preMove()
[all …]
H A DMasterObserver.java217 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preModifyTableHandler()
229 final ObserverContext<MasterCoprocessorEnvironment> ctx, in postModifyTableHandler()
260 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preAddColumnHandler()
271 final ObserverContext<MasterCoprocessorEnvironment> ctx, in postAddColumnHandler()
302 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preModifyColumnHandler()
313 final ObserverContext<MasterCoprocessorEnvironment> ctx, in postModifyColumnHandler()
345 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preDeleteColumnHandler()
356 final ObserverContext<MasterCoprocessorEnvironment> ctx, in postDeleteColumnHandler()
385 final ObserverContext<MasterCoprocessorEnvironment> ctx, in preEnableTableHandler()
468 ObserverContext<MasterCoprocessorEnvironment> ctx, in preAbortProcedure()
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/grammar/metric_alert/
H A DMetricAlertConditionListener.py14 def enterExpression(self, ctx): argument
18 def exitExpression(self, ctx): argument
36 def exitNamespace(self, ctx): argument
41 def enterMetric(self, ctx): argument
45 def exitMetric(self, ctx): argument
54 def exitOperator(self, ctx): argument
68 def enterDynamic(self, ctx): argument
72 def exitDynamic(self, ctx): argument
81 def exitDynamics(self, ctx): argument
140 def enterWhere(self, ctx): argument
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_imf/
H A Decore_imf_context.c148 Ecore_IMF_Context *ctx; in ecore_imf_context_add() local
187 ecore_imf_context_info_get(Ecore_IMF_Context *ctx) in ecore_imf_context_info_get()
199 ecore_imf_context_del(Ecore_IMF_Context *ctx) in ecore_imf_context_del()
287 ecore_imf_context_show(Ecore_IMF_Context *ctx) in ecore_imf_context_show()
301 ecore_imf_context_hide(Ecore_IMF_Context *ctx) in ecore_imf_context_hide()
352 ecore_imf_context_focus_in(Ecore_IMF_Context *ctx) in ecore_imf_context_focus_in()
378 ecore_imf_context_reset(Ecore_IMF_Context *ctx) in ecore_imf_context_reset()
559 Ecore_IMF_Context *ctx; in ecore_imf_context_new() local
585 ecore_imf_context_data_get(Ecore_IMF_Context *ctx) in ecore_imf_context_data_get()
1214 ecore_imf_context_input_panel_event_callback_add(Ecore_IMF_Context *ctx, in ecore_imf_context_input_panel_event_callback_add()
[all …]
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dprototcp.c101 prototcp_setup_src(pxy_conn_ctx_t *ctx) in prototcp_setup_src()
115 prototcp_setup_dst(pxy_conn_ctx_t *ctx) in prototcp_setup_dst()
213 pxy_conn_ctx_t *ctx = arg; in prototcp_init_conn() local
477 prototcp_enable_src(pxy_conn_ctx_t *ctx) in prototcp_enable_src()
798 pxy_conn_ctx_t *ctx = arg; in prototcp_bev_readcb() local
814 pxy_conn_ctx_t *ctx = arg; in prototcp_bev_writecb() local
828 pxy_conn_ctx_t *ctx = arg; in prototcp_bev_eventcb() local
844 pxy_conn_child_ctx_t *ctx = arg; in prototcp_bev_readcb_child() local
858 pxy_conn_child_ctx_t *ctx = arg; in prototcp_bev_writecb_child() local
872 pxy_conn_child_ctx_t *ctx = arg; in prototcp_bev_eventcb_child() local
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/parsers/arg_parser/generated/
H A DArgumentListBaseVisitor.h18 virtual antlrcpp::Any visitArg_list(ArgumentListParser::Arg_listContext *ctx) override { in visitArg_list()
26 virtual antlrcpp::Any visitSimple_type(ArgumentListParser::Simple_typeContext *ctx) override { in visitSimple_type()
34 virtual antlrcpp::Any visitFunc_arg(ArgumentListParser::Func_argContext *ctx) override { in visitFunc_arg()
38 virtual antlrcpp::Any visitFunc_arglist(ArgumentListParser::Func_arglistContext *ctx) override { in visitFunc_arglist()
42 virtual antlrcpp::Any visitFunction_type(ArgumentListParser::Function_typeContext *ctx) override { in visitFunction_type()
46 virtual antlrcpp::Any visitMap_type(ArgumentListParser::Map_typeContext *ctx) override { in visitMap_type()
50 virtual antlrcpp::Any visitIterator_type(ArgumentListParser::Iterator_typeContext *ctx) override { in visitIterator_type()
54 virtual antlrcpp::Any visitType(ArgumentListParser::TypeContext *ctx) override { in visitType()
58 virtual antlrcpp::Any visitBoolean(ArgumentListParser::BooleanContext *ctx) override { in visitBoolean()
62 virtual antlrcpp::Any visitValue(ArgumentListParser::ValueContext *ctx) override { in visitValue()
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/libmpdec/
H A Dcontext.c37 mpd_dflt_traphandler(mpd_context_t *ctx) in mpd_dflt_traphandler()
87 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
101 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
115 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
149 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
155 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
161 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
167 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
173 mpd_gettraps(const mpd_context_t *ctx) in mpd_gettraps()
191 mpd_getcr(const mpd_context_t *ctx) in mpd_getcr()
[all …]
/dports/lang/python310/Python-3.10.1/Modules/_decimal/libmpdec/
H A Dcontext.c37 mpd_dflt_traphandler(mpd_context_t *ctx) in mpd_dflt_traphandler()
87 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
101 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
115 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
149 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
155 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
161 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
167 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
173 mpd_gettraps(const mpd_context_t *ctx) in mpd_gettraps()
191 mpd_getcr(const mpd_context_t *ctx) in mpd_getcr()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/_decimal/libmpdec/
H A Dcontext.c37 mpd_dflt_traphandler(mpd_context_t *ctx) in mpd_dflt_traphandler()
87 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
101 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
115 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
149 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
155 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
161 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
167 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
173 mpd_gettraps(const mpd_context_t *ctx) in mpd_gettraps()
191 mpd_getcr(const mpd_context_t *ctx) in mpd_getcr()
[all …]

12345678910>>...1137