HomeSort by relevance Sort by last modified time
    Searched full:toplevel (Results 51 - 75 of 507) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libvorbis/lib/modes/
setup_44u.h 13 function: toplevel settings for 44.1/48kHz uncoupled modes
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 18 Toplevel.main_loop stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 20 Toplevel.main_loop stream;
  /frameworks/rs/java/tests/RsBLAS_Benchmark/res/layout/
main.xml 21 android:id="@+id/toplevel">
  /external/v8/src/compiler/
register-allocator.cc 325 DCHECK(!TopLevel()->HasNoSpillType());
419 if (TopLevel()->HasSpillOperand()) {
420 InstructionOperand* op = TopLevel()->GetSpillOperand();
424 return TopLevel()->GetSpillRangeOperand();
453 int new_id = TopLevel()->GetNextChildId();
454 LiveRange* child = new (zone) LiveRange(new_id, representation(), TopLevel());
457 child->top_level_ = TopLevel();
754 if (TopLevel()->has_slot_use()) {
912 DCHECK(merged->TopLevel() == this);
971 TopLevel()->UpdateParentForAllChildren(TopLevel())
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 262 * (debugging) annotations and {@code topLevel} is
267 * @param topLevel {@code true} iff the given annotation is the
271 public void writeArray(CstArray array, boolean topLevel) {
272 boolean annotates = topLevel && out.annotates();
300 * (debugging) annotations and {@code topLevel} is
305 * @param topLevel {@code true} iff the given annotation is the
309 public void writeAnnotation(Annotation annotation, boolean topLevel) {
310 boolean annotates = topLevel && out.annotates();
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 261 * (debugging) annotations and {@code topLevel} is
266 * @param topLevel {@code true} iff the given annotation is the
270 public void writeArray(CstArray array, boolean topLevel) {
271 boolean annotates = topLevel && out.annotates();
299 * (debugging) annotations and {@code topLevel} is
304 * @param topLevel {@code true} iff the given annotation is the
308 public void writeAnnotation(Annotation annotation, boolean topLevel) {
309 boolean annotates = topLevel && out.annotates();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 260 * (debugging) annotations and {@code topLevel} is
265 * @param topLevel {@code true} iff the given annotation is the
269 public void writeArray(CstArray array, boolean topLevel) {
270 boolean annotates = topLevel && out.annotates();
298 * (debugging) annotations and {@code topLevel} is
303 * @param topLevel {@code true} iff the given annotation is the
307 public void writeAnnotation(Annotation annotation, boolean topLevel) {
308 boolean annotates = topLevel && out.annotates();
  /external/libdrm/freedreno/msm/
msm_priv.h 81 * [*] in case multiple ringbuffers, ie. one toplevel and other rb(s)
82 * used for IB target(s), the toplevel rb is the parent which is
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
INSTALL.VMS 5 Just execute vms_make.com from the toplevel directory to build the
18 sharing the same toplevel as the directory of Freetype2 and follow the
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 10 from Tkinter import Toplevel
11 top = Toplevel(root)
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
14 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
16 Toplevel.__init__(self, parent)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 10 from Tkinter import Toplevel
11 top = Toplevel(root)
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
14 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
16 Toplevel.__init__(self, parent)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 10 from Tkinter import Toplevel
11 top = Toplevel(root)
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
14 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
16 Toplevel.__init__(self, parent)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 10 from Tkinter import Toplevel
11 top = Toplevel(root)
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
14 Toplevel.__init__(self, parent)
textView.py 8 class TextViewer(Toplevel):
16 Toplevel.__init__(self, parent)

Completed in 1497 milliseconds

1 23 4 5 6 7 8 91011>>