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

1 2

  /external/ipsec-tools/src/racoon/
misc.h 40 #define LOCATION debug_location(__FILE__, __LINE__, __func__)
42 #define LOCATION debug_location(__FILE__, __LINE__, NULL)
71 plog(LLV_ERROR, LOCATION, NULL, "strdup failed\n"); \
  /external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java 39 String location = getHeader(LOCATION); local
40 if (location != null) {
41 into.put(LOCATION, location);
47 /** The name of a dump entry whose value is the response Location header. */
48 public static final String LOCATION = "Location";
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 30 private static final String LOCATION = "Http test"; //$NON-NLS-1$
53 LOCATION), comparator);
61 100, LOCATION), comparator);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 30 private static final String LOCATION = "Http test";
53 LOCATION), comparator);
61 100, LOCATION), comparator);
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 138 /** The HTTP Content-Location header field name. */
139 public static final String CONTENT_LOCATION = "Content-Location";
152 /** The HTTP Location header field name. */
153 public static final String LOCATION = "Location";
  /frameworks/base/core/java/android/widget/
TableRow.java 236 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT];
239 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] / 2;
243 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] = 0;
268 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION];
415 private static final int LOCATION = 0;
  /frameworks/base/services/java/com/android/server/location/
FlpHardwareProvider.java 17 package com.android.server.location;
19 import android.hardware.location.GeofenceHardware;
20 import android.hardware.location.GeofenceHardwareImpl;
21 import android.hardware.location.GeofenceHardwareRequestParcelable;
22 import android.hardware.location.IFusedLocationHardware;
23 import android.hardware.location.IFusedLocationHardwareSink;
24 import android.location.IFusedGeofenceHardware;
25 import android.location.FusedBatchOptions;
26 import android.location.Location;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.h 153 LOCATION = 0x0001,
221 return (fType == LOCATION || fType == GENERIC_LONG || fType == GENERIC_SHORT);
308 * Private method to get a zone string except generic partial location types.
317 * 1. If a generic non-location string is avaiable for the zone, return it.
318 * 2. If a generic non-location string is associated with a metazone and
325 * 3. If a generic non-location string is associated with a metazone and
327 * current locale, then return the generic partial location string (if avaiable)
328 * 4. If a generic non-location string is not available, use generic location
335 * Private method to get a generic partial location strin
    [all...]
  /frameworks/base/core/java/android/net/http/
Headers.java 60 public final static String LOCATION = "location";
134 LOCATION,
227 if (name.equals(LOCATION)) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 839 milliseconds

1 2