Home
last modified time | relevance | path

Searched refs:included (Results 1 – 25 of 3187) sorted by relevance

12345678910>>...128

/third_party/boost/libs/test/test/
DJamfile.v299 : included
126 [ boost.test-self-test run : usage-variants-ts : single-header-test : included ]
127 [ boost.test-self-test run : usage-variants-ts : single-header-custom-init-test : included ]
128 [ boost.test-self-test run : usage-variants-ts : single-header-custom-main-test : included ]
137 …[ boost.test-self-test run : test-organization-ts : header-only-over-multiple-files : included : :…
147 [ boost.test-self-test run : framework-ts : version-uses-module-name : included ]
151 [ compile-fail framework-ts/master-test-suite-non-copyable-test.cpp ../build//included ]
152 …[ boost.test-self-test run : framework-ts : log-count-skipped-test : included : baseline-outputs/l…
157 # [ boost.test-self-test run : framework-ts : check-streams-on-exit : included ]
224 [ boost.test-self-test run-fail : prg_exec_monitor-ts : uncatched-exception-test : included ]
[all …]
/third_party/boost/tools/build/src/tools/
Dmidl.jam23 # A type library (.tlb) is generated by MIDL compiler and can be included
61 local included-angle = [ regex.transform $(matches) : $(self.re-include-angle) : 1 ] ;
62 local included-quoted = [ regex.transform $(matches) : $(self.re-include-quoted) : 1 ] ;
70 # Attach binding of including file to included targets.
74 # same name included from different places.
77 included-angle = $(included-angle:G=$(g)) ;
78 included-quoted = $(included-quoted:G=$(g2)) ;
82 local all = $(included-angle) $(included-quoted) $(imported) ;
87 SEARCH on $(included-angle) = $(self.includes:G=) ;
88 SEARCH on $(included-quoted) = $(b) $(self.includes:G=) ;
[all …]
/third_party/grpc/tools/codegen/core/
Dgen_hpack_tables.cc122 typedef struct { char included[GRPC_CHTTP2_NUM_HUFFSYMS]; } symset; member
131 memset(x.included, 1, sizeof(x.included)); in symset_all()
138 memset(x.included, 0, sizeof(x.included)); in symset_none()
158 c += s.included[i] != 0; in nsyms()
185 if (0 != memcmp(huffstates[i].syms.included, syms.included, in state_index()
242 if (!syms.included[i]) continue; /* disregard inactive symbols */ in build_dec_tbl()
256 nextsyms.included[i] = 1; in build_dec_tbl()
/third_party/skia/modules/canvaskit/
Dkarma.google3.conf.js11 … { pattern: 'third_party/skia/HEAD/modules/canvaskit/tests/util.js', included:true, served:false}, property
12 …{ pattern: 'third_party/skia/HEAD/modules/canvaskit/canvaskit_wasm/canvaskit_cc.wasm', included:fa… property
13 …{ pattern: 'third_party/skia/HEAD/modules/canvaskit/canvaskit_wasm/canvaskit_cc.js', included:true… property
14 … { pattern: 'third_party/skia/HEAD/modules/canvaskit/tests/assets/*', included:false, served:true}, property
Dkarma.conf.js13 { pattern: 'npm_build/bin/canvaskit.wasm', included:false, served:true}, property
14 { pattern: 'tests/assets/*', included:false, served:true}, property
/third_party/gettext/libtextstyle/gnulib-local/m4/
Dlibcroco.m410 dnl gives the user the option to decide whether to use the included or
13 dnl forces the use of the included or an external libcroco.
22 AC_MSG_CHECKING([whether included libcroco is requested])
23 AC_ARG_WITH([included-libcroco],
24 [ --with-included-libcroco use the libcroco included here],
37 dnl use the included one.
100 AC_MSG_CHECKING([whether to use the included libcroco])
Dlibglib.m410 dnl gives the user the option to decide whether to use the included or
13 dnl forces the use of the included or an external libglib.
17 AC_MSG_CHECKING([whether included glib is requested])
18 AC_ARG_WITH([included-glib],
19 [ --with-included-glib use the glib2 included here],
32 dnl the included one.
106 AC_MSG_CHECKING([whether to use the included glib])
/third_party/flutter/skia/modules/pathkit/
Dkarma.conf.js13 { pattern: 'npm-wasm/bin/test/pathkit.wasm', included:false, served:true}, property
14 { pattern: 'tests/*.json', included:false, served:true}, property
76 { pattern: 'npm-asmjs/bin/test/pathkit.js.mem', included:false, served:true}, property
77 { pattern: 'tests/*.json', included:false, served:true}, property
Dkarma.bench.conf.js13 { pattern: 'npm-wasm/bin/pathkit.wasm', included:false, served:true}, property
75 { pattern: 'npm-asmjs/bin/pathkit.js.mem', included:false, served:true}, property
/third_party/skia/modules/pathkit/
Dkarma.conf.js13 { pattern: 'npm-wasm/bin/test/pathkit.wasm', included:false, served:true}, property
14 { pattern: 'tests/*.json', included:false, served:true}, property
82 { pattern: 'npm-asmjs/bin/test/pathkit.js.mem', included:false, served:true}, property
83 { pattern: 'tests/*.json', included:false, served:true}, property
Dkarma.bench.conf.js13 { pattern: 'npm-wasm/bin/pathkit.wasm', included:false, served:true}, property
81 { pattern: 'npm-asmjs/bin/pathkit.js.mem', included:false, served:true}, property
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc59 GPR_ASSERT(s->included[id]); in stream_list_pop()
67 s->included[id] = 0; in stream_list_pop()
79 GPR_ASSERT(s->included[id]); in stream_list_remove()
80 s->included[id] = 0; in stream_list_remove()
101 if (s->included[id]) { in stream_list_maybe_remove()
113 GPR_ASSERT(!s->included[id]); in stream_list_add_tail()
123 s->included[id] = 1; in stream_list_add_tail()
132 if (s->included[id]) { in stream_list_add()
/third_party/boost/libs/assert/doc/
Dassert.adoc28 is included, `BOOST_ASSERT(expr)` expands to `((void)0)`, regardless of whether
33 is included, `BOOST_ASSERT(expr)` expands to
57 is included, `BOOST_ASSERT(expr)` expands to `((void)0)` when `NDEBUG` is
61 can be included multiple times in a single translation unit. `BOOST_ASSERT`
72 is included, `BOOST_ASSERT_MSG(expr,msg)` expands to `((void)0)`, regardless of whether
76 is included, `BOOST_ASSERT_MSG(expr,msg)` expands to
98 is included, `BOOST_ASSERT_MSG(expr)` expands to `((void)0)` when `NDEBUG` is
102 can be included multiple times in a single translation unit. `BOOST_ASSERT_MSG`
114 is included, `BOOST_VERIFY(expr)` expands to `\((void)(expr))`.
117 is included, `BOOST_VERIFY(expr)` expands to `BOOST_ASSERT(expr)`.
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java26 CldrPath included = in testExpansion() local
39 value(included, "{Hello} {0} {World} 100x"), in testExpansion()
58 value(included, "[{Ĥéļļö} {0} {Ŵöŕļð} ①⓪⓪ẋ one two three]"), in testExpansion()
71 CldrPath included = in testBidi() local
80 value(included, "{Hello} {0} {World} 100x"), in testBidi()
93 value(included, in testBidi()
/third_party/boost/boost/geometry/strategies/agnostic/
Dsimplify_douglas_peucker.hpp60 bool included; member
64 , included(false) in douglas_peucker_point()
185 candidate->included = true; in consider()
214 ref_candidates.front().included = true; in apply()
215 ref_candidates.back().included = true; in apply()
227 if (it->included) in apply()
/third_party/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js13 { pattern: 'debugger/bin/debugger.wasm', included:false, served:true}, property
14 { pattern: 'debugger/sample.skp', included:false, served:true}, property
15 { pattern: 'debugger/anim.mskp', included:false, served:true}, property
/third_party/flutter/skia/modules/canvaskit/
Dkarma.bench.conf.js13 { pattern: 'canvaskit/bin/canvaskit.wasm', included:false, served:true}, property
14 { pattern: 'perf/assets/*', included:false, served:true}, property
77 { pattern: 'npm-asmjs/bin/pathkit.js.mem', included:false, served:true}, property
Dkarma.conf.js13 { pattern: 'canvaskit/bin/canvaskit.wasm', included:false, served:true}, property
14 { pattern: 'tests/assets/*', included:false, served:true}, property
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
Dwhen-relative-information-file-location-changes.js33 moduleA.ts:1:20 - error TS1261: Already included file …
45 File is included via import here.
47 …ame '/user/username/projects/myproject/moduleC.ts' differs from already included file name '/user/…
59 File is included via import here.
142 moduleA.ts:2:40 - error TS1261: Already included file …
154 File is included via import here.
156 …ame '/user/username/projects/myproject/moduleC.ts' differs from already included file name '/user/…
168 File is included via import here.
/third_party/boost/libs/mp11/tools/
Dsingle-header.py13 included = [] variable
19 if path in included:
23 included.append( path )
/third_party/node/test/es-module/
Dtest-esm-cjs-load-error-note.mjs18 // Expect note to be included in the error output
73 `${expectedNote} must not be included in ${pImport2Stderr}`);
111 `${expectedNote} must not be included in ${pImport5Stderr}`);
124 `${expectedNote} must not be included in ${pError1Stderr}`);
137 `${expectedNote} must not be included in ${pError2Stderr}`);
150 `${expectedNote} must not be included in ${pError3Stderr}`);
163 `${expectedNote} must not be included in ${pError4Stderr}`);
/third_party/node/deps/npm/node_modules/ignore-walk/
Dindex.js188 let included = true
195 included = this.parent.filterEntry(pt, partial)
204 if (rule.negate !== included) {
218 included = rule.negate
224 return included
/third_party/gettext/gnulib-local/m4/
Dlibxml.m410 dnl gives the user the option to decide whether to use the included or
13 dnl forces the use of the included or an external libxml.
19 AC_MSG_CHECKING([whether included libxml is requested])
20 AC_ARG_WITH([included-libxml],
21 [ --with-included-libxml use the libxml2 included here],
34 dnl the included one.
132 AC_MSG_CHECKING([whether to use the included libxml])
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js13 { pattern: 'debugger/bin/debugger.wasm', included:false, served:true}, property
14 { pattern: 'debugger/sample.skp', included:false, served:true}, property
/third_party/grpc/third_party/upb/tools/
Damalgamate.py16 self.included = set(["upb/port_def.inc", "upb/port_undef.inc"])
62 if include not in self.included:
63 self.included.add(include)

12345678910>>...128