HomeSort by relevance Sort by last modified time
    Searched refs:FLAGS (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 48 unsigned flags; member in struct:pt_post_vs
72 #define FLAGS (0)
76 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
80 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
84 #define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z | DO_VIEWPORT)
88 #define FLAGS (DO_CLIP_FULL_Z | DO_VIEWPORT)
92 #define FLAGS (DO_CLIP_HALF_Z | DO_VIEWPORT)
96 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
100 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
111 #define FLAGS (pvs->flags
    [all...]
draw_cliptest_tmp.h 42 const unsigned flags = (FLAGS); local
59 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
63 if ((flags & DO_CLIP_USER) && cv != pos)
73 if (flags & DO_CLIP_XY_GUARD_BAND) {
79 else if (flags & DO_CLIP_XY) {
88 if (flags & DO_CLIP_FULL_Z) {
92 else if (flags & DO_CLIP_HALF_Z) {
97 if (flags & DO_CLIP_USER) {
132 if ((flags & DO_VIEWPORT) && mask == 0
    [all...]
  /ndk/
ndk-build 278 # Return flags send in env. or command line which are enough to retrive APP_ABI and TOOLCHAIN_PREFIX later
281 local FLAGS=
284 FLAGS=$FLAGS" -C $PROJECT_PATH"
287 FLAGS=$FLAGS" APP_ABI=$APP_ABI"
290 FLAGS=$FLAGS" NDK_HOST_32BIT=$NDK_HOST_32BIT"
293 FLAGS=$FLAGS" NDK_TOOLCHAIN_VERSION=$NDK_TOOLCHAIN_VERSION
    [all...]
  /external/clang/lib/Driver/
CC1AsOptions.cpp 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
27 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
DriverOptions.cpp 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
27 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
  /external/clang/include/clang/AST/
ASTDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Driver/
Options.h 23 /// Flags specifically for clang options. Must not overlap with
38 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
Types.h 21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID,
  /ndk/build/tools/
build-host-prebuilts.sh 117 FLAGS=
119 FLAGS=$FLAGS" --verbose"
122 FLAGS=$FLAGS" --verbose"
125 FLAGS=$FLAGS" --try-64"
132 FLAGS=$FLAGS" --package-dir=$PACKAGE_DIR"
211 TOOLCHAIN_FLAGS=$FLAGS
    [all...]
build-on-device-toolchain.sh 60 FLAGS=
62 FLAGS=$FLAGS" --verbose"
65 FLAGS=$FLAGS" --verbose"
67 FLAGS="$FLAGS -j$NUM_JOBS"
69 FLAGS="$FLAGS --out-dir=$TMP_OUT_DIR"
110 run $BUILDTOOLS/build-device-llvm.sh $FLAGS --arch=$ARCH --gcc-version=$GCC_TOOLCHAIN_VERSION $SRC_DIR $NDK_DI
    [all...]
package-release.sh 350 FLAGS="--src-dir=$DEVELOPMENT_ROOT --dst-dir=$REFERENCE"
352 FLAGS="$FLAGS --verbose"
355 FLAGS="$FLAGS --platform=$(spaces_to_commas $PLATFORMS)"
356 FLAGS="$FLAGS --arch=$(spaces_to_commas $ARCHS)"
357 $NDK_ROOT_DIR/build/tools/gen-platforms.sh $FLAGS
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 23 import gflags as flags namespace
30 flags.FLAGS.strict = True
31 flags.FLAGS.limited_doc_files = ('dummy.js', 'externs.js')
32 flags.FLAGS.closurized_namespaces = ('goog', 'dummy')
checkerbase.py 26 import gflags as flags namespace
34 FLAGS = flags.FLAGS
35 flags.DEFINE_boolean('debug_tokens', False,
38 flags.DEFINE_boolean('error_trace', False,
214 if FLAGS.error_trace:
225 debug_tokens=FLAGS.debug_tokens)
302 if FLAGS.error_trace:
  /external/chromium_org/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 23 import gflags as flags namespace
30 flags.FLAGS.strict = True
31 flags.FLAGS.limited_doc_files = ('dummy.js', 'externs.js')
32 flags.FLAGS.closurized_namespaces = ('goog', 'dummy')
checkerbase.py 26 import gflags as flags namespace
34 FLAGS = flags.FLAGS
35 flags.DEFINE_boolean('debug_tokens', False,
38 flags.DEFINE_boolean('error_trace', False,
214 if FLAGS.error_trace:
225 debug_tokens=FLAGS.debug_tokens)
302 if FLAGS.error_trace:
  /external/chromium_org/third_party/zlib/
inflate.h 22 FLAGS, /* i: waiting for method and flags (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
86 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 22 FLAGS, /* i: waiting for method and flags (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
82 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 22 FLAGS, /* i: waiting for method and flags (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
86 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
  /external/pixman/pixman/
pixman-noop.c 67 #define FLAGS \
116 (iter->image_flags & FLAGS) == FLAGS &&
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 33 """gflags2man runs a Google flags base program and generates a man page.
44 # This may seem a bit of an end run, but it: doesn't bloat flags, can
70 FLAGS = gflags.FLAGS
89 if FLAGS.v >= level: print msg
94 print >>sys.stderr, "flags:"
95 print >>sys.stderr, str(FLAGS)
157 module_c_re = re.compile(r'\s+Flags from (\S.+):$')
163 # "com.google.common.flags"
164 module_java_re = re.compile(r'\s+Flags for (\S.+):$'
    [all...]
gflags.py 39 """This module is used to define and parse command line flags.
42 an application having to define all flags in or near main(), each python
43 module defines flags that are useful to it. When one python module
44 imports another, it gains access to the other's flags. (This is
48 Flags are defined through the use of one of the DEFINE_xxx functions.
54 'FlagValues' object (typically the global FlagValues FLAGS, defined
61 gflags.FLAGS.myflag. Typically, the __main__ module passes the command
62 line arguments to gflags.FLAGS for parsing.
65 supported, including short- and long-style flags, and the use of -- to
66 terminate flags
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 33 """gflags2man runs a Google flags base program and generates a man page.
44 # This may seem a bit of an end run, but it: doesn't bloat flags, can
70 FLAGS = gflags.FLAGS
89 if FLAGS.v >= level: print msg
94 print >>sys.stderr, "flags:"
95 print >>sys.stderr, str(FLAGS)
157 module_c_re = re.compile(r'\s+Flags from (\S.+):$')
163 # "com.google.common.flags"
164 module_java_re = re.compile(r'\s+Flags for (\S.+):$'
    [all...]
gflags.py 39 """This module is used to define and parse command line flags.
42 an application having to define all flags in or near main(), each python
43 module defines flags that are useful to it. When one python module
44 imports another, it gains access to the other's flags. (This is
48 Flags are defined through the use of one of the DEFINE_xxx functions.
54 'FlagValues' object (typically the global FlagValues FLAGS, defined
61 gflags.FLAGS.myflag. Typically, the __main__ module passes the command
62 line arguments to gflags.FLAGS for parsing.
65 supported, including short- and long-style flags, and the use of -- to
66 terminate flags
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 42 const unsigned flags = (FLAGS); local
59 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
63 if ((flags & DO_CLIP_USER) && cv != pos)
73 if (flags & DO_CLIP_XY_GUARD_BAND) {
79 else if (flags & DO_CLIP_XY) {
88 if (flags & DO_CLIP_FULL_Z) {
92 else if (flags & DO_CLIP_HALF_Z) {
97 if (flags & DO_CLIP_USER) {
132 if ((flags & DO_VIEWPORT) && mask == 0
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 33 local FLAGS = {
59 if FLAGS[flag] ~= nil then
60 FLAGS[flag] = (no ~= "no")
120 if FLAGS.verbose then print('popen ', action) end
253 if FLAGS.whitelist then
332 if not FLAGS.reuse_gcsuspects then
350 FLAGS.dead_vars and " and dead variables" or "",
353 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end

Completed in 375 milliseconds

1 23 4 5 6 7 8