/external/openssl/crypto/comp/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/openssl/include/openssl/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/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:__anon8718::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);
|
/build/tools/droiddoc/templates-sdk/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...] |
/external/junit/src/junit/swingui/ |
TestSuitePanel.java | 149 private void fireTestChanged(final Test test, final boolean expand) { 160 if (expand) {
|
/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);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 60 -e, -E, --expand force macro expansion using makeinfo 82 expand= # t for expansion via makeinfo 121 # still expand "$@" to a single argument (the empty string) rather 149 -e | -E | --e*) expand=t;; 337 # the same basename as the manual. If --expand, then output the 446 if test "$expand" = t; then 474 # Expand macro commands in the original source file using Makeinfo. 482 -o /dev/null --macro-expand=- \
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
Makefile.am | 7 TEXI2DVI = $(top_srcdir)/build-aux/texi2dvi --expand
|
/system/core/sh/ |
Android.mk | 13 expand.c \
|
/external/hyphenation/ |
substrings.c | 121 static void expand(
function 196 expand(org,format,l);
231 expand(neworg,newpat,l);
|
/frameworks/base/tools/localize/ |
localize.cpp | 440 bool expand; member in struct:PseudolocalizeSettings 493 pseudolocalize_xliff(XLIFFFile* xliff, bool expand) 498 settings.expand = expand; 504 do_pseudo(const string& infile, const string& outfile, bool expand) 513 pseudolocalize_xliff(xliff, expand);
|
/system/core/libpixelflinger/codeflinger/ |
load_store.cpp | 176 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler 180 expand(d, d, dbits); 182 expand(d, integer_t(s.reg, s.size(), s.flags), dbits); 186 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler 189 expand(r, s, dbits); 193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
|
/external/clang/lib/StaticAnalyzer/Core/ |
SVals.cpp | 143 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/openssl/crypto/lhash/ |
lhash.c | 83 * 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/v8/tools/ |
js2c.py | 127 # 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
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 196 * @param expand Set of headers to expand initially 199 boolean greedy, boolean wrapChildren, Set<String> expand) { 285 if (expand != null && expand.contains(label.getText())) { 293 // Expand the requested categories
|
/external/mksh/src/ |
emacsfn.h | 37 FN(expand, "expand-file", 0)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
treeoutline.js | 389 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();
|
/system/core/libpixelflinger/ |
buffer.cpp | 37 static uint32_t expand(uint32_t v, int sbits, int dbits); 193 u = expand(u, pixelSize, h-l); 254 return expand(v, sbits, dbits); 290 // expand a component from sbits to dbits 291 uint32_t expand(uint32_t v, int sbits, int dbits) function in namespace:android
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 343 /// expandAddToGEP - Expand an addition expression with a pointer type into 495 // Expand the operands for a plain byte offset. 588 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); 1385 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander [all...] |
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 100 request do_expand_dir, "Expand directory", 101 expand_dir, expand;
|
/external/grub/docs/ |
help2man | 26 use Text::Tabs qw(expand); 165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
|
/external/webkit/Source/JavaScriptCore/heap/ |
MarkStack.h | 130 void expand() function in struct:JSC::MarkStack::MarkStackArray 144 expand();
|
/external/webkit/Source/WebCore/dom/ |
Range.idl | 122 void expand(in DOMString unit)
|