/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
D | mock.py | 100 name=None, parent=None, wraps=None): argument 110 self._wraps = wraps 179 wraps = None 181 wraps = getattr(self._wraps, name) 182 self._children[name] = Mock(parent=self, name=name, wraps=wraps)
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tracking_area.mm | 9 // NSTrackingArea does not retain its |owner| so CrTrackingArea wraps the real
|
/external/markdown/docs/ |
D | using_as_module.txt | 67 wraps the above method.
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 2028 const GrGLenum* wraps = GrGLTexture::WrapMode2GLWrap(); in flushGLStateCommon() local 2029 newTexParams.fWrapS = wraps[sampler.getWrapX()]; in flushGLStateCommon() 2030 newTexParams.fWrapT = wraps[sampler.getWrapY()]; in flushGLStateCommon()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.MacOSX | 26 should compile your application the same way. A script which wraps
|
/external/chromium/base/ |
D | message_pump_mac.mm | 618 // when it cleans up the pool that wraps frame #7. When an autorelease pool is
|
/external/valgrind/main/docs/internals/ |
D | xml-output-protocol4.txt | 395 wraps up extra tagged info along with the line of text that would be
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 445 value") if the GEP overflows (i.e. wraps around the end of the address space).
|
D | CommandLine.rst | 1590 we seem to accept reasonable file sizes. This wraps up the "custom parser"
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 424 of a code block are interpreted literally. Markdown wraps a code block
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 461 of a code block are interpreted literally. Markdown wraps a code block
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 461 of a code block are interpreted literally. Markdown wraps a code block
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 461 of a code block are interpreted literally. Markdown wraps a code block
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 394 // implicitly converted to an integer that wraps a location. Previosly we would
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 461 of a code block are interpreted literally. Markdown wraps a code block
|
/external/webkit/Source/WebKit/ |
D | ChangeLog | 1144 * CMakeListsEfl.txt: add new file that wraps the WindowFeatures struct 2068 …Add support for WebSerializedJSValue to WebKit. This object wraps the SerializedScriptValue funct…
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 1711 wraps: function(el, where){ method
|
D | concat-jquery-mootools-prototype.js | 6087 wraps: function(el, where){ method
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 2950 Added an class that wraps NSAttributedString. As far as I can tell, one can't pass a CF 4844 have prevented us from creating a DIB that wraps a SharedMemory object (which I noticed 8876 Create a WebData that wraps the CFData, then pass it along to 11880 Add the API object, which wraps to WebKeyValueStorageManagerProxy: 12600 Add the API object, which wraps to WebApplicationCacheManagerProxy:
|
/external/e2fsprogs/ |
D | aclocal.m4 | 2742 # exists, then the other make wraps the GNU make.
|
/external/srtp/doc/ |
D | rfc3711.txt | 697 counter, ROC, to zero. Each time the RTP sequence number, SEQ, wraps
|
/external/iproute2/doc/ |
D | ip-cref.tex | 499 on the interface. This number wraps when the maximal length of the data type
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 8551 Added a new class, LocalizedString, that wraps a CFStringRef and a 16045 WebKitScrollBar wraps the WebCore's PlatformScrollbar. This allows the app to 17799 New class which wraps a NavigationAction in a property bag. 18495 WebEditorUndoCommand implements IWebUndoCommand and wraps an
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 1107 …presents a single remote or local font. If it represents a remote font than it wraps a CachedFont. 8553 AutodrainedPool wraps an NSAutoreleasePool and tracks a "cycle" count. This allows clients 25502 Creating a Clipboard that wraps the system clipboard 30453 New function which fetches the plugin NPObject and wraps it in an instance. 39662 tiger no longer wraps 44334 Native popup with size="1" wraps options 56024 …REGRESSION (r12073): Text wraps in the middle of a word instead of wrapping at the space before th… 58944 (r12065-r12082): Navigation graphic wraps to the next line on 60138 Test: fast/block/basic/white-space-pre-wraps.html
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 897 * MacroAssemblerCodePtr - this wraps a pointer into JIT generated code. 898 * FunctionPtr - this wraps a pointer to a C/C++ function in JSC. 899 * ReturnAddressPtr - this wraps a return address resulting from a 'call' instruction. 1926 a bit of a mess. We have a class JITCode which wraps the pointer to a block of
|