/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.cc | 118 RecordInstructionFeaturesScope scope(this); in LoadStoreHelper() local 141 RecordInstructionFeaturesScope scope(this); in LoadStorePairHelper() local 161 RecordInstructionFeaturesScope scope(this); in VisitAddSubExtended() local 166 RecordInstructionFeaturesScope scope(this); in VisitAddSubImmediate() local 171 RecordInstructionFeaturesScope scope(this); in VisitAddSubShifted() local 176 RecordInstructionFeaturesScope scope(this); in VisitAddSubWithCarry() local 181 RecordInstructionFeaturesScope scope(this); in VisitRotateRightIntoFlags() local 190 RecordInstructionFeaturesScope scope(this); in VisitEvaluateIntoFlags() local 200 RecordInstructionFeaturesScope scope(this); in VisitAtomicMemory() local 216 RecordInstructionFeaturesScope scope(this); in VisitBitfield() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
H A D | Constant.java | 47 public static Constant<Integer> create(Scope scope, int data) { in create() 58 public static Constant<Integer> create(Scope scope, int[] data) { in create() 69 public static Constant<Integer> create(Scope scope, int[][] data) { in create() 80 public static Constant<Integer> create(Scope scope, int[][][] data) { in create() 91 public static Constant<Integer> create(Scope scope, int[][][][] data) { in create() 102 public static Constant<Integer> create(Scope scope, int[][][][][] data) { in create() 113 public static Constant<Integer> create(Scope scope, int[][][][][][] data) { in create() 131 public static Constant<Integer> create(Scope scope, long[] shape, IntBuffer data) { in create() 144 public static Constant<Float> create(Scope scope, float data) { in create() 155 public static Constant<Float> create(Scope scope, float[] data) { in create() [all …]
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 227 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() local 233 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() local 239 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() local 244 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() local 295 ExactAssemblyScope scope(this, k32BitT32InstructionSizeInBytes); in MemOperandComputationHelper() local 680 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() local 726 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in Delegate() local 744 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() local 755 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() local 766 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() local [all …]
|
/aosp_15_r20/external/vixl/test/ |
H A D | test-code-generation-scopes.cc | 58 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST() local 72 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize); in TEST() local 86 CodeBufferCheckScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes); in TEST() local 101 CodeBufferCheckScope scope(&masm, 2 * aarch64::kInstructionSize); in TEST() local 116 CodeBufferCheckScope scope; in TEST() local 132 CodeBufferCheckScope scope; in TEST() local 148 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST() local 164 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize); in TEST() local 180 CodeBufferCheckScope scope; in TEST() local 198 CodeBufferCheckScope scope; in TEST() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/ |
H A D | math_grad.cc | 46 Output ConjugateHelper(const Scope& scope, const Output& out) { in ConjugateHelper() 57 Status AbsGrad(const Scope& scope, const Operation& op, in AbsGrad() 66 Status NegGrad(const Scope& scope, const Operation& op, in NegGrad() 75 Status InvGrad(const Scope& scope, const Operation& op, in InvGrad() 86 Status SquareGrad(const Scope& scope, const Operation& op, in SquareGrad() 99 Status SqrtGrad(const Scope& scope, const Operation& op, in SqrtGrad() 109 Status RsqrtGrad(const Scope& scope, const Operation& op, in RsqrtGrad() 119 Status ExpGrad(const Scope& scope, const Operation& op, in ExpGrad() 131 Status Expm1Grad(const Scope& scope, const Operation& op, in Expm1Grad() 144 Status LogGrad(const Scope& scope, const Operation& op, in LogGrad() [all …]
|
H A D | array_grad.cc | 41 Status PackGrad(const Scope& scope, const Operation& op, in PackGrad() 58 Status UnpackGrad(const Scope& scope, const Operation& op, in UnpackGrad() 68 Status IdentityGrad(const Scope& scope, const Operation& op, in IdentityGrad() 76 Status RefIdentityGrad(const Scope& scope, const Operation& op, in RefIdentityGrad() 84 Status QuantizeAndDequantizeGrad(const Scope& scope, const Operation& op, in QuantizeAndDequantizeGrad() 92 Status QuantizeAndDequantizeV4GradHelper(const Scope& scope, in QuantizeAndDequantizeV4GradHelper() 112 Status QuantizeAndDequantizeV3Grad(const Scope& scope, const Operation& op, in QuantizeAndDequantizeV3Grad() 123 Status SplitGrad(const Scope& scope, const Operation& op, in SplitGrad() 132 Status SplitVGrad(const Scope& scope, const Operation& op, in SplitVGrad() 146 Status FillGrad(const Scope& scope, const Operation& op, in FillGrad() [all …]
|
H A D | nn_grad.cc | 27 Status SoftmaxGrad(const Scope& scope, const Operation& op, in SoftmaxGrad() 50 bool IsZero(const Scope& scope, const Output& grad) { in IsZero() 71 Output BroadcastMul(const Scope& scope, const Output& vec, const Output& mat) { in BroadcastMul() 76 Status SoftmaxCrossEntropyWithLogitsGrad(const Scope& scope, in SoftmaxCrossEntropyWithLogitsGrad() 116 Status LogSoftmaxGrad(const Scope& scope, const Operation& op, in LogSoftmaxGrad() 128 Status ReluGradHelper(const Scope& scope, const Operation& op, in ReluGradHelper() 137 Status Relu6GradHelper(const Scope& scope, const Operation& op, in Relu6GradHelper() 146 Status LeakyReluGradHelper(const Scope& scope, const Operation& op, in LeakyReluGradHelper() 159 Status LeakyReluGradGradHelper(const Scope& scope, const Operation& op, in LeakyReluGradGradHelper() 173 Status EluGradHelper(const Scope& scope, const Operation& op, in EluGradHelper() [all …]
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_value.cpp | 68 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in FXJSE_ThrowMessage() local 83 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in ToHostObject() local 91 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in SetHostObject() local 99 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in SetArray() local 114 CFXJSE_ScopeUtil_IsolateHandle scope(pIsolate); in SetFloat() local 124 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in SetObjectProperty() local 137 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in GetObjectProperty() local 151 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in GetObjectPropertyByIdx() local 164 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in DeleteObjectProperty() local 175 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in SetObjectOwnProperty() local [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ |
H A D | TestCoroutineScopeTest.kt | 27 val scope = createTestCoroutineScope() in <lambda>() constant 33 val scope = createTestCoroutineScope(dispatcher) in <lambda>() constant 39 val scope = createTestCoroutineScope(scheduler) in <lambda>() constant 47 val scope = createTestCoroutineScope(scheduler + dispatcher) in <lambda>() constant 57 val scope = createTestCoroutineScope() in <lambda>() constant 70 val scope = createTestCoroutineScope(scheduler) in <lambda>() constant 83 val scope = createTestCoroutineScope() in <lambda>() constant 97 val scope = createTestCoroutineScope() in <lambda>() constant 112 val scope = createTestCoroutineScope() in <lambda>() constant 128 val scope = createTestCoroutineScope() in <lambda>() constant [all …]
|
H A D | TestBuildersTest.kt | 13 val scope = TestCoroutineScope() in scopeRunBlocking_passesDispatcher() constant 29 val scope = TestCoroutineScope() in scopeRunBlocking_advancesPreviousDelay() constant 45 val scope = CoroutineScope(dispatcher) in dispatcherRunBlocking_advancesPreviousDelay() constant 60 val scope = TestCoroutineScope() in scopeRunBlocking_disablesImmediatelyOnExit() constant 83 val scope = TestCoroutineScope(dispatcher) in whenInAsync_runBlocking_nestsProperly() constant 108 val scope = TestCoroutineScope() in whenInRunBlocking_runBlockingTest_nestsProperly() constant
|
H A D | TestCoroutineDispatcherTest.kt | 12 val scope = CoroutineScope(subject) in whenDispatcherPaused_doesNotAutoProgressCurrent() constant 23 val scope = CoroutineScope(subject) in whenDispatcherResumed_doesAutoProgressCurrent() constant 35 val scope = CoroutineScope(subject) in whenDispatcherResumed_doesNotAutoProgressTime() constant 51 val scope = CoroutineScope(subject) in whenDispatcherPaused_thenResume_itDoesDispatchCurrent() constant 66 val scope = CoroutineScope(subject) in whenDispatcherHasUncompletedCoroutines_itThrowsErrorInCleanup() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/scope/ |
D | mod.rs | 284 pub fn scope<'scope, OP, R>(op: OP) -> R in scope() function 290 let scope = Scope::<'scope>::new(Some(owner_thread), None); in scope() localVariable 375 pub fn scope_fifo<'scope, OP, R>(op: OP) -> R in scope_fifo() 381 let scope = ScopeFifo::<'scope>::new(Some(owner_thread), None); in scope_fifo() localVariable 407 pub fn in_place_scope<'scope, OP, R>(op: OP) -> R in in_place_scope() 414 pub(crate) fn do_in_place_scope<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R in do_in_place_scope() 419 let scope = Scope::<'scope>::new(thread, registry); in do_in_place_scope() localVariable 444 pub fn in_place_scope_fifo<'scope, OP, R>(op: OP) -> R in in_place_scope_fifo() 451 pub(crate) fn do_in_place_scope_fifo<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R in do_in_place_scope_fifo() 456 let scope = ScopeFifo::<'scope>::new(thread, registry); in do_in_place_scope_fifo() localVariable [all …]
|
/aosp_15_r20/external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ |
H A D | ShadowGoogleAuthUtil.java | 64 public static synchronized String getToken(Context context, Account account, String scope) in getToken() 71 Context context, Account account, String scope, Bundle extras) in getToken() 77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken() 84 Context context, String accountName, String scope, Bundle extras) in getToken() 91 Context context, Account account, String scope, Bundle extras) in getTokenWithNotification() 98 Context context, Account account, String scope, Bundle extras, Intent callback) in getTokenWithNotification() 107 String scope, in getTokenWithNotification() 118 Context context, String accountName, String scope, Bundle extras, Intent callback) in getTokenWithNotification() 126 Context context, String accountName, String scope, Bundle extras) in getTokenWithNotification() 135 String scope, in getTokenWithNotification() [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/isaspec/ |
H A D | isaspec_decode_impl.c | 163 struct decode_scope *scope; member 237 struct decode_scope *scope = rzalloc_size(state, sizeof(*scope)); in push_scope() local 250 pop_scope(struct decode_scope *scope) in pop_scope() 262 evaluate_expr(struct decode_scope *scope, isa_expr_t expr) in evaluate_expr() 345 find_field(struct decode_scope *scope, const struct isa_bitset *bitset, in find_field() 385 extract_field(struct decode_scope *scope, const struct isa_field *field) in extract_field() 404 find_display(struct decode_scope *scope, const struct isa_bitset *bitset) in find_display() 446 display_bitset_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_bitset_field() 463 display_enum_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_enum_field() 479 resolve_field(struct decode_scope *scope, const char *field_name, size_t field_name_len, bitmask_t … in resolve_field() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/compiler/ |
D | symbols.py | 250 def visitGenExprInner(self, node, scope): argument 256 def visitGenExprFor(self, node, scope): argument 262 def visitGenExprIf(self, node, scope): argument 281 def _do_args(self, scope, args): argument 288 def handle_free_vars(self, scope, parent): argument 315 def visitName(self, node, scope, assign=0): argument 323 def visitFor(self, node, scope): argument 330 def visitFrom(self, node, scope): argument 336 def visitImport(self, node, scope): argument 343 def visitGlobal(self, node, scope): argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | scoped.rs | 28 scope: PhantomData<&'scope mut &'scope ()>, field 135 pub fn scope<'env, F, T>(f: F) -> T in scope() function 137 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 141 let scope = Scope { in scope() localVariable 195 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 197 F: FnOnce() -> T + Send + 'scope, in spawn() 198 T: Send + 'scope, in spawn() 252 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 254 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 256 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | scoped.rs | 28 scope: PhantomData<&'scope mut &'scope ()>, field 135 pub fn scope<'env, F, T>(f: F) -> T in scope() function 137 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 141 let scope = Scope { in scope() localVariable 195 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 197 F: FnOnce() -> T + Send + 'scope, in spawn() 198 T: Send + 'scope, in spawn() 252 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 254 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 256 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | scoped.rs | 28 scope: PhantomData<&'scope mut &'scope ()>, field 135 pub fn scope<'env, F, T>(f: F) -> T in scope() function 137 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 141 let scope = Scope { in scope() localVariable 195 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 197 F: FnOnce() -> T + Send + 'scope, in spawn() 198 T: Send + 'scope, in spawn() 252 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 254 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 256 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | scoped.rs | 28 scope: PhantomData<&'scope mut &'scope ()>, field 135 pub fn scope<'env, F, T>(f: F) -> T in scope() function 137 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 141 let scope = Scope { in scope() localVariable 195 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 197 F: FnOnce() -> T + Send + 'scope, in spawn() 198 T: Send + 'scope, in spawn() 252 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 254 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 256 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | scoped.rs | 28 scope: PhantomData<&'scope mut &'scope ()>, field 135 pub fn scope<'env, F, T>(f: F) -> T in scope() function 137 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 141 let scope = Scope { in scope() localVariable 195 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 197 F: FnOnce() -> T + Send + 'scope, in spawn() 198 T: Send + 'scope, in spawn() 252 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 254 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 256 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
H A D | TestScopeTest.kt | 28 val scope = TestScope() in <lambda>() constant 34 val scope = TestScope(dispatcher) in <lambda>() constant 40 val scope = TestScope(scheduler) in <lambda>() constant 48 val scope = TestScope(scheduler + dispatcher) in <lambda>() constant 63 val scope = TestScope() in <lambda>() constant 76 val scope = TestScope(scheduler) in <lambda>() constant 89 val scope = TestScope() in <lambda>() constant 104 val scope = TestScope() in <lambda>() constant 120 val scope = TestScope() in <lambda>() constant 137 val scope = TestScope() in <lambda>() constant
|
H A D | TestCoroutineSchedulerTest.kt | 137 val scope = TestScope(it) in <lambda>() constant 162 val scope = TestScope(it) in <lambda>() constant 179 val scope = TestScope(it) in <lambda>() constant 199 val scope = TestScope(it) in <lambda>() constant 261 val scope = TestScope(it) in <lambda>() constant 272 val scope = TestScope(it) in <lambda>() constant 283 val scope = TestScope(it) in <lambda>() constant 299 val scope = TestScope(it) in <lambda>() constant
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_cf.c | 26 struct scope { struct 27 enum scope_type type; argument 29 struct scope *parent; argument 33 * True if control-flow ever diverges within this scope, not accounting argument 44 static struct scope argument 52 struct scope scope = { in push_scope() local 67 pop_scope(nir_builder *b, nir_def *esc_reg, struct scope scope) in pop_scope() 122 for (struct scope *scope = current_scope; scope; scope = scope->parent) { in break_scopes() local 308 struct scope scope = push_scope(b, SCOPE_TYPE_IF_MERGE, in lower_cf_list() local 459 struct scope scope = { in lower_cf_func() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | quantization_ops_test.cc | 86 ops::Placeholder AddInput(Scope scope, int input_idx, in AddInput() 107 Output AddQDQV2(Scope scope, Input input) { in AddQDQV2() 117 Output AddOutput(Scope scope, Output input, int idx, bool add_qdq) { in AddOutput() 128 Output AddConv2D(Scope scope, Input input, int in_channels, int out_channels, in AddConv2D() 214 ops::BatchMatMulV2 AddMatMul(Scope scope, const std::string& name, in AddMatMul() 364 Status ConvertAndRun(Scope* scope) { in ConvertAndRun() 432 #define EXPECT_QDQ_ON_OUTPUT_FAILURE(params, scope) \ argument 437 #define EXPECT_NO_FINAL_QDQ_FAILURE(params, scope) \ argument 443 #define EXPECT_BUILD_OK(scope) TF_EXPECT_OK(ConvertAndRun(&(scope))) argument 445 #define POLICY_TRT7(params, scope) \ argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/ |
H A D | tfrt_graph_execution_state_test.cc | 69 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 88 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 99 Status LessThanTenCond(const Scope& scope, const std::vector<Output>& inputs, in LessThanTenCond() 105 Status AddOneBody(const Scope& scope, const std::vector<Output>& inputs, in AddOneBody() 114 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 148 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 210 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 277 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 308 auto scope = tensorflow::Scope::NewRootScope().WithDevice("/device:CPU:0"); in TEST_F() local 338 auto scope = tensorflow::Scope::NewRootScope().WithDevice( in TEST_F() local [all …]
|