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

  /external/chromium_org/media/tools/bug_hunter/
bug_hunter_unittest.py 18 import gdata.data namespace
19 import gdata.projecthosting.client namespace
21 logging.error('gdata-client needs to be installed. Please install\n'
22 'and try again (http://code.google.com/p/gdata-python-client/)')
27 """A mock class for gdata.projecthosting.client.ProjectHostingClient.
34 feed = gdata.projecthosting.data.IssuesFeed()
36 feed.entry.append(gdata.projecthosting.data.IssueEntry(
40 status=gdata.projecthosting.data.Status(text='Unconfirmed'),
41 state=gdata.projecthosting.data.State(text='open'),
42 label=[gdata.projecthosting.data.Label('label1')]
    [all...]
bug_hunter_test.py 15 import gdata.data namespace
16 import gdata.projecthosting.client namespace
18 logging.error('gdata-client needs to be installed. Please install\n'
19 'and try again (http://code.google.com/p/gdata-python-client/)')
bug_hunter.py 30 gdata-python-client (http://code.google.com/p/gdata-python-client/)
54 import gdata.data namespace
55 import gdata.projecthosting.client namespace
57 logging.error('gdata-client needs to be installed. Please install\n'
58 'and try again (http://code.google.com/p/gdata-python-client/)')
177 self._client = gdata.projecthosting.client.ProjectHostingClient()
222 query = gdata.projecthosting.client.Query(text_query=self._options.query,
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 13 http://code.google.com/p/gdata-python-client.
47 import gdata.spreadsheet.service namespace
97 self.gd_client = gdata.spreadsheet.service.SpreadsheetsService()
109 except (IOError, gdata.service.RequestError):
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 33 import gdata.spreadsheet.service namespace
256 help='Account type used for gdata login (default: GOOGLE)')
284 client = gdata.spreadsheet.service.SpreadsheetsService()
  /external/opencv/ml/src/
mlann_mlp.cpp 1185 double* gdata = grad1->data.db + i*ovcount; local
1201 double* gdata = grad1->data.db + i*ovcount; local
    [all...]

Completed in 186 milliseconds