HomeSort by relevance Sort by last modified time
    Searched refs:pValue (Results 1 - 25 of 381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.cpp 21 void StringProperty(CFXJSE_Value* pValue,
25 wsValue = pValue->ToWideString();
28 pValue->SetString(wsValue.UTF8Encode().AsStringC());
31 void InterProperty(CFXJSE_Value* pValue, int32_t& iValue, bool bSetting) {
33 iValue = pValue->ToInteger();
36 pValue->SetInteger(iValue);
39 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) {
41 bValue = pValue->ToBoolean();
44 pValue->SetBoolean(bValue);
57 void CScript_EventPseudoModel::Property(CFXJSE_Value* pValue,
    [all...]
cscript_signaturepseudomodel.cpp 33 CFXJSE_Value* pValue = pArguments->GetReturnValue();
34 if (pValue)
35 pValue->SetInteger(0);
45 CFXJSE_Value* pValue = pArguments->GetReturnValue();
46 if (pValue)
47 pValue->SetBoolean(false);
65 CFXJSE_Value* pValue = pArguments->GetReturnValue();
66 if (pValue)
67 pValue->SetBoolean(false);
cscript_eventpseudomodel.h 38 void Change(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
39 void CommitKey(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
40 void FullText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
41 void KeyDown(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
42 void Modifier(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
43 void NewContentType(CFXJSE_Value* pValue,
46 void NewText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
47 void PrevContentType(CFXJSE_Value* pValue,
50 void PrevText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
51 void Reenter(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute)
    [all...]
cscript_datawindow.h 22 void RecordsBefore(CFXJSE_Value* pValue,
25 void CurrentRecordNumber(CFXJSE_Value* pValue,
28 void RecordsAfter(CFXJSE_Value* pValue,
31 void IsDefined(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
cscript_hostpseudomodel.h 19 void AppType(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
20 void CalculationsEnabled(CFXJSE_Value* pValue,
23 void CurrentPage(CFXJSE_Value* pValue,
26 void Language(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
27 void NumPages(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
28 void Platform(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
29 void Title(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
30 void ValidationsEnabled(CFXJSE_Value* pValue,
33 void Variation(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
34 void Version(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute)
    [all...]
cscript_datawindow.cpp 31 void CScript_DataWindow::RecordsBefore(CFXJSE_Value* pValue,
35 void CScript_DataWindow::CurrentRecordNumber(CFXJSE_Value* pValue,
39 void CScript_DataWindow::RecordsAfter(CFXJSE_Value* pValue,
43 void CScript_DataWindow::IsDefined(CFXJSE_Value* pValue,
cscript_hostpseudomodel.cpp 23 CXFA_Node* ToNode(CFXJSE_Value* pValue, CFXJSE_Class* pClass) {
24 return static_cast<CXFA_Node*>(pValue->ToHostObject(pClass));
37 void CScript_HostPseudoModel::AppType(CFXJSE_Value* pValue,
47 pValue->SetString("Exchange");
50 void CScript_HostPseudoModel::CalculationsEnabled(CFXJSE_Value* pValue,
60 pValue->ToBoolean());
63 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
66 void CScript_HostPseudoModel::CurrentPage(CFXJSE_Value* pValue,
75 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger());
78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc))
    [all...]
xfa_object.h 91 void Script_ObjectClass_ClassName(CFXJSE_Value* pValue,
342 void Script_Som_ResolveNodeList(CFXJSE_Value* pValue,
346 void Script_TreeClass_All(CFXJSE_Value* pValue,
349 void Script_TreeClass_Nodes(CFXJSE_Value* pValue,
352 void Script_TreeClass_ClassAll(CFXJSE_Value* pValue,
355 void Script_TreeClass_Parent(CFXJSE_Value* pValue,
358 void Script_TreeClass_Index(CFXJSE_Value* pValue,
361 void Script_TreeClass_ClassIndex(CFXJSE_Value* pValue,
364 void Script_TreeClass_SomExpression(CFXJSE_Value* pValue,
378 void Script_NodeClass_Ns(CFXJSE_Value* pValue,
    [all...]
cscript_layoutpseudomodel.cpp 34 void CScript_LayoutPseudoModel::Ready(CFXJSE_Value* pValue,
46 pValue->SetBoolean(iStatus >= 2);
103 CFXJSE_Value* pValue = pArguments->GetReturnValue();
105 pValue->SetFloat(0);
127 if (pValue)
128 pValue->SetFloat(fValue);
169 CFXJSE_Value* pValue = pArguments->GetReturnValue();
170 if (pValue)
171 pValue->SetInteger(iPageCount);
195 CFXJSE_Value* pValue = pArguments->GetReturnValue()
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue,
39 if (pValue.isIntValue()) {
42 pValue.setIntValue(static_cast<unsigned int>(int_value));
52 if (pValue.isStringValue()) {
53 pValue.setStringValue(pBuf);
55 size_t size = pValue.getStringValue().length() + 1 /* '\0' */;
65 const ELFAttributeValue& pValue,
71 if (pValue.isIntValue())
72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue());
74 if (pValue.isStringValue())
    [all...]
ELFAttributeValue.cpp 52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const {
53 if ((pValue.type() != m_Type) || isUninitialized())
56 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
59 if (isStringValue() && (m_StringValue != pValue.getStringValue()))
  /frameworks/compile/mclinker/include/mcld/LD/
MsgHandler.h 35 void addTaggedVal(intptr_t pValue,
71 inline const MsgHandler& operator<<(const MsgHandler& pHandler, int pValue) {
72 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_sint);
77 unsigned int pValue) {
78 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_uint);
82 inline const MsgHandler& operator<<(const MsgHandler& pHandler, long pValue) {
83 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_sint);
88 unsigned long pValue) {
89 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_uint);
94 unsigned long long pValue) {
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_csspropertyholder.h 21 CFX_RetainPtr<CFDE_CSSValue> pValue;
cfde_cssstyleselector.cpp 116 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle);
122 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle);
176 const CFX_RetainPtr<CFDE_CSSValue>& pValue,
178 if (pValue->GetType() != FDE_CSSPrimitiveType::List) {
179 FDE_CSSPrimitiveType eType = pValue->GetType();
184 ToDisplay(pValue.As<CFDE_CSSEnumValue>()->Value());
190 fFontSize = pValue.As<CFDE_CSSNumberValue>()->Apply(fFontSize);
193 ToFontSize(pValue.As<CFDE_CSSEnumValue>()->Value(), fFontSize);
199 pValue.As<CFDE_CSSNumberValue>();
212 ToTextAlign(pValue.As<CFDE_CSSEnumValue>()->Value())
    [all...]
  /external/python/cpython2/Doc/includes/
run-func.c 7 PyObject *pArgs, *pValue;
29 pValue = PyInt_FromLong(atoi(argv[i + 3]));
30 if (!pValue) {
36 /* pValue reference stolen here: */
37 PyTuple_SetItem(pArgs, i, pValue);
39 pValue = PyObject_CallObject(pFunc, pArgs);
41 if (pValue != NULL) {
42 printf("Result of call: %ld\n", PyInt_AsLong(pValue));
43 Py_DECREF(pValue);
  /frameworks/compile/mclinker/lib/Fragment/
FillFragment.cpp 18 FillFragment::FillFragment(int64_t pValue,
23 m_Value(pValue),
AlignFragment.cpp 20 int64_t pValue,
26 m_Value(pValue),
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 17 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue) {
20 ByteType byte = pValue & 0x7f;
21 pValue >>= 7;
22 if (pValue)
26 } while (pValue);
36 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue) {
37 if ((pValue & ~0x7f) == 0) {
38 *pBuf++ = static_cast<ByteType>(pValue);
40 } else if ((pValue & ~0x3fff) == 0) {
41 *pBuf++ = static_cast<ByteType>((pValue & 0x7f) | 0x80)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 23 size_t encode(ByteType*& pBuf, IntType pValue);
36 size_t size(IntType pValue) {
38 while (pValue > 0x80) {
39 pValue >>= 7;
52 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue);
55 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue);
61 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue);
64 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue);
96 size_t encode(char*& pBuf, IntType pValue) {
97 return encode<IntType>(reinterpret_cast<ByteType*&>(pBuf), pValue);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 21 int64_t pValue,
36 void setEmitNops(bool pValue) { m_bEmitNops = pValue; }
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 39 Entry(uint64_t pValue, SectionData* pParent)
40 : TargetFragment(Fragment::Target, pParent), f_Value(pValue) {}
46 void setValue(uint64_t pValue) { f_Value = pValue; }
ELFAttributeValue.h 87 bool equals(const ELFAttributeValue& pValue) const;
89 bool operator==(const ELFAttributeValue& pValue) const {
90 return equals(pValue);
92 bool operator!=(const ELFAttributeValue& pValue) const {
93 return !equals(pValue);
  /external/pdfium/fpdfsdk/javascript/
ijs_runtime.h 36 CFXJSE_Value* pValue) = 0;
38 CFXJSE_Value* pValue) = 0;
  /external/pdfium/core/fpdfapi/page/
cpdf_colorstate.h 42 void SetFillColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, uint32_t nValues);
43 void SetStrokeColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, uint32_t nValues);
45 FX_FLOAT* pValue,
48 FX_FLOAT* pValue,
71 FX_FLOAT* pValue,
  /external/pdfium/core/fpdfdoc/
cpdf_pagelabel.cpp 94 CPDF_Object* pValue = nullptr;
97 pValue = numberTree.LookupValue(n);
98 if (pValue)
103 if (pValue) {
104 pValue = pValue->GetDirect();
105 if (CPDF_Dictionary* pLabel = pValue->AsDictionary()) {

Completed in 311 milliseconds

1 2 3 4 5 6 7 8 91011>>