Searched defs:expand (Results 1 - 25 of 35) sorted by relevance

12

/external/mesa3d/src/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/hyphenation/
H A Dsubstrings.pl108 sub expand { subroutine
129 my @exp = expand shift;
130 my @subexp = expand shift;
H A Dsubstrings.c121 static void expand( function
196 expand(org,format,l);
231 expand(neworg,newpat,l);
/external/webkit/Source/WebKit/chromium/scripts/
H A Dconcatenate_css_files.py62 def expand(self, filename): member in class:PathExpander
93 full_path = expander.expand(input_file_name)
H A Dconcatenate_js_files.py63 def expand(self, filename): member in class:PathExpander
94 full_path = expander.expand(input_file_name)
/external/apache-http/src/org/apache/http/util/
H A DByteArrayBuffer.java56 private void expand(int newlen) { method in class:ByteArrayBuffer
75 expand(newlen);
84 expand(newlen);
104 expand(newlen);
H A DCharArrayBuffer.java58 private void expand(int newlen) { method in class:CharArrayBuffer
77 expand(newlen);
90 expand(newlen);
113 expand(newlen);
133 expand(newlen);
187 expand(this.len + required);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java138 * Default behavior is to expand DTD entities,
140 * @param expand true if DTD entities are to be expanded,
143 public void setDTDEntityExpansion(boolean expand); argument
H A DSerializerBase.java1337 * If set to false the serializer does not expand DTD entities,
1340 public void setDTDEntityExpansion(boolean expand) { argument
/external/openssl/crypto/comp/
H A Dcomp.h22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
/external/openssl/include/openssl/
H A Dcomp.h22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
/external/v8/tools/
H A Djs2c.py127 # Remember to expand recursively in the arguments
142 result = macro.expand(mapping)
152 def expand(self, mapping): member in class:TextMacro
162 def expand(self, mapping): member in class:PythonMacro
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp143 while (!isa<SymbolData>(itr.back())) expand();
151 while (!isa<SymbolData>(itr.back())) expand();
160 void SVal::symbol_iterator::expand() { function in class:SVal::symbol_iterator
/external/junit/src/junit/swingui/
H A DTestSuitePanel.java149 private void fireTestChanged(final Test test, final boolean expand) { argument
160 if (expand) {
/external/webkit/Source/WebCore/platform/graphics/
H A DIntSize.h78 void expand(int width, int height) function in class:WebCore::IntSize
H A DRoundedIntRect.cpp63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:WebCore::RoundedIntRect::Radii
H A DRoundedIntRect.h63 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
64 void expand(int size) { expand(size, size, size, size); } function in class:WebCore::RoundedIntRect::Radii
65 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
89 void inflateWithRadii(int size) { m_rect.inflate(size); m_radii.expand(size); }
90 void expandRadii(int size) { m_radii.expand(size); }
/external/webkit/Source/WebCore/inspector/front-end/
H A Dtreeoutline.js389 this.selectedTreeElement.expand();
411 TreeOutline.prototype.expand = function()
558 this.expand();
625 this.expand();
666 element.treeElement.expand();
680 element.treeElement.expand();
708 TreeElement.prototype.expand = function()
764 item.expand();
789 currentAncestor.expand();
/external/llvm/utils/TableGen/
H A DSetTheory.cpp181 if (const RecVec *Result = ST.expand(Rec))
195 void expand(SetTheory &ST, Record *Def, RecSet &Elts) { function in struct:__anon7237::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);
H A DCodeGenRegisters.cpp164 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) { function in struct:__anon7222::TupleExpander
277 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
534 const std::vector<Record*> *TupRegs = Sets.expand(Tups[i]);
/external/openssl/crypto/lhash/
H A Dlhash.c83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
110 static void expand(_LHASH *lh);
187 expand(lh);
310 static void expand(_LHASH *lh) function
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStack.h130 void expand() function in struct:JSC::MarkStack::MarkStackArray
144 expand();
/external/dbus/dbus/
H A Ddbus-sha.c141 #define expand(W,i) ( W[ i & 15 ] = ROTL( 1, ( W[ i & 15 ] ^ W[ (i - 14) & 15 ] ^ \ macro
201 subRound (E, A, B, C, D, f1, K1, expand ( eData, 16) );
202 subRound (D, E, A, B, C, f1, K1, expand ( eData, 17) );
203 subRound (C, D, E, A, B, f1, K1, expand ( eData, 18) );
204 subRound (B, C, D, E, A, f1, K1, expand ( eData, 19) );
206 subRound (A, B, C, D, E, f2, K2, expand ( eData, 20) );
207 subRound (E, A, B, C, D, f2, K2, expand ( eData, 21) );
208 subRound (D, E, A, B, C, f2, K2, expand ( eData, 22) );
209 subRound (C, D, E, A, B, f2, K2, expand ( eData, 23) );
210 subRound (B, C, D, E, A, f2, K2, expand ( eDat
[all...]
/external/guava/src/com/google/common/collect/
H A DCustomConcurrentHashMap.java930 expand();
972 void expand() { method in class:CustomConcurrentHashMap.Impl.Segment
2027 segment.expand();
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp588 return expand(SE.getAddExpr(Ops));
720 // This is the first operand. Just expand it.
721 Sum = expand(Op);
746 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
787 // This is the first operand. Just expand it.
788 Prod = expand(Op);
1110 // expand to an integer type to avoid the need for additional casting.
1177 Value *V = expand(SE.getAddRecExpr(NewOps, S->getLoop(),
1206 // If we found a pointer, expand the AddRec with a GEP.
1212 Value *StartV = expand(Bas
1385 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander
[all...]

Completed in 432 milliseconds

12