HomeSort by relevance Sort by last modified time
    Searched refs:LOCATION (Results 51 - 75 of 183) sorted by null

1 23 4 5 6 7 8

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
LocationUtils.java 25 import android.location.ILocationManager;
26 import android.location.LocationManager;
37 public static final String LOCATION_PERMISSION = Manifest.permission_group.LOCATION;
Utils.java 48 Manifest.permission_group.LOCATION,
  /external/ipsec-tools/src/racoon/
sainfo.c 109 plog(LLV_DEBUG, LOCATION, NULL,
119 plog(LLV_DEBUG, LOCATION, NULL,
124 plog(LLV_DEBUG, LOCATION, NULL,
cfparse.y     [all...]
cftoken.l 83 # define YYDB plog(LLV_DEBUG2, LOCATION, NULL, \
86 plog(LLV_DEBUG2, LOCATION, NULL, "<%d>%s", \
679 plogv(LLV_ERROR, LOCATION, NULL, fmt, ap);
699 plogv(LLV_WARNING, LOCATION, NULL, fmt, ap);
711 plog(LLV_ERROR, LOCATION, NULL,
718 plog(LLV_ERROR, LOCATION, NULL,
753 plog(LLV_ERROR, LOCATION, NULL,
766 plog(LLV_DEBUG, LOCATION, NULL,
plainrsa-gen.c 97 plog(LLV_ERROR, LOCATION, NULL,
plog.c 214 plog(pri, LOCATION, NULL, "%s", buf);
schedule.c 216 plog(LLV_DEBUG, LOCATION, NULL,
  /external/google-breakpad/android/
run-checks.sh 515 # The most important part for us is ensuring that the source location could
519 # dump the corresponding crash location.
521 # Note that if the source location can't be extracted, the second field
530 panic "No source location found in stack trace!"
535 for LOCATION in $LOCATIONS; do
536 case $LOCATION in
542 BAD_LOCATIONS="$BAD_LOCATIONS $LOCATION"
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 145 /** The HTTP {@code Content-Location} header field name. */
146 public static final String CONTENT_LOCATION = "Content-Location";
174 /** The HTTP {@code Location} header field name. */
175 public static final String LOCATION = "Location";
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 56 @set LOCATION=
94 @REM back to WORKSPACE\BaseTools while the --location DIRECTORY flag will
95 @REM still take precedence if the location option follows the reset option
97 @if defined EDK_TOOLS_PATH @set "LOCATION=%EDK_TOOLS_PATH%"
111 @set "LOCATION=!EDK_TOOLS_PATH!"
119 @set "LOCATION=%WORKSPACE%\BaseTools"
145 @set "LOCATION=%WORKSPACE%\%2"
152 @REM or the directory pointed to by the --location option
165 @set "LOCATION=%2"
185 @set "LOCATION=%2"
    [all...]
  /external/apache-http/android/src/android/net/http/
Headers.java 58 public final static String LOCATION = "location";
132 LOCATION,
225 if (name.equals(LOCATION)) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionUtil.java 48 Manifest.permission_group.CONTACTS, Manifest.permission_group.LOCATION,
  /external/deqp/framework/randomshaders/
rsgToken.hpp 117 LOCATION,
  /external/skia/src/sksl/
SkSLToken.h 111 LOCATION,
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
QuickSettingsHelper.java 64 LOCATION("Location"), HOTSPOT("Hotspot"), INVERTCOLORS("Invert colors"),
118 ("wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location");
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 60 LOCATION ("LONG", "SHORT"),
81 * Format pattern enum used for composing location and partial location names
201 case LOCATION:
222 * Returns the generic location name for the given canonical time zone ID.
225 * @return the generic location name for the given canonical time zone ID.
252 // if the time zone is associated with a location
266 NameInfo info = new NameInfo(canonicalTzID, GenericNameType.LOCATION);
309 * 1. If a generic non-location string is available for the zone, return it.
310 * 2. If a generic non-location string is associated with a meta zone an
550 String location = null; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 58 LOCATION ("LONG", "SHORT"),
79 * Format pattern enum used for composing location and partial location names
199 case LOCATION:
220 * Returns the generic location name for the given canonical time zone ID.
223 * @return the generic location name for the given canonical time zone ID.
250 // if the time zone is associated with a location
264 NameInfo info = new NameInfo(canonicalTzID, GenericNameType.LOCATION);
307 * 1. If a generic non-location string is available for the zone, return it.
308 * 2. If a generic non-location string is associated with a meta zone an
548 String location = null; local
    [all...]
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 58 private static final String LOCATION = "Location";
474 // Set location flag
478 // Load location settings
480 launchAndClickSettings(isQuickSettings, null, By.descContains(LOCATION));
490 Assert.assertFalse("Location not enabled correctly", locationEnabled == 0);
492 Assert.assertEquals("Location not disabled correctly", 0, locationEnabled);
  /packages/apps/Settings/src/com/android/settings/location/
LocationSettings.java 17 package com.android.settings.location;
26 import android.location.SettingInjectorService;
47 import com.android.settingslib.location.RecentLocationApps;
55 * System location settings (Settings &gt; Location). The screen has three parts:
57 * <li>Platform location controls</li>
59 * <li>In switch bar: location master switch. Used to toggle
61 * {@link android.provider.Settings.Secure#LOCATION_MODE_OFF} and another location mode.
69 * <li>Recent location requests: automatically populated by {@link RecentLocationApps}</li>
70 * <li>Location services: multi-app settings provided from outside the Android framework. Eac
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 84 * Generic location format, such as "United States Time (New York)" and "Italy Time".
89 * Generic long non-location format, such as "Eastern Time".
94 * Generic short non-location format, such as "ET".
183 * Short Time Zone ID (BCP 47 Unicode location extension, time zone type value), such as "uslax".
187 * Exemplar location, such as "Los Angeles" and "Paris".
362 // The filter used for searching all specific names and exemplar location names
371 GenericNameType.LOCATION, GenericNameType.LONG, GenericNameType.SHORT
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 85 * Generic location format, such as "United States Time (New York)" and "Italy Time".
91 * Generic long non-location format, such as "Eastern Time".
97 * Generic short non-location format, such as "ET".
202 * Short Time Zone ID (BCP 47 Unicode location extension, time zone type value), such as "uslax".
207 * Exemplar location, such as "Los Angeles" and "Paris".
398 // The filter used for searching all specific names and exemplar location names
407 GenericNameType.LOCATION, GenericNameType.LONG, GenericNameType.SHORT
    [all...]
  /external/libvorbis/doc/
05-comment.tex 143 \item[LOCATION]
144 Location where track was recorded
  /external/caliper/lib/
jsr311-api-1.1.1.jar 

Completed in 2327 milliseconds

1 23 4 5 6 7 8