Home
last modified time | relevance | path

Searched refs:detected (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_license.py48 detected = LICENSE_UNKNOWN
52 if detected != LICENSE_UNKNOWN:
53 detected = LICENSE_MULTIPLE
55 detected = license
57 return detected
/third_party/backends/testsuite/sanei/
H A Dsanei_usb_test.c94 /** count detected devices
95 * count all detected devices and check it against expected value
96 * @param expected detected count
114 printf ("ERROR: %d detected devices, expected %d!\n", num, expected); in count_detected()
117 printf ("%d devices still detected.\n", num); in count_detected()
324 /* loop on detected devices and open them */ in test_open_all()
367 /* there should be as many opened devices than detected devices */ in test_open_all()
402 /* loop on detected devices and open them */ in test_close_all()
561 /* loop on detected devices and open them */ in test_vendor_by_devname()
631 /* loop on detected device in test_vendor_by_id()
713 test_scan_devices(int detected, int opened) test_scan_devices() argument
832 int detected, opened, i; main() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc37 Counters* counters, WasmFeatures* detected) { in ExecuteCompilation()
43 ExecuteFunctionCompilation(env, wire_bytes_storage, counters, detected); in ExecuteCompilation()
73 Counters* counters, WasmFeatures* detected) { in ExecuteFunctionCompilation()
126 .set_detected_features(detected) in ExecuteFunctionCompilation()
142 env, wire_bytes_storage, func_body, func_index_, counters, detected); in ExecuteFunctionCompilation()
153 WasmFeatures* detected, in CompileWasmFunction()
167 isolate->counters(), detected); in CompileWasmFunction()
35 ExecuteCompilation( CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, Counters* counters, WasmFeatures* detected) ExecuteCompilation() argument
71 ExecuteFunctionCompilation( CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, Counters* counters, WasmFeatures* detected) ExecuteFunctionCompilation() argument
151 CompileWasmFunction(Isolate* isolate, NativeModule* native_module, WasmFeatures* detected, const WasmFunction* function, ExecutionTier tier) CompileWasmFunction() argument
H A Dfunction-compiler.h72 WasmFeatures* detected);
79 WasmFeatures* detected, const WasmFunction*,
86 WasmFeatures* detected);
H A Dgraph-builder-interface.h43 WasmFeatures* detected, const FunctionBody& body,
/third_party/benchmark/test/
H A Dcxx03_test.cc8 #error C++11 or greater detected. Should be C++03.
12 #error C++11 or greater detected by the library. BENCHMARK_HAS_CXX11 is defined.
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error-with-incremental.js155 [12:00:47 AM] File change detected. Starting incremental compilation...
214 [12:00:54 AM] File change detected. Starting incremental compilation...
350 [12:01:22 AM] File change detected. Starting incremental compilation...
481 [12:01:37 AM] File change detected. Starting incremental compilation...
538 [12:01:44 AM] File change detected. Starting incremental compilation...
652 [12:02:01 AM] File change detected. Starting incremental compilation...
H A Ddoes-not-emit-any-files-on-error.js102 [12:00:39 AM] File change detected. Starting incremental compilation...
161 [12:00:46 AM] File change detected. Starting incremental compilation...
240 [12:01:10 AM] File change detected. Starting incremental compilation...
296 [12:01:18 AM] File change detected. Starting incremental compilation...
353 [12:01:25 AM] File change detected. Starting incremental compilation...
414 [12:01:38 AM] File change detected. Starting incremental compilation...
/third_party/ffmpeg/libavfilter/
H A Daf_agate.c158 int detected; in gate() local
176 detected = s->lin_slope > s->lin_knee_start; in gate()
178 detected = s->lin_slope < s->lin_knee_stop; in gate()
180 if (s->lin_slope > 0.0 && detected) in gate()
H A Daf_sidechaincompress.c177 int detected; in compressor() local
198 detected = s->lin_slope < detector; in compressor()
201 detected = s->lin_slope > detector; in compressor()
204 if (s->lin_slope > 0.0 && detected) in compressor()
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
H A Dupdates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js89 [12:00:28 AM] File change detected. Starting incremental compilation...
149 [12:00:33 AM] File change detected. Starting incremental compilation...
204 [12:00:38 AM] File change detected. Starting incremental compilation...
269 [12:00:44 AM] File change detected. Starting incremental compilation...
/third_party/node/deps/v8/include/
H A Dv8-unwinder-state.h26 #error Target architecture was not detected as supported by v8
/third_party/node/deps/v8/include/v8-include/
H A Dv8-unwinder-state.h26 #error Target architecture was not detected as supported by v8
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
H A Dwith-skipDefaultLibCheck.js90 [12:00:26 AM] File change detected. Starting incremental compilation...
140 [12:00:34 AM] File change detected. Starting incremental compilation...
H A Dwith-skipLibCheck.js90 [12:00:26 AM] File change detected. Starting incremental compilation...
140 [12:00:34 AM] File change detected. Starting incremental compilation...
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/
H A Dwith-skipDefaultLibCheck.js83 [12:00:26 AM] File change detected. Starting incremental compilation...
134 [12:00:34 AM] File change detected. Starting incremental compilation...
H A Dwith-skipLibCheck.js83 [12:00:26 AM] File change detected. Starting incremental compilation...
134 [12:00:34 AM] File change detected. Starting incremental compilation...
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/
H A Dwith-noEmitOnError-with-incremental.js218 [12:00:46 AM] File change detected. Starting incremental compilation...
349 [12:01:11 AM] File change detected. Starting incremental compilation...
514 [12:01:26 AM] File change detected. Starting incremental compilation...
H A Dwith-noEmitOnError.js142 [12:00:39 AM] File change detected. Starting incremental compilation...
215 [12:01:00 AM] File change detected. Starting incremental compilation...
304 [12:01:09 AM] File change detected. Starting incremental compilation...
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/
H A Dwith-noEmitOnError-with-incremental.js219 [12:00:46 AM] File change detected. Starting incremental compilation...
365 [12:01:17 AM] File change detected. Starting incremental compilation...
531 [12:01:32 AM] File change detected. Starting incremental compilation...
H A Dwith-noEmitOnError.js142 [12:00:39 AM] File change detected. Starting incremental compilation...
229 [12:01:06 AM] File change detected. Starting incremental compilation...
318 [12:01:15 AM] File change detected. Starting incremental compilation...
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/
H A Dwith-noEmitOnError-with-incremental.js217 [12:00:46 AM] File change detected. Starting incremental compilation...
347 [12:01:11 AM] File change detected. Starting incremental compilation...
511 [12:01:26 AM] File change detected. Starting incremental compilation...
H A Dwith-noEmitOnError.js142 [12:00:39 AM] File change detected. Starting incremental compilation...
215 [12:01:00 AM] File change detected. Starting incremental compilation...
304 [12:01:09 AM] File change detected. Starting incremental compilation...
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/
H A Dwith-noEmitOnError-with-incremental.js218 [12:00:46 AM] File change detected. Starting incremental compilation...
363 [12:01:17 AM] File change detected. Starting incremental compilation...
528 [12:01:32 AM] File change detected. Starting incremental compilation...
H A Dwith-noEmitOnError.js142 [12:00:39 AM] File change detected. Starting incremental compilation...
229 [12:01:06 AM] File change detected. Starting incremental compilation...
318 [12:01:15 AM] File change detected. Starting incremental compilation...

Completed in 11 milliseconds

12345