/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/ |
ExecutionListener.java | 29 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
Scheduler.java | 28 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/workers/ |
CombineContinuationsWorker.java | 29 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Attributes.h | 35 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
Attributes.h | 35 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
Attributes.h | 35 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Attributes.h | 35 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
Attributes.h | 35 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
Attributes.h | 35 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
Attributes.h | 37 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
|
/external/tensorflow/tensorflow/cc/ops/ |
const_op.cc | 24 Output ConstHelper(const Scope& scope, const T& value, DataType dtype) { 25 if (!scope.ok()) return Output(); 28 Graph* graph = scope.graph(); 29 const string unique_name = scope.GetUniqueNameForOp("Const"); 33 scope.UpdateBuilder(&builder); 34 scope.UpdateStatus(builder.Finalize(graph, &ret)); 35 if (!scope.ok()) return Output(); 37 scope.UpdateStatus(scope.DoShapeInference(ret)) [all...] |
/external/skia/src/utils/ |
SkJSONWriter.h | 55 fScopeStack.push_back(Scope::kNone); 85 SkASSERT(Scope::kObject == this->scope()); 109 fScopeStack.push_back(Scope::kObject); 118 SkASSERT(Scope::kObject == this->scope()); 141 fScopeStack.push_back(Scope::kArray); 150 SkASSERT(Scope::kArray == this->scope()); 252 enum class Scope { 317 Scope scope() const { function in class:SkJSONWriter [all...] |
/external/skqp/src/utils/ |
SkJSONWriter.h | 55 fScopeStack.push_back(Scope::kNone); 85 SkASSERT(Scope::kObject == this->scope()); 109 fScopeStack.push_back(Scope::kObject); 118 SkASSERT(Scope::kObject == this->scope()); 141 fScopeStack.push_back(Scope::kArray); 150 SkASSERT(Scope::kArray == this->scope()); 252 enum class Scope { 317 Scope scope() const { function in class:SkJSONWriter [all...] |
/external/v8/src/ast/ |
scopes.h | 34 Zone* zone, Scope* scope, const AstRawString* name, VariableMode mode, 56 explicit Delegate(Scope* scope, 58 : scope_(scope), statement_(statement), next_(nullptr) {} 62 Scope* scope() const { return scope_; } function in class:v8::internal::SloppyBlockFunctionMap::Delegate 65 Scope* scope_; 85 // JS environments are represented in the parser using Scope, DeclarationScope 86 // and ModuleScope. DeclarationScope is used for any scope that hosts 'var [all...] |
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
layout_optimizer_test.cc | 41 Output SimpleConv2D(tensorflow::Scope* s, int input_size, int filter_size, 46 Output SimpleConv2D(tensorflow::Scope* s, int input_size, int filter_size, 73 Output SimpleConv2DBackpropInput(tensorflow::Scope* s, int input_size, 78 Output SimpleConv2DBackpropInput(tensorflow::Scope* s, int input_size, 131 Output SimpleFusedBatchNormGrad(tensorflow::Scope* s, bool is_training) { 165 tensorflow::Scope s = tensorflow::Scope::NewRootScope(); 188 tensorflow::Scope s = tensorflow::Scope::NewRootScope(); 210 tensorflow::Scope s = tensorflow::Scope::NewRootScope() [all...] |
/external/guice/core/src/com/google/inject/ |
Scopes.java | 28 * Built-in scope implementations. 39 public static final Scope SINGLETON = new SingletonScope(); 42 * No scope; the same as not applying any scope at all. Each time the 43 * Injector obtains an instance of an object with "no scope", it injects this 47 * <p>This exists only in case a class has been annotated with a scope 49 * this to "no scope" in your binding. 53 public static final Scope NO_SCOPE = new Scope() { 54 public <T> Provider<T> scope(Key<T> key, Provider<T> unscoped) [all...] |
/external/pdfium/fxjs/ |
fxjs_v8_embeddertest.cpp | 36 v8::Isolate::Scope isolate_scope(isolate()); 38 v8::Context::Scope context_scope(GetV8Context()); 45 v8::Isolate::Scope isolate_scope(isolate()); 54 v8::Context::Scope context_scope(GetV8Context()); 60 v8::Context::Scope context_scope1(context1); 69 v8::Context::Scope context_scope2(context2); 79 v8::Isolate::Scope isolate_scope(isolate()); 81 v8::Context::Scope context_scope(GetV8Context()); 93 v8::Isolate::Scope isolate_scope(isolate()); 95 v8::Context::Scope context_scope(GetV8Context()) [all...] |
/system/bt/packet/avrcp/ |
get_folder_items.h | 44 Scope scope_; 50 GetFolderItemsResponseBuilder(Scope scope, Status status, 53 scope_(scope), 87 Scope GetScope() const; 105 Scope scope, uint32_t start_item, uint32_t end_item, 113 GetFolderItemsRequestBuilder(Scope scope, uint32_t start_item, 117 scope_(scope), [all...] |