/external/aac/libSBRdec/src/ |
D | sbr_crc.cpp | 119 static ULONG calcCRC(HANDLE_CRC hCrcBuf, ULONG bValue, int nBits) { in calcCRC() argument 125 USHORT flag1 = (bMask & bValue) ? 1 : 0; in calcCRC() 149 ULONG bValue; in getCrc() local 152 bValue = FDKreadBits(hBs, MAXCRCSTEP); in getCrc() 153 calcCRC(&CrcBuf, bValue, MAXCRCSTEP); in getCrc() 156 bValue = FDKreadBits(hBs, CrcNrBitsRest); in getCrc() 157 calcCRC(&CrcBuf, bValue, CrcNrBitsRest); in getCrc()
|
/external/autotest/client/common_lib/ |
D | smogcheck_tpm.py | 251 def _getTpmStatus(self, flag, bValue): argument 263 byref(bValue)) 272 def _setTpmStatus(self, flag, bValue): argument 282 result = self.tspi_lib.Tspi_TPM_SetStatus(self.hTpm, flag, bValue) 517 bValue = c_bool() 534 TSS_TPMSTATUS_PHYSICALSETDEACTIVATED, bValue) 535 logging.info('Persistent Deactivated Status: %s', bValue.value) 538 TSS_TPMSTATUS_SETTEMPDEACTIVATED, bValue) 539 logging.info('Volatile Deactivated Status: %s', bValue.value) 565 bValue = c_bool() [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_occontext.cpp | 214 bool bValue = false; in GetOCGVE() local 227 bValue = bItem; in GetOCGVE() 230 bValue = bValue || bItem; in GetOCGVE() 232 bValue = bValue && bItem; in GetOCGVE() 236 return bValue; in GetOCGVE()
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | ParametersDelegateTest.java | 23 public String bValue = ""; in delegatingEmptyClassHasNoEffect() field in ParametersDelegateTest.MainParams 32 Assert.assertEquals(p.bValue, "someValue"); in delegatingEmptyClassHasNoEffect() 48 public String bValue = ""; in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() field in ParametersDelegateTest.MainParams 57 Assert.assertEquals(p.bValue, "bValue"); in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() 102 public String bValue = ""; in combinedAndNestedDelegates() field in ParametersDelegateTest.MainParams 119 Assert.assertEquals(p.bValue, ""); in combinedAndNestedDelegates()
|
/external/parameter-framework/upstream/parameter/ |
D | BitParameter.cpp | 80 bool CBitParameter::access(bool &bValue, bool bSet, in access() argument 97 uiValue = bValue; in access() 107 bValue = uiValue != 0; in access()
|
D | Parameter.cpp | 113 bool CParameter::access(bool &bValue, bool bSet, in access() argument 116 return doAccess(bValue, bSet, parameterAccessContext); in access()
|
D | BitParameter.h | 49 bool access(bool &bValue, bool bSet,
|
D | Parameter.h | 55 bool access(bool &bValue, bool bSet,
|
D | BaseParameter.h | 54 virtual bool access(bool &bValue, bool bSet,
|
/external/aac/libSBRenc/src/ |
D | env_bit.cpp | 129 ULONG bValue, INT bBits) { in crcAdvance() argument 135 flag ^= (bValue & (1 << i)) ? (1) : (0); in crcAdvance()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.cpp | 36 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) { in BooleanProperty() argument 38 bValue = pValue->ToBoolean(); in BooleanProperty() 41 pValue->SetBoolean(bValue); in BooleanProperty()
|
D | cjx_field.cpp | 89 bool bValue = pWidgetAcc->DeleteItem(runtime->ToInt32(params[0]), true, true); in deleteItem() local 90 return CJS_Return(runtime->NewBoolean(bValue)); in deleteItem()
|
D | cjx_object.h | 195 bool SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
|
D | cjx_object.cpp | 342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() argument 344 (void*)(uintptr_t)bValue, bNotify); in SetBoolean() 346 elem->SetString(CXFA_Node::AttributeToName(eAttr), bValue ? L"1" : L"0"); in SetBoolean()
|
/external/libese/apps/weaver/card/src/com/android/weaver/core/ |
D | CoreSlots.java | 189 private static void arrayFill(byte[] bArray, short bOff, short bLen, byte bValue) { in arrayFill() argument 191 bArray[(short) (bOff + i)] = bValue; in arrayFill()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/ |
D | PVRScopeComms.h | 103 bool bValue; ///< Boolean value member
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCldrFactory.java | 148 String bValue = b.getStringValue(xpath); in differentPathValue() local 149 if (!Objects.equal(aValue, bValue)) { in differentPathValue()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1889 …const Interval bValue (reconstructLinearXYChromaSample(filteringFormat, conversionFormat, xChromaO… in calculateBounds() local 1894 bValue, in calculateBounds() 1908 …const Interval bValue (reconstructLinearXChromaSample(filteringFormat, conversionFormat, xChromaOf… in calculateBounds() local 1913 bValue, in calculateBounds() 2066 const Interval bValue (linearInterpolate(filteringFormat, lumaA, lumaB, in calculateBounds() local 2075 bValue, in calculateBounds() 2094 const Interval bValue (linearInterpolate(filteringFormat, lumaA, lumaB, in calculateBounds() local 2103 bValue, in calculateBounds() 2159 …const Interval bValue (linearSample(bAccess, conversionFormat, filteringFormat, addressModeU, add… in calculateBounds() local 2165 bValue, in calculateBounds() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.cpp | 340 GLboolean bValue; in verifyGet() local 345 gl.getBooleanv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &bValue); in verifyGet()
|
/external/u-boot/drivers/usb/gadget/ |
D | storage_common.c | 210 u8 bValue; member
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdData.java | 774 int bValue = Integer.parseInt(bqValue); in compare() local 775 return aValue - bValue; in compare()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1366 BOOL bValue; in ParseVariablesFromUnattendXml() local
|