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

  /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...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 87 private boolean returns; field in class:RopperMachine
146 this.returns = false;
193 returns = false;
215 * @return whether the block returns
217 public boolean returns() { method in class:RopperMachine
218 return returns;
578 * Returns get turned into the combination of a move (if
594 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/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 288 milliseconds