Searched refs:EXPERIMENTAL (Results 1 - 13 of 13) sorted by relevance
/third_party/backends/backend/ |
H A D | niash.c | 81 #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 D | js-regexp.h | 44 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 D | js-regexp-inl.h | 41 case EXPERIMENTAL: in capture_count()
|
H A D | js-regexp.cc | 173 type_tag() == JSRegExp::EXPERIMENTAL); in bytecode()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental.cc | 39 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 D | error.c | 58 { ERROR_TAG(EXPERIMENTAL), "Experimental feature" },
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 291 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 D | builtins-regexp-gen.cc | 311 SmiConstant(JSRegExp::EXPERIMENTAL)))); in ConstructNewResultFromMatchInfo() 477 JSRegExp::EXPERIMENTAL, in RegExpExecInternal()
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 122 --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 D | runtime-test.cc | 1372 case JSRegExp::EXPERIMENTAL: in RUNTIME_FUNCTION() 1373 type_str = "EXPERIMENTAL"; in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 1491 case JSRegExp::EXPERIMENTAL: { in JSRegExpVerify()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 701 pub const EXPERIMENTAL: Nid = Nid(ffi::NID_Experimental); consts
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3621 store.set(JSRegExp::kTagIndex, Smi::FromInt(JSRegExp::EXPERIMENTAL)); in SetRegExpExperimentalData()
|
Completed in 36 milliseconds