OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scope
(Results
276 - 300
of
2145
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ExternalSemaSource.h
35
class
Scope
;
95
/// \param S the
Scope
of the identifier occurrence.
98
virtual bool LookupUnqualified(LookupResult &R,
Scope
*S) { return false; }
110
/// \brief Read the set of unused file-
scope
declarations known to the
113
/// The external source should append its own unused, filed-
scope
to the
204
int LookupKind,
Scope
*S, CXXScopeSpec *SS,
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DebugInfo.h
31
/// \brief Find subprogram that is enclosing this
scope
.
32
DISubprogram *getDISubprogram(const MDNode *
Scope
);
85
void processScope(DIScope *
Scope
);
90
bool addScope(DIScope *
Scope
);
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ExternalSemaSource.h
35
class
Scope
;
95
/// \param S the
Scope
of the identifier occurrence.
98
virtual bool LookupUnqualified(LookupResult &R,
Scope
*S) { return false; }
110
/// \brief Read the set of unused file-
scope
declarations known to the
113
/// The external source should append its own unused, filed-
scope
to the
204
int LookupKind,
Scope
*S, CXXScopeSpec *SS,
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DebugInfo.h
31
/// \brief Find subprogram that is enclosing this
scope
.
32
DISubprogram *getDISubprogram(const MDNode *
Scope
);
85
void processScope(DIScope *
Scope
);
90
bool addScope(DIScope *
Scope
);
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
ExternalSemaSource.h
35
class
Scope
;
95
/// \param S the
Scope
of the identifier occurrence.
98
virtual bool LookupUnqualified(LookupResult &R,
Scope
*S) { return false; }
110
/// \brief Read the set of unused file-
scope
declarations known to the
113
/// The external source should append its own unused, filed-
scope
to the
204
int LookupKind,
Scope
*S, CXXScopeSpec *SS,
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DebugInfo.h
31
/// \brief Find subprogram that is enclosing this
scope
.
32
DISubprogram *getDISubprogram(const MDNode *
Scope
);
85
void processScope(DIScope *
Scope
);
90
bool addScope(DIScope *
Scope
);
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
ExternalSemaSource.h
35
class
Scope
;
95
/// \param S the
Scope
of the identifier occurrence.
98
virtual bool LookupUnqualified(LookupResult &R,
Scope
*S) { return false; }
110
/// \brief Read the set of unused file-
scope
declarations known to the
113
/// The external source should append its own unused, filed-
scope
to the
204
int LookupKind,
Scope
*S, CXXScopeSpec *SS,
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DebugInfo.h
31
/// \brief Find subprogram that is enclosing this
scope
.
32
DISubprogram *getDISubprogram(const MDNode *
Scope
);
85
void processScope(DIScope *
Scope
);
90
bool addScope(DIScope *
Scope
);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h
41
NSInteger
Scope
;
69
- (id)lookup:(NSString *)s
Scope
:(int)
scope
;
71
- (id)install:(ANTLRMapElement *)sym
Scope
:(int)
scope
;
101
@property (getter=getScope, setter=setScope:) NSInteger
Scope
;
/external/dagger2/core/src/main/java/dagger/
Component.java
24
import javax.inject.
Scope
;
140
* <a name="
scope
">
141
* <h2>
Scope
</h2>
144
* <p>Each Dagger component can be associated with a
scope
by annotating it with the
145
* {@linkplain
Scope
scope
annotation}. The component implementation ensures that there is only one
147
*
scope
, it may only contain unscoped bindings or bindings of that
scope
anywhere in the graph. For
155
* <p>In order to get the proper behavior associated with a
scope
annotation, it is the caller's
159
* self-contained implementations, exiting a
scope
is as simple as dropping all references to th
[
all
...]
/external/pdfium/fxjs/
cjs_runtime.cpp
90
v8::Isolate::
Scope
isolate_scope(pIsolate);
113
v8::Isolate::
Scope
isolate_scope(GetIsolate());
116
v8::Context::
Scope
context_scope(context);
179
v8::Isolate::
Scope
isolate_scope(GetIsolate());
182
v8::Context::
Scope
context_scope(context);
234
v8::Isolate::
Scope
isolate_scope(GetIsolate());
237
v8::Context::
Scope
context_scope(context);
255
v8::Isolate::
Scope
isolate_scope(pIsolate);
258
v8::Context::
Scope
context_scope(context);
/external/pdfium/xfa/fxfa/parser/
cxfa_compress.cpp
13
{XFA_Attribute::
Scope
, XFA_AttributeType::Enum,
/external/tensorflow/tensorflow/compiler/jit/
graph_to_functiondef_test.cc
46
Scope
root =
Scope
::NewRootScope().ExitOnError();
87
Scope
root =
Scope
::NewRootScope().ExitOnError();
/external/tensorflow/tensorflow/core/kernels/fuzzing/
parse_tensor_op_fuzz.cc
25
void BuildGraph(const
Scope
&
scope
) final {
28
auto input = Placeholder(
scope
.WithOpName("input1"), DT_STRING);
30
std::ignore = ParseTensor(
scope
.WithOpName("output"), input, DT_FLOAT);
/external/tensorflow/tensorflow/go/op/
op.go
19
// Functions for adding an operation to a graph take a
Scope
object as the
20
// first argument. The
Scope
object encapsulates a graph and a set of
33
func Const(
scope
*
Scope
, value interface{}) (output tf.Output) {
34
if
scope
.Err() != nil {
41
scope
.UpdateErr("Const", err)
45
return
scope
.AddOperation(tf.OpSpec{
/external/v8/src/parsing/
preparsed-scope-data.h
20
// Whether the
scope
has variables whose context allocation or
21
// maybeassignedness we need to decide based on preparsed
scope
data.
22
static bool HasVariablesWhichNeedAllocationData(
Scope
*
scope
);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
BindingTarget.java
22
import android.databinding.tool.processing.
Scope
;
151
Scope
.enter(binding);
154
Scope
.exit();
162
Scope
.enter(binding);
165
Scope
.exit();
173
Scope
.enter(binding);
176
Scope
.exit();
196
Scope
.enter(binding);
200
Scope
.exit();
/frameworks/support/compat/src/main/java/androidx/core/internal/view/
SupportMenu.java
19
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
/frameworks/support/compat/src/main/java/androidx/core/widget/
AutoSizeableTextView.java
19
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
/frameworks/support/leanback/api21/androidx/leanback/transition/
SlideNoPropagation.java
16
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
/frameworks/support/leanback/src/main/java/androidx/leanback/animation/
LogAccelerateInterpolator.java
16
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
LogDecelerateInterpolator.java
16
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
BackgroundFragment.java
16
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
BackgroundHelper.java
18
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
Util.java
16
import static androidx.annotation.RestrictTo.
Scope
.LIBRARY_GROUP;
Completed in 1805 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>