| /external/vixl/src/aarch64/ |
| D | cpu-features-auditor-aarch64.cc | 81 RecordInstructionFeaturesScope scope(this); in LoadStoreHelper() local 104 RecordInstructionFeaturesScope scope(this); in LoadStorePairHelper() local 124 RecordInstructionFeaturesScope scope(this); in VisitAddSubExtended() local 129 RecordInstructionFeaturesScope scope(this); in VisitAddSubImmediate() local 134 RecordInstructionFeaturesScope scope(this); in VisitAddSubShifted() local 139 RecordInstructionFeaturesScope scope(this); in VisitAddSubWithCarry() local 144 RecordInstructionFeaturesScope scope(this); in VisitRotateRightIntoFlags() local 153 RecordInstructionFeaturesScope scope(this); in VisitEvaluateIntoFlags() local 163 RecordInstructionFeaturesScope scope(this); in VisitAtomicMemory() local 179 RecordInstructionFeaturesScope scope(this); in VisitBitfield() local [all …]
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
| 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 …]
|
| /external/pdfium/fxjs/xfa/ |
| D | cfxjse_value.cpp | 60 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in FXJSE_ThrowMessage() local 75 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in ToHostObject() local 87 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in SetHostObject() local 99 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in ClearHostObject() local 107 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in SetArray() local 125 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in SetFloat() local 136 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in SetObjectProperty() local 157 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in GetObjectProperty() local 178 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in GetObjectPropertyByIdx() local 193 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(GetIsolate()); in DeleteObjectProperty() local [all …]
|
| /external/vixl/src/aarch32/ |
| 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 …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ |
| D | TestCoroutineScopeTest.kt | 28 val scope = createTestCoroutineScope() in <lambda>() constant 34 val scope = createTestCoroutineScope(dispatcher) in <lambda>() constant 40 val scope = createTestCoroutineScope(scheduler) in <lambda>() constant 48 val scope = createTestCoroutineScope(scheduler + dispatcher) in <lambda>() constant 58 val scope = createTestCoroutineScope() in <lambda>() constant 71 val scope = createTestCoroutineScope(scheduler) in <lambda>() constant 84 val scope = createTestCoroutineScope() in <lambda>() constant 98 val scope = createTestCoroutineScope() in <lambda>() constant 113 val scope = createTestCoroutineScope() in <lambda>() constant 129 val scope = createTestCoroutineScope() in <lambda>() constant [all …]
|
| D | TestCoroutineDispatcherTest.kt | 16 val scope = CoroutineScope(subject) in whenDispatcherPaused_doesNotAutoProgressCurrent() constant 27 val scope = CoroutineScope(subject) in whenDispatcherResumed_doesAutoProgressCurrent() constant 39 val scope = CoroutineScope(subject) in whenDispatcherResumed_doesNotAutoProgressTime() constant 55 val scope = CoroutineScope(subject) in whenDispatcherPaused_thenResume_itDoesDispatchCurrent() constant 70 val scope = CoroutineScope(subject) in whenDispatcherHasUncompletedCoroutines_itThrowsErrorInCleanup() constant
|
| D | TestBuildersTest.kt | 16 val scope = TestCoroutineScope() in scopeRunBlocking_passesDispatcher() constant 32 val scope = TestCoroutineScope() in scopeRunBlocking_advancesPreviousDelay() constant 48 val scope = CoroutineScope(dispatcher) in dispatcherRunBlocking_advancesPreviousDelay() constant 63 val scope = TestCoroutineScope() in scopeRunBlocking_disablesImmediatelyOnExit() constant 86 val scope = TestCoroutineScope(dispatcher) in whenInAsync_runBlocking_nestsProperly() constant 111 val scope = TestCoroutineScope() in whenInRunBlocking_runBlockingTest_nestsProperly() constant
|
| /external/vixl/test/ |
| 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 …]
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
| D | rx-scope.hpp | 46 struct scope : public source_base<rxu::value_type_t<scope_traits<ResourceFactory, ObservableFactory… struct 48 typedef scope_traits<ResourceFactory, ObservableFactory> traits; 49 typedef typename traits::resource_factory_type resource_factory_type; 50 typedef typename traits::observable_factory_type observable_factory_type; 51 typedef typename traits::resource_type resource_type; 52 typedef typename traits::value_type value_type; 54 struct values 64 values initial; 67 scope(resource_factory_type rf, observable_factory_type of) in scope() argument 73 void on_subscribe(Subscriber o) const { in on_subscribe() [all …]
|
| /external/tensorflow/tensorflow/cc/gradients/ |
| 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 …]
|
| D | math_grad.cc | 44 Output ConjugateHelper(const Scope& scope, const Output& out) { in ConjugateHelper() 55 Status AbsGrad(const Scope& scope, const Operation& op, in AbsGrad() 64 Status NegGrad(const Scope& scope, const Operation& op, in NegGrad() 73 Status InvGrad(const Scope& scope, const Operation& op, in InvGrad() 84 Status SquareGrad(const Scope& scope, const Operation& op, in SquareGrad() 97 Status SqrtGrad(const Scope& scope, const Operation& op, in SqrtGrad() 107 Status RsqrtGrad(const Scope& scope, const Operation& op, in RsqrtGrad() 117 Status ExpGrad(const Scope& scope, const Operation& op, in ExpGrad() 129 Status Expm1Grad(const Scope& scope, const Operation& op, in Expm1Grad() 142 Status LogGrad(const Scope& scope, const Operation& op, in LogGrad() [all …]
|
| 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 …]
|
| /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ |
| D | ShadowGoogleAuthUtil.java | 65 public static synchronized String getToken(Context context, Account account, String scope) in getToken() 71 public static synchronized String getToken(Context context, Account account, String scope, in getToken() 77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken() 83 public static synchronized String getToken(Context context, String accountName, String scope, in getToken() 90 String scope, Bundle extras) in getTokenWithNotification() 97 String scope, Bundle extras, Intent callback) in getTokenWithNotification() 105 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification() 113 String scope, Bundle extras, Intent callback) in getTokenWithNotification() 121 String scope, Bundle extras) in getTokenWithNotification() 128 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification() [all …]
|
| /external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/ |
| D | ShadowGoogleAuthUtil.java | 65 public static synchronized String getToken(Context context, Account account, String scope) in getToken() 71 public static synchronized String getToken(Context context, Account account, String scope, in getToken() 77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken() 83 public static synchronized String getToken(Context context, String accountName, String scope, in getToken() 90 String scope, Bundle extras) in getTokenWithNotification() 97 String scope, Bundle extras, Intent callback) in getTokenWithNotification() 105 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification() 113 String scope, Bundle extras, Intent callback) in getTokenWithNotification() 121 String scope, Bundle extras) in getTokenWithNotification() 128 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification() [all …]
|
| /external/tensorflow/tensorflow/cc/framework/ |
| D | while_gradients.cc | 57 Status AddForwardLoopCounter(WhileContext* while_ctx, const Scope& scope, in AddForwardLoopCounter() 75 BodyGraphBuilderFn body_fn = [](const Scope& scope, in AddForwardLoopCounter() 97 const Scope& scope, in AddBackPropLoopCounter() 114 BodyGraphBuilderFn body_fn = [](const Scope& scope, in AddBackPropLoopCounter() 116 std::vector<Output>* outputs) { in AddBackPropLoopCounter() 144 Scope scope = parent_scope.NewSubScope("while"); in AddWhileGradientLoop() local 160 BodyGraphBuilderFn body_fn = [while_ctx](const Scope& scope, in AddWhileGradientLoop() 179 Status AddWhileLoopGradient(WhileContext* while_ctx, const Scope& scope, in AddWhileLoopGradient()
|
| D | gradient_checker_test.cc | 42 Scope scope = Scope::NewRootScope(); in TEST() local 53 Scope scope = Scope::NewRootScope(); in TEST() local 64 Scope scope = Scope::NewRootScope(); in TEST() local 75 Scope scope = Scope::NewRootScope(); in TEST() local 87 Scope scope = Scope::NewRootScope(); in TEST() local 99 Scope scope = Scope::NewRootScope(); in TEST() local 112 Scope scope = Scope::NewRootScope(); in TEST() local 124 Scope scope = Scope::NewRootScope(); in TEST() local 141 Scope scope = Scope::NewRootScope(); in TEST() local 156 Scope scope = Scope::NewRootScope(); in TEST() local [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
| D | TestCoroutineSchedulerTest.kt | 138 val scope = TestScope(it) in <lambda>() constant 163 val scope = TestScope(it) in <lambda>() constant 180 val scope = TestScope(it) in <lambda>() constant 200 val scope = TestScope(it) in <lambda>() constant 262 val scope = TestScope(it) in <lambda>() constant 273 val scope = TestScope(it) in <lambda>() constant 284 val scope = TestScope(it) in <lambda>() constant 300 val scope = TestScope(it) in <lambda>() constant
|
| D | TestScopeTest.kt | 29 val scope = TestScope() in <lambda>() constant 35 val scope = TestScope(dispatcher) in <lambda>() constant 41 val scope = TestScope(scheduler) in <lambda>() constant 49 val scope = TestScope(scheduler + dispatcher) in <lambda>() constant 65 val scope = TestScope() in <lambda>() constant 78 val scope = TestScope(scheduler) in <lambda>() constant 91 val scope = TestScope() in <lambda>() constant 106 val scope = TestScope() in <lambda>() constant 122 val scope = TestScope() in <lambda>() constant 139 val scope = TestScope() in <lambda>() constant
|
| /external/rust/crates/crossbeam-utils/src/ |
| D | thread.rs | 148 pub fn scope<'env, F, R>(f: F) -> thread::Result<R> in scope() function 153 let scope = Scope::<'env> { in scope() localVariable 245 pub fn spawn<'scope, F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 269 pub fn builder<'scope>(&'scope self) -> ScopedThreadBuilder<'scope, 'env> { in builder() 317 scope: &'scope Scope<'env>, field 343 pub fn name(mut self, name: String) -> ScopedThreadBuilder<'scope, 'env> { in name() method 368 pub fn stack_size(mut self, size: usize) -> ScopedThreadBuilder<'scope, 'env> { in stack_size() 410 pub fn spawn<F, T>(self, f: F) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn() 424 let scope = Scope::<'env> { in spawn() localVariable 434 let scope: Scope<'env> = scope; in spawn() localVariable
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
| D | MethodCallExpr.java | 57 private Expression scope; field in MethodCallExpr 74 public MethodCallExpr(final Expression scope, final String name) { in MethodCallExpr() 78 public MethodCallExpr(final Expression scope, final SimpleName name) { in MethodCallExpr() 82 …public MethodCallExpr(final Expression scope, final String name, final NodeList<Expression> argume… in MethodCallExpr() 86 …public MethodCallExpr(final Expression scope, final NodeList<Type> typeArguments, final String nam… in MethodCallExpr() 90 …public MethodCallExpr(final Expression scope, final SimpleName name, final NodeList<Expression> ar… in MethodCallExpr() 95 …public MethodCallExpr(final Expression scope, final NodeList<Type> typeArguments, final SimpleName… in MethodCallExpr() 103 …public MethodCallExpr(TokenRange tokenRange, Expression scope, NodeList<Type> typeArguments, Simpl… in MethodCallExpr() 168 public MethodCallExpr setScope(final Expression scope) { in setScope()
|
| /external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
| D | ObjectIdGenerators.java | 31 protected Base(Class<?> scope) { in Base() 75 protected PropertyGenerator(Class<?> scope) { super(scope); } in PropertyGenerator() 89 public IntSequenceGenerator(Class<?> scope, int fv) { in IntSequenceGenerator() 97 public ObjectIdGenerator<Integer> forScope(Class<?> scope) { in forScope() 141 private UUIDGenerator(Class<?> scope) { in UUIDGenerator() 149 public ObjectIdGenerator<UUID> forScope(Class<?> scope) { in forScope() 202 private StringIdGenerator(Class<?> scope) { in StringIdGenerator() 208 public ObjectIdGenerator<String> forScope(Class<?> scope) { in forScope()
|
| /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 …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
| D | style-transformer.js | 51 dom(node, scope, shouldRemoveScope) { argument 63 domAddScope(node, scope) { argument 100 element(element, scope, shouldRemoveScope) { argument 184 css(rules, scope, ext, callback) { argument 199 _calcElementScope(scope) { argument 207 _calcHostScope(scope, ext) { argument 211 rule(rule, scope, hostScope) { argument 224 _transformRule(rule, transformer, scope, hostScope) { argument 237 _transformRuleCss(rule, transformer, scope, hostScope) { argument 307 _transformComplexSelector(selector, scope, hostScope) { argument [all …]
|
| /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/ |
| D | ConstantTest.java | 48 Scope scope = new Scope(g); in createInt() local 63 Scope scope = new Scope(g); in createIntBuffer() local 78 Scope scope = new Scope(g); in createFloat() local 93 Scope scope = new Scope(g); in createFloatBuffer() local 108 Scope scope = new Scope(g); in createDouble() local 123 Scope scope = new Scope(g); in createDoubleBuffer() local 138 Scope scope = new Scope(g); in createLong() local 153 Scope scope = new Scope(g); in createLongBuffer() local 168 Scope scope = new Scope(g); in createBoolean() local 194 Scope scope = new Scope(g); in createStringBuffer() local
|
| /external/tensorflow/tensorflow/cc/ops/ |
| D | const_op.cc | 24 Output ConstHelper(const Scope& scope, const T& value, DataType dtype) { in ConstHelper() 44 Output Const(const Scope& scope, const Input::Initializer& val) { in Const() 52 Output ConstFromProto(const Scope& scope, const TensorProto& proto) { in ConstFromProto() 56 NodeBuilder::NodeOut AsNodeOut(const Scope& scope, const Input& inp) { in AsNodeOut() 72 std::vector<NodeBuilder::NodeOut> AsNodeOutList(const Scope& scope, in AsNodeOutList()
|