Searched refs:underlying (Results 1 – 25 of 59) sorted by relevance
123
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-strings.cc | 270 static Handle<String> SliceOf(Handle<String> underlying) { in SliceOf() argument 271 int start = gen() % underlying->length(); in SliceOf() 272 int end = start + gen() % (underlying->length() - start); in SliceOf() 273 return Factory::NewStringSlice(underlying, in SliceOf()
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 28 on the underlying implementation (some of them will just return 0 instead). 33 can accept, nor to be notified when its underlying implementation is ready
|
/external/icu4c/tools/tzcode/ |
D | readme.txt | 35 self-contained implementation, whereas ICU4J uses the underlying JDK
|
/external/libpcap/ |
D | README | 66 with the underlying kernel subsystem, but this is not yet implemented.
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_utility.mm | 224 WebScriptObject underlying JavaScript object
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 176 new g_datalist_* API (this is also the underlying implementation for the
|
D | ChangeLog.pre-2-2 | 47 actual access modes of the underlying Win32 HANDLE, by trying
|
/external/webkit/WebKit/mac/WebView/ |
D | WebDynamicScrollBarsView.mm | 200 // The underlying cause is some problem in the NSText machinery, but I was not
|
D | WebFrame.mm | 1269 …// While full-frame images and plugins do have an underlying HTML document, we return nil here to …
|
/external/libffi/include/ |
D | ffi.h.in | 41 if the underlying platform doesn't allow faster implementation.
|
/external/blktrace/btt/doc/ |
D | btt.tex | 215 requests into fewer, but larger, IOs to the underlying driver. In this 247 that are handled by underlying drivers. 260 percentage, the better the underlying subsystems can handle them.) 266 by underlying drivers. The next section shows how often the request
|
/external/openssl/crypto/engine/ |
D | README | 6 OpenSSL, and it pretty much completely restructures the underlying mechanics of
|
/external/bluetooth/glib/gmodule/ |
D | ChangeLog | 993 * gmodule.c: provide no operation implementation for the underlying
|
/external/strace/ |
D | aclocal.m4 | 491 # Check whether the underlying file-system supports filenames
|
/external/genext2fs/ |
D | aclocal.m4 | 479 # Check whether the underlying file-system supports filenames
|
/external/bison/ |
D | aclocal.m4 | 502 # Check whether the underlying file-system supports filenames
|
/external/tesseract/ |
D | aclocal.m4 | 533 # Check whether the underlying file-system supports filenames
|
/external/webkit/V8Binding/v8/ |
D | ChangeLog | 377 checks to the underlying buffer string.
|
/external/elfutils/ |
D | aclocal.m4 | 570 # Check whether the underlying file-system supports filenames
|
/external/grub/ |
D | aclocal.m4 | 570 # Check whether the underlying file-system supports filenames
|
/external/webkit/V8Binding/v8/src/ |
D | objects.cc | 4295 String* underlying = buffer(); in SlicedStringGet() local 4296 return underlying->Get(start() + index); in SlicedStringGet()
|
/external/grub/docs/ |
D | multiboot.texi | 704 underlying disk layout of extended partitions is hierarchical in
|
D | multiboot.info | 661 though the underlying disk layout of extended partitions is
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 2338 // Create a GWorld with the same underlying buffer into which the plugin can draw
|
/external/jpeg/ |
D | structure.doc | 646 The underlying type is at least a 16-bit signed integer; while "short" is big
|
123