/external/libvorbis/lib/modes/ |
residue_44.h | 13 function: toplevel residue templates for 32/44.1/48kHz
|
residue_44u.h | 13 function: toplevel residue templates for 32/44.1/48kHz uncoupled
|
/external/mesa3d/src/gallium/docs/source/ |
conf.py | 186 # For "manual" documents, if this is true, then toplevel headings are parts,
|
/external/valgrind/main/docs/internals/ |
xml-output-protocol4.txt | 37 The TOPLEVEL nonterminal specifies top level XML output structure. It 40 TOPLEVEL references TOOLSPECIFICs for each tool, and these are defined 92 TOPLEVEL 105 protocol version is one they don't understand. Hence TOPLEVEL is:
|
/external/zlib/src/win32/ |
Makefile.msc | 12 # The toplevel directory of the source tree.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
debug.h | 35 functions/variables/toplevel asms. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
debug.h | 35 functions/variables/toplevel asms. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
debug.h | 35 functions/variables/toplevel asms. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
debug.h | 35 functions/variables/toplevel asms. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
MimeWriter.py | 62 treated in the same way as the toplevel MimeWriter. This way,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 43 # starts the toplevel 'block' of the module.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
MimeWriter.py | 62 treated in the same way as the toplevel MimeWriter. This way,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 43 # starts the toplevel 'block' of the module.
|
/system/media/camera/docs/ |
metadata-generate | 86 git rev-parse --show-toplevel 2> /dev/null)"
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.cc | 463 GtkWidget* toplevel = gtk_widget_get_toplevel(edit_view); local 464 DCHECK(GTK_WIDGET_TOPLEVEL(toplevel)); 465 ui::StackPopupWindow(window_, toplevel);
|
/external/chromium/net/base/ |
transport_security_state.cc | 290 DictionaryValue toplevel; local 326 toplevel.Set(HashedDomainToExternalString(i->first), state); 329 base::JSONWriter::Write(&toplevel, true /* pretty print */, output);
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.cc | 187 // Using a TOPLEVEL window may cause placement issues with certain WMs but it 250 // If the toplevel window is being used as the anchor, then the signals below 524 // Stack our window directly above the toplevel window.
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk.cc | 487 GtkWidget* toplevel = gtk_widget_get_toplevel(omnibox_view); local 488 DCHECK(gtk_widget_is_toplevel(toplevel)); 489 ui::StackPopupWindow(window_, toplevel);
|
/external/clang/tools/clang-format/ |
git-clang-format | 305 toplevel = run('git', 'rev-parse', '--show-toplevel') 306 os.chdir(toplevel)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Setup | 7 # from Makefile.pre.in by the toplevel configure script. 57 # toplevel "make install" target.) (For compatibility, 296 # toplevel directory:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Setup | 7 # from Makefile.pre.in by the toplevel configure script. 57 # toplevel "make install" target.) (For compatibility, 296 # toplevel directory:
|
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 157 ASSERT(TopLevel()->HasAllocatedSpillOperand()); 246 op = TopLevel()->GetSpillOperand(); [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 822 * The look up tree is represented by the top tnode and the number of topLevel 835 int level = fStruct->topLevel; 846 /* First check we're tall enough (ie enough topLevel) */ 855 if (requiredTallness > fStruct->topLevel) { 902 if (fStruct->topLevel < 0 || fStruct->topLevel > YAFFS_TNODES_MAX_LEVEL) { 910 /* First check we're tall enough (ie enough topLevel) */ 920 if (requiredTallness > fStruct->topLevel) { 922 for (i = fStruct->topLevel; i < requiredTallness; i++) { 935 fStruct->topLevel = requiredTallness [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ObjectPropertiesSection.js | 718 * @param {boolean} topLevel 721 WebInspector.ArrayGroupingTreeElement._populateRanges = function(treeElement, object, fromIndex, toIndex, topLevel) 808 if (topLevel) [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
server.c | 49 VG_MINIMAL_JMP_BUF(toplevel); variable 734 if (VG_MINIMAL_SETJMP(toplevel)) { 752 if (VG_MINIMAL_SETJMP(toplevel)) { [all...] |