HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 176 - 200 of 516) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/chromium_org/chrome/browser/resources/sync_internals/
sync_node_browser.js 84 // Load children on expand.
86 treeItem.addEventListener('expand',
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 140 // Expand range to a unit (word or sentence or block or document) boundary.
143 void expand(const String&, ExceptionState&);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 49 * if <0, expand is called for any change;
50 * if >0, expand is only called when exceeds threshold
132 int (*expand) (yasm_bytecode *bc, int span, long old_val, long new_val, member in struct:yasm_bytecode_callback
265 /** Common bytecode callback expand function, for where the bytecode is
  /external/chromium_org/tools/grit/grit/node/
message.py 212 '''We always expand variables on Messages.'''
  /external/eigen/doc/
eigen_navtree_hacks.js 185 // Overloaded to automatically expand the selected node
223 // expand the "Chapters" node
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 142 return empty(a:term) ? expand('<cword>') : a:term
148 return empty(a:term) ? substitute(expand('<cWORD>'), '^\A*\(.\{-}\)\A*$', '\1', '') : a:term
  /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/sepolicy/tools/
sepolicy-check.c 11 #include <sepol/policydb/expand.h>
  /external/smack/src/org/xbill/DNS/
Generator.java 231 expand() throws IOException { method in class:Generator
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 232 public void onTrackingStopped(PanelView panel, boolean expand) {
  /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`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 151 text.pack(side=LEFT, fill=BOTH, expand=1)
CodeContext.py 82 self.label.pack(side=TOP, fill=X, expand=False,
ObjectBrowser.py 144 sc.frame.pack(expand=1, fill="both")
ReplaceDialog.py 70 new = m.expand(repl)
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 59 Expand tabs in input text to spaces before further processing.
149 Munge whitespace in text: expand tabs and convert all other
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 151 text.pack(side=LEFT, fill=BOTH, expand=1)
CodeContext.py 82 self.label.pack(side=TOP, fill=X, expand=False,
ObjectBrowser.py 144 sc.frame.pack(expand=1, fill="both")
ReplaceDialog.py 70 new = m.expand(repl)
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 59 Expand tabs in input text to spaces before further processing.
149 Munge whitespace in text: expand tabs and convert all other

Completed in 445 milliseconds

1 2 3 4 5 6 78 91011>>