HomeSort by relevance Sort by last modified time
    Searched defs:locations (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
OldHttpRetryExceptionTest.java 40 String [] locations = {"file:\\error.txt", "http:\\localhost", local
45 codes[i], locations[i]);
49 assertEquals(locations[i], hre.getLocation());
  /external/webkit/WebCore/platform/graphics/cg/
GradientCG.cpp 91 Vector<CGFloat, cReservedStops> locations; local
92 locations.reserveCapacity(m_stops.size());
100 locations.uncheckedAppend(m_stops[i].stop);
103 m_gradient = CGGradientCreateWithColorComponents(colorSpace, colorComponents.data(), locations.data(), m_stops.size());
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 88 StackTraceElement locations[]=dummyException.getStackTrace(); local
92 if( locations!=null && locations.length >2 ) {
93 StackTraceElement caller=locations[2];
  /external/qemu/android/skin/
file.h 81 SkinLocation* locations; member in struct:SkinLayout
86 SkinLocation* __loc = (layout)->locations; \
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 787 // - both a new-location string and embedded locations structure
790 const GValue* locations = gst_structure_get_value(m_mediaLocations, "locations"); local
792 if (locations)
793 m_mediaLocationCurrentIndex = gst_value_list_get_size(locations) -1;
804 const GValue* locations = gst_structure_get_value(m_mediaLocations, "locations"); local
807 if (!locations) {
820 const GValue* location = gst_value_list_get_value(locations,
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 2157 const SortedVector<String8>& locations = rules.valueAt(i); local
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 707 struct nfs4_fs_location locations[NFS4_FS_LOCATIONS_MAXENTRIES]; member in struct:nfs4_fs_locations
  /external/v8/src/
debug.cc 1391 Handle<FixedArray> locations = local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/jdiff/
xerces.jar 

Completed in 351 milliseconds