| /external/crosvm/system_api/src/bindings/client/ | 
| D | org_chromium_spaced.rs | 43     const INTERFACE: &'static str = "org.chromium.Spaced"; 49         self.method_call("org.chromium.Spaced", "GetFreeDiskSpace", (path, ))  in get_free_disk_space() 54         self.method_call("org.chromium.Spaced", "GetTotalDiskSpace", (path, ))  in get_total_disk_space() 59         self.method_call("org.chromium.Spaced", "GetRootDeviceSize", ())  in get_root_device_size() 64         self.method_call("org.chromium.Spaced", "IsQuotaSupported", (path, ))  in is_quota_supported() 69         self.method_call("org.chromium.Spaced", "GetQuotaCurrentSpaceForUid", (path, uid, ))  in get_quota_current_space_for_uid() 74         self.method_call("org.chromium.Spaced", "GetQuotaCurrentSpaceForGid", (path, gid, ))  in get_quota_current_space_for_gid() 79 …  self.method_call("org.chromium.Spaced", "GetQuotaCurrentSpaceForProjectId", (path, project_id, ))  in get_quota_current_space_for_project_id() 84         self.method_call("org.chromium.Spaced", "GetQuotaCurrentSpacesForIds", (request, ))  in get_quota_current_spaces_for_ids() 89         self.method_call("org.chromium.Spaced", "GetQuotaOverallUsage", (path, ))  in get_quota_overall_usage() [all …] 
 | 
| /external/crosvm/system_api/src/protos/ | 
| D | spaced.rs | 21 //! Generated file from `spaced.proto` 28 // @@protoc_insertion_point(message:spaced.SetProjectIdReply) 32     // @@protoc_insertion_point(field:spaced.SetProjectIdReply.success) 34     // @@protoc_insertion_point(field:spaced.SetProjectIdReply.error) 37     // @@protoc_insertion_point(special_field:spaced.SetProjectIdReply.special_fields) 131 // @@protoc_insertion_point(message:spaced.SetProjectInheritanceFlagReply) 135     // @@protoc_insertion_point(field:spaced.SetProjectInheritanceFlagReply.success) 137     // @@protoc_insertion_point(field:spaced.SetProjectInheritanceFlagReply.error) 140     // @@protoc_insertion_point(special_field:spaced.SetProjectInheritanceFlagReply.special_fields) 234 // @@protoc_insertion_point(message:spaced.StatefulDiskSpaceUpdate) [all …] 
 | 
| D | include_protos.rs | 5 pub mod spaced;  module
  | 
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ | 
| D | rjsmin.c | 97     rchar c, quote, spaced = U(' ');  in rjsmin()  local 104             if (spaced == U('\n')) spaced = U(' ');  in rjsmin() 115             if (spaced == U('\n')) spaced = U(' ');  in rjsmin() 150                 if (spaced == U('\n')) spaced = U(' ');  in rjsmin() 185                         if (spaced == U('\n')) {  in rjsmin() 186                             spaced = U(' ');  in rjsmin() 241                         if (spaced == U('\n')) spaced = U(' ');  in rjsmin() 364             spaced = quote;  in rjsmin()
  | 
| /external/aws-sdk-java-v2/services/cognitosync/src/main/resources/codegen-resources/ | 
| D | service-2.json | 361 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 373 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 425 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 475 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 481 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 514 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 520 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 549 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 575 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … 581 …"documentation":"A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) … [all …] 
 | 
| /external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/ | 
| D | DashboardOrBuilder.java | 193    * The content is divided into equally spaced rows and the widgets are 206    * The content is divided into equally spaced rows and the widgets are 219    * The content is divided into equally spaced rows and the widgets are 231    * The content is divided into equally spaced columns and the widgets are 244    * The content is divided into equally spaced columns and the widgets are 257    * The content is divided into equally spaced columns and the widgets are
  | 
| D | Dashboard.java | 416    * The content is divided into equally spaced rows and the widgets are 432    * The content is divided into equally spaced rows and the widgets are 451    * The content is divided into equally spaced rows and the widgets are 470    * The content is divided into equally spaced columns and the widgets are 486    * The content is divided into equally spaced columns and the widgets are 505    * The content is divided into equally spaced columns and the widgets are 2171      * The content is divided into equally spaced rows and the widgets are 2187      * The content is divided into equally spaced rows and the widgets are 2213      * The content is divided into equally spaced rows and the widgets are 2236      * The content is divided into equally spaced rows and the widgets are [all …] 
 | 
| /external/autotest/server/site_tests/firmware_TPMExtend/ | 
| D | firmware_TPMExtend.py | 36         spaced = ' '.join(extended[i:i + 2] 38         logging.debug('PCR %d should contain hash: %s', num, spaced) 39         return ('PCR-%.2d: %s' % (num, spaced.upper())) in pcrs
  | 
| /external/webrtc/system_wrappers/source/ | 
| D | metrics.cc | 29 // linearly/exponentially spaced buckets) if samples are logged more frequently. 223 // Histogram with exponentially spaced buckets. 236 // Histogram with linearly spaced buckets. 251 // Histogram with linearly spaced buckets.
  | 
| /external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/ | 
| D | dashboard.proto | 65     // The content is divided into equally spaced rows and the widgets are 69     // The content is divided into equally spaced columns and the widgets are
  | 
| /external/googleapis/google/monitoring/dashboard/v1/ | 
| D | dashboard.proto | 65     // The content is divided into equally spaced rows and the widgets are 69     // The content is divided into equally spaced columns and the widgets are
  | 
| /external/webrtc/system_wrappers/include/ | 
| D | metrics.h | 105 // Histogram for counters (exponentially spaced buckets). 159 // Histogram for percentage (evenly spaced buckets). 167 // Histogram for enumerators (evenly spaced buckets). 177 // Histogram for percentage (evenly spaced buckets). 185 // Histogram for enumerators (evenly spaced buckets).
  | 
| /external/skia/bench/ | 
| D | HardStopGradientBench_ScaleNumColors.cpp | 40      * different colors. The positions are evenly spaced, 70             // Evenly spaced afterwards  in onPreDraw()
  | 
| /external/llvm/test/Analysis/BasicAA/ | 
| D | featuretest.ll | 53 ; Test that if two pointers are spaced out by a constant getelementptr, that  66 ; Test that if two pointers are spaced out by a constant offset, that they
  | 
| /external/accompanist/flowlayout/src/main/java/com/google/accompanist/flowlayout/ | 
| D | Flow.kt | 361      * Place children such that they are spaced evenly across the main axis, including free 367      * Place children such that they are spaced evenly across the main axis, without free 373      * Place children such that they are spaced evenly across the main axis, including free
  | 
| /external/snakeyaml/src/test/resources/pyyaml/ | 
| D | spec-02-22.data | 3 spaced: 2001-12-14 21:59:43.10 -5
  | 
| /external/snakeyaml/src/test/resources/specification/ | 
| D | example2_22.yaml | 3 spaced: 2001-12-14 21:59:43.10 -5
  | 
| /external/python/pyyaml/tests/data/ | 
| D | spec-02-22.data | 3 spaced: 2001-12-14 21:59:43.10 -5
  | 
| /external/llvm/test/YAMLParser/ | 
| D | spec-02-22.test | 5 spaced: 2001-12-14 21:59:43.10 -5
  | 
| /external/libultrahdr/third_party/image_io/src/jpeg/ | 
| D | jpeg_segment_lister.cc | 78 /// @return A line with the various parameters properly spaced. 99 /// @return A line with the parameters properly spaced.
  | 
| /external/image_io/src/jpeg/ | 
| D | jpeg_segment_lister.cc | 78 /// @return A line with the various parameters properly spaced. 99 /// @return A line with the parameters properly spaced.
  | 
| /external/cronet/stable/third_party/jni_zero/test/java/src/org/jni_zero/ | 
| D | SampleUniqueAnnotations.java | 12     // Poorly spaced intentionally
  | 
| /external/cronet/tot/third_party/jni_zero/test/java/src/org/jni_zero/ | 
| D | SampleUniqueAnnotations.java | 12     // Poorly spaced intentionally
  | 
| /external/emboss/testdata/format/ | 
| D | enum_value_attributes.emb.formatted_indent_4 | 15 -- Attributes on `enum` values should be properly indented and spaced.
  | 
| D | enum_value_attributes.emb.formatted | 15 -- Attributes on `enum` values should be properly indented and spaced.
  |