Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DProxyDetectorImplTest.java84 ProxyParameters detected = proxyDetector.proxyFor(destination); in override_hostPort() local
85 assertNotNull(detected); in override_hostPort()
91 detected); in override_hostPort()
102 ProxyParameters detected = proxyDetector.proxyFor(destination); in override_hostOnly() local
103 assertNotNull(detected); in override_hostOnly()
110 detected); in override_hostOnly()
125 ProxyParameters detected = proxyDetector.proxyFor(destination); in detectProxyForUnresolvedDestination() local
126 assertNotNull(detected); in detectProxyForUnresolvedDestination()
127 assertEquals(proxyParmeters, detected); in detectProxyForUnresolvedDestination()
139 ProxyParameters detected = proxyDetector.proxyFor(destination); in detectProxyForResolvedDestination() local
[all …]
/external/u-boot/board/tqc/tqm834x/
Dtqm834x.c273 int detected; in get_ddr_bank_size() local
276 detected = -1; in get_ddr_bank_size()
285 if((size == conf[i].size) && (i == detected + 1)) in get_ddr_bank_size()
286 detected = i; in get_ddr_bank_size()
296 if(detected == -1){ in get_ddr_bank_size()
304 conf[detected].row, conf[detected].col, conf[detected].size >> 20, base); in get_ddr_bank_size()
307 set_cs_config(cs, CSCONFIG_EN | conf[detected].row | in get_ddr_bank_size()
308 conf[detected].col); in get_ddr_bank_size()
310 set_cs_bounds(cs, (long)base, conf[detected].size); in get_ddr_bank_size()
312 return(conf[detected].size); in get_ddr_bank_size()
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-09-20.test2 # CHECK: !!str "detected\n"
3 # CHECK: !!str "\n\n# detected\n"
8 detected
12 # detected
17 detected
/external/llvm/test/YAMLParser/
Dspec-09-20.test2 # CHECK: !!str "detected\n"
3 # CHECK: !!str "\n\n# detected\n"
8 detected
12 # detected
17 detected
/external/u-boot/scripts/kconfig/tests/warn_recursive_dep/
Dexpected_stderr1 Kconfig:9:error: recursive dependency detected!
6 Kconfig:3:error: recursive dependency detected!
11 Kconfig:15:error: recursive dependency detected!
17 Kconfig:30:error: recursive dependency detected!
23 Kconfig:59:error: recursive dependency detected!
28 Kconfig:50:error: recursive dependency detected!
/external/deqp/scripts/src_util/
Dcheck_license.py48 detected = LICENSE_UNKNOWN
52 if detected != LICENSE_UNKNOWN:
53 detected = LICENSE_MULTIPLE
55 detected = license
57 return detected
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalizer-info-validation.mir12 # Watch out for every "SKIPPED: user-defined predicate detected" in the
61 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
64 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
67 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
70 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
82 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
85 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
88 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
91 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
94 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
[all …]
/external/kmod/testsuite/rootfs-pristine/test-depmod/detect-loop/
Dcorrect.txt1 depmod: ERROR: Cycle detected: mod_loop_d -> mod_loop_e -> mod_loop_d
2 depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_k -> mod_loop_h -> mod_loop_i
3 depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_h -> mod_loop_i
4 depmod: ERROR: Cycle detected: mod_loop_c -> mod_loop_a -> mod_loop_b -> mod_loop_c
/external/deqp-deps/glslang/Test/baseResults/
Drecurse1.vert.out193 ERROR: Linking vertex stage: Recursion detected:
195 ERROR: Linking vertex stage: Recursion detected:
197 ERROR: Linking vertex stage: Recursion detected:
199 ERROR: Linking vertex stage: Recursion detected:
201 ERROR: Linking vertex stage: Recursion detected:
203 ERROR: Linking vertex stage: Recursion detected:
208 ERROR: Linking fragment stage: Recursion detected:
210 ERROR: Linking fragment stage: Recursion detected:
212 ERROR: Linking fragment stage: Recursion detected:
214 ERROR: Linking fragment stage: Recursion detected:
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-20.data2 detected
6 # detected
11 detected
/external/syzkaller/pkg/report/testdata/linux/report/
D591 TITLE: INFO: rcu detected stall in corrupted
4 [ 317.168127] INFO: rcu_sched detected stalls on CPUs/tasks: { 0} (detected by 1, t=2179 jiffies, …
D581 TITLE: INFO: rcu detected stall in corrupted
4 [ 1722.511384] INFO: rcu_preempt detected stalls on CPUs/tasks: { 2} (detected by 0, t=65008 jiffie…
D571 TITLE: INFO: rcu detected stall in corrupted
4 [ 277.780013] INFO: rcu_sched self-detected stall on CPU
5 [ 277.781045] INFO: rcu_sched detected stalls on CPUs/tasks:
7 [ 277.781197] (detected by 0, t=65002 jiffies, g=72940, c=72939, q=1777)
D1281 TITLE: BUG: executor-detected bug
3 BUG: executor-detected bug
D611 TITLE: INFO: rcu detected stall in corrupted
4 [ 50.583499] INFO: rcu_sched self-detected stall on CPU
D621 TITLE: INFO: rcu detected stall in corrupted
4 [ 152.002376] INFO: rcu_bh detected stalls on CPUs/tasks:
D631 TITLE: INFO: rcu detected stall in corrupted
4 [ 72.159680] INFO: rcu_sched detected expedited stalls on CPUs/tasks: {
/external/v8/src/wasm/
Dfunction-compiler.cc76 void WasmCompilationUnit::ExecuteCompilation(WasmFeatures* detected) { in ExecuteCompilation() argument
92 if (liftoff_unit_->ExecuteCompilation(detected)) break; in ExecuteCompilation()
97 turbofan_unit_->ExecuteCompilation(detected); in ExecuteCompilation()
148 Isolate* isolate, NativeModule* native_module, WasmFeatures* detected, in CompileWasmFunction() argument
160 unit.ExecuteCompilation(detected); in CompileWasmFunction()
/external/libxml2/result/valid/
Dt8.xml.err1 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
8 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
15 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
Dt8a.xml.err1 ./test/valid/t8a.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Ma…
8 ./test/valid/t8a.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Ma…
15 ./test/valid/t8a.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Ma…
Dt8.xml.err.rdr1 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
8 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
15 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
Dt8a.xml.err.rdr1 ./test/valid/t8a.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Ma…
8 ./test/valid/t8a.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Ma…
15 ./test/valid/t8a.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Ma…
/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle92 * @nbLocators: the number of locators detected on the link
95 * @nbArcs: the number of arcs detected on the link
100 * @nbTitles: the number of titles detected on the link
101 * @title: array of titles detected on the link
113 * @nbLocators: the number of locators detected on the link
116 * @nbTitles: the number of titles detected on the link
117 * @title: array of titles detected on the link
/external/llvm/lib/Fuzzer/test/
Dfuzzer-leak.test3 LEAK_DURING: ERROR: LeakSanitizer: detected memory leaks
9 LEAK_IN_CORPUS: ERROR: LeakSanitizer: detected memory leaks
16 LEAK_AFTER: ERROR: LeakSanitizer: detected memory leaks
/external/protobuf/protoc-artifacts/
DREADME.md34 that is different from what Java has detected, as long as you have the proper
37 You can override the Maven properties ``os.detected.name`` and
38 ``os.detected.arch`` to force the script to generate binaries for a specific OS
43 - ``os.detected.name``: ``linux``, ``osx``, ``windows``.
44 - ``os.detected.arch``: ``x86_32``, ``x86_64``
49 $ mvn install -Dos.detected.arch=x86_32
84 ``-Dos.detected.arch=x86_32``

12345678910>>...38