/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/ |
RestartLocalMethodItem.java | 38 import javax.annotation.Nonnull; 42 @Nonnull private final RestartLocal restartLocal; 43 @Nonnull private final RegisterFormatter registerFormatter; 45 public RestartLocalMethodItem(int codeAddress, int sortOrder, @Nonnull RegisterFormatter registerFormatter, 46 @Nonnull RestartLocal restartLocal) {
|
StartLocalMethodItem.java | 38 import javax.annotation.Nonnull; 42 @Nonnull private final StartLocal startLocal; 43 @Nonnull private final RegisterFormatter registerFormatter; 45 public StartLocalMethodItem(int codeAddress, int sortOrder, @Nonnull RegisterFormatter registerFormatter, 46 @Nonnull StartLocal startLocal) {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/ |
ReflectionField.java | 41 import javax.annotation.Nonnull; 60 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { 64 @Nonnull @Override public String getDefiningClass() { 68 @Nonnull @Override public String getName() { 72 @Nonnull @Override public String getType() {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
BuilderInstruction.java | 39 import javax.annotation.Nonnull; 43 @Nonnull protected final Opcode opcode; 47 protected BuilderInstruction(@Nonnull Opcode opcode) { 52 @Nonnull public Opcode getOpcode() { 62 @Nonnull
|
BuilderOffsetInstruction.java | 37 import javax.annotation.Nonnull; 40 @Nonnull 43 public BuilderOffsetInstruction(@Nonnull Opcode opcode, 44 @Nonnull Label target) { 63 @Nonnull
|
MethodLocation.java | 40 import javax.annotation.Nonnull; 77 @Nonnull 89 @Nonnull 101 void mergeInto(@Nonnull MethodLocation other) { 124 @Nonnull 127 @Nonnull 156 @Override public boolean add(@Nonnull Label label) { 168 @Nonnull 175 @Nonnull 178 @Nonnull [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
BuilderInstruction20bc.java | 42 import javax.annotation.Nonnull; 48 @Nonnull protected final Reference reference; 50 public BuilderInstruction20bc(@Nonnull Opcode opcode, 52 @Nonnull Reference reference) { 59 @Nonnull @Override public Reference getReference() { return reference; }
|
BuilderInstruction21c.java | 41 import javax.annotation.Nonnull; 47 @Nonnull protected final Reference reference; 49 public BuilderInstruction21c(@Nonnull Opcode opcode, 51 @Nonnull Reference reference) { 58 @Nonnull @Override public Reference getReference() { return reference; }
|
BuilderInstruction22c.java | 41 import javax.annotation.Nonnull; 48 @Nonnull protected final Reference reference; 50 public BuilderInstruction22c(@Nonnull Opcode opcode, 53 @Nonnull Reference reference) { 62 @Nonnull @Override public Reference getReference() { return reference; }
|
BuilderInstruction31c.java | 41 import javax.annotation.Nonnull; 47 @Nonnull protected final Reference reference; 49 public BuilderInstruction31c(@Nonnull Opcode opcode, 51 @Nonnull Reference reference) { 58 @Nonnull @Override public Reference getReference() { return reference; }
|
BuilderInstruction3rc.java | 41 import javax.annotation.Nonnull; 49 @Nonnull protected final Reference reference; 51 public BuilderInstruction3rc(@Nonnull Opcode opcode, 54 @Nonnull Reference reference) { 63 @Nonnull @Override public Reference getReference() { return reference; }
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
StaticInitialValueIterator.java | 39 import javax.annotation.Nonnull; 51 @Nonnull 52 public static StaticInitialValueIterator newOrEmpty(@Nonnull DexBackedDexFile dexFile, int offset) { 60 @Nonnull private final DexReader reader; 64 public StaticInitialValueIteratorImpl(@Nonnull DexBackedDexFile dexFile, int offset) {
|
VariableSizeIterator.java | 37 import javax.annotation.Nonnull; 42 @Nonnull private final DexReader reader; 47 protected VariableSizeIterator(@Nonnull DexBackedDexFile dexFile, int offset, int size) { 52 protected VariableSizeIterator(@Nonnull DexReader reader, int size) { 64 protected abstract T readNextItem(@Nonnull DexReader reader, int index);
|
VariableSizeLookaheadIterator.java | 37 import javax.annotation.Nonnull; 43 @Nonnull private final DexReader reader; 47 protected VariableSizeLookaheadIterator(@Nonnull DexBackedDexFile dexFile, int offset) { 57 @Nullable protected abstract T readNextItem(@Nonnull DexReader reader); 65 @Nonnull
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
ImmutableExceptionHandler.java | 39 import javax.annotation.Nonnull; 64 @Nonnull 73 protected boolean isImmutable(@Nonnull ExceptionHandler item) { 77 @Nonnull 79 protected ImmutableExceptionHandler makeImmutable(@Nonnull ExceptionHandler item) {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction20bc.java | 43 import javax.annotation.Nonnull; 49 @Nonnull protected final ImmutableReference reference; 51 public ImmutableInstruction20bc(@Nonnull Opcode opcode, 53 @Nonnull Reference reference) { 70 @Nonnull @Override public ImmutableReference getReference() { return reference; }
|
ImmutableInstruction21c.java | 42 import javax.annotation.Nonnull; 48 @Nonnull protected final ImmutableReference reference; 50 public ImmutableInstruction21c(@Nonnull Opcode opcode, 52 @Nonnull Reference reference) { 69 @Nonnull @Override public ImmutableReference getReference() { return reference; }
|
ImmutableInstruction31c.java | 42 import javax.annotation.Nonnull; 48 @Nonnull protected final ImmutableReference reference; 50 public ImmutableInstruction31c(@Nonnull Opcode opcode, 52 @Nonnull Reference reference) { 69 @Nonnull @Override public ImmutableReference getReference() { return reference; }
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ |
ImmutableFieldEncodedValue.java | 38 import javax.annotation.Nonnull; 41 @Nonnull protected final FieldReference value; 43 public ImmutableFieldEncodedValue(@Nonnull FieldReference value) { 47 public static ImmutableFieldEncodedValue of(@Nonnull FieldEncodedValue fieldEncodedValue) { 54 @Nonnull @Override public FieldReference getValue() { return value; }
|
ImmutableMethodEncodedValue.java | 38 import javax.annotation.Nonnull; 41 @Nonnull protected final MethodReference value; 43 public ImmutableMethodEncodedValue(@Nonnull MethodReference value) { 47 public static ImmutableMethodEncodedValue of(@Nonnull MethodEncodedValue methodEncodedValue) { 54 @Nonnull @Override public MethodReference getValue() { return value; }
|
/frameworks/base/core/java/android/service/carrier/ |
CarrierMessagingService.java | 19 import android.annotation.NonNull; 98 public void onFilterSms(@NonNull MessagePdu pdu, @NonNull String format, int destPort, 99 int subId, @NonNull ResultCallback<Boolean> callback) { 116 @NonNull String text, int subId, @NonNull String destAddress, 117 @NonNull ResultCallback<SendSmsResult> callback) { 134 public void onSendDataSms(@NonNull byte[] data, int subId, 135 @NonNull String destAddress, int destPort, 136 @NonNull ResultCallback<SendSmsResult> callback) [all...] |
/external/clang/test/CodeGenCXX/ |
dllimport-members.cpp | 423 // M32-DAG: declare dllimport x86_thiscallcc %struct.ImportSpecials* @"\01??0ImportSpecials@@QAE@ABU0@@Z"(%struct.ImportSpecials* returned, %struct.ImportSpecials* nonnull) 424 // M64-DAG: declare dllimport %struct.ImportSpecials* @"\01??0ImportSpecials@@QEAA@AEBU0@@Z"(%struct.ImportSpecials* returned, %struct.ImportSpecials* nonnull [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
CustomInlineMethodResolver.java | 43 import javax.annotation.Nonnull; 52 @Nonnull private final ClassPath classPath; 53 @Nonnull private final Method[] inlineMethods; 55 public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull String inlineTable) { 84 public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull File inlineTable) throws IOException { 89 @Nonnull 90 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { 102 @Nonnull [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceWizard.java | 19 import com.android.annotations.NonNull; 52 @NonNull RenameRefactoring refactoring, 53 @NonNull ResourceType type, 84 @NonNull Shell shell, 85 @NonNull IProject project, 86 @NonNull ResourceType type, 87 @NonNull String currentName, 123 @NonNull RenameRefactoring refactoring, 124 @NonNull RenameResourceProcessor processor, 125 @NonNull Shell parent [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
DexBackedArrayPayload.java | 40 import javax.annotation.Nonnull; 53 public DexBackedArrayPayload(@Nonnull DexBackedDexFile dexFile, 63 @Nonnull 75 @Nonnull 83 @Nonnull 91 @Nonnull 99 @Nonnull
|