Searched refs:expr (Results 1 - 10 of 10) sorted by path

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h79 #define ASSERT(expr) assert(expr)
81 #define ASSERT(expr)
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp49 #define BAIL_IF_INVALID(expr, jnienv, tagId, writer) \
50 if ((expr) != OK) { \
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew56 link=`expr "$ls" : '.*-> \(.*\)$'`
57 if expr "$link" : '/.*' > /dev/null; then
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp111 // substitute the rhs dot with the appropriate helper expr
135 RpnExpr* expr = local
140 *expr);
147 // substitute the rhs dot with the appropriate helper expr
H A DRpnExpr.cpp86 // buildHelperExpr - build the helper expr:
90 RpnExpr* expr = RpnExpr::create(); local
91 expr->push_back(SectDescOperand::create(*pIter));
92 expr->push_back(&Operator::create<Operator::ADDR>());
93 expr->push_back(SectDescOperand::create(*pIter));
94 expr->push_back(&Operator::create<Operator::SIZEOF>());
95 expr->push_back(&Operator::create<Operator::ADD>());
96 return expr;
99 // buildHelperExpr - build the helper expr: `fragment'
102 RpnExpr* expr local
[all...]
/frameworks/multidex/
H A Dgradlew56 link=`expr "$ls" : '.*-> \(.*\)$'`
57 if expr "$link" : '/.*' > /dev/null; then
/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp30 char const *expr) {
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n"; local
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
28 ASSERT_FAILED(char const *file, unsigned line, char const *expr) argument
H A Drsl_assert.h26 char const *expr);
/frameworks/support/
H A Dgradlew56 link=`expr "$ls" : '.*-> \(.*\)$'`
57 if expr "$link" : '/.*' > /dev/null; then
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp34 #define COMPILE_ASSERT(expr, err) static const char err[(expr) ? 1 : -1] = "";

Completed in 404 milliseconds