/hardware/qcom/gps/msm8998/gnss/ |
location_gnss.cpp | 55 static void injectTime(int64_t time, int64_t timeReference, int32_t uncertainty); 211 static void injectTime(int64_t time, int64_t timeReference, int32_t uncertainty) 214 gGnssAdapter->injectTimeCommand(time, timeReference, uncertainty);
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
location_gnss.cpp | 55 static void injectTime(int64_t time, int64_t timeReference, int32_t uncertainty); 213 static void injectTime(int64_t time, int64_t timeReference, int32_t uncertainty) 216 gGnssAdapter->injectTimeCommand(time, timeReference, uncertainty);
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
state_space_model.py | 110 state, increasing uncertainty. If both this parameter and 113 state, decreasing uncertainty. If both this parameter and 132 stable, at the cost of artificially increasing estimated uncertainty 139 of magnitude below any expected minimum state uncertainty. 198 uncertainty: 486 """Update state with exogenous regressors, decreasing uncertainty. 490 observation. This has the effect of lowering uncertainty. 507 uncertainty than the input state). 539 # uncertainty plus noise learned based on the exogenous 547 """Update state with exogenous regressors, increasing uncertainty [all...] |
/frameworks/base/services/robotests/src/com/android/server/location/ |
NtpTimeHelperTest.java | 51 (time, timeReference, uncertainty) -> {
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8909w_3100/location/ |
location_interface.h | 52 void (*injectTime)(int64_t time, int64_t timeReference, int32_t uncertainty);
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
LocApiRpc.h | 94 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8998/location/ |
location_interface.h | 51 void (*injectTime)(int64_t time, int64_t timeReference, int32_t uncertainty);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 349 int uncertainty) 358 result = mLocApi->setTime(time, timeReference, uncertainty);
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
LocEngAdapter.h | 140 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) 142 return mLocApi->setTime(time, timeReference, uncertainty);
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 352 int uncertainty) 361 result = mLocApi->setTime(time, timeReference, uncertainty);
|
loc_eng.h | 155 int uncertainty);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
LocEngAdapter.h | 125 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) 127 return mLocApi->setTime(time, timeReference, uncertainty);
|
loc.cpp | 64 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty); 423 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) 429 timeReference, uncertainty);
|
loc_eng.h | 193 int uncertainty);
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 349 int uncertainty) 358 result = mLocApi->setTime(time, timeReference, uncertainty);
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 352 int uncertainty) 361 result = mLocApi->setTime(time, timeReference, uncertainty);
|
loc_eng.h | 155 int uncertainty);
|
/frameworks/base/services/core/java/com/android/server/location/ |
NtpTimeHelper.java | 73 void injectTime(long time, long timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8084/core/ |
LocApiBase.h | 145 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/hardware/qcom/gps/msm8960/core/ |
LocApiBase.h | 127 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
README.md | 8 - **telephony_auto_rerun** - Because testing with live infrastructure sometimes yields flaky results, when no other options are available to mitigate this uncertainty, this key specifies a maximum number of re-runs that will be performed in the event of a test failure. The test will be reported as a 'pass' after the first successful run.
|