/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
IntRectExtent.h | 75 rect.expand(left() + right(), top() + bottom());
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/libsepol/tests/ |
helpers.c | 27 #include <sepol/policydb/expand.h>
|
test-cond.c | 27 #include <sepol/policydb/expand.h> 50 fprintf(stderr, "expand module failed\n");
|
test-linker.c | 40 #include <sepol/policydb/expand.h>
|
/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/openfst/src/include/fst/extensions/pdt/ |
compose.h | 297 bool expand = false, bool keep_parens = true) 300 expand_(expand), 434 const Fst<Arc> &ifst2, bool expand = false, 440 expand, keep_parens); 464 bool expand = false, bool keep_parens = true) { 469 expand, keep_parens); 501 bool expand = opts.filter_type != PAREN_FILTER; local 504 expand, keep_parens); 524 bool expand = opts.filter_type != PAREN_FILTER; local 527 expand, keep_parens) [all...] |
/build/tools/droiddoc/templates-pdk/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/libsepol/ |
Android.mk | 15 src/expand.c \
|
/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
|
/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)
|
/system/core/sh/ |
Android.mk | 13 expand.c \
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
RequestJSONView.js | 100 section.expand();
|
/external/hyphenation/ |
substrings.c | 121 static void expand(
function 196 expand(org,format,l);
231 expand(neworg,newpat,l);
|
/external/valgrind/main/none/tests/amd64/ |
pcmpxstrx64.c | 25 void expand ( V128* dst, char* summary ) function 47 expand( &argL, summL ); 48 expand( &argR, summR );
|
pcmpxstrx64w.c | 26 void expand ( V128* dst, char* summary ) function 48 expand( &argL, summL ); 49 expand( &argR, summR );
|
/external/llvm/utils/TableGen/ |
SetTheory.cpp | 219 if (const RecVec *Result = ST.expand(Rec)) 229 // Expand a Def into a set by evaluating one of its fields. 235 void expand(SetTheory &ST, Record *Def, RecSet &Elts) { function in struct:__anon22543::FieldExpander 271 // A def in a list can be a just an element, or it may expand. 273 if (const RecVec *Result = expand(Def->getDef())) 279 // Lists simply expand. 296 const RecVec *SetTheory::expand(Record *Set) { function in class:SetTheory 312 Exp->expand(*this, Set, Elts);
|