Home
last modified time | relevance | path

Searched refs:expr (Results 901 - 925 of 968) sorted by relevance

1...<<313233343536373839

/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c349 display_expr(cur->expr); in display_cond_expressions()
/third_party/libabigail/
H A Dltmain.sh843 func_arith_result=`expr "${@}"`
851 func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
3928 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
6309 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
7684 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
7727 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
7758 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
7842 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh863 func_arith_result=`expr "${@}"`
871 func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
3948 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
6332 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
7710 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
7753 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
7784 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
7868 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
/third_party/eudev/
H A Dconfig.guess213 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
214 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
/third_party/ffmpeg/libavfilter/
H A Davfilter.c481 static int set_enable_expr(AVFilterContext *ctx, const char *expr) in set_enable_expr() argument
493 expr_dup = av_strdup(expr); in set_enable_expr()
/third_party/lame/dshow/
H A DMpegac.cpp73 #define DECLARE_PTR(type, ptr, expr) type* ptr = (type*)(expr);
/third_party/lame/
H A Dconfig.guess223 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
224 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
/third_party/node/deps/cares/
H A Dconfig.guess248 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
1715 script_age=`expr "$thisyear" - "$our_year"`
/third_party/node/deps/cares/config/
H A Dconfig.guess248 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
1715 script_age=`expr "$thisyear" - "$our_year"`
/third_party/libevdev/build-aux/
H A Dconfig.guess248 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
1729 script_age=`expr "$thisyear" - "$our_year"`
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs52 $($(#[$vmeta:meta])* const $variant:ident = $value:expr), +,
59 $($(#[$vmeta:meta])* const $variant:ident = $value:expr); +;
/third_party/python/
H A Dconfig.guess248 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
1709 script_age=`expr "$thisyear" - "$our_year"`
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp48 #define UNUSED(expr) do { (void)(expr); } while (0)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp48 #define UNUSED(expr) do { (void)(expr); } while (0)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp740 TIntermNode* TIntermediate::addLoop(TLoopType type, TIntermNode* init, TIntermTyped* cond, TIntermTyped* expr, TIntermNode* body, const TSourceLoc &line) in addLoop() argument
742 TIntermNode* node = new TIntermLoop(type, init, cond, expr, body); in addLoop()
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess220 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
221 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_java_wrap.c187 #define SWIG_contract_assert(nullreturn, expr, msg) if (!(expr)) {SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, msg); return nullreturn; } else
/third_party/selinux/libsepol/src/
H A Dservices.c187 ERR(NULL, "failed to realloc expr buffer"); in cat_expr_buf()
190 /* Update new ptr in expr list and locally + new len */ in cat_expr_buf()
309 for (e = constraint->expr; e; e = e->next) { in get_class_info()
441 for (e = constraint->expr; e; e = e->next) { in constraint_expr_eval_reason()
455 ERR(NULL, "failed to allocate expr buffer stack"); in constraint_expr_eval_reason()
470 ERR(NULL, "failed to allocate expr buffer"); in constraint_expr_eval_reason()
703 * Save expr count but zero expr_counter to detect if in constraint_expr_eval_reason()
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c54 static void write_expr(FILE *out, struct cil_list *expr) in write_expr() argument
60 cil_list_for_each(curr, expr) { in write_expr()
H A Dcil_policy.c283 static void cil_cond_expr_to_policy(FILE *out, struct cil_list *expr, int first) in cil_cond_expr_to_policy() argument
285 struct cil_list_item *i1 = expr->head; in cil_cond_expr_to_policy()
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp196 #define REGEX_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN { \
197 if ((expr)==false) { \
198 errln("%s:%d: RegexTest failure: REGEX_ASSERT(%s) failed \n", __FILE__, __LINE__, #expr); \
202 #define REGEX_ASSERT_FAIL(expr, errcode) UPRV_BLOCK_MACRO_BEGIN { \
204 (expr); \
217 #define REGEX_ASSERT_L(expr, line) UPRV_BLOCK_MACRO_BEGIN { \
218 if ((expr)==false) { \
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c136 #define UPB_ASSUME(expr) if (!(expr)) __builtin_unreachable()
138 #define UPB_ASSUME(expr) do {} if (false && (expr))
141 #define UPB_ASSUME(expr) assert(expr)
147 #define UPB_ASSERT(expr) do {} while (false && (expr))
149 #define UPB_ASSERT(expr) assert(expr)
[all...]
/third_party/json/tools/cpplint/
H A Dcpplint.py3991 def _IsType(clean_lines, nesting_state, expr):
3998 expr: The expression to check.
4003 last_word = Match(r'^.*(\b\S+)$', expr)
4007 token = expr
4085 # ternary = expr ? new type{} : nullptr;
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp258 #define VK_CHECK(expr) \
260 VkResult __result = (expr); \
263 #expr, __LINE__, vk_Result_to_str(__result)); \
/third_party/python/Lib/test/
H A Dtest_bytes.py1908 for expr in ('val.split()[0]', 'val.rsplit()[0]',
1911 newval = eval(expr)
1914 expr+' returned val on a mutable object')

Completed in 87 milliseconds

1...<<313233343536373839