Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 15 of 15) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dcommon.h26 void _checkFailed(const char* expr, int line, const char* file) __attribute__((noreturn));
27 #define SLICER_CHECK(expr) do { if(!(expr)) slicer::_checkFailed(#expr, __LINE__, __FILE__); } whil… argument
60 void _weakCheckFailed(const char* expr, int line, const char* file);
61 #define SLICER_WEAK_CHECK(expr) do { if(!(expr)) slicer::_weakCheckFailed(#expr, __LINE__, __FILE__… argument
/tools/apksig/etc/
Dapksigner-kms22 newProg=`expr "${newProg}" : ".* -> \(.*\)$"`
23 if expr "x${newProg}" : 'x/' >/dev/null; then
72 while expr "x$1" : 'x-J' >/dev/null; do
73 opt=`expr "x$1" : 'x-J\(.*\)'`
75 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
77 elif expr "x${opt}" : "xDjava.library.path=" >/dev/null; then
Dapksigner22 newProg=`expr "${newProg}" : ".* -> \(.*\)$"`
23 if expr "x${newProg}" : 'x/' >/dev/null; then
71 while expr "x$1" : 'x-J' >/dev/null; do
72 opt=`expr "x$1" : 'x-J\(.*\)'`
74 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
76 elif expr "x${opt}" : "xDjava.library.path=" >/dev/null; then
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineCodebaseInitialiser.kt437 val assignExp = exp.expr() in <lambda>()
461 private fun createAttrValue(const: Const, expr: Expression?): AnnotationAttributeValue { in <lambda>()
464 if (const.elements().count() == 1 && expr != null && !(expr is ArrayInit)) { in <lambda>()
470 { getSource(constLiteral, expr) }, in <lambda>()
475 { getSource(const, expr) }, in <lambda>()
480 { getSource(const, expr) }, in <lambda>()
485 private fun getSource(const: Const, expr: Expression?): String { in <lambda>()
491 if (value < 0 || (expr != null && expr.kind() == Tree.Kind.TYPE_CAST)) in <lambda>()
525 if (expr != null) const.elements().zip((expr as ArrayInit).exprs()) in <lambda>()
536 if (expr != null) expr.toString() else getValue(const).toString() in <lambda>()
[all …]
/tools/dexter/slicer/
Dcommon.cc41 void _checkFailed(const char* expr, int line, const char* file) { in _checkFailed() argument
44 ss << expr << "] at " << file << ":" << line; in _checkFailed()
77 void _weakCheckFailed(const char* expr, int line, const char* file) { in _weakCheckFailed() argument
82 ss << expr << "] at " << file << ":"; in _weakCheckFailed()
/tools/ndkports/
Dgradlew31 link=`expr "$ls" : '.*-> \(.*\)$'`
32 if expr "$link" : '/.*' > /dev/null; then
159 i=`expr $i + 1`
/tools/trebuchet/
Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
/tools/asuite/asuite_plugin/
Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
/tools/metalava/
Dgradlew26 link=`expr "$ls" : '.*-> \(.*\)$'`
27 if expr "$link" : '/.*' > /dev/null; then
/tools/netsim/rust/daemon/src/captures/
Dpcap_util.rs27 ( $( $x:expr ),* ) => {
35 ( $( $x:expr ),* ) => {
/tools/repohooks/rh/
Dhooks.py279 for expr in expressions:
280 if re.search(expr, subject):
/tools/asuite/adevice/src/
Dadevice.rs108 ($fn:expr, $ident:expr) => {{
/tools/repohooks/tools/
Dpylintrc386 max-bool-expr=5
Dcpplint.py3986 def _IsType(clean_lines, nesting_state, expr): argument
3998 last_word = Match(r'^.*(\b\S+)$', expr)
4002 token = expr
Dcheckpatch.pl6252 my $expr = '\s*\(\s*' . $tested . '\s*\)\s*;';
6253 …(kfree|usb_free_urb|debugfs_remove(?:_recursive)?|(?:kmem_cache|mempool|dma_pool)_destroy)$expr/) {