HomeSort by relevance Sort by last modified time
    Searched refs:BOTH (Results 51 - 75 of 306) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetSpanner.java 329 BOTH,
340 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example:
356 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE);
374 * LEADING, TRAILING, or BOTH
398 * LEADING, TRAILING, or BOTH
  /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 )
OptMenu.py 59 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)
switch.py 17 self.panelframe.pack(expand=1, fill=BOTH)
36 frame.pack(expand=1, fill="both")
  /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)
  /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)
  /prebuilts/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]
  /external/python/cpython2/Demo/tkinter/matt/
canvas-gridding.py 18 self.QUIT.pack(side=BOTTOM, fill=BOTH)
canvas-moving-or-creating.py 49 self.QUIT.pack(side=LEFT, fill=BOTH)
canvas-moving-w-mouse.py 36 self.QUIT.pack(side=LEFT, fill=BOTH)
canvas-with-scrollbars.py 18 self.QUIT.pack(side=BOTTOM, fill=BOTH)
pong-demo-1.py 10 self.QUIT.pack(side=LEFT, fill=BOTH)
printing-coords-of-items.py 48 self.QUIT.pack(side=LEFT, fill=BOTH)
rubber-band-box-demo-1.py 13 self.QUIT.pack(side=BOTTOM, fill=BOTH)
rubber-line-demo-1.py 13 self.QUIT.pack(side=BOTTOM, fill=BOTH)
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MapField.java 62 * BOTH: mapData and listData have the same data.
68 * MAP MAP BOTH MAP LIST
69 * LIST BOTH LIST MAP LIST
70 * BOTH BOTH BOTH MAP LIST
75 private enum StorageMode {MAP, LIST, BOTH}
183 mode = StorageMode.BOTH;
238 mode = StorageMode.BOTH;

Completed in 506 milliseconds

1 23 4 5 6 7 8 91011>>