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

1 2 3

  /device/common/gps/
gps.conf_AS 2 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
3 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
4 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_AS_SUPL 2 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
3 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
4 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_EU 2 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
3 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
4 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_EU_SUPL 2 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
3 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
4 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_US 2 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
3 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
4 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
gps.conf_US_SUPL 2 XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
3 XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
4 XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
  /external/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...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_xtra.cpp 72 Initialize XTRA module.
99 Injects XTRA file into the engine.
123 LOGV ("qct_loc_eng_inject_xtra_data, xtra size = %d, data ptr = 0x%x\n", length, (int) data);
138 // XTRA injection starts with part 1
162 LOGE ("loc_ioctl for xtra returned %d \n", rpc_ret_val);
179 LOGV ("loc_ioctl for xtra len injected %d \n", len_injected);
loc_eng_xtra.h 6 This file defines the data structure used by this XTRA module.
  /dalvik/vm/mterp/armv5te/
debug.c 48 saveArea->method, saveArea->xtra.currentPc);
52 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)
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 40 * A class for downloading GPS XTRA data.
57 // read XTRA servers from the Properties object
67 Log.e(TAG, "No XTRA servers were specified in the GPS configuration");
111 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
GpsLocationProvider.java 203 // flags to trigger NTP or XTRA data download when network becomes available
204 // initialized to true so we do NTP and XTRA when the network comes up after booting
226 // true if XTRA is supported
287 // how long to wait if we have a network error in NTP or XTRA downloading
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 205 * Name for the GPS XTRA interface.
207 #define GPS_XTRA_INTERFACE "gps-xtra"
426 /** Callback to request the client to download XTRA data.
427 * The client should download XTRA data and inject it by calling inject_xtra_data().
432 /** Callback structure for the XTRA interface. */
438 /** Extended interface for XTRA support. */
443 * Opens the XTRA interface and provides the callback routines
447 /** Injects XTRA data into the GPS. */
  /dalvik/vm/mterp/common/
asm-constants.h 130 MTERP_OFFSET(offStackSaveArea_currentPc, StackSaveArea, xtra.currentPc, 16)
132 StackSaveArea, xtra.localRefCookie, 16)
139 MTERP_OFFSET(offStackSaveArea_currentPc, StackSaveArea, xtra.currentPc, 12)
141 StackSaveArea, xtra.localRefCookie, 12)
  /dalvik/vm/hprof/
HprofStack.c 246 assert(saveArea->xtra.currentPc >= method->insns &&
247 saveArea->xtra.currentPc <
249 frame.frame.pc = (int) (saveArea->xtra.currentPc -
  /dalvik/vm/
JniInternal.h 108 self->jniLocalRefTable.segmentState.all = saveArea->xtra.localRefCookie;
110 self->jniLocalRefTable.nextEntry = saveArea->xtra.localRefCookie;
  /external/netcat/
Makefile.dist 13 XFLAGS = # xtra cflags, set by systype targets
14 XLIBS = # xtra libs if necessary?
  /dalvik/vm/interp/
Stack.c 109 breakSaveBlock->xtra.localRefCookie = 0; // not required
113 saveBlock->xtra.currentPc = NULL; // not required?
186 breakSaveBlock->xtra.localRefCookie = 0; // not required
191 saveBlock->xtra.localRefCookie = self->jniLocalRefTable.segmentState.all;
193 saveBlock->xtra.localRefCookie = self->jniLocalRefTable.nextEntry;
254 saveBlock->xtra.localRefCookie = self->jniLocalRefTable.segmentState.all;
256 saveBlock->xtra.localRefCookie = self->jniLocalRefTable.nextEntry;
332 assert(saveBlock->xtra.localRefCookie != 0);
333 //assert(saveBlock->xtra.localRefCookie >= self->jniLocalRefTable.table &&
334 // saveBlock->xtra.localRefCookie <=self->jniLocalRefTable.nextEntry)
    [all...]
  /external/zlib/contrib/
README.contrib 63 pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
  /dalvik/vm/mterp/x86/
header.S 128 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
129 * fp - sizeof(StackSaveArea) + offsetof(SaveArea, xtra.currentPc)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 156 int offset = offsetof(StackSaveArea, xtra.currentPc);
237 offsetof(StackSaveArea, xtra.currentPc));
291 offsetof(StackSaveArea, xtra.currentPc));
  /dalvik/vm/alloc/
Visit.c 104 int addr = saveArea->xtra.currentPc - method->insns;
  /external/chromium/net/third_party/nss/ssl/bodge/
loader.c     [all...]
  /dalvik/vm/mterp/x86-atom/
header.S 108 * In C this is "SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc", i.e.
109 * fp - sizeof(StackSaveArea) + offsetof(SaveArea, xtra.currentPc)

Completed in 8995 milliseconds

1 2 3