/external/libvorbis/lib/modes/ |
setup_X.h | 13 function: catch-all toplevel settings for q modes only
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
Makefile | 29 $(PROJ_SRC_DIR)/toplevel.ml \
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
Makefile | 29 $(PROJ_SRC_DIR)/toplevel.ml \
|
/external/pixman/pixman/ |
pixman-implementation.c | 47 /* Make sure the whole fallback chain has the right toplevel */ 49 d->toplevel = imp; 75 _pixman_implementation_lookup_composite (pixman_implementation_t *toplevel, 118 for (imp = toplevel; imp != NULL; imp = imp->fallback)
|
/external/chromium_org/content/public/common/ |
page_transition_types_list.h | 34 // loaded in a non-toplevel frame. For example, if a page consists of 55 // This is a toplevel navigation. This is any content that is automatically 56 // loaded in a toplevel frame. For example, opening a tab to show the ASH
|
/external/libvorbis/doc/vorbisfile/ |
ov_read.html | 52 multiple logical bitstream nature of chaining from the toplevel 53 application if the toplevel application didn't particularly care. 59 that the toplevel application can handle channel and/or sample
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
netrc.py | 40 toplevel = tt = lexer.get_token() 67 "bad toplevel token %r" % tt, file, lexer.lineno) 84 % (toplevel, entryname, repr(tt)),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
netrc.py | 40 toplevel = tt = lexer.get_token() 67 "bad toplevel token %r" % tt, file, lexer.lineno) 84 % (toplevel, entryname, repr(tt)),
|
/external/chromium_org/net/http/ |
transport_security_persister.cc | 138 DictionaryValue toplevel; local 177 toplevel.Set(HashedDomainToExternalString(hostname), serialized); 180 base::JSONWriter::WriteWithOptions(&toplevel,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 30 class Dialog(Toplevel): 47 Toplevel.__init__(self, parent) 91 Toplevel.destroy(self)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
suite.py | 89 topLevel = False 91 result._testRunEntered = topLevel = True 112 if topLevel:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 30 class Dialog(Toplevel): 47 Toplevel.__init__(self, parent) 91 Toplevel.destroy(self)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
suite.py | 89 topLevel = False 91 result._testRunEntered = topLevel = True 112 if topLevel:
|
/external/bison/ |
PACKAGING | 24 at the toplevel directory:
|
/external/chromium/chrome/browser/ui/gtk/ |
constrained_window_gtk.h | 67 // Returns the toplevel widget that displays this "window".
|
first_run_bubble.h | 71 // The widget we anchor to, and a descendant of the toplevel window we
|
status_bubble_gtk.cc | 180 GtkWidget* toplevel = gtk_widget_get_toplevel(container_.get()); local 181 if (!toplevel || !GTK_WIDGET_REALIZED(toplevel)) 192 gdk_window_get_position(toplevel->window, &toplevel_x, &toplevel_y);
|
/external/chromium_org/ash/shell/ |
toplevel_window.cc | 67 return ASCIIToUTF16("Examples: Toplevel Window");
|
/external/chromium_org/chrome/browser/ui/gtk/ |
ssl_client_certificate_selector.cc | 341 GtkWidget* toplevel = gtk_widget_get_toplevel(root_widget_.get()); local 342 ShowCertificateViewer(web_contents_, GTK_WINDOW(toplevel), cert); 359 GtkWidget* toplevel = gtk_widget_get_toplevel(root_widget_.get()); local 366 GTK_WINDOW(toplevel),
|
status_bubble_gtk.cc | 189 GtkWidget* toplevel = gtk_widget_get_toplevel(container_.get()); local 190 if (!toplevel || !gtk_widget_get_realized(toplevel)) 204 GdkWindow* gdk_window = gtk_widget_get_window(toplevel);
|
zoom_bubble_gtk.h | 30 // |anchor_widget|. If |anchor_widget| is a toplevel window, the bubble will
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_classifier_delegate.cc | 229 // toplevel URL. 232 // 5. The toplevel URL has not already been classified. 256 // We've already classified this toplevel URL, so this was likely an 259 VLOG(2) << "Toplevel URL is unchanged, not starting classification.";
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host_aura_unittest.cc | 52 // Owned by |toplevel|.
|
/external/clang/test/CodeGenCXX/ |
debug-info-decl-nested.cpp | 23 OuterClass::InnerClass OuterClass::theInnerClass; // This toplevel decl causes InnerClass to be generated.
|
/external/harfbuzz_ng/ |
git.mk | 16 # To use in your project, import this file in your git repo's toplevel, 40 # For a list of toplevel files that should be in MAINTAINERCLEANFILES, see 70 # Variables user modules may want to add to toplevel MAINTAINERCLEANFILES: 75 # toplevel MAINTAINERCLEANFILES:
|