OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextLabel
(Results
1 - 10
of
10
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java
92
String
nextLabel
= prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
95
addItem(myData,
nextLabel
, activityIntent(
99
if (entries.get(
nextLabel
) == null) {
100
addItem(myData,
nextLabel
, browseIntent(prefix.equals("") ?
nextLabel
: prefix + "/" +
nextLabel
));
101
entries.put(
nextLabel
, true);
/development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java
92
String
nextLabel
= prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
95
addItem(myData,
nextLabel
, activityIntent(
99
if (entries.get(
nextLabel
) == null) {
100
addItem(myData,
nextLabel
, browseIntent(prefix.equals("") ?
nextLabel
: prefix + "/" +
nextLabel
));
101
entries.put(
nextLabel
, true);
/development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java
92
String
nextLabel
= prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
95
addItem(myData,
nextLabel
, activityIntent(
99
if (entries.get(
nextLabel
) == null) {
100
addItem(myData,
nextLabel
, browseIntent(prefix.equals("") ?
nextLabel
: prefix + "/" +
nextLabel
));
101
entries.put(
nextLabel
, true);
/development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java
92
String
nextLabel
= prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
95
addItem(myData,
nextLabel
, activityIntent(
99
if (entries.get(
nextLabel
) == null) {
100
addItem(myData,
nextLabel
, browseIntent(
101
prefix.equals("") ?
nextLabel
: prefix + "/" +
nextLabel
));
102
entries.put(
nextLabel
, true);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java
95
String
nextLabel
= prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
98
addItem(myData,
nextLabel
, activityIntent(
102
if (entries.get(
nextLabel
) == null) {
103
addItem(myData,
nextLabel
, browseIntent(prefix.equals("") ?
104
nextLabel
: prefix + "/" +
nextLabel
));
105
entries.put(
nextLabel
, true);
/pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java
93
String
nextLabel
= prefixPath ==
97
addItem(myData,
nextLabel
, activityIntent(
101
if (entries.get(
nextLabel
) == null) {
102
addItem(myData,
nextLabel
, browseIntent(prefix.equals("") ?
103
nextLabel
: prefix + "/" +
nextLabel
));
104
entries.put(
nextLabel
, true);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java
226
int
nextLabel
= (nextI == order.length) ? -1 : order[nextI];
227
outputBlock(blocks.labelToBlock(order[i]),
nextLabel
);
236
* @param
nextLabel
{@code >= -1;} the next block that will be processed, or
239
private void outputBlock(BasicBlock block, int
nextLabel
) {
271
if ((succ >= 0) && (succ !=
nextLabel
)) {
278
(block.getSecondarySuccessor() ==
nextLabel
)) {
/dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java
233
int
nextLabel
= (nextI == order.length) ? -1 : order[nextI];
234
outputBlock(blocks.labelToBlock(order[i]),
nextLabel
);
243
* @param
nextLabel
{@code >= -1;} the next block that will be processed, or
246
private void outputBlock(BasicBlock block, int
nextLabel
) {
278
if ((succ >= 0) && (succ !=
nextLabel
)) {
285
(block.getSecondarySuccessor() ==
nextLabel
)) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java
233
int
nextLabel
= (nextI == order.length) ? -1 : order[nextI];
234
outputBlock(blocks.labelToBlock(order[i]),
nextLabel
);
243
* @param
nextLabel
{@code >= -1;} the next block that will be processed, or
246
private void outputBlock(BasicBlock block, int
nextLabel
) {
278
if ((succ >= 0) && (succ !=
nextLabel
)) {
285
(block.getSecondarySuccessor() ==
nextLabel
)) {
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
[
all
...]
Completed in 2192 milliseconds