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

1 2

  /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/valgrind/tsan/
suppressions.cc 49 vector<Location> locations; member in struct:StackTraceTemplate
185 trace->locations.push_back(location);
194 trace->locations.push_back(location);
243 trace->locations.push_back(location);
379 const int tmpl_size = ctx.tmpl->locations.size();
381 Location& location = ctx.tmpl->locations[tmpl_index];
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 116 /// Numbered locations referenced by locmap.
117 SmallVector<MachineOperand, 4> locations; member in class:__anon8915::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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 739 * Looks up the x[] and y[] locations of the columns and rows in the given GridLayout
754 Field locations = horizontal.getClass().getDeclaredField("locations"); //$NON-NLS-1$ local
755 assert locations.getType().isArray() : locations.getType();
756 locations.setAccessible(true);
757 Object horizontalLocations = locations.get(horizontal);
758 Object verticalLocations = locations.get(vertical);
    [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/skia/src/gpu/gl/
GrGLProgram.cpp 1316 StageUniLocations& locations = programData->fUniLocations.fStages[s]; 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 2390 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:
968 int[] locations = axis.getLocations(); local
1190 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 

Completed in 2213 milliseconds

1 2