Searched refs:returns (Results 1 – 25 of 769) sorted by relevance
12345678910>>...31
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t015calc.g | 16 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]:
|
D | t022scopes.g | 38 c returns [res] 64 d returns [res] 98 e returns [res] 112 f returns [res]
|
D | t042ast.g | 224 r43 returns [res] 236 r46 returns [res] 260 r51 returns [res] 268 r52 returns [res] 278 r53 returns [res] 286 r54 returns [res]
|
D | t057autoAST44.g | 3 a returns [result] : ID b { 7 b returns [i] : INT {$i=parseInt($INT.text);} ;
|
D | t016actions.g | 6 declaration returns [name] 11 functionHeader returns [name]
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 414 (** [mdkind_id context name] returns the MDKind ID that corresponds to the 459 (** [string_of_llmodule m] returns the .ll representation of the module [m] 467 (** [module_context m] returns the context of the specified module. 474 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty]. 478 (** [type_is_sized ty] returns whether the type has a size or not. 483 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty]. 491 (** [string_of_lltype ty] returns a string describing the type [ty]. *) 497 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See 501 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See 505 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See [all …]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t015calc.g | 19 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]:
|
D | t022scopes.g | 38 c returns [res] 63 d returns [res] 92 e returns [res] 106 f returns [res]
|
D | t042ast.g | 218 r43 returns [res] 230 r46 returns [res] 254 r51 returns [res] 262 r52 returns [res] 272 r53 returns [res] 280 r54 returns [res]
|
D | t016actions.g | 6 declaration returns [name] 11 functionHeader returns [name]
|
/external/smali/smali/src/main/antlr3/ |
D | smaliTreeWalker.g | 159 smali_file returns[ClassDef classDef] 173 header returns[String classType, int accessFlags, String superType, List<String> implementsList, St… 185 class_spec returns[String type, int accessFlags] 192 super_spec returns[String type] 199 implements_spec returns[String type] 205 implements_list returns[List<String> implementsList] 217 source_spec returns[String source] 222 access_list returns [int value] 236 fields returns[List<BuilderField> fields] 244 methods returns[List<BuilderMethod> methods] [all …]
|
/external/clang/test/Analysis/ |
D | nil-receiver-undefined-larger-than-voidptr-ret.m | 86 // 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/llvm/docs/ |
D | BitSets.rst | 59 %a1 = call i1 @foo(i32* @a) ; returns 1 60 %b1 = call i1 @foo(i32* @b) ; returns 1 61 %c1 = call i1 @foo(i32* @c) ; returns 0 62 %a2 = call i1 @bar(i32* @a) ; returns 0 63 %b2 = call i1 @bar(i32* @b) ; returns 1 64 %c2 = call i1 @bar(i32* @c) ; returns 1 65 %d02 = call i1 @bar(i32* getelementptr ([2 x i32]* @d, i32 0, i32 0)) ; returns 0 66 %d12 = call i1 @bar(i32* getelementptr ([2 x i32]* @d, i32 0, i32 1)) ; returns 1
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | FilterFile.txt | 32 of the types of the method's parameters. The "returns" attribute is 33 the method's return type. In "params" and "returns", class names 35 "String".) Note that "params" and "returns" are optional; you can 37 that name. However, if you specify either "params" or "returns", 94 <Method name="frob" params="int,java.lang.String" returns="void" /> 95 <Method name="blat" params="" returns="boolean" /> 120 <Method name="frob" params="int,java.lang.String" returns="void" /> 121 <Method name="blat" params="" returns="boolean" />
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/expr/ |
D | Expr.g | 22 expr returns [value] 29 multExpr returns [value] 33 atom returns [value]
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | TextHtmlFunction.java | 206 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/ |
D | llvm_analysis.mli | 15 (** [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/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-script-perl.txt | 184 …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/t/examples/ |
D | fig.t | 28 file returns [objects] 33 object returns [o] 48 expr returns [value]
|
D | expr.t | 29 expr returns [value] 36 multExpr returns [value] 40 atom returns [value]
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
D | MulticastDelegate.java | 135 final boolean returns = returnType != Type.VOID_TYPE; in emitProxy() 137 if (returns) { in emitProxy() 150 if (returns) { in emitProxy() 155 if (returns) { in emitProxy()
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/ |
D | MExpr.g | 13 expr returns [value] 20 atom returns [value]
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | interop.dox | 22 /// 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/nanopb-c/docs/ |
D | reference.rst | 357 The macro only returns pointers to constant strings (in code memory), 364 #define PB_RETURN_ERROR(stream,msg) (sets error and returns false) 389 :returns: An output stream. 402 :returns: True on success, false if maximum length is exceeded or an IO error happens. 404 … failed once may be dangerous. Nanopb itself never does this, instead it returns the error to user… 415 :returns: True on success, false on IO error, on detectable errors in field description, or i… 447 :returns: True on success, false on IO error. 457 :returns: True on success, false on IO error or unknown field type. 480 :returns: True on success, false on IO error. 501 :returns: True on success, false on IO error. [all …]
|
/external/clang/test/ARCMT/ |
D | GC-check-warn-nsalloc.m | 1 …apple-darwin10 -fobjc-gc-only %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC man… 2 …objc-gc-only -x objective-c++ %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC man…
|
12345678910>>...31