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

1 23 4

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 101 case SWT.Resize :
109 final int[] comboEvents = {SWT.Dispose, SWT.Move, SWT.Resize};
304 case SWT.Resize :
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp 68 virtual UBool Resize(int32_t appendCapacity, int32_t length);
84 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) {
100 virtual UBool Resize(int32_t appendCapacity, int32_t length);
110 if (Resize(n, length)) {
116 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) {
    [all...]
collationkeys.cpp 75 } else if (Resize(desired_capacity_hint, appended_)) {
193 if(buffer.resize(newCapacity, len)==NULL) {
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 233 TEST(RepeatedField, Resize) {
235 field.Resize(2, 1);
237 field.Resize(5, 2);
239 field.Resize(4, 3);
245 field.Resize(0, 4);
    [all...]
repeated_field.h 139 // Resize the RepeatedField to a new, smaller size. This is O(1).
146 // Like STL resize. Uses value to fill appended elements.
149 void Resize(int new_size, const Element& value);
654 inline void RepeatedField<Element>::Resize(int new_size, const Element& value) {
    [all...]
wire_format_lite_inl.h 373 values->Resize(old_entries + new_entries, 0);
374 // values->mutable_data() may change after Resize(), so do this after:
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle
134 resizePackagesNav = $("#resize-packages-nav");
152 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
305 /* Resize the height of the nav panels in the reference,
321 /* Resize the height of the side-nav and doc-content divs,
326 // Get the window height and always resize the doc-content and side-nav divs
332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
339 // Also resize the "devdoc-nav" di
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle
147 resizePackagesNav = $("#resize-packages-nav");
155 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
231 /* Resize the height of the nav panels in the reference,
246 /* Resize the height of the side-nav and doc-content divs,
251 // Get the window height and always resize the doc-content and side-nav divs
257 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
264 // If in the dev guide docs, also resize the "devdoc-nav" di
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 123 addListener(SWT.Resize, new Listener() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 93 addListener(SWT.Resize, new Listener() {
347 addListener(SWT.Resize, listener);
506 // check for resize band
554 // during resize mouse can be temporary outside of flyout - ignore
743 // draw resize band
808 * Draws that resize band, {@link Sash} like.
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java     [all...]
  /art/runtime/gc/collector/
mark_compact.cc 277 mark_stack_->Resize(new_size);
semi_space.cc 427 mark_stack_->Resize(new_size);
    [all...]
mark_sweep.cc 338 mark_stack_->Resize(new_size);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 430 m_coff_header_opt.data_dirs.resize(num_data_dir_entries);
465 m_sect_headers.resize(nsects);
548 Symbol *symbols = m_symtab_ap->Resize (num_syms);
    [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 51 Symtab::Resize(size_t count)
55 m_symbols.resize (count);
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp     [all...]
  /external/llvm/unittests/Support/
Path.cpp 684 TEST_F(FileSystemTest, Resize) {
  /external/skia/src/core/
SkBitmapProcState.cpp 152 if (!SkBitmapScaler::Resize(&fScaledBitmap,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 178 addListener(SWT.Resize, new Listener() {
230 // Events: dispose, resize, scroll
244 * Handles {@link SWT#Resize} event.
408 // resize splitter
463 // resize splitter
    [all...]

Completed in 1127 milliseconds

1 23 4