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

1 2

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 100 name=None, parent=None, wraps=None):
110 self._wraps = wraps
179 wraps = None
181 wraps = getattr(self._wraps, name)
182 self._children[name] = Mock(parent=self, name=name, wraps=wraps)
  /development/tools/apkcheck/
Android.mk 19 # .jar file it wraps.
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 75 GLenum wraps; member in class:android::EGLTextureObject
TextureObjectManager.cpp 48 wraps = GL_REPEAT;
61 wraps = old->wraps;
texture.cpp 86 GGL_TEXTURE_WRAP_S, u.texture->wraps);
645 textureObject->wraps = param;
    [all...]
  /build/tools/apicheck/
Android.mk 20 # .jar file it wraps.
  /cts/tools/cts-api-coverage/
Android.mk 19 # .jar file it wraps.
  /cts/tools/cts-java-scanner/
Android.mk 19 # .jar file it wraps.
  /cts/tools/cts-native-scanner/
Android.mk 19 # .jar file it wraps.
  /cts/tools/cts-xml-generator/
Android.mk 19 # .jar file it wraps.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 106 A module that wraps token stream methods with debugging event code. A debuggable
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 49 * Returns a list of LogGroupEntrys. This basically wraps the original log
view.js 75 * DivView is an implementation of View that wraps a DIV.
  /external/v8/test/mjsunit/
debug-sourceinfo.js 227 // using column 12 wraps to next line.
232 // Test the Debug.findSourcePosition which wraps SourceManager.
large-object-allocation.js 283 // With this number of properties the object perfectly wraps around if the
unicode-test.js     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 288 A module that wraps token stream methods with debugging event code. A debuggable
tree.rb 195 wraps a token, a list of child trees, and some information about the collective
452 A CommonTree object is a tree node that wraps a token <i>payload</i> (or a +nil+
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 2028 const GrGLenum* wraps = GrGLTexture::WrapMode2GLWrap(); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 42 * obtain their value. It wraps the expression in parentheses such
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 42 * obtain their value. It wraps the expression in parentheses such
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 7 * wraps a form element with logic that enables implementation of proxy
14 * Wraps the proxy configuration form, binding proper handlers to its various
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 210 // add 'selected' to the <li> or <div> that wraps this <a>
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 683 milliseconds

1 2