HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 301 - 325 of 456) sorted by null

<<111213141516171819

  /external/tensorflow/tensorflow/python/kernel_tests/
parameterized_truncated_normal_op_test.py 156 pvalue = scipy.stats.kstest(samples, truncated_cdf)[1]
157 self.assertGreater(pvalue, 1e-10)
  /frameworks/av/media/libeffects/dynamicsproc/
EffectDynamicsProcessing.cpp 89 void *pValue);
94 void *pValue);
641 void *pValue) {
647 value_t *values = reinterpret_cast<value_t*>(pValue);
668 *(uint32_t *)pValue = (uint32_t)audio_channel_count_from_out_mask(
670 ALOGVV("%s DP_PARAM_GET_CHANNEL_COUNT channels %d", __func__, *(int32_t *)pValue);
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 431 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) {
433 node->data = const_cast<DataType*>(&pValue);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 240 for (VehiclePropValue* pValue : cv.values) {
241 shallowCopy(&(vec)[i++], *pValue);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c     [all...]
TftpServer.h 360 @param [in] pValue Address to receive the value
368 IN INT32 * pValue
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h     [all...]
authz.h 96 PVOID pValue;
eaptypes.h 141 BYTE * pValue;
strmif.h     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnova.java 70 * @return Pvalue
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 991 CFXJSE_Value* pValue) {
1000 bool bRet = pFormFillEnv->GetJSRuntime()->SetValueByName(szPropName, pValue);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 744 * pValue - pointer to variable to hold retrieved value
748 * *pValue updated with parameter value
757 void *pValue) {
771 pValue16 = (int16_t *)pValue;
810 pValue32 = (int32_t *) pValue;
811 pValue16 = (int16_t *) pValue;
812 pProperties = (t_reverb_settings *) pValue;
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 72 LDSymbol::ValueType pValue,
StaticResolver.h 108 LDSymbol::ValueType pValue) const;
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 67 bool getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclapi.swg 22 void *pvalue;
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c 68 static EAS_RESULT XMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
462 static EAS_RESULT XMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
467 if ((result = SMF_GetData(pEASData, ((S_XMF_DATA*) pInstData)->pSMFData, param, pValue)) != EAS_SUCCESS)
473 if (*pValue == EAS_FILE_SMF0)
474 *pValue = EAS_FILE_XMF0;
475 else if (*pValue == EAS_FILE_SMF1)
476 *pValue = EAS_FILE_XMF1;
eas_ota.c 94 static EAS_RESULT OTA_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
96 static EAS_RESULT OTA_FetchBitField (EAS_HW_DATA_HANDLE hwInstData, S_OTA_DATA *pData, EAS_I32 numBits, EAS_U8 *pValue);
793 static EAS_RESULT OTA_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
802 *pValue = EAS_FILE_OTA;
808 *pValue = pData->transposition;
813 *pValue = (EAS_I32) pData->pSynth;
817 *pValue = OTA_GAIN_OFFSET;
989 static EAS_RESULT OTA_FetchBitField (EAS_HW_DATA_HANDLE hwInstData, S_OTA_DATA *pData, EAS_I32 numBits, EAS_U8 *pValue)
1029 *pValue = value;
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 831 * pValue pointer to parameter value
843 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue) {
847 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue);
857 value16 = *(int16_t *)pValue;
885 * pValue pointer to variable to hold retrieved value
889 * *pValue updated with parameter value
899 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue) {
909 pValue16 = (int16_t *)pValue;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_lock.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 944 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
1045 PyObject *pvalue = ep->me_value; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 919 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
939 if (pvalue)
940 *pvalue = ep[i].me_value;
946 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue, long *phash)
1020 PyObject *pvalue = ep->me_value; local
    [all...]
  /external/mesa3d/scripts/
get_reviewer.pl 1001 my $pvalue = $2;
1003 $role = $pvalue;
1051 my $pvalue = $2;
1053 my $list_address = $pvalue;
1087 my ($name, $address) = parse_email($pvalue);
1094 $pvalue = format_email($name, $address, $email_usename);
1101 push_email_addresses($pvalue, $role);
1104 my ($name, $address) = parse_email($pvalue);
1111 $pvalue = format_email($name, $address, $email_usename);
1118 push_email_addresses($pvalue, "reviewer:$subsystem")
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 974 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
994 if (pvalue
1075 PyObject *pvalue = ep->me_value; local
    [all...]

Completed in 1279 milliseconds

<<111213141516171819