Searched refs:api_list (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dreference_resolver.py56 def _GetRefLink(self, ref, api_list, namespace):
61 if api_name not in api_list:
101 if ref in api_list:
110 def GetRefModel(self, ref, api_list):
111 """Tries to resolve |ref| from the namespaces given in api_list. If ref
122 if api_name not in api_list:
152 api_list = self._api_models.GetNames()
153 link = self._GetRefLink(ref, api_list, namespace)
156 api_list = self._api_models.GetNames()
158 api_list,
[all...]
H A Dschema_processor.py151 api_list = self._api_models.GetNames()
155 if api in api_list:
156 api_list.remove(api)
158 model, node_info = self._reference_resolver.GetRefModel(ref, api_list)
H A Dschema_processor_test.py16 def GetRefModel(self, ref, api_list):
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_enums.py166 def printBody(self, api_list):
168 for api in api_list:
252 api_list = []
256 api_list.append(api);
259 printer.Print( api_list )
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_enums.py166 def printBody(self, api_list):
168 for api in api_list:
252 api_list = []
256 api_list.append(api);
259 printer.Print( api_list )
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc107 const base::ListValue* api_list = NULL; local
108 if (json_value && json_value->GetList(kPrivetInfoKeyAPIList, &api_list)) {
109 for (size_t i = 0; i < api_list->GetSize(); i++) {
111 api_list->GetString(i, &api);
H A Dprivet_http_impl.cc505 const base::ListValue* api_list; local
506 if (value->GetList(kPrivetInfoKeyAPIList, &api_list)) {
507 for (size_t i = 0; i < api_list->GetSize(); i++) {
509 api_list->GetString(i, &api);
/external/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api_helpers_unittest.cc45 base::ListValue* api_list = NULL; local
47 EXPECT_TRUE(value->GetList("permissions", &api_list));
50 EXPECT_EQ(3u, api_list->GetSize());
57 EXPECT_NE(api_list->end(), api_list->Find(*value));

Completed in 2650 milliseconds