Home
last modified time | relevance | path

Searched refs:expr (Results 551 - 575 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Drun_cpuctl_test_fj.sh88 # XXX (garrcoop): expr(1) can't do float point comparisons
91 # gcooper@optimus ~ $ expr 0 \< 42 \& 42 \< 100
93 # gcooper@optimus ~ $ expr 0 \< 42.0 \& 42.0 \< 100
95 # gcooper@optimus ~ $ expr 0.0 \< 42.0 \& 42.0 \< 100.0
600 expr 96 \< "$cpu_usage" \& "$cpu_usage" \< 103 > /dev/null 2>&1 || return 1
616 expr 96 \< "$cpu_usage" \& "$cpu_usage" \< 103 > /dev/null 2>&1 || return 1
641 expr 44 \< "$cpu_usage" \& "$cpu_usage" \< 56 > /dev/null 2>&1
674 expr 94 \< "$cpu_usage" \& "$cpu_usage" \< 106 > /dev/null 2>&1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp77 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, OutContext); in createSparcMCOperand() local
78 return MCOperand::createExpr(expr); in createSparcMCOperand()
99 const SparcMCExpr *expr = SparcMCExpr::create(Kind, in createPCXRelExprOp() local
101 return MCOperand::createExpr(expr); in createPCXRelExprOp()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpCrashHandler.c237 static void assertFailureCallback (const char* expr, const char* file, int line) in assertFailureCallback() argument
250 qpCrashInfo_set(&g_crashHandler->crashInfo, QP_CRASHTYPE_ASSERT, expr, file, line); in assertFailureCallback()
429 static void assertFailureCallback (const char* expr, const char* file, int line) in assertFailureCallback() argument
432 qpCrashInfo_set(&g_crashHandler->crashInfo, QP_CRASHTYPE_ASSERT, expr, file, line); in assertFailureCallback()
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.h12 // @expr: the expression to be evaluated
15 struct symbol *evaluate_expression(struct expression *expr);
/third_party/rust/crates/rustix/src/
H A Dconst_assert.rs8 ($x:expr) => {
/third_party/rust/crates/static-assertions-rs/src/
H A Dassert_cfg.rs41 ($($cfg:meta)+, $msg:expr $(,)?) => {
/third_party/rust/crates/regex/tests/
H A Dtest_crates_regex.rs38 ($test_name:ident, $regex_src:expr) => {
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcall_statement.h43 const CallExpression* const expr; member in tint::ast::CallStatement
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-replace.rs4 ($re:expr) => {{
/third_party/rust/crates/rust-cexpr/src/
H A Dlib.rs24 pub mod expr; modules
/third_party/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp38 #define TEST_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN { \
39 if ((expr)==false) { \
40 errln("Test Failure at file %s, line %d: \"%s\" is false.", __FILE__, __LINE__, #expr); \
44 #define TEST_ASSERT_MSG(expr, msg) UPRV_BLOCK_MACRO_BEGIN { \
45 if ((expr)==false) { \
46 dataerrln("Test Failure at file %s, line %d, %s: \"%s\" is false.", __FILE__, __LINE__, msg, #expr); \
/third_party/python/Python/
H A Dtraceback.c604 extract_anchors_from_expr(const char *segment_str, expr_ty expr, Py_ssize_t *left_anchor, Py_ssize_t *right_anchor, in extract_anchors_from_expr() argument
607 switch (expr->kind) { in extract_anchors_from_expr()
609 expr_ty left = expr->v.BinOp.left; in extract_anchors_from_expr()
610 expr_ty right = expr->v.BinOp.right; in extract_anchors_from_expr()
632 *left_anchor = expr->v.Subscript.value->end_col_offset; in extract_anchors_from_expr()
633 *right_anchor = expr->v.Subscript.slice->end_col_offset + 1; in extract_anchors_from_expr()
H A Dast_unparse.c57 #define APPEND_EXPR(expr, pr) do { \
58 if (-1 == append_ast_expr(writer, (expr), (pr))) { \
543 expr_ty expr; in append_ast_call() local
550 expr = (expr_ty)asdl_seq_GET(e->v.Call.args, 0); in append_ast_call()
551 if (expr->kind == GeneratorExp_kind) { in append_ast_call()
553 return append_ast_genexp(writer, expr); in append_ast_call()
/third_party/rust/crates/quote/src/
H A Dlib.rs228 /// let expr = /* ... */;
232 /// # let expr = 0;
238 /// #expr
623 ($span:expr=> $($tt:tt)*) => {
631 ($span:expr=>) => {{
637 ($span:expr=> $tt:tt) => {{
645 ($span:expr=> # $var:ident) => {{
651 ($span:expr=> $tt1:tt $tt2:tt) => {{
660 ($span:expr=> $($tt:tt)*) => {{
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py371 expr = ["in0", self.op, str(self.get_operand())]
374 expr.reverse()
376 return " ".join(expr)
476 expr = [
483 expr.reverse()
485 return " ".join([str(x) for x in expr])
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h2014 // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2016 // When expr unexpectedly fails or succeeds, Google Test prints the
2020 #define EXPECT_HRESULT_SUCCEEDED(expr) \
2021 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2023 #define ASSERT_HRESULT_SUCCEEDED(expr) \
2024 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2026 #define EXPECT_HRESULT_FAILED(expr) \
2027 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
2029 #define ASSERT_HRESULT_FAILED(expr) \
2030 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h2009 // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2011 // When expr unexpectedly fails or succeeds, Google Test prints the
2015 #define EXPECT_HRESULT_SUCCEEDED(expr) \
2016 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2018 #define ASSERT_HRESULT_SUCCEEDED(expr) \
2019 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2021 #define EXPECT_HRESULT_FAILED(expr) \
2022 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
2024 #define ASSERT_HRESULT_FAILED(expr) \
2025 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h262 // testing::AssertionResult IsEven(const char* expr, int n) {
267 // << "Expected: " << expr << " is even\n Actual: it's " << n;
2170 // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2172 // When expr unexpectedly fails or succeeds, Google Test prints the
2176 # define EXPECT_HRESULT_SUCCEEDED(expr) \
2177 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2179 # define ASSERT_HRESULT_SUCCEEDED(expr) \
2180 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2182 # define EXPECT_HRESULT_FAILED(expr) \
2183 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs58 pub fn prefixes(expr: &Hir) -> Literals { in prefixes()
60 lits.union_prefixes(expr); in prefixes()
65 pub fn suffixes(expr: &Hir) -> Literals { in suffixes()
67 lits.union_suffixes(expr); in suffixes()
301 /// size limits or the set of prefixes from `expr` includes the empty
304 /// Note that prefix literals extracted from `expr` are said to be complete
305 /// if and only if the literal extends from the beginning of `expr` to the
306 /// end of `expr`.
307 pub fn union_prefixes(&mut self, expr: &Hir) -> bool { in union_prefixes()
309 prefixes(expr, in union_prefixes()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp372 ir_expression *frexp_exp = expr(ir_unop_frexp_exp, x); in dldexp_to_arith()
397 expr(ir_unop_unpack_double_2x32, swizzle(x, elem, 1)))); in dldexp_to_arith()
402 expr(ir_unop_pack_double_2x32, unpacked), in dldexp_to_arith()
430 expr(ir_unop_unpack_double_2x32, swizzle(x, elem, 1)))); in dldexp_to_arith()
440 results[elem] = expr(ir_unop_pack_double_2x32, unpacked); in dldexp_to_arith()
504 i.insert_before(assign(unpacked, expr(ir_unop_unpack_double_2x32, x))); in dfrexp_sig_to_arith()
516 results[elem] = expr(ir_unop_pack_double_2x32, unpacked); in dfrexp_sig_to_arith()
566 swizzle_y(expr(ir_unop_unpack_double_2x32, x)), in dfrexp_exp_to_arith()
920 /* expr = value << (temp - offset)) >> temp; */ in extract_to_shifts()
921 ir_expression *expr in extract_to_shifts() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource12.js393 if (preAst.expr) {
394 preAst.expr = walker.walk(preAst.expr, preAst);
511 if (preAst.expr) {
512 preAst.expr = walker.walk(preAst.expr, preAst);
904 if (preAst.expr) {
905 preAst.expr = walker.walk(preAst.expr, preAst);
1012 if (preAst.expr) {
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_frame_cfa.c63 &fs->cache->expr_tree, &fs->cfa_data.expr, false, false, in dwarf_frame_cfa()
/third_party/ffmpeg/libavutil/
H A Deval.h58 * @param expr a pointer where is put an AVExpr containing the parsed
72 int av_expr_parse(AVExpr **expr, const char *s,
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.h38 void VisitFunctionLiteral(FunctionLiteral* expr);
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmangle.rs82 ($($segment:expr),+ $(,)?) => {

Completed in 27 milliseconds

1...<<21222324252627282930>>...39