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

1 2 3

  /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/Source/WebCore/platform/graphics/cg/
GradientCG.cpp 88 Vector<CGFloat, cReservedStops> locations; local
89 locations.reserveCapacity(m_stops.size());
97 locations.uncheckedAppend(m_stops[i].stop);
100 m_gradient = CGGradientCreateWithColorComponents(deviceRGBColorSpaceRef(), 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/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 167 // Locations to check to shortcut_paths.
172 } locations[] = { local
191 for (int i = 0; i < arraysize(locations); ++i) {
192 locations[i].use_this_location = false;
195 if (!PathService::Get(locations[i].location_id, &path)) {
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
206 locations[i].use_this_location = true;
  /external/qemu/android/skin/
file.h 82 SkinLocation* locations; member in struct:SkinLayout
87 SkinLocation* __loc = (layout)->locations; \
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
ManagerService.java 264 List<String> locations = EXPECTED_RESULT_LOCATION_RELATIVE_DIR_PREFIXES; local
268 relativePath = locations.get(i) + originalRelativePath;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 878 Map<Integer, Set<Token>> locations = insuffPredMsg.altToLocations; local
879 Set actualAlts = locations.keySet();
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 116 /// Numbered locations referenced by locmap.
117 SmallVector<MachineOperand, 4> locations; member in class:__anon11425::UserValue
181 // For register locations we dont care about use/def and other flags.
182 for (unsigned i = 0, e = locations.size(); i != e; ++i)
183 if (locations[i].isReg() &&
184 locations[i].getReg() == LocMO.getReg() &&
185 locations[i].getSubReg() == LocMO.getSubReg())
188 for (unsigned i = 0, e = locations.size(); i != e; ++i)
189 if (LocMO.isIdenticalTo(locations[i]))
191 locations.push_back(LocMO)
    [all...]
  /external/stressapptest/src/
os.cc 141 // Returns a list of locations corresponding to HD devices.
144 list<string> locations; local
145 return locations;
sat.cc 139 // Autodetect file locations.
141 // Get a space separated sting of disk locations.
142 list<string> locations = os_->FindFileDevices(); local
145 while (!locations.empty()) {
147 string disk = locations.back();
148 locations.pop_back();
423 // Initialize page locations.
487 // Initialize page locations.
814 // Autodetect tempfile locations.
984 " --findfiles find locations to do disk IO automatically\n
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 124 // Constants for recent locations query (in Events table):
256 * Return filter for matching against contacts info and recent locations.
265 * recent locations.
277 // Start the recent locations query (async).
292 // Wait for the locations query.
295 // Add the matched recent locations to returned results. If a match exists in
296 // both the recent locations query and the contacts addresses, only display it
305 Log.e(TAG, "Failed waiting for locations query results.", e);
307 Log.e(TAG, "Failed waiting for locations query results.", e);
420 * Matches the input string against recent locations
456 TreeSet<String> locations = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 876 Field locations = horizontal.getClass().getDeclaredField("locations"); \/\/$NON-NLS-1\$ local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 1613 Set<Token> locations = altToLocationsReachableWithoutPredicate.get(altI); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 1205 const GValue* locations = gst_structure_get_value(m_mediaLocations, "locations"); local
1219 const GValue* locations = gst_structure_get_value(m_mediaLocations, "locations"); local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 2591 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 1618 Handle<FixedArray> locations = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 76 * wishes to occupy, GridLayout assigns cell locations automatically using its:
971 int[] locations = axis.getLocations(); local
1189 public int[] locations; field in class:GridLayout.Axis
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 76 * wishes to occupy, GridLayout assigns cell locations automatically using its:
797 int[] xs = horizontalAxis.locations;
805 int[] ys = verticalAxis.locations;
912 int[] locations = axis.getLocations(); local
1118 public int[] locations; field in class:GridLayout.Axis
    [all...]

Completed in 1925 milliseconds

1 2 3