Home
last modified time | relevance | path

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

12345678910>>...25

/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/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped167 FdtException if no more nodes found or other error occurs
182 FdtException if no subnodes found or other error occurs
197 FdtException if no more subnodes found or other error occurs
414 FdtError if any error occurs (e.g. the property is not found)
430 occurs
457 FdtException if no parent found or other error occurs
472 FdtException if no node found or other error occurs
488 All methods raise an FdtException if an error occurs. To avoid this
491 If one of these errors occurs, the function will return an error number
542 FdtException if any error occurs
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java223 … Set<DtdType> occurs = CldrUtility.ifNull(ELEMENTS_OCCURRING.get(element), Collections.EMPTY_SET); in checkBadAttributes() local
225 noOccur.removeAll(occurs); in checkBadAttributes()
227 if (!Collections.disjoint(deprecated, occurs)) { // deprecated must not occur in checkBadAttributes()
228 final Set<DtdType> intersection = CldrUtility.intersect(deprecated, occurs); in checkBadAttributes()
240 + "\t" + occurs in checkBadAttributes()
263 …Set<R2<DtdType, String>> occurs = CldrUtility.ifNull(ATTRIBUTES_OCCURRING.get(attribute), Collecti… in checkBadAttributes() local
265 noOccur.removeAll(occurs); in checkBadAttributes()
267 if (!Collections.disjoint(deprecated, occurs)) { // deprecated must not occur in checkBadAttributes()
268 … final Set<R2<DtdType, String>> intersection = CldrUtility.intersect(deprecated, occurs); in checkBadAttributes()
279 + "\t" + occurs in checkBadAttributes()
/external/icu/icu4c/source/data/translit/
Des_FONIPA_am.txt181 # Not used in Iberian Spanish, but occurs e.g. in Galician.
226 # Not used in Iberian Spanish, but occurs in e.g. Catalan.
/external/deqp/external/vulkancts/mustpass/master/src/
Dwaivers.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
64 # This occurs on NVIDIA Kepler GPUs. The affected GPUs are unable to reliably synchronize memory
/external/deqp/android/cts/master/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
65 # This occurs on NVIDIA Kepler GPUs. The affected GPUs are unable to reliably synchronize memory
/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/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/autotest/client/tests/synctest/
Dcontrol12 IPC occurs through semaphore and shared memory.
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst70 Each assignment or import statement occurs within a block defined by a class or
93 definition occurs in a function block, the scope extends to any blocks contained
113 If a name binding operation occurs anywhere within a code block, all uses of the
120 If the :keyword:`global` statement occurs within a block, all uses of the name
188 Name resolution of free variables occurs at runtime, not at compile time.
265 .. [#] This limitation occurs because the code that is executed by these operations
/external/libevent/
DMETADATA2 …rovides a mechanism to execute a callback function when a specific event occurs on a file descript…
/external/mesa3d/src/vulkan/
Dvulkan-icd-symbols.txt16 # Andoid looks for this global in HAL modules. In the source it occurs
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-probe-red-zone.ll3 ; Ensure that red zone usage occurs.
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dimpossible-reg-to-reg-copy.ll11 ; This no longer occurs.
/external/autotest/client/site_tests/platform_CheckErrorsInLog/
Dcontrol10 Fails if any of the following occurs:
/external/autotest/client/site_tests/touch_TouchscreenScroll/
Dcontrol7 PURPOSE = "Test that touchscreen scrolling occurs in the correct direction."
/external/llvm/test/CodeGen/ARM/
Dtail-call-weak.ll8 ; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
/external/python/cpython2/Doc/library/
Ddummy_threading.rst24 occurs with blocking I/O.
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll1 ; Make sure that the compare instruction occurs after the increment to avoid
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dtail-call-weak.ll8 ; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
/external/python/cpython3/Doc/library/
D_dummy_thread.rst20 created that blocks waiting for another thread to be created. This often occurs

12345678910>>...25