Searched defs:returns (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_protocol_externs.py127 returns = ["?Protocol.Error"] variable
129 returns.append("%s=" % param_type(domain_name, command["error"]))
130 if ("returns" in command):
131 for out_param in command["returns"]:
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/bison/
H A Dconfigure564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
3925 # (eg FreeBSD returns the mod time of the symlink's containing
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5
9925 $as_echo_n "checking whether strerror_r returns char *... " >&6; }
9956 # former has a strerror_r that returns char*, while the latter
9957 # has a strerror_r that returns `int'.
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5
12714 $as_echo_n "checking whether snprintf returns a byte count as in C99... " >&6; }
20369 mingw*) # on this platform, dup2 always returns 0 for success
20371 cygwin*) # on cygwin 1.5.x, dup2(1,1) returns
21833 function returns an invalid (incorrectly normalized) value: it returns function
27035 function returns an invalid (incorrectly normalized) value: it returns function
[all...]
/external/chromium_org/cc/resources/
H A Dprioritized_resource_unittest.cc368 ReturnedResourceArray returns; local
369 TransferableResource::ReturnResources(transferable, &returns);
370 resource_provider_->ReceiveReturnsFromParent(returns);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c101 /* The parent frame for the last exception event, to fix missing returns. */
109 unsigned returns; member in struct:__anon10725::__anon10726
128 self->stats.returns = 0;
384 STATS( self->stats.returns++; )
466 * simply returns the Python object used as the second argument to
543 /* start() returns a trace function usable with sys.settrace() */
567 "returns", self->stats.returns,
/external/clang/lib/Sema/
H A DSemaLambda.cpp30 /// If successful, returns the index into Sema's FunctionScopeInfo stack
57 /// \returns An Optional<unsigned> Index that if evaluates to 'true' contains
138 /// If successful, returns the index into Sema's FunctionScopeInfo stack
165 /// \returns An Optional<unsigned> Index that if evaluates to 'true' contains
568 static EnumDecl *findCommonEnumForBlockReturns(ArrayRef<ReturnStmt*> returns) { argument
569 ArrayRef<ReturnStmt*>::iterator i = returns.begin(), e = returns.end();
575 // Check that the rest of the returns have the same enum.
589 static void adjustBlockReturnsToEnum(Sema &S, ArrayRef<ReturnStmt*> returns, argument
592 i = returns
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 2112 milliseconds