HomeSort by relevance Sort by last modified time
    Searched full:xtra (Results 1 - 25 of 71) sorted by null

1 2 3

  /device/common/gps/
gps.conf_AS 1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_EU 1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_US 1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_AS_SUPL 1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_EU_SUPL 1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_US_SUPL 1 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
2 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
3 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.html 238 .bash .ln-xtra, .bash li.ln-xtra, .bash div.ln-xtra {background-color: #ffc;}
239 .bash span.xtra { display:block; }
285 .php .ln-xtra, .php li.ln-xtra, .php div.ln-xtra {background-color: #ffc;}
286 .php span.xtra { display:block; }
314 .html4strict .ln-xtra, .html4strict li.ln-xtra, .html4strict div.ln-xtra {background-color: #ffc;
    [all...]
  /external/valgrind/main/none/tests/amd64/
shrld.c 7 ULong xtra; variable
38 "\tmovq xtra, %r11\n"
59 "\tmovq xtra, %r11\n"
80 "\tmovq xtra, %r11\n"
102 "\tmovq xtra, %r11\n"
123 "\tmovq xtra, %r11\n"
144 "\tmovq xtra, %r11\n"
170 xtra = 0x3141592727182818ULL;
183 xtra = 0x3141592727182818ULL;
197 xtra = 0x987654321987abcdULL
    [all...]
  /development/scripts/gdb/
dalvik.gdb 18 printf " Curr pc = %#x\n", ((StackSaveArea *) $stackSave)->xtra.currentPc
26 printf " bytecode offset = 0x%x\n", (short *) (((StackSaveArea *) $stackSave)->xtra.currentPc) - (short *) (((Method *) $method)->insns)
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 39 * A class for downloading GPS XTRA data.
56 // read XTRA servers from the Properties object
66 Log.e(TAG, "No XTRA servers were specified in the GPS configuration");
110 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
  /dalvik/vm/mterp/armv5te/
debug.cpp 51 saveArea->method, saveArea->xtra.currentPc);
55 saveArea->method, saveArea->xtra.currentPc,
header.S 87 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
88 * fp - sizeof(StackSaveArea) + offsetof(SaveArea, xtra.currentPc)
  /dalvik/vm/mterp/mips/
debug.cpp 61 saveArea->method, saveArea->xtra.currentPc);
65 saveArea->method, saveArea->xtra.currentPc,
  /dalvik/vm/mterp/common/
asm-constants.h 97 MTERP_OFFSET(offStackSaveArea_currentPc, StackSaveArea, xtra.currentPc, 16)
99 StackSaveArea, xtra.localRefCookie, 16)
106 MTERP_OFFSET(offStackSaveArea_currentPc, StackSaveArea, xtra.currentPc, 12)
108 StackSaveArea, xtra.localRefCookie, 12)
  /hardware/libhardware/include/hardware/
gps.h 209 * Name for the GPS XTRA interface.
211 #define GPS_XTRA_INTERFACE "gps-xtra"
440 /** Callback to request the client to download XTRA data.
441 * The client should download XTRA data and inject it by calling inject_xtra_data().
446 /** Callback structure for the XTRA interface. */
452 /** Extended interface for XTRA support. */
457 * Opens the XTRA interface and provides the callback routines
461 /** Injects XTRA data into the GPS. */
  /dalvik/vm/
JniInternal.h 96 self->jniLocalRefTable.segmentState.all = saveArea->xtra.localRefCookie;
  /dalvik/vm/interp/
Interp.h 28 SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc;
Stack.cpp 114 breakSaveBlock->xtra.localRefCookie = 0; // not required
118 saveBlock->xtra.currentPc = NULL; // not required?
193 breakSaveBlock->xtra.localRefCookie = 0; // not required
197 saveBlock->xtra.localRefCookie = self->jniLocalRefTable.segmentState.all;
257 saveBlock->xtra.localRefCookie = self->jniLocalRefTable.segmentState.all;
    [all...]
  /external/zlib/src/contrib/
README.contrib 63 pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
  /dalvik/vm/alloc/
Visit.cpp 100 int addr = saveArea->xtra.currentPc - method->insns;
141 saveArea->xtra.currentPc - method->insns);
  /dalvik/vm/mterp/x86/
header.S 150 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
151 * fp - sizeof(StackSaveArea) + offsetof(SaveArea, xtra.currentPc)
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 2090 UInt xtra; local
    [all...]
host_amd64_defs.c 2267 UInt xtra; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 201 int offset = offsetof(StackSaveArea, xtra.currentPc);
276 offsetof(StackSaveArea, xtra.currentPc));
331 offsetof(StackSaveArea, xtra.currentPc));
  /external/valgrind/main/coregrind/
m_errormgr.c 349 Char xtra[256]; /* assumed big enough (is overrun-safe) */ local
382 VG_(memset)(xtra, 0, sizeof(xtra));
384 err, xtra, sizeof(xtra));
385 vg_assert(xtra[sizeof(xtra)-1] == 0);
388 VG_(xaprintf)(text, " %s\n", xtra);
421 VG_(printf_xml)(" <skaux>%pS</skaux>\n", xtra);
    [all...]

Completed in 2332 milliseconds

1 2 3