OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringIdItem
(Results
1 - 6
of
6
) sorted by null
/dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java
27
public final class
StringIdItem
40
public
StringIdItem
(CstString value) {
52
if (!(other instanceof
StringIdItem
)) {
56
StringIdItem
otherString = (
StringIdItem
) other;
68
StringIdItem
otherString = (
StringIdItem
) other;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdItem.java
27
public final class
StringIdItem
40
public
StringIdItem
(CstString value) {
52
if (!(other instanceof
StringIdItem
)) {
56
StringIdItem
otherString = (
StringIdItem
) other;
68
StringIdItem
otherString = (
StringIdItem
) other;
/dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java
26
public final class
StringIdItem
42
public
StringIdItem
(CstUtf8 value) {
54
if (!(other instanceof
StringIdItem
)) {
58
StringIdItem
otherString = (
StringIdItem
) other;
70
StringIdItem
otherString = (
StringIdItem
) other;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
StringIdItem.java
37
public class
StringIdItem
extends Item<
StringIdItem
> {
41
* Creates a new uninitialized <code>
StringIdItem
</code>
44
protected
StringIdItem
(DexFile dexFile) {
49
* Creates a new <code>
StringIdItem
</code> for the given <code>StringDataItem</code>
51
* @param stringDataItem The <code>StringDataItem</code> that this <code>
StringIdItem
</code> represents
53
protected
StringIdItem
(DexFile dexFile, StringDataItem stringDataItem) {
59
* Returns a <code>
StringIdItem
</code> for the given values, and that has been interned into
63
* @return a <code>
StringIdItem
</code> for the given values, and that has been interned into
66
public static
StringIdItem
internStringIdItem(DexFile dexFile, String stringValue)
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DebugInfoBuilder.java
154
StringIdItem
[] parameterNamesArray = new
StringIdItem
[parameterNames.size()];
173
parameterNamesArray[index++] =
StringIdItem
.internStringIdItem(dexFile, parameterName);
310
referencedItems.add(localName==null?null:
StringIdItem
.internStringIdItem(dexFile, localName));
312
StringIdItem
.internStringIdItem(dexFile, localType)));
341
referencedItems.add(
StringIdItem
.internStringIdItem(dexFile, localName));
345
StringIdItem
.internStringIdItem(dexFile, localType)));
348
referencedItems.add(
StringIdItem
.internStringIdItem(dexFile, signature));
447
referencedItems.add(
StringIdItem
.internStringIdItem(dexFile, fileName));
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 74 milliseconds