Home
last modified time | relevance | path

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

12345678910>>...40

/external/chromium_org/remoting/webapp/unittests/
Dl10n_unittest.js26 chrome.i18n.getMessage.withArgs('tag').returns('<b>Hello World</b>');
36 chrome.i18n.getMessage.withArgs('tag').returns('<b>Hello World</b>');
49 chrome.i18n.getMessage.withArgs('tag').returns('<b>Hello World</b>');
62 chrome.i18n.getMessage.withArgs('tag').returns('localized title');
80 .returns('localized');
95 getMessage.withArgs('tag1').returns('param1');
96 getMessage.withArgs('tag2').returns('param2');
97 getMessage.withArgs('tag', ['param1', 'param2']).returns('localized');
Dit2me_helpee_channel_unittest.js67 sinon.stub(hostInstaller, 'isInstalled').returns(Promise.resolve(false));
85 sinon.stub(hostInstaller, 'isInstalled').returns(Promise.resolve(true));
103 sinon.stub(hostInstaller, 'download').returns(Promise.resolve(true));
128 sinon.stub(base, 'isAppsV2').returns(true);
134 sinon.stub(host, 'initialized').returns(true);
137 sinon.stub(host, 'getAccessCode').returns('accessCode');
/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.mli397 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
442 (** [string_of_llmodule m] returns the .ll representation of the module [m]
450 (** [module_context m] returns the context of the specified module.
457 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
461 (** [type_is_sized ty] returns whether the type has a size or not.
466 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
474 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
480 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
484 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
488 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
[all …]
/external/smali/smali/src/main/antlr3/
DsmaliTreeWalker.g159 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/
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/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dgenerate_protocol_externs.py127 returns = ["?Protocol.Error"]
129 returns.append("%s=" % param_type(domain_name, command["error"]))
133 returns.append("%s=" % param_type(domain_name, out_param))
135 returns.append("%s" % param_type(domain_name, out_param))
136 … output_file.write(" * @param {function(%s):void=} opt_callback\n" % ", ".join(returns))
140 … output_file.write("/** @param {function(%s):void=} opt_callback */\n" % ", ".join(returns))
/external/owasp/sanitizer/tools/findbugs/doc/
DFilterFile.txt32 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/chromium_org/ppapi/api/dev/
Dppb_ime_input_event_dev.idl74 * GetText() returns the composition text as a UTF-8 string for the given IME
86 * GetSegmentNumber() returns the number of segments in the composition text.
92 * returns 0.
97 * GetSegmentOffset() returns the position of the index-th segmentation point
112 * COMPOSITION_UPDATE or index is out of range, returns 0.
118 * GetTargetSegment() returns the index of the current target segment of
126 * returns -1.
131 * GetSelection() returns the range selected by caret in the composition text.
/external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
DExpr.g22 expr returns [value]
29 multExpr returns [value]
33 atom returns [value]
/external/chromium_org/third_party/lcov/
Ddescriptions.tests6 Check that exit returns the correct values to the waiting parent
32 checks that getpid returns the correct process id.
40 Check ability of parent to wait until child returns, and that the
42 waitpid returns immediately if no child is present.
192 Testcase to test that sendfile(2) system call returns appropriate
242 Verify that ioctl() on sockets returns the proper errno for various
302 returns result to parent
616 1) readlink(2) returns -1 and sets errno to EACCES if search/write
619 2) readlink(2) returns -1 and sets errno to EINVAL if the buffer size
621 3) readlink(2) returns -1 and sets errno to EINVAL if the specified
[all …]
/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/perf-3.12.0/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/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DMulticastDelegate.java135 final boolean returns = returnType != Type.VOID_TYPE; in emitProxy()
137 if (returns) { in emitProxy()
150 if (returns) { in emitProxy()
155 if (returns) { in emitProxy()

12345678910>>...40