OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentLocation
(Results
1 - 25
of
28
) sorted by null
1
2
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodImplementationBuilder.java
49
private MethodLocation
currentLocation
;
53
this.
currentLocation
= impl.instructionList.get(0);
76
currentLocation
.getLabels().add(label);
79
label =
currentLocation
.addNewLabel();
121
currentLocation
.addLineNumber(lineNumber);
126
currentLocation
.addStartLocal(registerNumber, name, type, signature);
130
currentLocation
.addEndLocal(registerNumber);
134
currentLocation
.addRestartLocal(registerNumber);
138
currentLocation
.addPrologue();
142
currentLocation
.addEpilogue()
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java
125
Object
currentLocation
= mFlowStack.peek();
126
if (
currentLocation
instanceof FormPage) {
127
FormPage page = (FormPage)
currentLocation
;
398
Object
currentLocation
= mFlowStack.peek();
400
if (
currentLocation
instanceof MultiPagedForm) {
402
} else if (
currentLocation
instanceof FormPage) {
403
FormPage page = (FormPage)
currentLocation
;
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliCodeFragmentFactory.java
286
Location
currentLocation
= frameProxy.location();
287
if (
currentLocation
== null) {
291
Method method =
currentLocation
.method();
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
137
LatLng
currentLocation
= Utils.getLocation(this);
140
String city =
currentLocation
== null ? TouristAttractions.TEST_CITY :
141
TouristAttractions.getClosestCity(
currentLocation
);
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
137
LatLng
currentLocation
= Utils.getLocation(this);
140
String city =
currentLocation
== null ? TouristAttractions.TEST_CITY :
141
TouristAttractions.getClosestCity(
currentLocation
);
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java
137
LatLng
currentLocation
= Utils.getLocation(this);
140
String city =
currentLocation
== null ? TouristAttractions.TEST_CITY :
141
TouristAttractions.getClosestCity(
currentLocation
);
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
65
currentLocation
= 0
71
locations.append(
currentLocation
)
72
currentLocation
=
currentLocation
+ len(glyphData)
74
locations.append(
currentLocation
)
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp
818
static int getIOSubVariableLocation (const std::vector<VariablePathComponent>& path, int startNdx, int
currentLocation
)
820
if (
currentLocation
== -1)
824
return
currentLocation
;
826
return getIOSubVariableLocation(path, startNdx+1,
currentLocation
);
832
return getIOSubVariableLocation(path, startNdx + 1,
currentLocation
);
834
if (
currentLocation
!= -1)
835
currentLocation
+= getVariableLocationLength(path[startNdx].getVariableType()->getStructPtr()->getMember(ndx).getType());
852
int
currentLocation
= block->layout.location;
858
currentLocation
= block->variables[memberNdx].layout.location;
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp
89
Result.Range.Start =
currentLocation
();
168
Result.Range.End =
currentLocation
();
194
Range.End =
currentLocation
();
229
Range.End =
currentLocation
();
245
SourceLocation
currentLocation
() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar
/external/zxing/core/
core.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
Completed in 1243 milliseconds
1
2