Searched refs:resize (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorDragToAdjustNumberController.css27 cursor: col-resize;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregalloc.c31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags)
34 state.disc.re_resizef = resize;
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DBitVectorTest.cpp38 Vec.resize(5, true);
46 Vec.resize(11);
70 Vec.resize(23, true);
71 Vec.resize(25, false);
72 Vec.resize(26, true);
73 Vec.resize(29, false);
74 Vec.resize(33, true);
75 Vec.resize(57, false);
87 Vec.resize(61, false);
91 Alt.resize(
[all...]
H A DPackedVectorTest.cpp26 Vec.resize(5);
30 Vec.resize(11);
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dstatusbar.tcl13 # otherwise the resize behavior may behave oddly.
71 Widget::addmap StatusBar "" .resize {
145 set resize [eval [list label $path.resize] \
146 [Widget::subcget $path .resize] \
150 $resize configure -font "Marlett -16" -text \u006f
152 $resize configure -image ::StatusBar::resizer
154 bindtags $resize [list all [winfo toplevel $path] StatusResize $resize]
167 grid $resize
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DMessageInfo.itk23 bind $itk_component(message) <Configure> [code $this resize]
28 private method resize {} {
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_scanner_unittest.cc84 comments.resize(0);
92 comments.resize(0);
100 comments.resize(0);
107 comments.resize(0);
111 comments.resize(0);
119 comments.resize(0);
125 comments.resize(0);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DIndexedMap.h57 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
58 storage_.resize(s, nullVal_);
68 resize(NewSize);
H A DUniqueVector.h83 Vector.resize(0, 0);
H A DPackedVector.h108 void resize(unsigned N) { Bits.resize(N << (BitNum-1)); } function in class:llvm::PackedVector
118 resize(size()+1);
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_container.i46 void resize(size_type new_size);
68 void resize(size_type new_size, const value_type& x);
89 void resize(size_type new_size, value_type x);
104 %feature("ignore") std::vector<Type >::resize(size_type size);
106 %feature("ignore") std::deque<Type >::resize(size_type size);
108 %feature("ignore") std::list<Type >::resize(size_type size);
/macosx-10.10.1/swig-12/Lib/chicken/
H A Dstd_string.i38 $1.resize(0);
54 temp.resize(0);
82 $1.resize(0);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompiler.h59 m_poisonScratchIndices.resize(size);
H A DDFGDominators.cpp56 m_results[i].resize(numBlocks);
57 m_scratch.resize(numBlocks);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPackedIntVector.h71 void resize(size_t numInts)
73 m_bits.resize(numInts * bitCount);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h54 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
58 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubystdautodoc.swg21 AUTODOC(resize, "Resize the size of the $class");
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DBitSet.cpp35 storage.resize( el+1, false );
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb24 The sash between the two coloured windows below can be used to divide the area between them. Use the left mouse button to resize without redrawing by just moving the sash, and use the middle mouse button to resize opaquely (always redrawing the windows in each position.)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DToaster.tcl64 proc resize {newsize} { procedure
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStructureIDTable.cpp47 void StructureIDTable::resize(size_t newCapacity) function in class:JSC::StructureIDTable
79 resize(m_capacity * 2);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DValueSymbolTable.cpp54 UniqueName.resize(BaseSize);
93 UniqueName.resize(Name.size());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.h56 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm::BitcodeReaderValueList
76 ValuePtrs.resize(N);
103 void resize(unsigned N) { MDValuePtrs.resize(N); }
117 MDValuePtrs.resize(N);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeLivenessAnalysis.cpp167 uses.resize(out.numBits());
168 defs.resize(out.numBits());
196 block->in().resize(numberOfVariables);
197 block->out().resize(numberOfVariables);
204 newOut.resize(m_basicBlocks.last()->out().numBits());
225 result.resize(block->out().numBits());
245 result.resize(out.numBits() + numCapturedVars);
249 result.resize(out.numBits());
292 uses.resize(out.numBits());
293 defs.resize(ou
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMMachineFunctionInfo.h201 GPRCS1Frames.resize(Size);
213 GPRCS2Frames.resize(Size);
225 DPRCSFrames.resize(Size);

Completed in 1030 milliseconds

1234567891011>>