Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc81 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/
DConstant.java47 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/
Dcfxjse_value.cpp60 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/
Dmacro-assembler-aarch32.cc227 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/vixl/test/
Dtest-code-generation-scopes.cc58 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/
Drx-scope.hpp46 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/
Darray_grad.cc41 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 FillGrad(const Scope& scope, const Operation& op, in FillGrad()
150 Status DiagGrad(const Scope& scope, const Operation& op, in DiagGrad()
[all …]
Dmath_grad.cc44 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 …]
Dnn_grad.cc27 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/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestCoroutineDispatcherTest.kt28 val scope = TestCoroutineScope(subject) in whenStringCalled_itShowsQueuedJobs() constant
44 val scope = CoroutineScope(subject) in whenDispatcherPaused_doesntAutoProgressCurrent() constant
55 val scope = CoroutineScope(subject) in whenDispatcherResumed_doesAutoProgressCurrent() constant
67 val scope = CoroutineScope(subject) in whenDispatcherResumed_doesNotAutoProgressTime() constant
83 val scope = CoroutineScope(subject) in whenDispatcherPaused_thenResume_itDoesDispatchCurrent() constant
98 val scope = CoroutineScope(subject) in whenDispatcherHasUncompletedCoroutines_itThrowsErrorInCleanup() constant
109 val scope = TestCoroutineScope(subject) in whenDispatchCalled_runsOnCurrentThread() constant
128 val scope = TestCoroutineScope(subject) in whenAllDispatchersMocked_runsOnSameThread() constant
DTestBuildersTest.kt16 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_disablesImmedateOnExit() constant
86 val scope = TestCoroutineScope(dispatcher) in whenInAsync_runBlocking_nestsProperly() constant
111 val scope = TestCoroutineScope() in whenInrunBlocking_runBlockingTest_nestsProperly() constant
/external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java65 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/
Dwhile_gradients.cc57 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()
Dgradient_checker_test.cc42 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/turbine/java/com/google/turbine/binder/lookup/
DCompoundScope.java26 private final Scope scope; field in CompoundScope
29 private CompoundScope(Scope scope, Scope base) { in CompoundScope()
47 public CompoundScope append(Scope scope) { in append()
52 public static CompoundScope base(Scope scope) { in base()
/external/tensorflow/tensorflow/cc/ops/
Dconst_op.cc24 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/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DObjectIdGenerators.java31 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/
DMethodCallExpr.java57 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/rust/crates/crossbeam-utils/src/
Dthread.rs148 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/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DZerosTest.java41 Scope scope = new Scope(g); in createIntZeros() local
59 Scope scope = new Scope(g); in createFloatZeros() local
77 Scope scope = new Scope(g); in createDoubleZeros() local
95 Scope scope = new Scope(g); in createLongZeros() local
113 Scope scope = new Scope(g); in createBooleanZeros() local
131 Scope scope = new Scope(g); in createUInt8Zeros() local
150 Scope scope = new Scope(g); in cannotCreateStringZeros() local
161 Scope scope = new Scope(g); in operationsComposingZerosAreCorrectlyNamed() local
DConstantTest.java48 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/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-transformer.js51 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/python/cpython2/Lib/compiler/
Dsymbols.py250 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/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py142 losses, weights=1.0, scope=None, loss_collection=ops.GraphKeys.LOSSES, argument
211 labels, predictions, weights=1.0, scope=None, argument
266 labels, predictions, axis=None, weights=1.0, scope=None, argument
321 def hinge_loss(labels, logits, weights=1.0, scope=None, argument
372 def huber_loss(labels, predictions, weights=1.0, delta=1.0, scope=None, argument
449 def log_loss(labels, predictions, weights=1.0, epsilon=1e-7, scope=None, argument
508 labels, predictions, weights=1.0, scope=None, argument
605 labels, predictions, weights=1.0, scope=None, argument
659 multi_class_labels, logits, weights=1.0, label_smoothing=0, scope=None, argument
725 onehot_labels, logits, weights=1.0, label_smoothing=0, scope=None, argument
[all …]
/external/tensorflow/tensorflow/core/graph/
Dcontrol_flow_test.cc29 Status LessThanTenCond(const Scope& scope, const std::vector<Output>& inputs, in LessThanTenCond()
35 Status AddOneBody(const Scope& scope, const std::vector<Output>& inputs, in AddOneBody()
41 Status NestedLoopBody(const Scope& scope, const std::vector<Output>& inputs, in NestedLoopBody()
49 Scope scope = Scope::NewRootScope().ExitOnError(); in TEST() local
78 Scope scope = Scope::NewRootScope().ExitOnError(); in TEST() local
121 Scope scope = Scope::NewRootScope().ExitOnError(); in TEST() local

12345678910>>...33