OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonnull
(Results
126 - 150
of
1223
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
VariableSizeSet.java
37
import javax.annotation.
Nonnull
;
41
@
Nonnull
private final DexBackedDexFile dexFile;
45
public VariableSizeSet(@
Nonnull
DexBackedDexFile dexFile, int offset, int size) {
51
protected abstract T readNextItem(@
Nonnull
DexReader reader, int index);
54
@
Nonnull
58
protected T readNextItem(@
Nonnull
DexReader reader, int index) {
ParameterIterator.java
39
import javax.annotation.
Nonnull
;
50
public ParameterIterator(@
Nonnull
List<? extends CharSequence> parameterTypes,
51
@
Nonnull
List<? extends Set<? extends Annotation>> parameterAnnotations,
52
@
Nonnull
Iterator<String> parameterNames) {
63
@
Nonnull
final String type = parameterTypes.next().toString();
64
@
Nonnull
final Set<? extends Annotation> annotations;
80
@
Nonnull
@Override public Set<? extends Annotation> getAnnotations() { return annotations; }
82
@
Nonnull
@Override public String getType() { return type; }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableSwitchElement.java
38
import javax.annotation.
Nonnull
;
52
@
Nonnull
65
@
Nonnull
73
protected boolean isImmutable(@
Nonnull
SwitchElement item) {
77
@
Nonnull
79
protected ImmutableSwitchElement makeImmutable(@
Nonnull
SwitchElement item) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableArrayEncodedValue.java
39
import javax.annotation.
Nonnull
;
43
@
Nonnull
protected final ImmutableList<? extends ImmutableEncodedValue> value;
45
public ImmutableArrayEncodedValue(@
Nonnull
Collection<? extends EncodedValue> value) {
49
public ImmutableArrayEncodedValue(@
Nonnull
ImmutableList<ImmutableEncodedValue> value) {
53
public static ImmutableArrayEncodedValue of(@
Nonnull
ArrayEncodedValue arrayEncodedValue) {
60
@
Nonnull
public ImmutableList<? extends ImmutableEncodedValue> getValue() { return value; }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
AnnotationSetPool.java
37
import javax.annotation.
Nonnull
;
43
@
Nonnull
private final AnnotationPool annotationPool;
45
public AnnotationSetPool(@
Nonnull
AnnotationPool annotationPool) {
49
public void intern(@
Nonnull
Set<? extends Annotation> annotationSet) {
60
@
Nonnull
@Override public Collection<? extends Annotation> getAnnotations(
61
@
Nonnull
Set<? extends Annotation> annotations) {
BaseIndexPool.java
38
import javax.annotation.
Nonnull
;
43
@
Nonnull
protected final Map<Key, Integer> internedItems = Maps.newHashMap();
45
@
Nonnull
@Override public Collection<? extends Map.Entry<? extends Key, Integer>> getItems() {
49
@Override public int getItemIndex(@
Nonnull
Key key) {
57
@
Nonnull
protected String getItemString(@
Nonnull
Key key) {
BaseOffsetPool.java
38
import javax.annotation.
Nonnull
;
43
@
Nonnull
protected final Map<Key, Integer> internedItems = Maps.newHashMap();
45
@
Nonnull
@Override public Collection<? extends Map.Entry<? extends Key, Integer>> getItems() {
49
@Override public int getItemOffset(@
Nonnull
Key key) {
57
@
Nonnull
protected String getItemString(@
Nonnull
Key key) {
/external/smali/smali/src/main/java/org/jf/smali/
SmaliMethodParameter.java
39
import javax.annotation.
Nonnull
;
46
@
Nonnull
public final String type;
47
@
Nonnull
public Set<? extends Annotation> annotations;
50
public SmaliMethodParameter(int register, @
Nonnull
String type) {
57
@
Nonnull
@Override public String getType() { return type; }
58
@
Nonnull
@Override public Set<? extends Annotation> getAnnotations() { return annotations; }
/external/clang/test/CodeGenCXX/
pod-member-memcpys.cpp
111
// CHECK-LABEL: define linkonce_odr
nonnull
%struct.Basic* @_ZN5BasicaSERKS_(%struct.Basic* %this, %struct.Basic*
nonnull
)
113
// CHECK: call
nonnull
%struct.NonPOD* @_ZN6NonPODaSERKS_
118
// CHECK-LABEL: define linkonce_odr
nonnull
%struct.PODMember* @_ZN9PODMemberaSERKS_(%struct.PODMember* %this, %struct.PODMember*
nonnull
)
120
// CHECK: call
nonnull
%struct.NonPOD* @_ZN6NonPODaSERKS_
125
// CHECK-LABEL: define linkonce_odr
nonnull
%struct.PODLikeMember* @_ZN13PODLikeMemberaSERKS_(%struct.PODLikeMember* %this, %struct.PODLikeMember*
nonnull
)
127
// CHECK: call
nonnull
%struct.NonPOD* @_ZN6NonPODaSERKS_
132
// CHECK-LABEL: define linkonce_odr
nonnull
%struct.ArrayMember* @_ZN11ArrayMemberaSERKS_(%struct.ArrayMember* %this, %struct.ArrayMember* non (…)
[
all
...]
cxx11-thread-local-reference.cpp
13
// CHECK: call
nonnull
i32* @_Z1fv()
16
// CHECK-LABEL: define
nonnull
i32* @_Z1gv()
rvalue-references.cpp
10
// CHECK-LABEL: define
nonnull
%struct.A* @_Z4getAv()
11
// CHECK: call
nonnull
%struct.B* @_Z4getBv()
22
// CHECK-LABEL: define
nonnull
i32* @_Z2f0v()
23
// CHECK: call
nonnull
i32* @_Z12getIntLValuev()
27
// CHECK-LABEL: define
nonnull
i32* @_Z2f1v()
28
// CHECK: call
nonnull
i32* @_Z12getIntXValuev()
32
// CHECK-LABEL: define
nonnull
i32* @_Z2f2v
98
// CHECK: [[T0:%.*]] = call
nonnull
i32* @_ZN5test14moveERi(
copy-constructor-synthesis-2.cpp
6
// CHECK: define linkonce_odr {{.*}} @_ZN1AC1ERKS_(%struct.A* {{.*}}%this, %struct.A*
nonnull
) unnamed_addr
derived-to-virtual-base-class-calls-final.cpp
12
// CHECK-LABEL: define
nonnull
%struct.B* @_Z1fR1D
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
ReflectionClassDef.java
45
import javax.annotation.
Nonnull
;
81
@
Nonnull
@Override public Set<String> getInterfaces() {
83
@
Nonnull
@Override public Iterator<String> iterator() {
104
@
Nonnull
@Override public Set<? extends Annotation> getAnnotations() {
108
@
Nonnull
@Override public Iterable<? extends Field> getStaticFields() {
110
@
Nonnull
@Override public Iterator<Field> iterator() {
130
@
Nonnull
@Override public Iterable<? extends Field> getInstanceFields() {
132
@
Nonnull
@Override public Iterator<Field> iterator() {
152
@
Nonnull
@Override public Set<? extends Field> getFields() {
154
@
Nonnull
@Override public Iterator<Field> iterator()
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
ClassDataItem.java
40
import javax.annotation.
Nonnull
;
44
@
Nonnull
45
public static SectionAnnotator makeAnnotator(@
Nonnull
DexAnnotator annotator, @
Nonnull
MapItem mapItem) {
49
@Override public void annotateSection(@
Nonnull
AnnotatedBytes out) {
55
@
Nonnull
@Override public String getItemName() {
60
protected void annotateItem(@
Nonnull
AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
128
private int annotateEncodedField(@
Nonnull
AnnotatedBytes out, @
Nonnull
RawDexFile dexFile,
129
@
Nonnull
DexReader reader, int previousIndex)
[
all
...]
MapItem.java
38
import javax.annotation.
Nonnull
;
60
@
Nonnull
73
@
Nonnull
74
public static SectionAnnotator makeAnnotator(@
Nonnull
DexAnnotator annotator, @
Nonnull
MapItem mapItem) {
76
@
Nonnull
@Override public String getItemName() {
81
protected void annotateItem(@
Nonnull
AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
94
@Override public void annotateSection(@
Nonnull
AnnotatedBytes out) {
/external/jsr305/javadoc/javax/annotation/
Nonnull.Checker.html
7
Nonnull
.Checker
10
<META NAME="keywords" CONTENT="javax.annotation.
Nonnull
.Checker class">
17
parent.document.title="
Nonnull
.Checker";
54
<A HREF="../../javax/annotation/
Nonnull
.html" title="annotation in javax.annotation"><B>PREV CLASS</B></A>
57
<A HREF="../../index.html?javax/annotation/
Nonnull
.Checker.html" target="_top"><B>FRAMES</B></A>
58
<A HREF="
Nonnull
.Checker.html" target="_top"><B>NO FRAMES</B></A>
89
Class
Nonnull
.Checker</H2>
92
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>javax.annotation.
Nonnull
.Checker</B>
95
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><<A HREF="../../javax/annotation/
Nonnull
.html" title="annotation in javax.annotation">
Nonnull
</A>></DD
[
all
...]
/external/clang/test/CodeGenObjCXX/
lvalue-reference-getter.mm
27
// CHECK: [[C:%.*]] = call
nonnull
%struct.SetSection* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
28
// CHECK: call
nonnull
i32* @_ZN10SetSection2atEi(%struct.SetSection* [[C]]
/external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNonnullByDefault.java
12
* the method parameters in that element are
nonnull
by default unless there is:
23
@
Nonnull
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
UnknownClassProto.java
37
import javax.annotation.
Nonnull
;
41
@
Nonnull
protected final ClassPath classPath;
43
public UnknownClassProto(@
Nonnull
ClassPath classPath) {
48
@
Nonnull
@Override public ClassPath getClassPath() { return classPath; }
51
@Override public boolean implementsInterface(@
Nonnull
String iface) { return false; }
53
@
Nonnull
@Override public TypeProto getCommonSuperclass(@
Nonnull
TypeProto other) {
65
@
Nonnull
@Override public String getType() {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedTryBlock.java
38
import javax.annotation.
Nonnull
;
42
@
Nonnull
public final DexBackedDexFile dexFile;
46
public DexBackedTryBlock(@
Nonnull
DexBackedDexFile dexFile,
62
@
Nonnull
72
@
Nonnull
74
protected DexBackedTypedExceptionHandler readNextItem(@
Nonnull
DexReader reader, int index) {
82
@
Nonnull
84
protected DexBackedExceptionHandler readNextItem(@
Nonnull
DexReader dexReader, int index) {
DexBackedDexFile.java
41
import javax.annotation.
Nonnull
;
64
private DexBackedDexFile(Opcodes opcodes, @
Nonnull
byte[] buf, int offset, boolean verifyMagic) {
87
public DexBackedDexFile(@
Nonnull
Opcodes opcodes, @
Nonnull
BaseDexBuffer buf) {
91
public DexBackedDexFile(@
Nonnull
Opcodes opcodes, @
Nonnull
byte[] buf, int offset) {
95
public DexBackedDexFile(@
Nonnull
Opcodes opcodes, @
Nonnull
byte[] buf) {
99
public static DexBackedDexFile fromInputStream(@
Nonnull
Opcodes opcodes, @
Nonnull
InputStream is
[
all
...]
DexBackedTypedExceptionHandler.java
34
import javax.annotation.
Nonnull
;
37
@
Nonnull
private final DexBackedDexFile dexFile;
41
public DexBackedTypedExceptionHandler(@
Nonnull
DexReader reader) {
47
@
Nonnull
@Override public String getExceptionType() { return dexFile.getType(typeId); }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedMethodReference.java
42
import javax.annotation.
Nonnull
;
46
@
Nonnull
public final DexBackedDexFile dexFile;
50
public DexBackedMethodReference(@
Nonnull
DexBackedDexFile dexFile, int methodIndex) {
55
@
Nonnull
61
@
Nonnull
67
@
Nonnull
76
@
Nonnull
87
@
Nonnull
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderStringPool.java
38
import javax.annotation.
Nonnull
;
45
@
Nonnull
private final ConcurrentMap<String, BuilderStringReference> internedItems = Maps.newConcurrentMap();
47
@
Nonnull
BuilderStringReference internString(@
Nonnull
String string) {
68
@Override public int getItemIndex(@
Nonnull
BuilderStringReference key) {
76
@
Nonnull
@Override public Collection<? extends Entry<? extends BuilderStringReference, Integer>> getItems() {
78
@Override protected int getValue(@
Nonnull
BuilderStringReference key) {
82
@Override protected int setValue(@
Nonnull
BuilderStringReference key, int value) {
Completed in 1822 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>