OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:code
(Results
251 - 275
of
1221
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java
17
package com.android.dx.cf.
code
;
23
* {@
code
LineNumberTable} attributes.
26
/** {@
code
non-null;} zero-size instance */
33
* @param list1 {@
code
non-null;} first instance
34
* @param list2 {@
code
non-null;} second instance
35
* @return {@
code
non-null;} combined instance
71
* @param n {@
code
>= 0;} which item
72
* @return {@
code
null-ok;} the indicated item
81
* @param n {@
code
>= 0, < size();} which element
82
* @param item {@
code
non-null;} the ite
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java
17
package com.android.dx.dex.
code
;
23
* Table of catch entries. Each entry includes a range of
code
29
/** {@
code
non-null;} empty instance */
33
* Constructs an instance. All indices initially contain {@
code
null}.
35
* @param size {@
code
>= 0;} the size of the table
44
* do that, this will throw {@
code
NullPointerException}.
46
* @param n {@
code
>= 0, < size();} which index
47
* @return {@
code
non-null;} element at that index
56
* @param n {@
code
>= 0, < size();} which index
57
* @param entry {@
code
non-null;} the entry to set at {@code n
[
all
...]
CstInsn.java
17
package com.android.dx.dex.
code
;
19
import com.android.dx.rop.
code
.RegisterSpecList;
20
import com.android.dx.rop.
code
.SourcePosition;
28
/** {@
code
non-null;} the constant argument for this instruction */
32
* {@
code
>= -1;} the constant pool index for {@link #constant}, or
33
* {@
code
-1} if not yet set
38
* {@
code
>= -1;} the constant pool index for the class reference in
39
* {@link #constant} if any, or {@
code
-1} if not yet set
45
* initially unknown ({@
code
-1}) as is the constant pool index.
48
* @param position {@
code
non-null;} source positio
[
all
...]
DalvCode.java
17
package com.android.dx.dex.
code
;
26
* corresponds to a {@
code
code
} structure in a {@
code
.dex} file.
36
* {@
code
null-ok;} the instruction list, ready for final processing;
42
* {@
code
non-null;} unprocessed catch table;
48
* {@
code
null-ok;} catch table; set in
54
* {@
code
null-ok;} source positions list; set in
60
* {@
code
null-ok;} local variable list; set in
66
* {@
code
null-ok;} the processed instruction list; set i
[
all
...]
HighRegisterPrefix.java
17
package com.android.dx.dex.
code
;
19
import com.android.dx.rop.
code
.RegisterSpec;
20
import com.android.dx.rop.
code
.RegisterSpecList;
21
import com.android.dx.rop.
code
.SourcePosition;
27
* {@
code
move*} instructions to move a set of registers into
28
* registers starting at {@
code
0} sequentially. This is used
33
/** {@
code
null-ok;} cached instructions, if constructed */
38
* unknown ({@
code
-1}).
40
* @param position {@
code
non-null;} source position
41
* @param registers {@
code
non-null;} source register
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
30
* Instruction format {@
code
11n}. See the instruction format spec
34
/** {@
code
non-null;} unique instance of this class */
Form21c.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpec;
23
import com.android.dx.rop.
code
.RegisterSpecList;
33
* Instruction format {@
code
21c}. See the instruction format spec
37
/** {@
code
non-null;} unique instance of this class */
Form21h.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
30
* Instruction format {@
code
21h}. See the instruction format spec
34
/** {@
code
non-null;} unique instance of this class */
Form21s.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
30
* Instruction format {@
code
21s}. See the instruction format spec
34
/** {@
code
non-null;} unique instance of this class */
Form22b.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
30
* Instruction format {@
code
22b}. See the instruction format spec
34
/** {@
code
non-null;} unique instance of this class */
Form22s.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
30
* Instruction format {@
code
22s}. See the instruction format spec
34
/** {@
code
non-null;} unique instance of this class */
Form31c.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpec;
23
import com.android.dx.rop.
code
.RegisterSpecList;
33
* Instruction format {@
code
31c}. See the instruction format spec
37
/** {@
code
non-null;} unique instance of this class */
Form3rc.java
17
package com.android.dx.dex.
code
.form;
19
import com.android.dx.dex.
code
.CstInsn;
20
import com.android.dx.dex.
code
.DalvInsn;
21
import com.android.dx.dex.
code
.InsnFormat;
22
import com.android.dx.rop.
code
.RegisterSpecList;
29
* Instruction format {@
code
3rc}. See the instruction format spec
33
/** {@
code
non-null;} unique instance of this class */
/dalvik/dx/src/com/android/dx/rop/code/
Exceptions.java
17
package com.android.dx.rop.
code
;
26
/** {@
code
non-null;} the type {@
code
java.lang.ArithmeticException} */
31
* {@
code
non-null;} the type
32
* {@
code
java.lang.ArrayIndexOutOfBoundsException}
37
/** {@
code
non-null;} the type {@
code
java.lang.ArrayStoreException} */
41
/** {@
code
non-null;} the type {@
code
java.lang.ClassCastException} */
45
/** {@
code
non-null;} the type {@code java.lang.Error} *
[
all
...]
PlainInsn.java
17
package com.android.dx.rop.
code
;
35
* @param opcode {@
code
non-null;} the opcode
36
* @param position {@
code
non-null;} source position
37
* @param result {@
code
null-ok;} spec for the result, if any
38
* @param sources {@
code
non-null;} specs for all the sources
61
* @param opcode {@
code
non-null;} the opcode
62
* @param position {@
code
non-null;} source position
63
* @param result {@
code
null-ok;} spec for the result, if any
64
* @param source {@
code
non-null;} spec for the source
SourcePosition.java
17
package com.android.dx.rop.
code
;
23
* Information about a source position for
code
, which includes both a
27
/** {@
code
non-null;} convenient "no information known" instance */
31
/** {@
code
null-ok;} name of the file of origin or {@
code
null} if unknown */
35
* {@
code
>= -1;} the bytecode address, or {@
code
-1} if that
41
* {@
code
>= -1;} the line number, or {@
code
-1} if that
49
* @param sourceFile {@
code
null-ok;} name of the file of origin o
[
all
...]
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h
63
u_int8_t type,
code
;
member in struct:ip_conntrack_tuple::__anon1027::__anon1028::__anon1031
/external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java
68
* <
code
>null</
code
> to disable automatic
71
* <
code
>null</
code
> for the system locale
102
* @param
code
the status
code
of the response
103
* @param reason the reason phrase to the status
code
, or
104
* <
code
>null</
code
>
107
final int
code
,
185
final int
code
= this.statusline.getStatusCode();
local
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java
120
int
code
= tagNo;
local
129
code
^= obj.hashCode();
132
return
code
;
/external/chromium/android/net/
android_network_library_impl.cc
2
// Use of this source
code
is governed by a BSD-style license that can be
97
int
code
= env->CallIntMethod(error, error_fn);
local
99
if (
code
== 2) { // SSL_IDMISMATCH == 2
101
} else if (
code
== 3) { // SSL_UNTRUSTED == 3
109
// an uncaught exception has happened in java
code
, clear it and return
/external/chromium/net/base/
gzip_filter.cc
2
// Use of this source
code
is governed by a BSD-style license that can be
283
int
code
= inflate(zlib_stream_.get(), Z_NO_FLUSH);
local
286
return (
code
== Z_OK);
/external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc
2
// Use of this source
code
is governed by a BSD-style license that can be
35
int
code
;
member in struct:net::__anon4170::FetchResult
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java
17
package com.android.dx.dex.
code
;
23
* Table of catch entries. Each entry includes a range of
code
29
/** {@
code
non-null;} empty instance */
33
* Constructs an instance. All indices initially contain {@
code
null}.
35
* @param size {@
code
>= 0;} the size of the table
44
* do that, this will throw {@
code
NullPointerException}.
46
* @param n {@
code
>= 0, < size();} which index
47
* @return {@
code
non-null;} element at that index
56
* @param n {@
code
>= 0, < size();} which index
57
* @param entry {@
code
non-null;} the entry to set at {@code n
[
all
...]
CstInsn.java
17
package com.android.dx.dex.
code
;
19
import com.android.dx.rop.
code
.RegisterSpecList;
20
import com.android.dx.rop.
code
.SourcePosition;
28
/** {@
code
non-null;} the constant argument for this instruction */
32
* {@
code
>= -1;} the constant pool index for {@link #constant}, or
33
* {@
code
-1} if not yet set
38
* {@
code
>= -1;} the constant pool index for the class reference in
39
* {@link #constant} if any, or {@
code
-1} if not yet set
45
* initially unknown ({@
code
-1}) as is the constant pool index.
48
* @param position {@
code
non-null;} source positio
[
all
...]
DalvCode.java
17
package com.android.dx.dex.
code
;
26
* corresponds to a {@
code
code
} structure in a {@
code
.dex} file.
36
* {@
code
null-ok;} the instruction list, ready for final processing;
42
* {@
code
non-null;} unprocessed catch table;
48
* {@
code
null-ok;} catch table; set in
54
* {@
code
null-ok;} source positions list; set in
60
* {@
code
null-ok;} local variable list; set in
66
* {@
code
null-ok;} the processed instruction list; set i
[
all
...]
Completed in 1186 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>