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

1 2 3 4

  /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)
444 private void returns(String result) { method in class:EGLLogWrapper
449 private void returns(int result) { method in class:EGLLogWrapper
453 private void returns(boolean result) { method in class:EGLLogWrapper
457 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/clearsilver/mod_ecs/
mod_ecs.c 47 if the CGI fails but returns).
103 int returns; member in struct:wrap_data
213 wrap->returns = ap_scan_script_header_err_core(wrap->r, NULL, h_getline,
224 if (wrap->returns == OK)
230 wrap->returns = INTERNAL_REDIRECT;
237 wrap->returns = REDIRECT;
252 if ((wrap->returns != OK) || wrap->r->header_only)
652 if (wdata->returns != OK)
653 ret = wdata->returns;
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 86 private boolean returns; field in class:RopperMachine
145 this.returns = false;
192 returns = false;
214 * @return whether the block returns
216 public boolean returns() { method in class:RopperMachine
217 return returns;
556 * Returns get turned into the combination of a move (if
572 returns = true;
    [all...]
  /dalvik/vm/mterp/x86/
OP_IGET.S 43 testl %eax,%eax # ... which returns InstrField ptr
OP_IGET_WIDE.S 41 testl %eax,%eax # ... which returns InstrField ptr
OP_IPUT.S 44 testl %eax,%eax # ... which returns InstrField ptr
OP_IPUT_OBJECT.S 43 testl %eax,%eax # ... which returns InstrField ptr
OP_IPUT_WIDE.S 41 testl %eax,%eax # ... which returns InstrField ptr
  /external/v8/src/
mirror-debugger.js 46 * Returns the mirror for a specified value or object.
51 * @returns {Mirror} the mirror reflects the passed value or object
103 * Returns the mirror for a specified mirror handle.
106 * @returns {Mirror or undefiend} the mirror with the requested handle or
115 * Returns the mirror for the undefined value.
117 * @returns {Mirror} the mirror reflects the undefined value
235 * @returns {boolean} True if the mirror reflects a value.
244 * @returns {boolean} True if the mirror reflects the undefined value.
253 * @returns {boolean} True if the mirror reflects the null value
262 * @returns {boolean} True if the mirror reflects a boolean valu
    [all...]
  /external/clearsilver/cgi/
html.c 28 int returns = 0; local
44 returns++;
53 if (returns > 2) return 1;
55 returns = 0;
  /external/v8/test/mjsunit/
get-prototype-of.js 61 // Make sure the real objects have this method and that it returns the
indexed-accessors.js 102 // Using a getter where only a setter is defined returns undefined.
object-create.js 77 // Add a property foo that returns a function.
95 // Add a getter foo that returns a counter value.
date.js 141 // Test that toLocaleTimeString only returns the time portion of the
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
shell.js 71 // because ( NaN == NaN ) always returns false, need to do
jsref.js 70 // because ( NaN == NaN ) always returns false, need to do
  /external/protobuf/python/google/protobuf/
text_format.py 334 Returns:
364 Returns:
387 Returns:
398 Returns:
413 Returns:
429 Returns:
445 Returns:
461 Returns:
477 Returns:
504 Returns
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 72 // because ( NaN == NaN ) always returns false, need to do
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
shell.js 75 // because ( NaN == NaN ) always returns false, need to do
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 23 * (shell.done) that displays the results when the XmlHttpRequest returns.
160 * server, and registers shell.done() as the callback to run when it returns.
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 274 the fully qualified (dotted) module name. It returns the
  /external/zlib/contrib/delphi/
ZLib.pas 69 The Position property returns the number of uncompressed bytes of
72 CompressionRate returns the on-the-fly percentage by which the original
108 The Position property returns the number of bytes of uncompressed data that
  /external/clearsilver/cs/
test_joo.cs 106 Testing ?! - Existance only works on a var, otherwise always returns
  /external/protobuf/editors/
proto.vim 61 syn keyword pbRPC service rpc returns

Completed in 2989 milliseconds

1 2 3 4