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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/main/
uniforms.c 93 * \param data Location to dump the data.
131 _mesa_Uniform1fARB(GLint location, GLfloat v0)
134 _mesa_uniform(ctx, ctx->Shader.ActiveProgram, location, 1, &v0, GL_FLOAT);
138 _mesa_Uniform2fARB(GLint location, GLfloat v0, GLfloat v1)
144 _mesa_uniform(ctx, ctx->Shader.ActiveProgram, location, 1, v, GL_FLOAT_VEC2);
148 _mesa_Uniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
155 _mesa_uniform(ctx, ctx->Shader.ActiveProgram, location, 1, v, GL_FLOAT_VEC3);
159 _mesa_Uniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2,
168 _mesa_uniform(ctx, ctx->Shader.ActiveProgram, location, 1, v, GL_FLOAT_VEC4);
172 _mesa_Uniform1iARB(GLint location, GLint v0
    [all...]
uniforms.h 90 _mesa_Uniform1ui(GLint location, GLuint v0);
93 _mesa_Uniform2ui(GLint location, GLuint v0, GLuint v1);
96 _mesa_Uniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2);
99 _mesa_Uniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3);
102 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value);
105 _mesa_Uniform2uiv(GLint location, GLsizei count, const GLuint *value);
108 _mesa_Uniform3uiv(GLint location, GLsizei count, const GLuint *value);
111 _mesa_Uniform4uiv(GLint location, GLsizei count, const GLuint *value);
124 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose,
128 _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlShader.java 87 int location = GLES20.glGetAttribLocation(program, label); local
88 if (location < 0) {
91 return location;
102 int location = getAttribLocation(label); local
103 GLES20.glEnableVertexAttribArray(location);
104 GLES20.glVertexAttribPointer(location, dimension, GLES20.GL_FLOAT, false, 0, buffer);
112 int location = GLES20.glGetUniformLocation(program, label); local
113 if (location < 0) {
116 return location;
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 17 package com.android.location.provider;
24 import android.location.ILocationManager;
25 import android.location.Location;
26 import android.location.LocationManager;
34 import com.android.internal.location.ILocationProvider;
35 import com.android.internal.location.ProviderProperties;
36 import com.android.internal.location.ProviderRequest;
40 * Base class for location providers implemented as unbundled services.
42 * <p>The network location provider must export a service with actio
    [all...]
ActivityRecognitionProviderClient.java 17 package com.android.location.provider;
20 import android.hardware.location.IActivityRecognitionHardware;
21 import android.hardware.location.IActivityRecognitionHardwareClient;
ProviderRequestUnbundled.java 17 package com.android.location.provider;
22 import android.location.LocationRequest;
24 import com.android.internal.location.ProviderRequest;
  /cts/tests/tests/location/src/android/location/cts/
GnssMeasurementsEventTest.java 17 package android.location.cts;
19 import android.location.GnssClock;
20 import android.location.GnssMeasurement;
21 import android.location.GnssMeasurementsEvent;
22 import android.location.GnssStatus;
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 19 import android.location.Location;
20 import android.location.LocationListener;
21 import android.location.LocationManager;
29 * GPS Location Test
31 * Test the GPS API by verifying the previously set location
36 private Location mLocation;
38 * Prior to running this test the GPS location must be set to the following
53 * verify that the last location equals to the location se
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 40 + ": no valid input data files have been specified", location).fillInStackTrace ();
59 + ": merge data file attribute already set", location).fillInStackTrace ();
68 + ": merge data file attribute already set", location).fillInStackTrace ();
77 + ": merge data file attribute already set", location).fillInStackTrace ();
86 + ": merge data file attribute already set", location).fillInStackTrace ();
  /external/mockito/src/main/java/org/mockito/internal/junit/
UnusedStubbingsFinder.java 37 * Gets unused stubbings per location. This method is less accurate than {@link #getUnusedStubbings(Iterable)}.
38 * It considers that stubbings with the same location (e.g. ClassFile + line number) are the same.
54 String location = s.getInvocation().getLocation().toString(); local
55 locationsOfUsedStubbings.add(location);
59 //2nd pass, collect unused stubbings by location
60 //If the location matches we assume the stubbing was used in at least one test method
65 String location = s.getInvocation().getLocation().toString(); local
66 if (!locationsOfUsedStubbings.contains(location)) {
67 out.put(location, s.getInvocation());
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseLocationTest.java 41 TextFormatParseLocation location = TextFormatParseLocation.create(-1, -1); local
42 assertEquals(TextFormatParseLocation.EMPTY, location);
46 TextFormatParseLocation location = TextFormatParseLocation.create(2, 1); local
47 assertEquals(2, location.getLine());
48 assertEquals(1, location.getColumn());
  /external/v8/tools/turbolizer/
schedule-view.js 17 location: function(text) {
30 view.select(function(location) { return location.block_id == id; }, true, true);
35 location: function(text) {
47 view.select(function(location) { return location.node_id == id; }, true, true);
53 location: function(text) {
122 if (i.location.node_id != undefined && i.location.node_id > 0) {
123 s.add(i.location.node_id)
34 css: 'tag', method in class:const
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 25 import android.location.Criteria;
26 import android.location.Location;
27 import android.location.LocationListener;
28 import android.location.LocationManager;
29 import android.location.LocationProvider;
46 public static final String CURRENT_LOCATION = "Current Location";
48 public static final String UNKNOWN_LOCATION = "Unknown Location";
56 // record time when the location provider is set
73 // Fake location, used for testing
128 String location = mClusterManager.getSemanticLocation(); local
161 Location location = mLocationManager.getLastKnownLocation(provider); local
187 Location location = getLastKnownLocation(); local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 19 import android.location.Address;
20 import android.location.Geocoder;
32 public void onComplete(String location);
71 protected void onPostExecute(String location) {
72 mCallback.onComplete(location);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java 41 String location = getNdkLocation(); local
42 if (location.length() == 0)
45 return isValidNdkLocation(location);
48 public static boolean isValidNdkLocation(String location) {
49 File dir = new File(location);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGridDefault.java 38 Location loc = getLocation(i);
46 Location loc = getLocation(mLastVisibleIndex);
71 Location loc = getLocation(mLastVisibleIndex);
88 Location loc = getLocation(i);
106 Location loc = getLocation(indexLimit);
158 Location loc = getLocation(indexLimit);
286 int location = mReversedFlow ? getRowMin(rowIndex) : getRowMax(rowIndex); local
287 if (location == Integer.MAX_VALUE || location == Integer.MIN_VALUE) {
290 location = mReversedFlow ? getRowMin(mNumRows - 1) : getRowMax(mNumRows - 1)
387 int location = mReversedFlow ? getRowMax(rowIndex) : getRowMin(rowIndex); local
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 10 assert tu.diagnostics[0].location.line == 1
11 assert tu.diagnostics[0].location.column == 11
20 assert tu.diagnostics[0].location.line == 2
21 assert tu.diagnostics[0].location.column == 7
24 # assert tu.diagnostics[1].location.line == 1
25 # assert tu.diagnostics[1].location.column == 11
32 assert tu.diagnostics[0].location.line == 1
33 assert tu.diagnostics[0].location.column == 26
46 assert tu.diagnostics[0].location.line == 1
47 assert tu.diagnostics[0].location.column == 1
    [all...]
  /external/clang/test/PCH/
stmts.h 78 void *location = &&start; local
81 location = &&done;
86 goto *location;
  /external/google-breakpad/src/tools/linux/md2core/
minidump_memory_range.h 66 // |location|, or an empty range if the subrange is out of bounds.
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const {
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size);
  /external/libchrome/crypto/
openssl_util.h 10 #include "base/location.h"
65 // cases you should pass FROM_HERE as the |location|.
67 const tracked_objects::Location& location);
73 // Pass FROM_HERE as |location|, to help track the source of OpenSSL error
74 // messages. Note any diagnostic emitted will be tagged with the location of
76 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location)
77 : location_(location) {
85 const tracked_objects::Location location_
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderInstruction.java 45 @Nullable MethodLocation location; field in class:BuilderInstruction
64 if (location == null) {
65 throw new IllegalStateException("Cannot get the location of an instruction that hasn't been added to a " +
68 return location;
  /frameworks/base/core/java/android/webkit/
PluginList.java 83 int location = mPlugins.indexOf(plugin); local
84 if (location != -1) {
85 mPlugins.remove(location);
  /frameworks/base/services/core/java/com/android/server/location/
FlpHardwareProvider.java 17 package com.android.server.location;
20 import android.hardware.location.IFusedLocationHardware;
21 import android.location.IFusedGeofenceHardware;
61 public static final String LOCATION = "Location";
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 21 import android.location.Location;
22 import android.location.LocationManager;
81 // Else, we will try and grab the last known location
82 final Location location = getLastKnownLocation(); local
83 if (location != null) {
84 updateState(location);
88 Log.i(TAG, "Could not get last known location. This is probably because the app does not"
89 + " have any location permissions. Falling back to hardcoded
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorImpl.java 30 private final DOMLocator location; field in class:DOMErrorImpl
42 this.location = new DOMLocatorImpl(src.getLocation());
66 return location;

Completed in 1007 milliseconds

1 2 3 4 5 6 78 91011>>