HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 151 - 175 of 4922) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
MemoryFlyoutPreferences.java 52 public void setDockLocation(int location) {
53 m_dockLocation = location;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 85 final MethodLocation location = instructionList.get(index); local
90 convertAndSetInstruction(location, codeAddressToIndex, instruction);
94 convertAndSetInstruction(location, codeAddressToIndex, instruction);
111 builderDebugItem.location = debugLocation;
218 instruction.location = newLoc;
223 MethodLocation location = instructionList.get(i);
224 location.index++;
225 location.codeAddress = codeAddress;
226 if (location.instruction != null) {
227 codeAddress += location.instruction.getCodeUnits()
    [all...]
  /frameworks/base/location/java/android/location/
IGpsGeofenceHardware.aidl 17 package android.location;
ILocationManager.aidl 17 package android.location;
20 import android.location.Address;
21 import android.location.Criteria;
22 import android.location.GeocoderParams;
23 import android.location.Geofence;
24 import android.location.IBatchedLocationCallback;
25 import android.location.IGnssMeasurementsListener;
26 import android.location.IGnssStatusListener;
27 import android.location.IGnssNavigationMessageListener;
28 import android.location.ILocationListener
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
MockLayoutBinder.java 17 import android.databinding.tool.store.Location;
30 public IdentifierExpr addVariable(String name, String type, Location location) {
31 return super.addVariable(name, type, location, true);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-war-err.l 3 .*:7: Warning: This is the location of the conflicting usage
  /tools/loganalysis/src/com/android/loganalysis/item/
ActivityServiceItem.java 28 public static final String LOCATION_DUMPS = "LOCATION";
41 * Get the location dump
48 * Set the location dump
50 public void setLocationDumps(LocationDumpsItem location) {
51 setAttribute(LOCATION_DUMPS, location);
  /tools/loganalysis/tests/src/com/android/loganalysis/rule/
LocationUsageRuleTest.java 56 * Test location usage analysis
59 LocationDumpsItem location = new LocationDumpsItem(); local
60 location.addLocationClient("com.google.android.gms", 1, 0, 0, "PRIORITY_NO_POWER", 140);
61 location.addLocationClient("com.google.android.gms", 5, 5, 5,
63 mActivityService.setLocationDumps(location);
71 "Package com.google.android.gms is requesting for location updates every 5 secs "
76 LocationDumpsItem location = new LocationDumpsItem(); local
77 location.addLocationClient("com.google.android.gms", 1, 0, 0, "PRIORITY_NO_POWER", 140);
78 location.addLocationClient("com.google.android.gms", 285, 285, 285,
80 mActivityService.setLocationDumps(location);
    [all...]
  /art/compiler/optimizing/
common_arm64.h 66 inline vixl::aarch64::Register XRegisterFrom(Location location) {
67 DCHECK(location.IsRegister()) << location;
68 return vixl::aarch64::Register::GetXRegFromCode(VIXLRegCodeFromART(location.reg()));
71 inline vixl::aarch64::Register WRegisterFrom(Location location) {
72 DCHECK(location.IsRegister()) << location;
73 return vixl::aarch64::Register::GetWRegFromCode(VIXLRegCodeFromART(location.reg()))
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
TestLocationListener.java 16 package android.location.cts;
18 import android.location.Location;
19 import android.location.LocationListener;
20 import android.location.LocationManager;
29 * Used for receiving notifications from the LocationManager when the location has changed.
37 private List<Location> mLocationList = null;
45 public void onLocationChanged(Location location) {
47 mLocationList.add(location);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
ErrorManager.cs 48 StackFrame location = GetLastNonErrorManagerCodeLocation(e);
49 string msg = "Exception " + e + "@" + location + ": " + error;
56 StackFrame location = GetLastNonErrorManagerCodeLocation(new Exception());
57 string msg = location + ": " + error;
63 /// Return first non ErrorManager code location for generating messages
79 StackFrame location = stackTrace.GetFrame(i);
81 return location;
  /external/v8/tools/turbolizer/
selection-broker.js 46 for (let location of locations) {
48 if (location.pos_start != undefined) {
49 newLocation.pos_start = location.pos_start;
51 if (location.pos_end != undefined) {
52 newLocation.pos_end = location.pos_end;
54 if (location.node_id != undefined) {
55 newLocation.node_id = location.node_id;
57 if (location.block_id != undefined) {
58 newLocation.block_id = location.block_id;
63 if (broker.nodePositionMap && broker.nodePositionMap[location.node_id])
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorEvent.java 17 package android.hardware.location;
20 import android.location.Location;
34 private final Location mLocation;
40 Location location) {
44 mLocation = location;
69 * Returns the last known location according to the monitoring system.
71 public Location getLocation() {
83 Location location = source.readParcelable(classLoader)
    [all...]
IFusedLocationHardware.aidl 17 package android.hardware.location;
19 import android.hardware.location.IFusedLocationHardwareSink;
20 import android.location.FusedBatchOptions;
23 * Fused Location hardware interface.
25 * modules that offer Location batching capabilities.
31 * Registers a sink with the Location Hardware object.
38 * Unregisters a sink with the Location Hardware object.
  /frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
TwilightServiceTest.java 21 import android.location.Location;
27 private Location mInitialLocation;
48 final Location validLocation = createMockLocation(35.0, 35.0);
56 final Location invalidLocation = createMockLocation(0.0, 0.0);
62 private Location createMockLocation(double latitude, double longitude) {
64 final Location location = new Location(""); local
65 location.reset()
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 33 // pointer, or the CXSourceLocation is a null location.
209 int clang_Location_isInSystemHeader(CXSourceLocation location) {
211 SourceLocation::getFromRawEncoding(location.int_data);
216 *static_cast<const SourceManager*>(location.ptr_data[0]);
220 int clang_Location_isFromMainFile(CXSourceLocation location) {
222 SourceLocation::getFromRawEncoding(location.int_data);
227 *static_cast<const SourceManager*>(location.ptr_data[0]);
231 void clang_getExpansionLocation(CXSourceLocation location,
236 if (!isASTUnitSourceLocation(location)) {
237 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset)
    [all...]
  /external/v8/src/ast/
variables.h 43 location() == VariableLocation::MODULE);
59 return location() == VariableLocation::UNALLOCATED;
61 bool IsParameter() const { return location() == VariableLocation::PARAMETER; }
62 bool IsStackLocal() const { return location() == VariableLocation::LOCAL; }
64 bool IsContextSlot() const { return location() == VariableLocation::CONTEXT; }
65 bool IsLookupSlot() const { return location() == VariableLocation::LOOKUP; }
93 VariableLocation location() const { function in class:v8::internal::final
104 DCHECK_EQ(location(), VariableLocation::MODULE);
109 void AllocateTo(VariableLocation location, int index) {
111 (this->location() == location && this->index() == index))
    [all...]
  /frameworks/base/services/core/java/com/android/server/
SensorNotificationService.java 29 import android.location.Location;
30 import android.location.LocationListener;
31 import android.location.LocationManager;
89 if (DBG) Slog.d(TAG, "Cannot obtain location service.");
115 public void onLocationChanged(Location location) {
117 "Location is (%f, %f), h %f, acc %f, mocked %b",
118 location.getLatitude(), location.getLongitude()
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationUrlBuilder.java 22 import android.location.Location;
62 * Generates the URL to a static map image for the given location.
72 * @param Location A location.
73 * @return The URL of a static map image url of the given location.
75 public static String getStaticMapUrl(Context context, Location location) {
89 .appendQueryParameter(CENTER_PARAM_KEY, getFormattedLatLng(location))
93 .appendQueryParameter(MARKERS_PARAM_KEY, getMarkerUrlParamValue(location))
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Program.cpp 281 for(unsigned int location = 0; location < numUniforms; location++)
283 if(uniformIndex[location].name == name &&
284 uniformIndex[location].element == subscript)
286 return location;
293 bool Program::setUniform1fv(GLint location, GLsizei count, const GLfloat* v)
295 if(location < 0 || location >= (int)uniformIndex.size())
300 Uniform *targetUniform = uniforms[uniformIndex[location].index]
1227 int location = getAttributeBinding(attribute->name); local
1256 int location = getAttributeBinding(attribute->name); local
1361 GLint location = getUniformLocation(name); local
    [all...]
  /external/libbrillo/brillo/streams/
stream_utils.h 8 #include <base/location.h>
17 const tracked_objects::Location& location, ErrorPtr* error);
21 const tracked_objects::Location& location, ErrorPtr* error);
25 const tracked_objects::Location& location, ErrorPtr* error);
29 const tracked_objects::Location& location, ErrorPtr* error);
37 // The |location| parameter will be used to report the origin of the erro
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_doc_comment.cc 49 void WriteDocCommentBodyImpl(io::Printer* printer, SourceLocation location) {
50 string comments = location.leading_comments.empty() ?
51 location.trailing_comments : location.leading_comments;
86 SourceLocation location; local
87 if (descriptor->GetSourceLocation(&location)) {
88 WriteDocCommentBodyImpl(printer, location);
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 407 // C function void glProgramUniform1i ( GLuint program, GLint location, GLint v0 )
411 int location,
415 // C function void glProgramUniform2i ( GLuint program, GLint location, GLint v0, GLint v1 )
419 int location,
424 // C function void glProgramUniform3i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 )
428 int location,
434 // C function void glProgramUniform4i ( GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3 )
438 int location,
445 // C function void glProgramUniform1ui ( GLuint program, GLint location, GLuint v0 )
449 int location,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 56 cl::location(PrintMachineCode), cl::init(false));
60 cl::location(NoFramePointerElim),
65 cl::location(NoFramePointerElimNonLeaf),
70 cl::location(NoExcessFPPrecision),
75 cl::location(LessPreciseFPMADOption),
80 cl::location(UnsafeFPMath),
85 cl::location(NoInfsFPMath),
90 cl::location(NoNaNsFPMath),
96 cl::location(HonorSignDependentRoundingFPMathOption),
101 cl::location(UseSoftFloat)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 355 for(size_t location = 0; location < numUniforms; location++)
357 const int index = uniformIndex[location].index;
360 if(uniformIndex[location].name == baseName &&
361 ((isArray && uniformIndex[location].element == subscript) ||
364 return (GLint)location;
472 bool Program::setUniformfv(GLint location, GLsizei count, const GLfloat *v, int numElements)
479 if(location < 0 || location >= (int)uniformIndex.size()
1514 int location = getAttributeBinding(*attribute); local
1551 int location = getAttributeBinding(*attribute); local
1714 GLint location = getUniformLocation(name); local
    [all...]

Completed in 501 milliseconds

1 2 3 4 5 67 8 91011>>