Home
last modified time | relevance | path

Searched refs:occurs (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/external/rust/crates/clap/3.2.23/src/parser/matches/
Dmatched_arg.rs17 occurs: u64, field
30 occurs: 0, in new_arg()
43 occurs: 0, in new_group()
56 occurs: 0, in new_external()
72 self.occurs += 1; in inc_occurrences()
76 pub(crate) fn set_occurrences(&mut self, occurs: u64) { in set_occurrences()
77 self.occurs = occurs in set_occurrences()
82 self.occurs in get_occurrences()
199 occurs: self_occurs, in eq()
208 occurs: other_occurs, in eq()
/external/ltp/scripts/coccinelle/
Dlibltp-test-macro.cocci40 // Replace TEST in all functions where it occurs only at the start. It
64 // Replace TEST in all functions where it occurs at the start
65 // Functions where it *only* occurs at the start were handled above
85 // Add ret var at the start of a function where TEST occurs and there
/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__same_line__rich_no_color.snap9 │ - ---- ^ second mutable borrow occurs here
11 │ │ first mutable borrow occurs here
Dterm__same_line__rich_ascii_no_color.snap9 | - ---- ^ second mutable borrow occurs here
11 | | first mutable borrow occurs here
Dterm__same_line__rich_color.snap9 …e}│{/} {fg:Blue}-{/} {fg:Blue}----{/} {fg:Red}^{/} {fg:Red}second mutable borrow occurs here{/}
11 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}first mutable borrow occurs here{/}
/external/rust/crates/codespan-reporting/
DCHANGELOG.md136 │ ---- first mutable borrow occurs here
137 │ ^ second mutable borrow occurs here
147 │ - ---- ^ second mutable borrow occurs here
149 │ │ first mutable borrow occurs here
322 │ ---- first mutable borrow occurs here
325 │ ^ second mutable borrow occurs here
336 │ ---- first mutable borrow occurs here
337 │ ^ second mutable borrow occurs here
/external/clang/test/SemaObjCXX/
Dmessage.mm70 // expected-warning@-2 {{'typename' occurs outside of a template}}
80 // expected-warning@-2 {{'typename' occurs outside of a template}}
85 // expected-warning@-2 {{'typename' occurs outside of a template}}
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateItemCounts.java224 … Set<DtdType> occurs = CldrUtility.ifNull(ELEMENTS_OCCURRING.get(element), Collections.EMPTY_SET); in checkBadAttributes() local
226 noOccur.removeAll(occurs); in checkBadAttributes()
228 if (!Collections.disjoint(deprecated, occurs)) { // deprecated must not occur in checkBadAttributes()
229 final Set<DtdType> intersection = CldrUtility.intersect(deprecated, occurs); in checkBadAttributes()
241 + "\t" + occurs in checkBadAttributes()
264 …Set<R2<DtdType, String>> occurs = CldrUtility.ifNull(ATTRIBUTES_OCCURRING.get(attribute), Collecti… in checkBadAttributes() local
266 noOccur.removeAll(occurs); in checkBadAttributes()
268 if (!Collections.disjoint(deprecated, occurs)) { // deprecated must not occur in checkBadAttributes()
269 … final Set<R2<DtdType, String>> intersection = CldrUtility.intersect(deprecated, occurs); in checkBadAttributes()
280 + "\t" + occurs in checkBadAttributes()
/external/icu/icu4c/source/data/translit/
Des_FONIPA_am.txt182 # Not used in Iberian Spanish, but occurs e.g. in Galician.
227 # Not used in Iberian Spanish, but occurs in e.g. Catalan.
/external/cronet/third_party/icu/source/data/translit/
Des_FONIPA_am.txt182 # Not used in Iberian Spanish, but occurs e.g. in Galician.
227 # Not used in Iberian Spanish, but occurs in e.g. Catalan.
/external/rust/crates/async-trait/tests/ui/
Dsend-not-implemented.stderr19 | ^^^^^^ await occurs here, with `_guard` maybe used later
43 | ^^^^^^ await occurs here, with `_guard` maybe used later
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DFailedPredicateException.as31 * occurs when normally parsing the alternative just like matching a token.
32 * Disambiguating predicate evaluation occurs when we hoist a predicate into
/external/bazelbuild-kotlin-rules/tests/analysis/
Djvm_compile_test.bzl144 # If a failure occurs, it will be at build time.
242 # If a failure occurs, it will be at build time.
260 # If a failure occurs, it will be at build time.
317 # If a failure occurs, it will be at build time.
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst82 Each assignment or import statement occurs within a block defined by a class or
105 definition occurs in a function block, the scope extends to any blocks contained
125 If a name binding operation occurs anywhere within a code block, all uses of the
132 If the :keyword:`global` statement occurs within a block, all uses of the names
200 Name resolution of free variables occurs at runtime, not at compile time.
277 .. [#] This limitation occurs because the code that is executed by these operations
/external/arm-neon-tests/
Darmscript.inc1 ERROR=ABORT // Abort if error occurs when processing the script
/external/mesa3d/src/amd/vulkan/
Dvulkan.sym7 # Andoid looks for this global in HAL modules. In the source it occurs
/external/libevent/
DMETADATA2 …rovides a mechanism to execute a callback function when a specific event occurs on a file descript…
/external/clang/test/Analysis/
Duninit-vals.m67 if (testObj->size > 0) { ; } // warning occurs here
114 if (testObj->size > 0) { ; } // warning occurs here
196 if (testObj->size > 0) { ; } // warning occurs here
/external/mesa3d/src/vulkan/
Dvulkan-icd-symbols.txt16 # Andoid looks for this global in HAL modules. In the source it occurs
/external/cronet/base/android/proguard/
Dchromium_apk.flags76 # Not using the return value generally occurs due to logging being stripped.
83 # Not using the return value generally occurs due to logging being stripped.
/external/autotest/client/site_tests/touch_TouchscreenScroll/
Dcontrol7 PURPOSE = "Test that touchscreen scrolling occurs in the correct direction."
/external/deqp/android/cts/main/src/
Dvk-waivers.txt4 # This occurs on some versions of Imagination Technologies G6200, G6230, G6400, and G6430
56 # This occurs on some versions of Broadcom's Videocore GPUs. On affected devices depth clipping
66 # This occurs on NVIDIA Kepler GPUs. The affected GPUs are unable to reliably synchronize memory
/external/llvm/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll1 ; Make sure that the compare instruction occurs after the increment to avoid
/external/mesa3d/docs/
Ddebugging.rst8 to stdout whenever an error occurs.
/external/python/cpython2/Doc/library/
Ddummy_threading.rst24 occurs with blocking I/O.

12345678910>>...31