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

  /external/opencore/oscl/oscl/oscllib/src/
oscl_configfile_list.h 63 * Populate the list for the given directory.
70 OSCL_IMPORT_REF OsclLibStatus Populate(const OSCL_String& aConfigFileDir,
oscl_library_list.h 57 * Populate the list for the given interface ID.
64 OSCL_IMPORT_REF OsclLibStatus Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFile);
oscl_shared_library.h 153 OSCL_IMPORT_REF void Populate(const OSCL_String& aPath, const OsclUuid& aInterfaceId);
oscl_shared_library.cpp 363 OSCL_EXPORT_REF void OsclSharedLibraryList::Populate(const OSCL_String& aPath, const OsclUuid& aInterfaceId)
366 (0, "OsclSharedLibraryList::Populate '%s' IN", aPath.get_cstr()));
370 configFileList.Populate(aPath);
374 libList.Populate(aInterfaceId, configFileList.GetConfigfileAt(i));
oscl_configfile_list.cpp 74 OSCL_EXPORT_REF OsclLibStatus OsclConfigFileList::Populate(const OSCL_String& aConfigFileDir, OsclConfigFileList::SortType aSortType)
77 (0, "OsclConfigFileList::Populate '%s' IN", aConfigFileDir.get_cstr()));
121 (0, "OsclConfigFileList::Populate - Searching path %s ...", aConfigFileDir.get_cstr()));
133 (0, "OsclConfigFileList::Populate, Didn't find any config file in %s", aConfigFileDir.get_str()));
oscl_library_list.cpp 66 OSCL_EXPORT_REF OsclLibStatus OsclLibraryList::Populate(const OsclUuid& aInterfaceId, const OSCL_String& aConfigFile)
69 (0, "OsclLibraryList::Populate '%s' IN", aConfigFile.get_cstr()));
77 (0, "OsclLibraryList::Populate - Unable to connect to fileserver"));
85 (0, "OsclLibraryList::Populate - Unable to open configFile %s", aConfigFile.get_cstr()));
108 (0, "OsclLibraryList::Populate - Found a comment, skipping"));
122 (0, "OsclLibraryList::Populate - Found a (, reading uuid"));
141 (0, "OsclLibraryList::Populate - incomplete uuid, skipping line"));
147 (0, "OsclLibraryList::Populate - uuid too long, skipping line"));
186 (0, "OsclLibraryList::Populate - missing ' or \", skipping line"));
206 (0, "OsclLibraryList::Populate - incomplete path, skipping line"))
    [all...]
  /external/opencore/engines/player/src/
pv_player_node_registry.cpp 40 void PVPlayerRegistryPopulator::Populate(PVPlayerNodeRegistry& aNode, PVPlayerRecognizerRegistry& aRec)
51 aCfgList.Populate(configFilePath);
53 // populate libraries from all config files
98 libList.Populate(PV_NODE_REGISTRY_POPULATOR_INTERFACE, aConfigFilePath);
371 libList.Populate(PV_RECOGNIZER_POPULATOR_INTERFACE, aConfigFilePath);
pv_player_node_registry.h 315 ** PVPlayerRegistryPopulator is used by Player engine to populate & de-populate
323 ** Populate both registries from static and loadable modules
325 static void Populate(PVPlayerNodeRegistry&, PVPlayerRecognizerRegistry&);
335 ** They would normally populate using statically linked modules.
pv_player_engine.cpp     [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node_registry.cpp 200 aCfgList.Populate(configFilePath);
202 // populate libraries from all config files
206 libList.Populate(PVMF_PROTOCOL_ENGINE_NODE_REGISTRY_POPULATOR_INTERFACE, aCfgList.GetConfigfileAt(k));
  /external/freetype/src/cff/
cffload.c     [all...]
  /external/opencore/codecs_v2/omx/omx_mastercore/src/
pv_omxmastercore.cpp 143 ** Step 1. Populate all the config files present in the specified path.
144 ** Step 2. Populate all the libraries from the .cfg files that claim to support the OMX_INTERFACE_ID.
151 aCfgList.Populate(configFilePath, OsclConfigFileList::ESortByName);
176 libList.Populate(OMX_INTERFACE_ID, aCfgList.GetConfigfileAt(ii));
    [all...]
  /external/webkit/WebCore/dom/
make_names.pl 676 // Populate it with constructor functions.
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 65 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
    [all...]
  /external/opencore/pvmi/content_policy_manager/src/
cpm.cpp 106 pRegistry->AccessSharedLibraryList()->Populate(configPath, PVMF_CPM_PLUGIN_REGISTRY_POPULATOR_UUID);
    [all...]

Completed in 2274 milliseconds