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

1 2 34 5 6 7 8 910

  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
CookiesTable.js 110 groupNode.expand();
ObjectPropertiesSection.js 271 this.expand();
  /external/checkpolicy/
checkmodule.c 28 #include <sepol/policydb/expand.h>
269 /* Verify that we can successfully expand the base module. */
281 fprintf(stderr, "%s: expand module failed\n", argv[0]);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 27 /// Return true if the given expression is safe to expand in the sense that
108 /// trying to expand the same expression into multiple BasicBlocks or
210 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP
216 Value *expand(const SCEV *S);
  /external/openssh/regress/
Makefile 60 host-expand
  /external/smack/src/org/xbill/DNS/
Generator.java 231 expand() throws IOException { method in class:Generator
  /external/webkit/Source/WebCore/dom/
Range.h 125 // Expand range to a unit (word or sentence or block or document) boundary.
128 void expand(const String&, ExceptionCode&);
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
48 echo WinDebug\expand.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
114 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c expand.c
115 echo WinRel\expand.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
175 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c expand.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 27 use Text::Tabs qw(expand);
193 join '', map { s/ +$//; expand $_ } `$ARGV[0] $_ 2>/dev/null`
  /external/openssl/ssl/
t1_enc.c 385 if (s->expand != NULL)
387 COMP_CTX_free(s->expand);
388 s->expand=NULL;
392 s->expand=COMP_CTX_new(comp->method);
393 if (s->expand == NULL)
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 68 expand();
72 var expand = function() {
149 // Traverse up the tree and expand all parent nav-sections
302 // Set up expand/collapse behavior
321 // now expand me
421 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 91 expand();
95 var expand = function() {
207 // Traverse up the tree and expand all parent nav-sections
376 // Set up expand/collapse behavior
395 // now expand me
495 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 90 expand();
94 var expand = function() {
355 // Set up expand/collapse behavior
374 // now expand me
474 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
595 // Traverse up the tree and expand all parent nav-sections
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 542 | {expand} variable bracket_open expression bracket_close
543 {->New variable.expand(
708 | {expand} [parent]:variable [child]:expression // foo["bar"]
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.h 381 void expand();
637 expand();
698 // FIXME: This makes an extra copy on expand. Probably not that bad since
699 // expand is rare, but would be better to have a version of expand that can
702 expand();
722 expand();
743 // FIXME: This makes an extra copy on expand. Probably not that bad since
744 // expand is rare, but would be better to have a version of expand that ca
900 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand() function in class:WTF::HashTable
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 105 expand();
114 void SymExpr::symbol_iterator::expand() { function in class:SymExpr::symbol_iterator
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 153 ; expand to double words
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 74 // note that the zulu of all parameters here must be the same, expand
109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
    [all...]
RRuleTest.java 77 * @param rrule The rule to expand
79 * @param limit Maximum number of entries to expand. if there are more, "..." is appended to
118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 126 // expand fb -or- fragment to the larger of the two
128 // for now we expand 'fb' to min(fragment, 8)
130 expand(fb, fb, new_size);
587 // we need to expand a
599 expand(add, a, ms); // extracts and expands
621 // not sure if we should expand the mul instead?
  /external/libsepol/src/
users.c 11 #include <sepol/policydb/expand.h>
261 /* Expand roles */
264 ERR(handle, "unable to expand role set");
  /external/mksh/src/
eval.c 36 typedef struct Expand {
37 /* int type; */ /* see expand() */
45 } Expand;
60 static int varsub(Expand *, const char *, const char *, int *, int *);
61 static int comsub(Expand *, const char *, int);
104 /* compile and expand word */
122 * expand arg-list
139 expand(*ap++, &w, f);
145 * expand string
154 expand(cp, &w, f)
201 expand(const char *cp, \/* input word *\/ function
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 130 boolean expand = true;
132 expand = mState.getBoolean(accountName != null ? accountName
135 mGrid.addAccount(accountName, adapter, expand);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 693 private static void expandAll(JTree tree, boolean expand) {
695 expandAll(tree, new TreePath(root), expand);
698 private static void expandAll(JTree tree, TreePath parent, boolean expand) {
704 expandAll(tree, path, expand);
708 if (expand) {
    [all...]

Completed in 2460 milliseconds

1 2 34 5 6 7 8 910