HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 201 - 225 of 1104) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython2/Demo/tix/
tixwidgets.py 126 frame2.pack(side=TOP, expand=1, fill=BOTH, padx=4, pady=4)
190 text.pack(side=TOP, fill=BOTH, expand=1)
244 title.pack(expand=1, fill=Tix.BOTH, padx=10, pady=10)
245 msg.pack(expand=1, fill=Tix.BOTH, padx=10, pady=10)
423 msg.pack(side=Tix.TOP, expand=1, fill=Tix.BOTH, padx=3, pady=3)
435 msg.pack(side=Tix.TOP, expand=1, fill=Tix.BOTH, padx=3, pady=3)
462 msg.pack(side=Tix.TOP, expand=1, fill=Tix.BOTH, padx=3, pady=3)
471 msg.pack(side=Tix.TOP, expand=1, fill=Tix.BOTH, padx=3, pady=3)
517 top.pack(expand=1, fill=Tix.BOTH)
549 lbl.pack(expand=1, fill=Tix.BOTH
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
LockscreenFragment.java 158 public final ExpandableIndicator expand; field in class:LockscreenFragment.Holder
164 expand = (ExpandableIndicator) itemView.findViewById(R.id.expand);
286 holder.expand.setVisibility(View.VISIBLE);
287 holder.expand.setExpanded(expando);
288 holder.expand.setOnClickListener(
291 holder.expand.setVisibility(View.GONE);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.cpp 181 if (const RecVec *Result = ST.expand(Rec))
189 // Expand a Def into a set by evaluating one of its fields.
195 void expand(SetTheory &ST, Record *Def, RecSet &Elts) { function in struct:__anon36558::FieldExpander
226 // A def in a list can be a just an element, or it may expand.
228 if (const RecVec *Result = expand(Def->getDef()))
234 // Lists simply expand.
251 const RecVec *SetTheory::expand(Record *Set) { function in class:SetTheory
265 Exp->expand(*this, Set, Elts);
  /test/vti/dashboard/src/main/webapp/js/
test_results.js 131 var icon = header.find('.material-icons.expand-arrow');
266 var expand = $('<i></i>');
267 expand.addClass('material-icons expand-arrow')
268 expand.text('expand_more');
269 expand.appendTo(div);
274 expand.addClass('rotate');
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 323 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
326 function toggleInherited(linkObj, expand) {
332 if ( (expand == null && a.hasClass("closed")) || expand ) {
338 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
350 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
353 function toggleAllInherited(linkObj, expand) {
357 if ( (expand == null && a.text() == "[Expand]") || expand )
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 304 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
307 function toggleInherited(linkObj, expand) {
313 if ( (expand == null && a.hasClass("closed")) || expand ) {
319 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
331 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
334 function toggleAllInherited(linkObj, expand) {
338 if ( (expand == null && a.text() == "[Expand]") || expand )
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 274 DB 092h ; present, ring 0, data, expand-up, writable
284 DB 09Bh ; present, ring 0, data, expand-up, not-writable
294 DB 093h ; present, ring 0, data, expand-up, not-writable
305 DB 09Ah ; present, ring 0, data, expand-up, writable
315 DB 09Bh ; present, ring 0, code, expand-up, writable
325 DB 093h ; present, ring 0, data, expand-up, not-writable
336 DB 0 ; present, ring 0, data, expand-up, writable
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 263 DB 092h ; present, ring 0, data, expand-up, writable
273 DB 09Bh ; present, ring 0, data, expand-up, not-writable
283 DB 093h ; present, ring 0, data, expand-up, not-writable
294 DB 09Ah ; present, ring 0, data, expand-up, writable
304 DB 09Bh ; present, ring 0, code, expand-up, writable
314 DB 093h ; present, ring 0, data, expand-up, not-writable
325 DB 0 ; present, ring 0, data, expand-up, writable
  /external/ImageMagick/scripts/
xsnap 62 pack append .alert .alert.top {top fill expand} .alert.bottom \
63 {top fill expand}
65 pack append .alert.top .alert.top.message {top expand padx 5 pady 5}
72 pack append .alert.bottom .alert.bottom.0 {left expand padx 10 pady 10}
75 pack append .alert.bottom.0 .alert.bottom.0.button {expand padx 12 pady 12}
82 pack append .alert.bottom .alert.bottom.$i {left expand padx 20}
161 pack .options.input -expand 1 -fill both
196 pack .options.processing -expand 1 -fill both
244 pack .options.output -expand 1 -fill both
300 pack .print.format.list -side top -expand 1 -fill bot
    [all...]
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 165 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
169 expand(d, d, dbits);
171 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
175 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
178 expand(r, s, dbits);
182 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 71 Animator expand = ObjectAnimator.ofFloat(card, "translationY", targetY); local
72 expandAnimators.add(expand);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
NodeText.java 191 String expand() { method in class:NodeText
194 elements.forEach(e -> sb.append(e.expand()));
  /external/python/cpython2/Demo/tix/samples/
SHList2.py 45 top.a.pack( expand=1, fill=Tix.BOTH, padx=10, pady=10, side=Tix.TOP)
147 top.pack( side=Tix.TOP, fill=Tix.BOTH, expand=1 )
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 26 f.pack(expand=1, fill=BOTH)
30 t.pack(side=LEFT, fill=BOTH, expand=1)
  /external/python/cpython2/Lib/idlelib/
textView.py 60 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
62 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /external/python/cpython3/Lib/idlelib/
textview.py 60 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
62 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /external/python/cpython3/Tools/unittestgui/
unittestgui.py 266 self.top.pack(fill=tk.BOTH, expand=1)
302 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1)
308 progressFrame.pack(fill=tk.X, expand=0, anchor=tk.NW)
312 self.progressBar.pack(fill=tk.X, expand=1)
343 expand=1, anchor=tk.W)
348 listFrame.pack(fill=tk.BOTH, anchor=tk.NW, expand=1)
352 self.errorListbox.pack(side=tk.LEFT, fill=tk.BOTH, expand=1,
442 self.canvas.pack(fill=tk.X, expand=1)
  /external/smali/baksmali/
build.gradle 52 processResources.expand('version': version)
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 85 expand(inflater, comp, (int) deflater.getBytesWritten(), output); method
162 * Expand data from "inBuf" to "outBuf". Uses a small window to better
165 private void expand(Inflater inflater, byte[] inBuf, int inCount, method in class:OldAndroidDeflateTest
172 //System.out.println("### starting expand, inCount is " + inCount);
  /packages/apps/Dialer/java/com/android/dialer/main/impl/toolbar/
MainToolbar.java 125 public void expand(boolean animate, Optional<String> text) { method in class:MainToolbar
126 searchBar.expand(animate, text);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)

Completed in 603 milliseconds

1 2 3 4 5 6 7 891011>>