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

  /packages/apps/OMA-DM/engine/dmlib/plugin/hdr/
dmPluginManager.h 199 * \param aMap [in/out] - map of plug-in parameters
207 SYNCML_DM_PLUGIN_TYPE_T CheckPlugin(DMStringMap & aMap,
216 * \param aMap [in] - map of plug-in parameters from a config file
223 DMStringMap & aMap);
251 * \param aMap [in] - map of plug-in parameters from a config file
259 DMStringMap &aMap);
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmPluginManager.cc 103 DMPluginManager::CheckPlugin(DMStringMap & aMap,
112 if (aMap.lookup(pluginName, strName))
122 aMap.put(pluginName, newPath);
177 DMStringMap & aMap)
211 type = CheckPlugin(aMap, strFilePath, PLUGIN_DATA_NAME, SYNCML_DM_DATA_PLUGIN);
213 if ( CheckPlugin(aMap, strFilePath, PLUGIN_DATA_OVERLAY_NAME, SYNCML_DM_DATA_PLUGIN) ){
224 type = type | CheckPlugin(aMap, strFilePath, PLUGIN_EXECUTE_NAME, SYNCML_DM_EXECUTE_PLUGIN);
225 type = type | CheckPlugin(aMap, strFilePath, PLUGIN_CONSTRAINT_NAME, SYNCML_DM_CONSTRAINT_PLUGIN);
226 type = type | CheckPlugin(aMap, strFilePath, PLUGIN_COMMIT_NAME, SYNCML_DM_COMMIT_PLUGIN);
234 if (aMap.lookup(strKeyTmp, strValueTmp)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.c 89 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map;
99 rgba[i][ACOMP] = aMap[F_TO_I(a * ascale)];
117 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map;
123 rgba[i][ACOMP] = aMap[index[i] & amask];
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 89 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map;
99 rgba[i][ACOMP] = aMap[F_TO_I(a * ascale)];
117 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map;
123 rgba[i][ACOMP] = aMap[index[i] & amask];
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 53 const unsigned char aMap[] = {
76 c = aMap[zIn[i]];
os_unix.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 778 milliseconds