HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 26 - 50 of 232) sorted by null

12 3 4 5 6 7 8 910

  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 108 this.expand();
147 expand: function()
  /external/webkit/Source/WebCore/xml/
XMLViewer.css 73 .expand-button {
  /external/webkit/Source/WebKit/chromium/scripts/
concatenate_css_files.py 62 def expand(self, filename): member in class:PathExpander
93 full_path = expander.expand(input_file_name)
concatenate_js_files.py 63 def expand(self, filename): member in class:PathExpander
94 full_path = expander.expand(input_file_name)
  /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
  /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);
  /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:__anon12125::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);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
184 expand(d, d, dbits);
186 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
193 expand(r, s, dbits);
197 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
  /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 134 # Remember to expand recursively in the arguments
150 result = macro.expand(mapping)
160 def expand(self, mapping): member in class:TextMacro
170 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

Completed in 806 milliseconds

12 3 4 5 6 7 8 910