HomeSort by relevance Sort by last modified time
    Searched defs:returns (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_protocol_externs.py 127 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))
  /art/test/004-JniTest/src/
Main.java 101 byte returns[] = { 0, 1, 2, 127, -1, -2, -128 };
102 for (int i = 0; i < returns.length; i++) {
105 if (returns[i] != result) {
106 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
116 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; local
117 for (int i = 0; i < returns.length; i++) {
120 if (returns[i] != result) {
121 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
146 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, local
148 for (int i = 0; i < returns.length; i++)
    [all...]
  /art/test/115-native-bridge/src/
NativeBridgeMain.java 96 byte returns[] = { 0, 1, 2, 127, -1, -2, -128 };
97 for (int i = 0; i < returns.length; i++) {
100 if (returns[i] != result) {
101 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
111 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; local
112 for (int i = 0; i < returns.length; i++) {
115 if (returns[i] != result) {
116 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
141 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, local
143 for (int i = 0; i < returns.length; i++)
    [all...]
  /external/bison/
configure 564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
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/
prioritized_resource_unittest.cc 368 ReturnedResourceArray returns; local
369 TransferableResource::ReturnResources(transferable, &returns);
370 resource_provider_->ReceiveReturnsFromParent(returns);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 206 int returns = 0; local
230 returns++;
259 if (returns > 2) {
265 returns = 0;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 59 returns(result);
73 returns(result);
89 returns(result);
104 returns(result);
120 returns(result);
136 returns(result);
148 returns(result);
160 returns(result);
175 returns(result);
191 returns(result)
454 private void returns(String result) { method in class:EGLLogWrapper
459 private void returns(int result) { method in class:EGLLogWrapper
463 private void returns(boolean result) { method in class:EGLLogWrapper
467 private void returns(Object result) { method in class:EGLLogWrapper
    [all...]
GLLogWrapper.java 109 private void returns(String result) { method in class:GLLogWrapper
110 log(") returns " + result + ";\n");
114 private void returns(int result) { method in class:GLLogWrapper
115 returns(Integer.toString(result));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 101 /* The parent frame for the last exception event, to fix missing returns. */
109 unsigned returns; member in struct:__anon15345::__anon15346
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,
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 92 private boolean returns; field in class:RopperMachine
158 this.returns = false;
205 returns = false;
227 * @return whether the block returns
229 public boolean returns() { method in class:RopperMachine
230 return returns;
590 * Returns get turned into the combination of a move (if
606 returns = true;
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 143 long[] returns = new long[stss.size()]; local
145 returns[i] = stss.get(i);
147 return returns;
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
jsilver-1.0.0.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 1008 milliseconds

1 2