/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-mutex-err.l | 4 .*:8: Warning: This is the location of the conflicting usage 7 .*:13: Warning: This is the location of the conflicting usage 9 .*:19: Warning: This is the location of the conflicting usage 11 .*:25: Warning: This is the location of the conflicting usage 13 .*:31: Warning: This is the location of the conflicting usage
|
/art/compiler/optimizing/ |
code_generator_mips64.h | 80 Location GetNextLocation(Primitive::Type type) OVERRIDE; 81 Location GetReturnLocation(Primitive::Type type) const OVERRIDE; 82 Location GetMethodLocation() const OVERRIDE; 99 Location GetReturnLocation(Primitive::Type return_type); 109 Location GetObjectLocation() const OVERRIDE { 110 return Location::RegisterLocation(A1); 112 Location GetFieldIndexLocation() const OVERRIDE { 113 return Location::RegisterLocation(A0); 115 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { 116 return Location::RegisterLocation(V0) [all...] |
/frameworks/base/services/core/java/com/android/server/twilight/ |
TwilightService.java | 27 import android.location.Location; 28 import android.location.LocationListener; 29 import android.location.LocationManager; 43 * Figures out whether it's twilight time based on the user's location. 69 private Location mLastLocation; 156 // Start listening for location updates (default: low power, max 1h, min 10m). 160 // Request the device's location immediately if a previous location isn't available. 207 // Calculate the twilight state based on the current time and location 209 final Location location = mLastLocation != null ? mLastLocation local [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ExceptionCaughtTest.java | 30 import org.apache.harmony.jpda.tests.framework.jdwp.Location; 79 * the reported throw location. 85 * <li>the reported throw location is not null</li> 86 * <li>the reported throw location is equal to location of the top stack frame</li> 95 * the reported throw location. 101 * <li>the reported throw location is not null</li> 102 * <li>the reported throw location is equal to location of the top stack frame</li> 111 * the reported catch location [all...] |
/external/deqp/data/gles3/shaders/ |
uniform_block.test | 31 layout(location=0) out vec4 o_color; 59 layout(location=0) out vec4 o_color; 97 layout(location=0) out vec4 o_color; 125 layout(location=0) out vec4 o_color; 163 layout(location=0) out vec4 o_color; 191 layout(location=0) out vec4 o_color; 229 layout(location=0) out vec4 o_color; 257 layout(location=0) out vec4 o_color; 295 layout(location=0) out vec4 o_color; 323 layout(location=0) out vec4 o_color [all...] |
/external/jsoncpp/include/json/ |
reader.h | 34 typedef const Char* Location; 104 * \return Formatted error message with the list of errors with their location 116 * \return Formatted error message with the list of errors with their location 134 * \param value JSON Value location associated with the error 142 * \param value JSON Value location associated with the error 144 * \param extra Additional JSON Value location to contextualize the error 177 Location start_; 178 Location end_; 185 Location extra_; 193 bool match(Location pattern, int patternLength) [all...] |
/external/libbrillo/brillo/streams/ |
stream_utils.cc | 83 bool ErrorStreamClosed(const tracked_objects::Location& location, 86 location, 93 bool ErrorOperationNotSupported(const tracked_objects::Location& location, 96 location, 103 bool ErrorReadPastEndOfStream(const tracked_objects::Location& location, 106 location, 113 bool ErrorOperationTimeout(const tracked_objects::Location& location [all...] |
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbLocation.java | 23 * Represents the location and geographical scope of a cell broadcast message. 24 * For GSM/UMTS, the Location Area and Cell ID are set when the broadcast 25 * geographical scope is cell wide or Location Area wide. For CDMA, the 39 * Construct an empty location object. This is used for some test cases, and for 40 * cell broadcasts saved in older versions of the database without location info. 49 * Construct a location object for the PLMN. This class is immutable, so 59 * Construct a location object for the PLMN, LAC, and Cell ID. This class is immutable, so 86 * Returns the GSM location area code, or UMTS service area code. 87 * @return location area code, -1 if unknown, 0xffff max legal value 127 * Test whether this location is within the location area of the specified object [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
GnssMeasurementRegistrationTestsActivity.java | 17 package com.android.cts.verifier.location; 19 import android.location.cts.GnssMeasurementRegistrationTest; 20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
|
GnssMeasurementValuesTestsActivity.java | 17 package com.android.cts.verifier.location; 19 import android.location.cts.GnssMeasurementValuesTest; 20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
|
GnssMeasurementWhenNoLocationTestsActivity.java | 17 package com.android.cts.verifier.location; 19 import android.location.cts.GnssMeasurementWhenNoLocationTest; 20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
|
GnssMeasurementsConstellationTestsActivity.java | 17 package com.android.cts.verifier.location; 19 import android.location.cts.GnssMeasurementsConstellationTest; 20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
|
GnssNavigationMessageTestsActivity.java | 17 package com.android.cts.verifier.location; 19 import android.location.cts.GnssNavigationMessageTest; 20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
|
/development/ndk/samples/hello-neon/ |
build.properties | 9 # 'source.dir' for the location of your java source folder and 10 # 'out.dir' for the location of your output folder. 14 # 'key.store' for the location of your keystore and
|
/development/samples/training/basic/ActivityLifecycle/ |
ant.properties | 9 # 'source.dir' for the location of your java source folder and 10 # 'out.dir' for the location of your output folder. 14 # 'key.store' for the location of your keystore and
|
build.properties | 9 # 'source.dir' for the location of your java source folder and 10 # 'out.dir' for the location of your output folder. 14 # 'key.store' for the location of your keystore and
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
location.html | 35 * Location is a class that represents a spatial location on the timeline 41 function Location(xWorld, yComponents) { 47 * Returns a new Location given by x and y coordinates with respect to 50 Location.fromViewCoordinates = function(viewport, viewX, viewY) { 74 return new Location(xWorld, yComponents); 77 Location.fromStableIdAndTimestamp = function(viewport, stableId, ts) { 101 return new Location(xWorld, yComponents); 104 Location.prototype = { 125 * Calculates and returns x and y coordinates of the current location wit [all...] |
/external/clang/test/Frontend/ |
profile-sample-use-loc-tracking.c | 1 // This file tests that -fprofile-sample-use enables location tracking 4 // frontend to emit source location annotations. 8 // -fprofile-sample-use should produce source location annotations, exclusively
|
/external/compiler-rt/test/tsan/ |
tls_race.cc | 21 // CHECK-Linux: Location is TLS of main thread. 22 // CHECK-FreeBSD: Location is TLS of main thread. 23 // CHECK-Darwin: Location is heap block of size 4
|
tls_race2.cc | 28 // CHECK-Linux: Location is TLS of thread T1. 29 // CHECK-FreeBSD: Location is TLS of thread T1. 30 // CHECK-Darwin: Location is heap block of size 4
|
/external/curl/tests/data/ |
test580 | 17 Location: this-is-the-first.html
20 Location: and there's a second one too! / moo.html
39 multi interface, multiple Location: headers
|
/external/libchrome/base/ |
sequenced_task_runner.cc | 12 const tracked_objects::Location& from_here, 18 const tracked_objects::Location& from_here, 25 const tracked_objects::Location& from_here,
|
/external/libgdx/tests/gdx-tests-android/assets/data/g3d/shaders/ |
mrt.frag | 22 layout(location = 0) out vec4 diffuseOut; 23 layout(location = 1) out vec3 normalOut; 24 layout(location = 2) out vec3 positionOut;
|
/external/libnl/lib/route/ |
pktloc.c | 2 * lib/route/pktloc.c Packet Location Aliasing 13 * @defgroup pktloc Packet Location Aliasing 14 * Packet Location Aliasing 16 * The packet location aliasing interface eases the use of offset definitions 24 * @par Example 1.1 Looking up a packet location 128 * Lookup packet location alias 129 * @arg name Name of packet location. 131 * Tries to find a matching packet location alias for the supplied 132 * packet location name. 134 * The file containing the packet location definitions is automaticall [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
throw_error.hpp | 26 const char* location); 35 const char* location) 38 do_throw_error(err, location);
|