Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/external/smali/smali/src/main/antlr3/
DsmaliTreeWalker.g157 header returns[TypeIdItem classType, int accessFlags, TypeIdItem superType, TypeListItem implements…
169 class_spec returns[TypeIdItem type, int accessFlags]
176 super_spec returns[TypeIdItem type]
183 implements_spec returns[TypeIdItem type]
189 implements_list returns[TypeListItem implementsList]
201 source_spec returns[StringIdItem source]
208 access_list returns [int value]
222 fields returns[List<ClassDataItem.EncodedField> staticFields, List<ClassDataItem.EncodedField> inst…
250 methods returns[List<ClassDataItem.EncodedMethod> directMethods,
286 field returns [ClassDataItem.EncodedField encodedField, EncodedValue encodedValue, AnnotationSetIte…
[all …]
DsmaliParser.g485 class_spec returns[String className]
684 fixed_literal returns[int size]
827 instruction returns [int size]
881 insn_format10t returns [int size]
887 insn_format10x returns [int size]
892 insn_format10x_odex returns [int size]
899 insn_format11n returns [int size]
904 insn_format11x returns [int size]
909 insn_format12x returns [int size]
914 insn_format20bc returns [int size]
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt015calc.g16 evaluate returns [result]: r=expression {result = r;};
18 expression returns [result]: r=mult (
23 mult returns [result]: r=log (
28 log returns [result]: 'ln' r=exp {result = Math.log(r);}
32 exp returns [result]: r=atom ('^' r2=atom {r = Math.pow(r,r2);} )? {result = r;}
35 atom returns [result]:
Dt022scopes.g38 c returns [res]
64 d returns [res]
98 e returns [res]
112 f returns [res]
Dt057autoAST44.g3 a returns [result] : ID b {
7 b returns [i] : INT {$i=parseInt($INT.text);} ;
Dt042ast.g224 r43 returns [res]
236 r46 returns [res]
260 r51 returns [res]
268 r52 returns [res]
278 r53 returns [res]
286 r54 returns [res]
Dt016actions.g6 declaration returns [name]
11 functionHeader returns [name]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt015calc.g19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
26 mult returns [result]: r=log (
32 log returns [result]: 'ln' r=exp {result = math.log(r)}
36 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
39 atom returns [result]:
Dt022scopes.g38 c returns [res]
63 d returns [res]
92 e returns [res]
106 f returns [res]
Dt042ast.g218 r43 returns [res]
230 r46 returns [res]
254 r51 returns [res]
262 r52 returns [res]
272 r53 returns [res]
280 r54 returns [res]
Dt016actions.g6 declaration returns [name]
11 functionHeader returns [name]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli319 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
367 (** [module_context m] returns the context of the specified module.
373 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
377 (** [type_is_sized ty] returns whether the type has a size or not.
382 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
386 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
391 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
395 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
399 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
403 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
[all …]
/external/clang/test/Analysis/
Dnil-receiver-undefined-larger-than-voidptr-ret.m86 // CHECK-darwin8: warning: The receiver of message 'longDoubleM' is nil and returns a value of type…
87 // CHECK-darwin8: warning: The receiver of message 'longlongM' is nil and returns a value of type '…
88 // CHECK-darwin8: warning: The receiver of message 'doubleM' is nil and returns a value of type 'do…
89 // CHECK-darwin8: warning: The receiver of message 'unsignedLongLongM' is nil and returns a value o…
90 // CHECK-darwin8: warning: The receiver of message 'longlongM' is nil and returns a value of type '…
92 // CHECK-darwin9-NOT: warning: The receiver of message 'longlongM' is nil and returns a value of ty…
93 // CHECK-darwin9-NOT: warning: The receiver of message 'unsignedLongLongM' is nil and returns a val…
94 // CHECK-darwin9-NOT: warning: The receiver of message 'doubleM' is nil and returns a value of type…
95 // CHECK-darwin9-NOT: warning: The receiver of message 'longlongM' is nil and returns a value of ty…
96 // CHECK-darwin9-NOT: warning: The receiver of message 'longDoubleM' is nil and returns a value of …
/external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
DExpr.g22 expr returns [value]
29 multExpr returns [value]
33 atom returns [value]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DTextHtmlFunction.java206 int returns = 0; in hasAsciiArt() local
230 returns++; in hasAsciiArt()
259 if (returns > 2) { in hasAsciiArt()
265 returns = 0; in hasAsciiArt()
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli15 (** [verify_module m] returns [None] if the module [m] is valid, and
20 (** [verify_function f] returns [None] if the function [f] is valid, and
25 (** [verify_module m] returns if the module [m] is valid, but prints a
31 (** [verify_function f] returns if the function [f] is valid, but prints a
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/
Dfig.t28 file returns [objects]
33 object returns [o]
48 expr returns [value]
Dexpr.t29 expr returns [value]
36 multExpr returns [value]
40 atom returns [value]
/external/linux-tools-perf/Documentation/
Dperf-script-perl.txt184 …flag_str($event_name, $field_name, $field_value) - returns the string represention corresponding t…
185 …symbol_str($event_name, $field_name, $field_value) - returns the string represention corresponding…
199 common_pc($context) - returns common_preempt count for the current event
200 common_flags($context) - returns common_flags for the current event
201 common_lock_depth($context) - returns common_lock_depth for the current event
208 nsecs($secs, $nsecs) - returns total nsecs given secs/nsecs pair
209 nsecs_secs($nsecs) - returns whole secs portion given nsecs
210 nsecs_nsecs($nsecs) - returns nsecs remainder given nsecs
211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
212 avg($total, $n) - returns average given a sum and a total number of values
/external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/
DMExpr.g13 expr returns [value]
20 atom returns [value]
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dinterop.dox22 /// the standard documentation for the use of parameters on rules and the returns clause. You should
23 /// be aware though, that the rules generate C function calls and therefore the input and returns
26 /// You should note that if your parser rule returns more than a single entity, then the return
89 /// The <code>LEXER</code> macro returns a pointer to the base lexer object, which is of type #pANT…
103 /// The <code>LA</code> macro returns the character at index n from the current input stream index.…
104 /// type is #ANTLR3_UINT32. Hence <code>LA(1)</code> returns the character at the current input pos…
105 /// character that will be consumed next), <code>LA(-1)</code> returns the character that has just …
111 /// The <code>GETCHARINDEX</code> macro returns the index of the current character position as a 0 …
112 /// offset from the start of the input stream. It returns a value type of #ANTLR3_UINT32.
116 /// The <code>GETLINE</code> macro returns the line number of current character (<code>LA(1)</code>…
[all …]
/external/eigen/unsupported/Eigen/
DBVH61 typedef VolumeIterator //an iterator type over node children--returns Index
62 typedef ObjectIterator //an iterator over object (leaf) children--returns const Object &
63 Index getRootIndex() const //returns the index of the hierarchy root
64 …const Volume &getVolume(Index index) const //returns the bounding volume of the node at given index
74 bool intersectVolume(const Volume &volume) //returns true if the query intersects the volume
75 …bool intersectObject(const Object &object) //returns true if the intersection search should termin…
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DStGUnit.g78 expect returns [ITestCaseOutput out]
81 | 'returns' RETVAL {$out = adapter.createReturnOutput($RETVAL.text);}
86 input returns [ITestCaseInput in]
98 fileInput returns [String path]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
DLeftRecursiveRules.stg40 <ruleName><if(userRetvals)> returns [<userRetvals>]<endif>
52 <recRuleName(...)>[<precArgDef>]<if(userRetvals)> returns [<userRetvals>]<endif>
73 <recPrimaryName(...)><if(userRetvals)> returns [<userRetvals>]<endif>
/external/clang/test/Sema/
Dwarn-documentation.m86 /// \returns Aaa
89 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a method returnin…
90 /// \returns Aaa
97 /// \returns aaa.

12345678910>>...26