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

1 2 3 4 5 6 78 91011>>

  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 36 static void construct(value_type* pPtr, const value_type& pValue) {
37 new (pPtr) value_type(pValue);
72 static void construct(value_type* pPtr, const value_type& pValue) {
73 new (pPtr) value_type(pValue);
115 // pPtr, and using its copy constructor to initialized its value to pValue.
118 // @param pValue the value to be constructed
119 void construct(pointer pPtr, const_reference pValue) {
120 chunk_type::construct(pPtr, pValue);
125 // pValue.
342 void construct(pointer pObject, const DataType& pValue) {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_packet.cpp 72 void CJX_Packet::content(CFXJSE_Value* pValue,
79 pXMLElement->SetTextData(pValue->ToWideString());
90 pValue->SetString(wsTextData.UTF8Encode().AsStringView());
cjx_eventpseudomodel.h 62 void Property(CFXJSE_Value* pValue, XFA_Event dwFlag, bool bSetting);
cjx_tree.h 34 void ResolveNodeList(CFXJSE_Value* pValue,
cjx_instancemanager.cpp 297 void CJX_InstanceManager::max(CFXJSE_Value* pValue,
305 pValue->SetInteger(occur ? occur->GetMax() : CXFA_Occur::kDefaultMax);
308 void CJX_InstanceManager::min(CFXJSE_Value* pValue,
316 pValue->SetInteger(occur ? occur->GetMin() : CXFA_Occur::kDefaultMin);
319 void CJX_InstanceManager::count(CFXJSE_Value* pValue,
323 pValue->SetInteger(GetXFANode()->GetCount());
326 SetInstances(pValue->ToInteger());
cjx_node.cpp 392 void CJX_Node::id(CFXJSE_Value* pValue,
395 Script_Attribute_String(pValue, bSetting, eAttribute);
398 void CJX_Node::ns(CFXJSE_Value* pValue,
405 pValue->SetString(
409 void CJX_Node::model(CFXJSE_Value* pValue,
416 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap(
420 void CJX_Node::isContainer(CFXJSE_Value* pValue,
427 pValue->SetBoolean(GetXFANode()->IsContainerNode());
430 void CJX_Node::isNull(CFXJSE_Value* pValue,
438 pValue->SetBoolean(false)
    [all...]
cjx_source.cpp 165 void CJX_Source::db(CFXJSE_Value* pValue,
169 void CJX_Source::use(CFXJSE_Value* pValue,
172 Script_Attribute_String(pValue, bSetting, eAttribute);
175 void CJX_Source::usehref(CFXJSE_Value* pValue,
178 Script_Attribute_String(pValue, bSetting, eAttribute);
  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 21 int64_t pValue,
36 void setEmitNops(bool pValue) { m_bEmitNops = pValue; }
Fragment.h 43 void setParent(SectionData* pValue) { m_pParent = pValue; }
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.cpp 294 return p->pValue;
301 RetainPtr<CFX_CSSValue> pValue,
306 pHolder->pValue = pValue;
442 const CFX_CSSPropertyValueTable* pValue =
444 return pValue ? pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName) : nullptr;
500 const CFX_CSSPropertyValueTable* pValue =
502 if (pValue) {
503 list.push_back(pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName))
    [all...]
cfx_cssstyleselector.h 58 const RetainPtr<CFX_CSSValue>& pValue,
67 const RetainPtr<CFX_CSSValue>& pValue,
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.tcc 20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) {
22 m_Pair.d_un.d_val = pValue;
42 void Entry<64, true>::setValue(uint64_t pTag, uint64_t pValue) {
44 m_Pair.d_un.d_val = pValue;
  /external/ltp/testcases/kernel/syscalls/fork/
fork04.c 169 char *penv, *cenv, *pvalue, *cvalue; local
175 pvalue = strchr(pstring, ':');
176 if (pvalue == NULL) {
182 *pvalue = '\0';
183 pvalue++;
184 if (*pvalue == '\0') {
217 if (strcmp(pvalue, cvalue) != 0) {
220 penv, pvalue, cvalue);
  /external/pdfium/core/fpdfapi/page/
cpdf_patterncs.cpp 56 PatternValue* pvalue = reinterpret_cast<PatternValue*>(pBuf); local
57 if (m_pBaseCS->GetRGB(pvalue->m_Comps, R, G, B))
  /external/pdfium/fxjs/
cjs_runtime.h 57 CFXJSE_Value* pValue) override;
59 CFXJSE_Value* pValue) override;
cjs_runtime.cpp 233 CFXJSE_Value* pValue) {
242 pValue->SetUndefined();
245 pValue->ForceSetValue(propvalue);
250 CFXJSE_Value* pValue) {
251 if (utf8Name.IsEmpty() || !pValue)
260 v8::Local<v8::Value>::New(GetIsolate(), pValue->DirectGetValue());
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue,
24 int64_t signed_val = static_cast<int64_t>(pValue);
33 Relocator::Address pValue) {
34 return (pValue & ~(Relocator::Address)0xFFF);
38 Relocator::Address pValue) {
39 return (pValue & (Relocator::Address)0xFFF);
42 static inline uint32_t get_mask(uint32_t pValue) {
43 return ((1u << (pValue)) - 1);
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 71 void setValue(uint64_t pValue) { m_Value = pValue; }
95 explicit IntOperand(uint64_t pValue);
102 void setValue(uint64_t pValue) { m_Value = pValue; }
109 static IntOperand* create(uint64_t pValue);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 34 /// On success, the value is written to pValue.
39 /// @param[out] pValue where the resulting value is written
44 const char* textValue, uint32_t* pValue) {
73 *pValue = value;
222 uint32_t* pValue) const {
223 return spvTextParseMaskOperand(operandTable_, type, textValue, pValue);
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 56 VehiclePropValuePtr pValue;
62 pValue = getValuePool()->obtainString(kCarMake);
69 pValue = getValuePool()->obtainFloat(42.42);
74 pValue = getValuePool()->obtainComplex();
75 pValue->value.int32Values = hidl_vec<int32_t> { 10, 20 };
76 pValue->value.int64Values = hidl_vec<int64_t> { 30, 40 };
77 pValue->value.floatValues = hidl_vec<float_t> { 1.1, 2.2 };
78 pValue->value.bytes = hidl_vec<uint8_t> { 1, 2, 3 };
79 pValue->value.stringValue = kCarMake;
86 pValue = getValuePool()->obtain(mValues[key])
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 200 int32_t param, int32_t param2, void *pValue)
216 memcpy(pValue, p->data + p->psize, p->vsize);
226 int32_t param, int32_t param2, void *pValue)
238 memcpy(p->data + p->psize, pValue, p->vsize);
249 int32_t param, void *pValue) {
252 pValue, bb_valueSize(param));
257 int32_t param, void *pValue) {
260 pValue, bb_valueSize(param));
352 int32_t param, void *pValue) {
355 pValue, virt_valueSize(param))
    [all...]
  /external/pdfium/core/fxcrt/xml/
cxml_element.cpp 94 const WideString* pValue = Lookup(ByteString(bsSpace), ByteString(bsName));
95 if (pValue)
96 attr = *pValue;
  /frameworks/wilhelm/src/itf/
IMetadataExtraction.cpp 122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue)
126 if (NULL == pValue) {
133 index, valueSize, pValue);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 38 virtual void setEntryValue(Fragment* entry, uint64_t pValue) = 0;
95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
229 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
247 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 71 CFXJSE_Value* pValue) override;
74 CFXJSE_Value* pValue) override;

Completed in 744 milliseconds

1 2 3 4 5 6 78 91011>>