Home
last modified time | relevance | path

Searched refs:eval (Results 401 - 425 of 571) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/python/Lib/logging/
H A Dconfig.py149 klass = eval(klass, vars(logging))
153 args = eval(args, vars(logging))
155 kwargs = eval(kwargs, vars(logging))
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-core.c27 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect() argument
35 ((u32)eval << shift), ((u32)mask << shift)); in cx18_av_write_expect()
46 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) in cx18_av_write4_expect() argument
48 cx18_write_reg_expect(cx, value, 0xc40000 + addr, eval, mask); in cx18_av_write4_expect()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-av-core.c27 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect() argument
35 ((u32)eval << shift), ((u32)mask << shift)); in cx18_av_write_expect()
46 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) in cx18_av_write4_expect() argument
48 cx18_write_reg_expect(cx, value, 0xc40000 + addr, eval, mask); in cx18_av_write4_expect()
/third_party/node/lib/
H A Drepl.js278 eval_ = options.eval;
309 // TODO(devsnek): Add a test case for custom eval functions.
365 // breakEvalOnSigint affects only the behavior of the default eval().
455 const hostDefinedOptionId = Symbol(`eval:${file}`);
670 self.eval = self._domain.bind(eval_);
928 debug('eval %j', evalCmd);
929 self.eval(evalCmd, self.context, getREPLResourceName(), finish);
1321 // Warning: This eval's code like "foo.bar.baz", so it will run property
1473 // calls, etc.). That is for simplicity and also because we *eval* that
1475 // eval functio
[all...]
/third_party/ffmpeg/tests/fate/
H A Dimage.mak90 $(foreach FMT,$(DDS_FMT),$(eval $(call FATE_IMGSUITE_DDS,$(FMT))))
379 $(foreach CLSP,$(PNG_COLORSPACES),$(eval $(call FATE_IMGSUITE_PNG,$(CLSP))))
411 $(foreach CLSP,$(PSD_COLORSPACES),$(eval $(call FATE_IMGSUITE_PSD,$(CLSP))))
446 $(foreach CLSP,$(SGI_COLORSPACES),$(eval $(call FATE_IMGSUITE_SGI,$(CLSP))))
459 $(foreach TEST,$(SUNRASTER_TESTS),$(eval $(call FATE_IMGSUITE_SUNRASTER,$(TEST))))
486 $(foreach FMT,$(TARGA_FMT),$(eval $(call FATE_IMGSUITE_TARGA,$(FMT))))
H A Dsegment.mak49 $(foreach N,$(FATE_SEGMENT_ALLPARTS),$(eval $(N:%=fate-segment-adts-to-mkv-header-%): tests/data/adts-to-mkv-cated-$(N).mkv))
H A Dlibavresample.mak4 $(eval $(call $(2),$(I),$(J),$(3),$(4),$(5))), \
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp87 float eval(float t) const { return Eval(*this, t); } in eval() function in __anon18657::ScalarBezCurve
594 const float innerRadius = varWidthInner.eval(tmin);
595 const float outerRadius = varWidth.eval(tmin);
934 const float radiusStart = distFnc.eval(0);
935 const float radiusMid = distFnc.eval(0.5f);
936 const float radiusEnd = distFnc.eval(1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp28 Expected<uint64_t> NumericVariableUse::eval() const { in eval() function in NumericVariableUse
36 Expected<uint64_t> BinaryOperation::eval() const { in eval() function in BinaryOperation
37 Expected<uint64_t> LeftOp = LeftOperand->eval(); in eval()
38 Expected<uint64_t> RightOp = RightOperand->eval(); in eval()
55 Expected<uint64_t> EvaluatedValue = ExpressionASTPointer->eval(); in getResult()
1831 Expected<uint64_t> Value = ExpressionASTPointer->eval(); in defineCmdlineVariables()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dumip.c13 #include <asm/insn-eval.h>
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_lookup.c224 .eval = nft_lookup_eval,
H A Dnft_rt.c195 .eval = nft_rt_get_eval,
H A Dnft_xfrm.c265 .eval = nft_xfrm_get_eval,
H A Dnft_byteorder.c174 .eval = nft_byteorder_eval,
H A Dnft_tunnel.c129 .eval = nft_tunnel_get_eval,
679 .eval = nft_tunnel_obj_eval,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dumip.c13 #include <asm/insn-eval.h>
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric_test.py98 # pylint: disable=eval-used
102 after = eval(py).ToPerfJson()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_byteorder.c186 .eval = nft_byteorder_eval,
H A Dnft_rt.c195 .eval = nft_rt_get_eval,
H A Dnft_bitwise.c334 .eval = nft_bitwise_eval,
477 .eval = NULL, /* inlined */
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Dnft_reject_bridge.c184 .eval = nft_reject_bridge_eval,
/third_party/alsa-lib/src/ucm/
H A Ducm_local.h374 snd_config_t *eval);
/third_party/python/Tools/unicode/
H A Dgenmap_support.py192 row = [eval(e) for e in line.split()]
/third_party/python/Lib/
H A Dbdb.py608 """Debug an expression executed via the eval() function.
620 return eval(expr, globals, locals)
845 val = eval(b.cond, frame.f_globals, frame.f_locals)
855 # if eval fails, most conservative thing is to stop on
/third_party/python/Lib/test/
H A Dtest_bool.py24 self.assertIs(eval(repr(False)), False)
25 self.assertIs(eval(repr(True)), True)

Completed in 23 milliseconds

1...<<11121314151617181920>>...23