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

1 2 3

  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
AUTHORS 1 google-gflags@googlegroups.com
NEWS 5 Not too late, I guess. I've just released python-gflags 2.0, which is
6 identical to python-gflags 1.8 except for the version number.
8 I've just released python-gflags 1.8. This fixes a bug, allowing
13 maintainer for the python-gflags project, and as part of that Google
16 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.8/ChangeLog changes]
22 I've just released python-gflags 1.7. The major change here is
24 help-strings. We've also made big steps toward making gflags work
29 [http://python-gflags.googlecode.com/svn/tags/python-gflags-1.7/ChangeLog ChangeLog]
    [all...]
README.chromium 1 Name: python-gflags
2 URL: http://code.google.com/p/python-gflags/
11 This project is the python equivalent of google-gflags, a Google commandline
14 google-gflags, or for a Python app that, via swig or some other means, is
15 linked with a C++ app that uses google-gflags.
17 The gflags package contains a library that implements commandline flags
ChangeLog 1 Wed Jan 18 13:57:39 2012 Google Inc. <google-gflags@googlegroups.com>
3 * python-gflags: version 2.0
6 Wed Jan 18 11:54:03 2012 Google Inc. <google-gflags@googlegroups.com>
8 * python-gflags: version 1.8
10 * Changed the 'official' python-gflags email in setup.py/etc
15 * python-gflags: version 1.7
16 * Prepare gflags for python 3.x, keeping 2.4 compatibility (twouters)
24 * python-gflags: version 1.6
34 * python-gflags: version 1.5.1
39 * python-gflags: version 1.
    [all...]
MANIFEST.in 15 include gflags.py
setup.py 34 setup(name='python-gflags',
39 author_email='google-gflags@googlegroups.com',
40 url='http://code.google.com/p/python-gflags',
41 py_modules=["gflags", "gflags_validators"],
README 4 GFlags defines a *distributed* command line system, replacing systems like
15 Documentation for implementation is at the top of gflags.py file.
23 any C++ or python program you've written using the gflags library.
Makefile 42 mv ../python-gflags*.deb ./dist/
56 -p python-gflags ./dist/*
gflags_validators.py 35 See 'FLAGS VALIDATORS' in gflags.py's docstring for a usage manual.
48 Users should NOT overload these classes, and use gflags.Register...
75 flag_values: gflags.FlagValues, containing all flags
98 flag_values: gflags.FlagValues, containing all flags.
137 flag_values: gflags.FlagValues
172 flag_values: gflags.FlagValues
  /external/ceres-solver/google3/glog/
logging.h 15 // The gflags shim in //third_party/ceres/google/gflags/gflags.h
  /external/ceres-solver/cmake/
FindGflags.cmake 32 # FindGflags.cmake - Find Google gflags logging library.
36 # GFLAGS_FOUND: TRUE iff gflags is found.
37 # GFLAGS_INCLUDE_DIRS: Include directories for gflags.
38 # GFLAGS_LIBRARIES: Libraries required to link gflags.
43 # search for gflags includes, e.g: /timbuktu/include.
45 # search for gflags libraries, e.g: /timbuktu/lib.
58 # GFLAGS_INCLUDE_DIR: Include directory for gflags, not including the
60 # GFLAGS_LIBRARY: gflags library, not including the libraries of any
63 # Called if we failed to find gflags or any of it's required dependencies,
70 # Make results of search visible in the CMake GUI if gflags has no
    [all...]
  /external/webrtc/src/modules/audio_processing/
apm_tests.gypi 68 '<(webrtc_root)/../third_party/google-gflags/google-gflags.gyp:google-gflags',
  /external/ceres-solver/google3/gflags/
gflags.h 6 // 1. Translate the gflags includes used by the OSS version of Ceres
12 // things, the open source versions of gflags and glog are distributed
  /external/skia/src/core/
SkGraphics.cpp 143 } gFlags[] = {
165 for (int i = 0; i < (int)SK_ARRAY_COUNT(gFlags); ++i) {
166 if (paramLen != gFlags[i].fLen) {
169 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
174 (gFlags[i].fFunc)(val);
  /external/regex-re2/util/
flags.h 8 // http://code.google.com/p/google-gflags
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
errorrules.py 21 import gflags as flags
errorrecord.py 21 import gflags as flags
fixjsstyle.py 24 import gflags as flags
not_strict_test.py 28 import gflags as flags
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/
setup.py 29 install_requires=['python-gflags'],
  /external/ceres-solver/
CMakeLists.txt 97 OPTION(GFLAGS "Enable Google Flags." ON)
166 UPDATE_CACHE_VARIABLE(GFLAGS OFF)
169 MESSAGE(STATUS "Building for iOS: SuiteSparse, CXSparse, gflags and OpenMP are not available.")
364 # GFlags.
365 IF (GFLAGS)
369 # Don't search with REQUIRED as we can continue without gflags.
370 FIND_PACKAGE(Gflags)
374 MESSAGE("-- Did not find Google Flags (gflags), Building without gflags "
376 UPDATE_CACHE_VARIABLE(GFLAGS OFF
    [all...]
  /external/ceres-solver/examples/
CMakeLists.txt 69 IF (GFLAGS)
104 ENDIF (GFLAGS)
  /external/ceres-solver/internal/ceres/
test_util.cc 37 #include "gflags/gflags.h"
  /external/google-breakpad/src/client/linux/sender/
google_crash_report_sender.cc 31 #include "third_party/linux/include/gflags/gflags.h"
  /external/skia/src/animator/
SkMatrixParts.cpp 143 static const uint8_t gFlags[] = {
148 if ((unsigned)mode >= SK_ARRAY_COUNT(gFlags))
152 if (fPathMeasure.getMatrix(offset, &result, (SkPathMeasure::MatrixFlags)gFlags[mode]))

Completed in 1069 milliseconds

1 2 3