HomeSort by relevance Sort by last modified time
    Searched full:largs (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/resources/ntp4/tools/
check.sh 46 LARGS="--nojsdoc"
49 LARGS+=" --strict"
52 LARGS+=" --check_html new_tab.html"
54 LARGS+=" $SOURCES"
56 echo gjslint $LARGS
57 gjslint $LARGS || exit 1
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
check.sh 47 LARGS="--nojsdoc"
50 LARGS+=" --strict"
53 LARGS+=" --check_html newtab.html"
55 LARGS+=" $SOURCES"
57 echo gjslint $LARGS
58 gjslint $LARGS || exit 1
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 132 largs = list(args)
136 largs.insert(0, self.current_device)
137 largs.insert(0, "-s")
139 largs.insert(0, self.adb_path)
140 return largs
144 largs = self._prepare_adb_args(args)
148 print "### " + str(largs)
149 p = subprocess.Popen(largs)
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
    [all...]
  /external/zlib/src/contrib/ada/
readme.txt 37 gnatmake test -largs -L<directory where libz.a is> -lz
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 391 # Push the retrieved argument/value onto the largs stack
392 if argstr: self.cmdline.largs.append(argstr)
393 if value: self.cmdline.largs.append(value)
589 # "largs" = already parsed, "left" of the read head
591 self.largs = []
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 1337 milliseconds