Home
last modified time | relevance | path

Searched refs:consumes (Results 1 – 25 of 144) sorted by relevance

123456

/external/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp20 …void consumes() __attribute__ ((set_typestate())); // expected-error {{'set_typestate' attri…
41 void consumes() SET_TYPESTATE(consumed); in CONSUMABLE()
52 …void consumes() SET_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute i…
/external/llvm-project/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp20 …void consumes() __attribute__ ((set_typestate())); // expected-error {{'set_typestate' attri…
41 void consumes() SET_TYPESTATE(consumed); in CONSUMABLE()
52 …void consumes() SET_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute i…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ConsumeMutexLock.pbtxt9 summary: "This op consumes a lock created by `MutexLock`."
12 direct control dependencies). It should be the only that consumes the tensor,
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzzers/
DBUILD.gn116 # Intentionally doesn't use the seed corpus, because it consumes
125 # Intentionally doesn't use the seed corpus, because it consumes
134 # Intentionally doesn't use the seed corpus, because it consumes
/external/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
DBUILD.gn116 # Intentionally doesn't use the seed corpus, because it consumes
125 # Intentionally doesn't use the seed corpus, because it consumes
134 # Intentionally doesn't use the seed corpus, because it consumes
/external/deqp-deps/SPIRV-Tools/test/fuzzers/
DBUILD.gn116 # Intentionally doesn't use the seed corpus, because it consumes
125 # Intentionally doesn't use the seed corpus, because it consumes
134 # Intentionally doesn't use the seed corpus, because it consumes
/external/deqp-deps/glslang/Test/
D440.frag6 // a consumes components 2 and 3 of location 4
9 // b consumes component 1 of location 4
15 // e consumes beginning (components 0, 1 and 2) of each of 6 slots
18 // f consumes last component of the same 6 slots
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D440.frag6 // a consumes components 2 and 3 of location 4
9 // b consumes component 1 of location 4
15 // e consumes beginning (components 0, 1 and 2) of each of 6 slots
18 // f consumes last component of the same 6 slots
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt108 public fun ReceiveChannel<*>.consumes(): CompletionHandler = { cause: Throwable? -> in cause() method
691 GlobalScope.produce(context, onCompletion = consumes()) { in drop()
719 GlobalScope.produce(context, onCompletion = consumes()) { in dropWhile()
745 GlobalScope.produce(context, onCompletion = consumes()) { in filter()
767 GlobalScope.produce(context, onCompletion = consumes()) { in filterIndexed()
985 GlobalScope.produce(context, onCompletion = consumes()) { in take()
1011 GlobalScope.produce(context, onCompletion = consumes()) { in takeWhile()
1285 GlobalScope.produce(context, onCompletion = consumes()) { in toMutableList()
1393 GlobalScope.produce(context, onCompletion = consumes()) { in map()
1416 GlobalScope.produce(context, onCompletion = consumes()) { in mapIndexed()
[all …]
/external/llvm/test/Transforms/Inline/
Dinvoke_test-3.ll32 ; This consumes an exception thrown by might_throw
/external/libgsm/fuzzer/
DREADME.md31 GSM decoder consumes alternating frames of 33 and 32 bytes, so 65 bytes of input are needed.
38 GSM encoder consumes 160 signed 16-bit words, so 320 bytes of input are needed.
/external/antlr/runtime/C/doxygen/
Dusing.dox21 /// This means that your lexer runs first and consumes all the input stream until
23 /// a complete stream of tokens, which the parser then consumes.
/external/llvm/include/llvm/Option/
DOptParser.td47 // An option which consumes all remaining arguments if there are any.
49 // An option which consumes an optional joined argument and any other remaining
/external/llvm-project/llvm/test/Transforms/Inline/
Dinvoke_test-3.ll42 ; This consumes an exception thrown by might_throw
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptParser.td46 // An option which consumes all remaining arguments if there are any.
48 // An option which consumes an optional joined argument and any other remaining
/external/boringssl/src/
DBREAKING-CHANGES.md39consumes BoringSSL's `master` branch directly. It is pushed into Android, where it consumes Androi…
48 …ly with the BoringSSL update. This can only be done for code which only consumes one instance of B…
/external/llvm-project/llvm/docs/PDB/
DDbiStream.rst264 and consumes ``Header->SectionContributionSize`` bytes. This substream begins
297 and consumes ``Header->SectionMapSize`` bytes. This substream begins with an ``4``
336 and consumes ``Header->SourceInfoSize`` bytes. This substream defines the mapping
390 ends, and consumes ``Header->TypeServerMapSize`` bytes. Neither the purpose
400 :ref:`dbi_type_server_map_substream` ends, and consumes
410 consumes ``Header->OptionalDbgHeaderSize`` bytes. This field is an array of
DModiStream.rst77 and other symbols defined in the compiland. The entire array consumes
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dand2.ll201 ; The add in this test is unnecessary because the LSBs of the LHS are 0 and the 'and' only consumes
216 ; The add in this test is unnecessary because the LSBs of the RHS are 0 and the 'and' only consumes
231 ; The sub in this test is unnecessary because the LSBs of the RHS are 0 and the 'and' only consumes
/external/llvm-project/llvm/include/llvm/Option/
DOptParser.td46 // An option which consumes all remaining arguments if there are any.
48 // An option which consumes an optional joined argument and any other remaining
/external/perfetto/protos/perfetto/trace/gpu/
Dvulkan_memory_event.proto23 // properties of the object that consumes the allocated memory, for example, a
/external/python/cpython2/Misc/NEWS.d/
D2.7.1.rst25 itertools.islice() now consumes the minimum number of inputs before
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
DREADME.md38 Something to note in the above example is that the frontend consumes as many
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc59 "If the process consumes more memory, then TSan will flush shadow memory.")
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc58 "If the process consumes more memory, then TSan will flush shadow memory.")

123456