/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 651 >>> expr = env.compile_expression('foo == 42') 652 >>> expr(foo=23) 654 >>> expr(foo=42) 670 expr = parser.parse_expression() 675 expr.set_environment(self) 680 body = [nodes.Assign(nodes.Name("result", "store"), expr, lineno=1)]
|
H A D | compiler.py | 1265 for target, expr in izip(node.targets, node.values): 1269 self.visit(expr, frame) 1632 self.visit(node.expr, frame) 1639 self.visit(node.expr, frame) 1771 self.visit(node.expr, frame) 1776 self.visit(node.expr, frame)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale_npp.c | 363 char* expr; in nppscale_eval_dimensions() local 394 expr = scale->h_expr; in nppscale_eval_dimensions() 402 expr = scale->w_expr; in nppscale_eval_dimensions() 415 expr); in nppscale_eval_dimensions()
|
H A D | vf_scale.c | 412 char *expr; in scale_eval_dimensions() local 454 expr = scale->h_expr; in scale_eval_dimensions() 462 expr = scale->w_expr; in scale_eval_dimensions() 475 "Error when evaluating the expression '%s'.\n", expr); in scale_eval_dimensions()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 610 V8_INLINE bool IsNative(Expression* expr) const { in IsNative() 611 DCHECK_NOT_NULL(expr); in IsNative() 612 return expr->IsVariableProxy() && in IsNative() 613 expr->AsVariableProxy()->raw_name() == in IsNative()
|
/third_party/mksh/ |
H A D | expr.c | 1 /* $OpenBSD: expr.c,v 1.24 2014/12/08 14:26:31 otto Exp $ */ 26 __RCSID("$MirOS: src/bin/mksh/expr.c,v 1.108 2020/06/20 02:27:50 tg Exp $"); 105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument 112 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate() 121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate() argument 131 curstate.expression = curstate.tokp = expr; in v_evaluate()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.hpp | 958 void cast_to_builtin_store(uint32_t target_id, std::string &expr, const SPIRType &expr_type) override; 959 void cast_from_builtin_load(uint32_t source_id, std::string &expr, const SPIRType &expr_type) override; 965 void prepare_access_chain_for_scalar_access(std::string &expr, const SPIRType &type, spv::StorageClass storage, 976 std::string convert_to_f32(const std::string &expr, uint32_t components);
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vertex_pulling.cc | 220 std::function<const ast::Expression*()> expr; member 402 stmts.emplace_back(ctx.dst->Assign(var.expr(), value)); in CreateVertexPullingPreamble() 738 info.expr = [this, func_var]() { return ctx.dst->Expr(func_var); }; in ProcessNonStructParameter() 787 info.expr = member_expr; in ProcessStructParameter()
|
H A D | array_length_from_uniform.cc | 73 auto* accessor = param->expr->As<ast::MemberAccessorExpression>(); in IterateArrayLengthOnStorageVar()
|
H A D | calculate_array_length.cc | 145 auto* array_expr = address_of->expr; in Run()
|
/third_party/jinja2/ |
H A D | compiler.py | 1349 for target, expr in zip(node.targets, node.values): 1353 self.visit(expr, frame) 1700 self.visit(node.expr, frame) 1707 self.visit(node.expr, frame) 1870 self.visit(node.expr, frame) 1877 self.visit(node.expr, frame)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 1265 for target, expr in izip(node.targets, node.values): 1269 self.visit(expr, frame) 1632 self.visit(node.expr, frame) 1639 self.visit(node.expr, frame) 1771 self.visit(node.expr, frame) 1776 self.visit(node.expr, frame)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 1209 for idx, (target, expr) in enumerate(izip(node.targets, node.values)): 1213 self.visit(expr, frame) 1532 self.visit(node.expr, frame) 1538 self.visit(node.expr, frame) 1652 self.visit(node.expr, frame) 1657 self.visit(node.expr, frame)
|
/third_party/python/Objects/ |
H A D | object.c | 37 #define CHECK(expr) \ in _PyObject_CheckConsistency() 38 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyObject_CheckConsistency() 2317 _PyObject_AssertFailed(PyObject *obj, const char *expr, const char *msg, in _PyObject_AssertFailed() argument 2326 if (expr) { in _PyObject_AssertFailed() 2327 fprintf(stderr, "Assertion \"%s\" failed", expr); in _PyObject_AssertFailed()
|
/third_party/cJSON/ |
H A D | Makefile | 32 IS_GCC_ABOVE_MIN_VERSION := $(shell expr "$(GCC_VERSION)" ">=" "$(MIN_GCC_VERSION)")
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | deqp-runner.sh | 191 --fraction `expr $CI_NODE_TOTAL \* ${DEQP_FRACTION:-1}` \
|
/third_party/rust/crates/log/tests/ |
H A D | macros.rs | 87 fn expr() { in expr() functions
|
/third_party/rust/crates/cxx/src/ |
H A D | cxx_string.rs | 82 ($var:ident = $value:expr $(,)?) => {
|
/third_party/skia/third_party/externals/brotli/ |
H A D | configure-cmake | 100 expr $(echo "${1}" | awk '{ print length }') + 1
|
/third_party/rust/crates/regex/tests/ |
H A D | consistent.rs | 115 ($module_name:ident, $regex_type:path, $mk_input:expr) => {
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deDefs.hpp | 104 void throwRuntimeError (const char* message, const char* expr, const char* file, int line);
|
/third_party/typescript/lib/ |
H A D | tsc.js | 9755 var expr = hostNode.expression; 9756 if (expr.kind === 227 && expr.operatorToken.kind === 63) { 9757 expr = expr.left; 9759 switch (expr.kind) { 9761 return expr.name; 9763 var arg = expr.argumentExpression; 9840 var expr = declaration; 9841 if (ts.isBindableStaticElementAccessExpression(expr)) { [all...] |
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 3852 def err_occurred_if(self, expr, data): 3853 data.return_conversion.append('if (({}) && PyErr_Occurred()) {{\n goto exit;\n}}\n'.format(expr)) 4648 expr = module.body[0].value 4650 if isinstance(expr, ast.Name) and expr.id == 'NULL': 4654 elif (isinstance(expr, ast.BinOp) or 4655 (isinstance(expr, ast.UnaryOp) and 4656 not (isinstance(expr.operand, ast.Num) or 4658 isinstance(expr.operand, ast.Constant) and 4659 type(expr [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 141 #define UPB_ASSUME(expr) if (!(expr)) __builtin_unreachable() 143 #define UPB_ASSUME(expr) if (!(expr)) __assume(0) 145 #define UPB_ASSUME(expr) do {} if (false && (expr)) 148 #define UPB_ASSUME(expr) assert(expr) 154 #define UPB_ASSERT(expr) do {} while (false && (expr)) [all...] |
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 337 #define UNOP(atom, expr) \ in expr_eval() 339 if (! pop (&val1) || ! push (expr)) \ in expr_eval()
|