HomeSort by relevance Sort by last modified time
    Searched refs:locations (Results 1 - 25 of 27) 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/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/clearsilver/python/examples/trans/
trans.py 345 log("Loading strings/locations into database")
346 locations = []
355 locations.append(loc_r)
356 return locations
358 def stringsHDF(self, prefix, locations, lang='en', exist=0, tiered=0):
362 locations.sort()
372 for loc in locations:
393 def dumpStrings(self, locations, lang=None):
407 hdf = self.stringsHDF('S', locations, a_lang)
411 hdf = self.stringsHDF('S', locations, a_lang, exist=1
    [all...]
  /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; \
file.c 407 layout->locations = NULL;
509 ptail = &layout->locations;
529 if (layout->locations == NULL)
605 layout->locations = location;
  /external/iproute2/tc/
emp_ematch.y 9 %locations
  /bootable/recovery/edify/
parser.y 34 %locations
  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
  /external/bison/data/
glr.cc 40 # The locations
43 # the locations in a (C++) union, the position and location classes
49 # We require a pure interface using locations.
230 /* Using locations. */
302 /// Symbol 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...]
  /libcore/
NativeCode.mk 35 # Include a submakefile, resolve its source file locations,
  /external/bison/src/
parse-gram.y 77 %locations
85 /* Bison's grammar can initial empty locations, hence a default
142 PERCENT_LOCATIONS "%locations"
240 | "%locations" { locations_flag = true; }
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm 572 die "Unsupported platform, can't determine built library locations.";
    [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-debugger.js 723 var locations = this.breakLocations(f);
724 if (!locations) return source;
725 locations.sort(function(x, y) { return x - y; });
729 for (var i = 0; i < locations.length; i++) {
730 pos = locations[i] - offset;
    [all...]
debug.cc 1391 Handle<FixedArray> locations = local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 2157 const SortedVector<String8>& locations = rules.valueAt(i); local
    [all...]
  /build/core/
main.mk 217 # Disallow mock locations by default for user builds
225 # Allow mock locations by default for non user builds
  /external/bison/tests/
testsuite 383 72;calc.at:553;Calculator %locations;;
388 77;calc.at:559;Calculator %pure-parser %locations;;
389 78;calc.at:560;Calculator %error-verbose %locations;;
390 79;calc.at:562;Calculator %error-verbose %locations %defines %name-prefix="calc" %verbose %yacc;;
392 81;calc.at:565;Calculator %error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc;;
393 82;calc.at:567;Calculator %pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc;;
394 83;calc.at:569;Calculator %pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count};;
397 86;calc.at:589;Calculator %glr-parser %locations;;
402 91;calc.at:595;Calculator %glr-parser %pure-parser %locations;;
403 92;calc.at:596;Calculator %glr-parser %error-verbose %locations;;
    [all...]
  /external/grub/
configure     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/dropbear/
configure 867 --with-lastlog=FILE|DIR specify lastlog location common locations
879 it to find libraries and programs with nonstandard names/locations.
    [all...]

Completed in 918 milliseconds

1 2