Searched defs:LOCATION (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dmisc.h40 #define LOCATION debug_location(__FILE__, __LINE__, __func__) macro
42 #define LOCATION debug_location(__FILE__, __LINE__, NULL) macro
72 plog(LLV_ERROR, LOCATION, NULL, "strdup failed\n"); \
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DHttpRetryExceptionTest.java30 private static final String LOCATION = "Http test"; //$NON-NLS-1$ field in class:HttpRetryExceptionTest
53 LOCATION), comparator);
61 100, LOCATION), comparator);
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpResponseMessage.java39 String location = getHeader(LOCATION);
41 into.put(LOCATION, location);
48 public static final String LOCATION = "Location"; field in class:HttpResponseMessage
/external/icu4c/i18n/
H A Dzstrfmt.h153 LOCATION = 0x0001, enumerator in enum:TimeZoneTranslationType
221 return (fType == LOCATION || fType == GENERIC_LONG || fType == GENERIC_SHORT);

Completed in 157 milliseconds