HomeSort by relevance Sort by last modified time
    Searched defs:currentLocation (Results 1 - 25 of 25) sorted by null

  /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...]
  /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/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() {
  /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/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 
org.eclipse.ui.workbench_3.6.1.M20101117-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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 3225 milliseconds