| /external/vixl/src/aarch64/ | 
| D | cpu-features-auditor-aarch64.cc | 118   RecordInstructionFeaturesScope scope(this);  in LoadStoreHelper()  local141   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 …]
 
 | 
| /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/vixl/src/aarch32/ | 
| D | macro-assembler-aarch32.cc | 227     CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes);  in HandleOutOfBoundsImmediate()  local233       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/pdfium/fxjs/xfa/ | 
| D | cfxjse_value.cpp | 68   CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate);  in FXJSE_ThrowMessage()  local83   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 …]
 
 | 
| /external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ | 
| D | TestCoroutineScopeTest.kt | 28             val scope = createTestCoroutineScope()  in <lambda>()  constant34             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()  constant27         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()  constant32         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()  local72     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/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 | 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 …]
 
 | 
| 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/rust/crates/rayon-core/src/scope/ | 
| D | mod.rs | 304 pub fn scope<'scope, OP, R>(op: OP) -> R  in scope()  argument310         let scope = Scope::<'scope>::new(Some(owner_thread), None);  in scope()  localVariable
 395 pub fn scope_fifo<'scope, OP, R>(op: OP) -> R  in scope_fifo()
 401         let scope = ScopeFifo::<'scope>::new(Some(owner_thread), None);  in scope_fifo()  localVariable
 427 pub fn in_place_scope<'scope, OP, R>(op: OP) -> R  in in_place_scope()
 434 pub(crate) fn do_in_place_scope<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R  in do_in_place_scope()
 439     let scope = Scope::<'scope>::new(thread, registry);  in do_in_place_scope()  localVariable
 464 pub fn in_place_scope_fifo<'scope, OP, R>(op: OP) -> R  in in_place_scope_fifo()
 471 pub(crate) fn do_in_place_scope_fifo<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R  in do_in_place_scope_fifo()
 476     let scope = ScopeFifo::<'scope>::new(thread, registry);  in do_in_place_scope_fifo()  localVariable
 [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()  local53   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 | 139             val scope = TestScope(it)  in <lambda>()  constant164             val scope = TestScope(it)  in <lambda>()  constant
 181         val scope = TestScope(it)  in <lambda>()  constant
 201         val scope = TestScope(it)  in <lambda>()  constant
 263         val scope = TestScope(it)  in <lambda>()  constant
 274         val scope = TestScope(it)  in <lambda>()  constant
 285         val scope = TestScope(it)  in <lambda>()  constant
 301         val scope = TestScope(it)  in <lambda>()  constant
 
 | 
| /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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ | 
| D | MethodCallExpr.java | 57     private Expression scope;  field in MethodCallExpr74     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/rust/crates/crossbeam-utils/src/ | 
| D | thread.rs | 151 pub fn scope<'env, F, R>(f: F) -> thread::Result<R>  in scope()  function156     let scope = Scope::<'env> {  in scope()  localVariable
 248     pub fn spawn<'scope, F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T>  in spawn()
 272     pub fn builder<'scope>(&'scope self) -> ScopedThreadBuilder<'scope, 'env> {  in builder()
 320     scope: &'scope Scope<'env>,  field
 346     pub fn name(mut self, name: String) -> ScopedThreadBuilder<'scope, 'env> {  in name()  method
 371     pub fn stack_size(mut self, size: usize) -> ScopedThreadBuilder<'scope, 'env> {  in stack_size()
 413     pub fn spawn<F, T>(self, f: F) -> io::Result<ScopedJoinHandle<'scope, T>>  in spawn()
 427             let scope = Scope::<'env> {  in spawn()  localVariable
 437                     let scope: Scope<'env> = scope;  in spawn()  localVariable
 
 | 
| /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()
 
 | 
| /external/turbine/java/com/google/turbine/binder/lookup/ | 
| D | CompoundScope.java | 26   private final Scope scope;  field in CompoundScope29   private CompoundScope(Scope scope, @Nullable Scope base) {  in CompoundScope()
 47   public CompoundScope append(Scope scope) {  in append()
 52   public static CompoundScope base(Scope scope) {  in base()
 
 | 
| /external/python/cpython2/Lib/compiler/ | 
| D | symbols.py | 250     def visitGenExprInner(self, node, scope):  argument256     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) {  argument63   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()  local63       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
 
 |