Home
last modified time | relevance | path

Searched refs:EXPERIMENTAL (Results 1 - 13 of 13) sorted by relevance

/third_party/backends/backend/
H A Dniash.c81 #ifdef EXPERIMENTAL
149 #ifdef EXPERIMENTAL
680 #ifdef EXPERIMENTAL in _InitOptions()
704 #ifdef EXPERIMENTAL in _InitOptions()
983 #ifdef EXPERIMENTAL in sane_control_option()
1016 #ifdef EXPERIMENTAL in sane_control_option()
1042 #ifdef EXPERIMENTAL in sane_control_option()
1074 #ifdef EXPERIMENTAL in sane_control_option()
1096 #ifdef EXPERIMENTAL in sane_control_option()
1106 #ifdef EXPERIMENTAL in sane_control_option()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.h44 EXPERIMENTAL, // Compiled to use the experimental linear time engine. enumerator
134 return t == IRREGEXP || t == EXPERIMENTAL; in TypeSupportsCaptures()
207 // TODO(mbid,v8:10765): At the moment the EXPERIMENTAL data array conforms
209 // default/uninitialized value. This is because EXPERIMENTAL and IRREGEXP
212 // distinguish between EXPERIMENTAL and IRREGEXP, and then we can get rid of
H A Djs-regexp-inl.h41 case EXPERIMENTAL: in capture_count()
H A Djs-regexp.cc173 type_tag() == JSRegExp::EXPERIMENTAL); in bytecode()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc39 DCHECK_EQ(re->type_tag(), JSRegExp::EXPERIMENTAL); in IsCompiled()
103 DCHECK_EQ(re->type_tag(), JSRegExp::EXPERIMENTAL); in Compile()
211 DCHECK_EQ(regexp->type_tag(), JSRegExp::EXPERIMENTAL); in Exec()
/third_party/ffmpeg/libavutil/
H A Derror.c58 { ERROR_TAG(EXPERIMENTAL), "Experimental feature" },
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc291 case JSRegExp::EXPERIMENTAL: in EnsureFullyCompiled()
324 case JSRegExp::EXPERIMENTAL: in Exec()
1082 case JSRegExp::EXPERIMENTAL: { in RegExpGlobalCache()
1159 case JSRegExp::EXPERIMENTAL: { in FetchNext()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc311 SmiConstant(JSRegExp::EXPERIMENTAL)))); in ConstructNewResultFromMatchInfo()
477 JSRegExp::EXPERIMENTAL, in RegExpExecInternal()
/third_party/ltp/scripts/
H A Dcheckpatch.pl122 --fix EXPERIMENTAL - may create horrible results
124 "<inputfile>.EXPERIMENTAL-checkpatch-fixes"
127 --fix-inplace EXPERIMENTAL - may create horrible results
7496 $newfile .= ".EXPERIMENTAL-checkpatch-fixes" if (!$fix_inplace);
7520 Wrote EXPERIMENTAL --fix correction(s) to '$newfile'
7525 This EXPERIMENTAL file is simply a convenience to help rewrite patches.
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1372 case JSRegExp::EXPERIMENTAL: in RUNTIME_FUNCTION()
1373 type_str = "EXPERIMENTAL"; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1491 case JSRegExp::EXPERIMENTAL: { in JSRegExpVerify()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs701 pub const EXPERIMENTAL: Nid = Nid(ffi::NID_Experimental); consts
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3621 store.set(JSRegExp::kTagIndex, Smi::FromInt(JSRegExp::EXPERIMENTAL)); in SetRegExpExperimentalData()

Completed in 36 milliseconds