OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unscoped
(Results
1 - 10
of
10
) sorted by null
/external/clang/test/SemaCXX/
switch-implicit-fallthrough-per-method.cpp
41
void
unscoped
(int n) {
function
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Scope.java
39
* An internal representation for an
unscoped
binding.
41
private static final Scope
UNSCOPED
= new Scope();
58
* Returns representation for an
unscoped
binding.
60
static Scope
unscoped
() {
method in class:Scope
61
return
UNSCOPED
;
66
* of that scope, otherwise returns a representation for an
unscoped
binding.
70
return scopeAnnotation.isPresent() ? new Scope(scopeAnnotation.get()) :
UNSCOPED
;
74
* Returns true if the scope is present, i.e. it's not
unscoped
binding.
143
return annotationMirror == null ? "
UNSCOPED
" : annotationMirror.toString();
/external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java
151
final Provider<Object>
unscoped
= new Provider<Object>() {
local
165
putBinding(key,
unscoped
, singleton);
238
final Provider<Object>
unscoped
= new Provider<Object>() {
local
259
putBinding(new Key(type, null),
unscoped
, singleton);
265
final Provider<Object>
unscoped
= provider;
local
270
onlyInstance =
unscoped
.get();
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar
sisu-guice-3.1.3-no_aop.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar
sisu-guice-3.1.0.jar
/external/testng/lib-supplied/
guice-2.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar
Completed in 717 milliseconds