Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tools/aidl/
DAST.h116 void Add(Expression* expression);
121 Expression* expression; member
123 ExpressionStatement(Expression* expression);
206 Expression* expression; member
209 Cast(Type* type, Expression* expression);
228 Expression* expression; member
239 Expression* expression; member
241 ReturnStatement(Expression* expression);
287 Expression* expression; member
290 SwitchStatement(Expression* expression);
DAST.cpp223 StatementBlock::Add(Expression* expression) in Add() argument
225 this->statements.push_back(new ExpressionStatement(expression)); in Add()
229 :expression(e) in ExpressionStatement()
240 this->expression->Write(to); in Write()
324 Expression* expression = (Expression*)va_arg(args, void*); in init() local
325 this->arguments.push_back(expression); in init()
432 expression(NULL) in Cast()
438 expression(e) in Cast()
450 expression->Write(to); in Write()
487 :expression(NULL), in IfStatement()
[all …]
Dgenerate_java.cpp147 ifstatement->expression = new Comparison(obj, "==", NULL_VALUE); in make_as_interface()
169 instOfStatement->expression = new Comparison(iinNotNull, "&&", instOfCheck); in make_as_interface()
267 lencheck->expression = new Comparison(len, "<", new LiteralExpression("0")); in generate_new_array()
503 checklen->expression = new Comparison(v, "==", NULL_VALUE); in generate_method()
DType.cpp487 ifpart->expression = new Comparison(v, "!=", NULL_VALUE); in WriteToParcel()
510 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=", in CreateFromParcel()
803 ifpart->expression = new Comparison(v, "!=", NULL_VALUE); in WriteToParcel()
825 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=", in CreateFromParcel()
844 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=", in ReadFromParcel()
/frameworks/base/docs/html/resources/articles/
Dwikinotes-linkify.jd19 title="regular expression"
20 href="http://en.wikipedia.org/wiki/Regular_expression">regular expression
26 <p>For example, in our case we want to look for a regular expression match for a
62 <p>The first task is to define a regular expression that matches the kind of
Dwikinotes-intents.jd8 using Linkify to turn wiki words (those that match a regular expression that we
76 <p>First, Linkify is used to turn text matching the wiki word regular expression
204 based on a regular expression, and maybe written our own handler to
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-log.jd181 <p>A filter expression follows this format <code>tag:priority ...</code>, where <code>tag</code>
185 single filter expression. The series of specifications is whitespace-delimited.</p>
187 <p>Here's an example of a filter expression that suppresses all log messages except those with
194 <p>The final element in the above expression, <code>*:S</code>, sets the priority level for all
200 …<p>The following filter expression displays all log messages with priority level "warning" and hig…
206 remote adb shell), you can also set a default filter expression by exporting a value for the
/frameworks/base/docs/html/guide/developing/tools/
Dadb.jd523expression follows this format <code>tag:priority ...</code>, where <code>tag</code> indicates the…
525 <p>Here's an example of a filter expression that suppresses all log messages except those with the …
529 <p>The final element in the above expression, <code>*:S</code>, sets the priority level for all tag…
531 <p>The following filter expression displays all log messages with priority level "warning" and high…
535 …s running it on a remote adb shell), you can also set a default filter expression by exporting a v…
DMonkeyRunner.jd429 A regular expression that specifies the serial number of the device or emulator. See
/frameworks/base/docs/html/guide/topics/views/
Dintro.jd6 …em>views</em> and <em>viewgroups</em> -- basic units of user interface expression on the Android p…
/frameworks/base/core/java/android/text/
DTextUtils.java322 public static String[] split(String text, String expression) { in split() argument
326 return text.split(expression, -1); in split()
/frameworks/compile/slang/
DREADME.rst109 that llvm-rs-cc knows the package expression and hence the directory
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd35 <p>View objects are the basic units of user interface expression on the Android platform.
/frameworks/base/docs/html/guide/topics/testing/
Dtesting_android.jd380 {@link android.test.MoreAsserts#assertContainsRegex}, which does regular expression
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd63 specific functions, such as volume, expression, sustain pedal, etc. JET also
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1487 /sdcard/android/layout_tests/fast/js/named-function-expression.html
1610 /sdcard/android/layout_tests/fast/js/exception-expression-offset.html
1622 /sdcard/android/layout_tests/fast/js/do-while-expression-value.html
1631 /sdcard/android/layout_tests/fast/js/while-expression-value.html