OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file
(Results
476 - 500
of
1907
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java
5
* you may not use this
file
except in compliance with the License.
17
package com.android.dx.dex.
file
;
33
* A section of a {@code .dex}
file
which consists of a sequence of
78
* Constructs an instance. The
file
offset is initially unknown.
82
* @param
file
{@code non-null;}
file
that this instance is part of
87
public MixedItemSection(String name, DexFile
file
, int alignment,
89
super(name,
file
, alignment);
127
* Writes the portion of the
file
header that refers to this instance.
263
DexFile
file
= getFile()
local
333
DexFile
file
= getFile();
local
[
all
...]
ValueEncoder.java
5
* you may not use this
file
except in compliance with the License.
17
package com.android.dx.dex.
file
;
97
/** {@code non-null;}
file
being written */
98
private final DexFile
file
;
field in class:ValueEncoder
106
* @param
file
{@code non-null;}
file
being written
109
public ValueEncoder(DexFile
file
, AnnotatedOutput out) {
110
if (
file
== null) {
111
throw new NullPointerException("
file
== null");
118
this.
file
= file
[
all
...]