HomeSort by relevance Sort by last modified time
    Searched refs:aVector (Results 1 - 6 of 6) sorted by null

  /external/stlport/test/eh/
test.cpp 19 std::vector<int> aVector;
21 aVector.push_back(1);
22 aVector.push_back(1);
24 set1.insert(aVector.begin(), aVector.end());
29 printElements(aVector, "vector: ");
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testcommitplugin/src/
plugin_dll_test_commit.cc 33 const DmtEventDataVector & aVector = updatedNodes.get_value(nPos);
35 for (INT32 index=0; index<aVector.size(); index++)
39 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_ADD) == SYNCML_DM_EVENT_ADD )
43 eventPath.c_str(), (aVector[index]->GetName()).c_str(), szActions.c_str() );
46 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_REPLACE) == SYNCML_DM_EVENT_REPLACE )
50 eventPath.c_str(), (aVector[index]->GetName()).c_str(), szActions.c_str() );
53 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_DELETE) == SYNCML_DM_EVENT_DELETE )
57 eventPath.c_str(), (aVector[index]->GetName()).c_str(), szActions.c_str() );
60 if ( (aVector[index]->GetAction() & SYNCML_DM_EVENT_RENAME) == SYNCML_DM_EVENT_RENAME )
64 eventPath.c_str(), (aVector[index]->GetName()).c_str(), szActions.c_str() )
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
dmEventLogger.h 206 * \param aVector [out] - found events vector ( value )
212 DmtEventDataVector & aVector);
216 * \param aVector [in] - vector of logged events
225 PDmtEventData Find(const DmtEventDataVector & aVector,
247 * \param aVector [in] - vector of logged events
257 SYNCML_DM_RET_STATUS_T AddEvent(DmtEventDataVector & aVector,
317 * \param aVector [in/out] - events data vector
322 SYNCML_DM_RET_STATUS_T CleanEvents(DmtEventDataVector & aVector);
364 * \param aVector [in/out] - events data vector
368 BOOLEAN FindRecordForAdd(const DmtEventDataVector & aVector, CPCHAR szName)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmEventLogger.cc 54 DMEventLogger::Find(const DmtEventDataVector & aVector,
74 for (INT32 index=aVector.size()-1; index>=0; index--)
76 PDmtEventData & pEventData = (PDmtEventData&)(aVector[index]);
108 DMEventLogger::AddEvent(DmtEventDataVector & aVector,
145 aVector.push_back(PDmtEventData(pDataPtr));
157 DmtEventDataVector & aVector)
165 aVector = aEventMap.get_value(nPos);
192 DmtEventDataVector aVector;
194 BOOLEAN bFound = Find(pParent,aEventMap, pEventPath,aVector);
208 pEventData = Find(aVector,nAction, bIsCumulative,bIsEnabledByParent,pNode,szNewName)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 82 Vector aVector = (Vector) typesMap.get(zipTypeName);
83 if (aVector == null) {
85 aVector = new Vector();
86 typesMap.put(zipTypeName, aVector);
88 aVector.add(aPlatform.getId());
101 Vector aVector = (Vector) logFiles.get(logFileName);
102 if (aVector == null) {
103 aVector = new Vector();
104 logFiles.put(logFileName, aVector);
109 aVector.addElement(ps)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 112 milliseconds