HomeSort by relevance Sort by last modified time
    Searched refs:gflags (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errorrules.py 21 import gflags as flags
error_check.py 22 import gflags as flags
errorrecord.py 21 import gflags as flags
fixjsstyle.py 24 import gflags as flags
full_test.py 31 import gflags as flags
not_strict_test.py 28 import gflags as flags
checker.py 22 import gflags as flags
fixjsstyle_test.py 23 import gflags as flags
checkerbase.py 26 import gflags as flags
gjslint.py 44 import gflags as flags
error_fixer.py 23 import gflags as flags
indentation.py 28 import gflags as flags
  /external/open-vcdiff/
Makefile.am 5 -I gflags/m4
10 -I$(top_srcdir)/gflags/src \
58 # google-gflags: Used for command-line client
59 # Please refer to http://code.google.com/p/google-gflags/ for details
61 libgflags_la_SOURCES = gflags/src/gflags/gflags.h \
62 gflags/src/gflags/gflags_completions.h \
63 gflags/src/mutex.h
    [all...]
autogen.sh 51 "$ACLOCAL" --force -I m4 -I gflags/m4 --output=aclocal.m4.tmp
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 42 mv ../python-gflags*.deb ./dist/
56 -p python-gflags ./dist/*
gflags2man.py 57 import gflags namespace
70 FLAGS = gflags.FLAGS
71 gflags.DEFINE_string('dest_dir', _GetDefaultDestDir(),
74 gflags.DEFINE_string('help_flag', '--help',
76 gflags.DEFINE_integer('v', 0, 'verbosity level to use for output')
  /external/ceres-solver/docs/
build.tex 19 \item{\gflags~\footnote{\url{http://code.google.com/p/gflags}}} is used by the code in
20 \texttt{examples}. It is also used by some of the tests. Strictly speaking it is not required to build the core library, \textbf{ we do not recommend building Ceres without \texttt{gflags}}.
52 \item{\gflags} can either be installed from source via the \texttt{autoconf} invocation
54 tar -xvzf gflags-2.0.tar.gz
55 cd gflags-2.0
60 or via the \texttt{deb} or \texttt{rpm} packages available on the \gflags\ website.
63 \gflags, rather than the stripped down version that is bundled with \glog. Assuming you have it installed in \texttt{/usr/local} the following \texttt{autoconf} invocation installs it.
67 ./configure --with-gflags=/usr/local/
157 \item{\texttt{glog}\ and \texttt{gflags}}
    [all...]
ceres-solver.tex 79 \newcommand{\gflags}{\texttt{gflags}}
changes.tex 132 \item Include \texttt{gflags.h} in \texttt{test\_utils.cc}. (Petter
156 \item \texttt{data\_fitting.cc} includes \texttt{gflags}
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 58 #include <gflags/gflags.h>
59 #include <gflags/gflags_completions.h>
266 // including gflags/gflags.h), then this flag will not be displayed by
375 extern void (*commandlineflags_exitfunc)(int); // in gflags.cc
gflags_completions.cc 61 #include <gflags/gflags.h>
gflags.cc 115 #include <gflags/gflags.h>
175 // before including gflags/gflags.h.
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 26 import gflags as flags
  /external/chromium/sdch/open-vcdiff/
Makefile.am 53 # google-gflags: Used for command-line client
54 # Please refer to http://code.google.com/p/google-gflags/ for details
56 libgflags_la_SOURCES = src/gflags/gflags.h \
58 src/gflags.cc \
  /external/kernel-headers/original/linux/
netdevice.h 355 unsigned short gflags; member in struct:net_device

Completed in 437 milliseconds

1 2