HomeSort by relevance Sort by last modified time
    Searched defs:ALL_TYPES (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/build/util/lib/common/
perf_result_data_type.py 11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
16 return datatype in ALL_TYPES
  /external/chromium/net/tools/testserver/
chromiumsync.py 35 ALL_TYPES = (
52 # Given a sync type from ALL_TYPES, find the extension token corresponding
90 A value from ALL_TYPES if the entry's type can be determined, or None
120 A list of the sync types (values from ALL_TYPES) assocated with each
167 sync_type: A value from ALL_TYPES, giving the datatype of this permanent
448 requested_types: A list of sync data types from ALL_TYPES.
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 61 ALL_TYPES = (
102 # Given a sync type from ALL_TYPES, find the FieldDescriptor corresponding
202 An enum value from ALL_TYPES if the entry's type can be determined, or None
233 A list of the sync types (values from ALL_TYPES) associated with each
277 """Formats a sync type enum (from ALL_TYPES) to a human-readable string."""
298 excluded = set(ALL_TYPES) - included - set([TOP_LEVEL])
329 sync_type: A value from ALL_TYPES, giving the datatype of this permanent
356 for datatype in ALL_TYPES:
715 requested_types: A list of sync data types from ALL_TYPES.
    [all...]

Completed in 145 milliseconds