Home
last modified time | relevance | path

Searched full:resulting (Results 1 – 25 of 9637) sorted by relevance

12345678910>>...386

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsFixupKinds.h26 // Branch fixups resulting in R_MIPS_NONE.
29 // Branch fixups resulting in R_MIPS_16.
32 // Pure 32 bit data fixup resulting in - R_MIPS_32.
35 // Full 32 bit data relative data fixup resulting in - R_MIPS_REL32.
38 // Jump 26 bit fixup resulting in - R_MIPS_26.
41 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16.
44 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16.
47 // 16 bit fixup for GP offest resulting in - R_MIPS_GPREL16.
50 // 16 bit literal fixup resulting in - R_MIPS_LITERAL.
53 // Symbol fixup resulting in - R_MIPS_GOT16.
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsFixupKinds.h25 // Branch fixups resulting in R_MIPS_16.
28 // Pure 32 bit data fixup resulting in - R_MIPS_32.
31 // Full 32 bit data relative data fixup resulting in - R_MIPS_REL32.
34 // Jump 26 bit fixup resulting in - R_MIPS_26.
37 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16.
40 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16.
43 // 16 bit fixup for GP offest resulting in - R_MIPS_GPREL16.
46 // 16 bit literal fixup resulting in - R_MIPS_LITERAL.
49 // Symbol fixup resulting in - R_MIPS_GOT16.
52 // PC relative branch fixup resulting in - R_MIPS_PC16.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsFixupKinds.h25 // Branch fixups resulting in R_MIPS_16.
28 // Pure 32 bit data fixup resulting in - R_MIPS_32.
31 // Full 32 bit data relative data fixup resulting in - R_MIPS_REL32.
34 // Jump 26 bit fixup resulting in - R_MIPS_26.
37 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16.
40 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16.
43 // 16 bit fixup for GP offest resulting in - R_MIPS_GPREL16.
46 // 16 bit literal fixup resulting in - R_MIPS_LITERAL.
49 // Symbol fixup resulting in - R_MIPS_GOT16.
52 // PC relative branch fixup resulting in - R_MIPS_PC16.
[all …]
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/
DJsonElementBuilders.kt66 * Add the given JSON [element] to a resulting JSON object using the given [key].
77 …* Add the [JSON object][JsonObject] produced by the [builderAction] function to a resulting JSON o… in put()
85 …* Add the [JSON array][JsonArray] produced by the [builderAction] function to a resulting JSON obj… in put()
93 * Add the given boolean [value] to a resulting JSON object using the given [key]. in put()
100 * Add the given numeric [value] to a resulting JSON object using the given [key]. in put()
107 * Add the given string [value] to a resulting JSON object using the given [key]. in put()
114 * Add `null` to a resulting JSON object using the given [key]. in put()
131 * Adds the given JSON [element] to a resulting JSON array. in put()
141 * Adds the given JSON [elements] to a resulting JSON array. in put()
154 * Adds the given boolean [value] to a resulting JSON array.
[all …]
/external/rust/android-crates-io/crates/chrono/src/
Dtraits.rs93 /// - The resulting date does not exist (February 29 in a non-leap year).
95 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
110 /// // Resulting date 2023-02-29 does not exist:
127 /// - The resulting date does not exist (for example `month(4)` when day of the month is 31).
128 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
143 /// // Resulting date 2023-09-31 does not exist:
172 /// - The resulting date does not exist (for example `month0(3)` when day of the month is 31).
173 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
186 /// - The resulting date does not exist (for example `day(31)` in April).
187 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h288 /// Return a new range representing the possible values resulting
323 /// Return a new range representing the possible values resulting
329 /// Return a new range representing the possible values resulting
337 /// Return a new range representing the possible values resulting
341 /// Return a new range representing the possible values resulting
349 /// Return a new range representing the possible values resulting
353 /// Return a new range representing the possible values resulting
361 /// Return a new range representing the possible values resulting
366 /// Return a new range representing the possible values resulting
370 /// Return a new range representing the possible values resulting
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DConstantRange.h344 /// Return a new range representing the possible values resulting
379 /// Return a new range representing the possible values resulting
385 /// Return a new range representing the possible values resulting
393 /// Return a new range representing the possible values resulting
397 /// Return a new range representing the possible values resulting
405 /// Return a new range representing the possible values resulting
409 /// Return a new range representing the possible values resulting
417 /// Return a new range representing the possible values resulting
427 /// Return a new range representing the possible values resulting
431 /// Return a new range representing the possible values resulting
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxConvert.kt18 * Unsubscribing from the resulting completable **does not** affect the original job in any way. in <lambda>()
23 …* @param context -- the coroutine context from which the resulting completable is going to be sign… in <lambda>()
34 …* Unsubscribing from the resulting maybe **does not** affect the original deferred value in any wa…
39 * @param context -- the coroutine context from which the resulting maybe is going to be signalled
50 …* Unsubscribing from the resulting single **does not** affect the original deferred value in any w…
55 * @param context -- the coroutine context from which the resulting single is going to be signalled
64 …* The resulting flow is _cold_, which means that [ObservableSource.subscribe] is called every time…
65 * is applied to the resulting flow.
68 …* resulting flow to specify a user-defined value and to control what happens when data is produced…
DRxAwait.kt41 …* Returns the resulting value, or `null` if no value is produced, or throws the corresponding exce…
70 …* Returns the resulting value, or throws if either no value is produced or this [MaybeSource] prod…
82 …* Returns the resulting value, null if no value was produced or throws the corresponding exception… in awaitSingle()
104 …* Returns the resulting value, [default] if no value was produced or throws the corresponding exce… in awaitSingle()
128 …* Returns the resulting value, or throws the corresponding exception if this response produces an … in awaitSingle()
153 … value from the given [Observable] without blocking the thread and returns the resulting value, or,
166 …* blocking the thread, and returns the resulting value, or, if this observable has produced an err… in awaitFirst()
177 …* thread, and returns the resulting value, or, if this observable has produced an error, throws th… in awaitFirst()
188 …* without blocking the thread, and returns the resulting value, or, if this observable has produce… in awaitFirst()
200 …* returns the resulting value, or, if this observable has produced an error, throws the correspond… in awaitFirst()
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxConvert.kt18 * Unsubscribing from the resulting completable **does not** affect the original job in any way. in <lambda>()
23 …* @param context -- the coroutine context from which the resulting completable is going to be sign… in <lambda>()
34 …* Unsubscribing from the resulting maybe **does not** affect the original deferred value in any wa…
39 * @param context -- the coroutine context from which the resulting maybe is going to be signalled
50 …* Unsubscribing from the resulting single **does not** affect the original deferred value in any w…
55 * @param context -- the coroutine context from which the resulting single is going to be signalled
64 …* The resulting flow is _cold_, which means that [ObservableSource.subscribe] is called every time…
65 * is applied to the resulting flow.
68 …* resulting flow to specify a user-defined value and to control what happens when data is produced…
DRxAwait.kt33 …* Returns the resulting value, or `null` if no value is produced, or throws the corresponding exce…
51 …* Returns the resulting value, or throws if either no value is produced or this [MaybeSource] prod…
63 …* Returns the resulting value, null if no value was produced or throws the corresponding exception…
86 …* Returns the resulting value, [default] if no value was produced or throws the corresponding exce…
111 …* Returns the resulting value, or throws the corresponding exception if this response produces an …
128 … value from the given [Observable] without blocking the thread and returns the resulting value, or,
142 …* blocking the thread, and returns the resulting value, or, if this observable has produced an err…
155 …* thread, and returns the resulting value, or, if this observable has produced an error, throws th…
166 …* without blocking the thread, and returns the resulting value, or, if this observable has produce…
178 …* returns the resulting value, or, if this observable has produced an error, throws the correspond…
[all …]
/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs436 /// Returns `None` if the resulting date would be out of range.
447 /// Uses the last day of the month if the day does not exist in the resulting month.
454 /// - The local time at the resulting date does not exist or is ambiguous, for example during a
456 /// - The resulting UTC datetime would be out of range.
457 /// - The resulting local datetime would be out of range (unless `months` is zero).
461 // the resulting date, with which we can return `Some` even for an out of range local in checked_add_months()
473 /// Returns `None` if the resulting date would be out of range.
484 /// Uses the last day of the month if the day does not exist in the resulting month.
491 /// - The local time at the resulting date does not exist or is ambiguous, for example during a
493 /// - The resulting UTC datetime would be out of range.
[all …]
/external/javassist/src/main/javassist/
DCtConstructor.java309 * The return type is <code>void</code>. The resulting method must be
311 * If this constructor is a static initializer, the resulting method takes
316 * eliminated from the resulting method.
319 * must be also a super class of the class declaring the resulting method.
320 * If the constructor accesses a field, the class declaring the resulting method
323 * @param name the name of the resulting method.
324 * @param declaring the class declaring the resulting method.
335 * The return type is <code>void</code>. The resulting method must be
337 * If this constructor is a static initializer, the resulting method takes
342 * eliminated from the resulting method.
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/src/
DAwait.kt9 … value from the given publisher without blocking the thread and returns the resulting value, or, if
23 …* the thread, and returns the resulting value, or, if this publisher has produced an error, throws…
35 …* and returns the resulting value, or, if this publisher has produced an error, throws the corresp…
46 …* blocking the thread, and returns the resulting value, or, if this publisher has produced an erro…
58 …* returns the resulting value, or, if this publisher has produced an error, throws the correspondi…
70 …gle value from the given publisher without blocking the thread and returns the resulting value, or,
/external/selinux/libsemanage/src/
Dsemanageswig_ruby.i34 /* the wrapper will setup this parameter for passing... the resulting ruby functions
46 /* the wrapper will setup this parameter for passing... the resulting python functions
58 /* the wrapper will setup this parameter for passing... the resulting python functions
82 /* the wrapper will setup this parameter for passing... the resulting python functions
106 /* the wrapper will setup this parameter for passing... the resulting python functions
130 /* the wrapper will setup this parameter for passing... the resulting python functions
154 /* the wrapper will setup this parameter for passing... the resulting python functions
178 /* the wrapper will setup this parameter for passing... the resulting python functions
202 /* the wrapper will setup this parameter for passing... the resulting python functions
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DBuilders.kt16 …_ means that the [block] is called every time a terminal operator is applied to the resulting flow. in <lambda>()
147 * to the resulting flow.
158 * to the resulting flow.
169 * to the resulting flow.
199 * The resulting flow is _cold_, which means that [block] is called every time a terminal operator
200 * is applied to the resulting flow.
204 * The resulting flow completes as soon as the code in the [block] and all its children completes.
209 …* resulting flow to specify a user-defined value and to control what happens when data is produced…
247 * The resulting flow is _cold_, which means that [block] is called every time a terminal operator in channelFlow()
248 * is applied to the resulting flow. in channelFlow()
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DConvert.kt13 * Unsubscribing from the resulting mono **does not** affect the original job in any way.
18 * @param context -- the coroutine context from which the resulting mono is going to be signalled
26 * Unsubscribing from the resulting mono **does not** affect the original deferred value in any way.
31 * @param context -- the coroutine context from which the resulting mono is going to be signalled
40 * @param context -- the coroutine context from which the resulting flux is going to be signalled
/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/
DListServicesResponseOrBuilder.java30 * The resulting list of Services.
40 * The resulting list of Services.
50 * The resulting list of Services.
60 * The resulting list of Services.
70 * The resulting list of Services.
DListRevisionsResponseOrBuilder.java30 * The resulting list of Revisions.
40 * The resulting list of Revisions.
50 * The resulting list of Revisions.
60 * The resulting list of Revisions.
70 * The resulting list of Revisions.
DListJobsResponseOrBuilder.java30 * The resulting list of Jobs.
40 * The resulting list of Jobs.
50 * The resulting list of Jobs.
60 * The resulting list of Jobs.
70 * The resulting list of Jobs.
DListTasksResponseOrBuilder.java30 * The resulting list of Tasks.
40 * The resulting list of Tasks.
50 * The resulting list of Tasks.
60 * The resulting list of Tasks.
70 * The resulting list of Tasks.
DListExecutionsResponseOrBuilder.java30 * The resulting list of Executions.
40 * The resulting list of Executions.
50 * The resulting list of Executions.
60 * The resulting list of Executions.
70 * The resulting list of Executions.
DListTasksResponse.java79 * The resulting list of Tasks.
92 * The resulting list of Tasks.
105 * The resulting list of Tasks.
118 * The resulting list of Tasks.
131 * The resulting list of Tasks.
624 * The resulting list of Tasks.
640 * The resulting list of Tasks.
656 * The resulting list of Tasks.
672 * The resulting list of Tasks.
694 * The resulting list of Tasks.
[all …]
DListServicesResponse.java79 * The resulting list of Services.
92 * The resulting list of Services.
106 * The resulting list of Services.
119 * The resulting list of Services.
132 * The resulting list of Services.
626 * The resulting list of Services.
642 * The resulting list of Services.
658 * The resulting list of Services.
674 * The resulting list of Services.
696 * The resulting list of Services.
[all …]
DListJobsResponse.java79 * The resulting list of Jobs.
92 * The resulting list of Jobs.
105 * The resulting list of Jobs.
118 * The resulting list of Jobs.
131 * The resulting list of Jobs.
623 * The resulting list of Jobs.
639 * The resulting list of Jobs.
655 * The resulting list of Jobs.
671 * The resulting list of Jobs.
693 * The resulting list of Jobs.
[all …]

12345678910>>...386