Home
last modified time | relevance | path

Searched full:resources (Results 1 – 25 of 14493) sorted by relevance

12345678910>>...580

/external/webrtc/modules/
DBUILD.gn48 "../resources/audio_coding/testfile16kHz.pcm",
49 "../resources/audio_coding/testfile32kHz.pcm",
50 "../resources/audio_coding/teststereo32kHz.pcm",
51 "../resources/foreman_cif.yuv",
99 "../resources/audio_coding/neteq_opus.rtp",
100 "../resources/audio_coding/neteq_opus_dtx.rtp",
101 "../resources/audio_coding/neteq_universal_new.rtp",
102 "../resources/audio_coding/speech_4_channels_48k_one_second.wav",
103 "../resources/audio_coding/speech_mono_16kHz.pcm",
104 "../resources/audio_coding/speech_mono_32_48kHz.pcm",
[all …]
/external/libcups/backend/
Dsnmp.txt16 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
17 HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
18 HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
19 HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Hewlett-Packard hp LaserJet 3380
20 HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Axis AXIS 5600
21 HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: Axis AXIS 5600
22 HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero
23 HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero
24 HOST-RESOURCES-MIB::hrDeviceID.3 = OID: SNMPv2-SMI::zeroDotZero
35 HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
[all …]
/external/googleapis/google/ads/googleads/v16/services/
Dgoogle_ads_service.proto23 import "google/ads/googleads/v16/resources/accessible_bidding_strategy.proto";
24 import "google/ads/googleads/v16/resources/account_budget.proto";
25 import "google/ads/googleads/v16/resources/account_budget_proposal.proto";
26 import "google/ads/googleads/v16/resources/account_link.proto";
27 import "google/ads/googleads/v16/resources/ad_group.proto";
28 import "google/ads/googleads/v16/resources/ad_group_ad.proto";
29 import "google/ads/googleads/v16/resources/ad_group_ad_asset_combination_view.proto";
30 import "google/ads/googleads/v16/resources/ad_group_ad_asset_view.proto";
31 import "google/ads/googleads/v16/resources/ad_group_ad_label.proto";
32 import "google/ads/googleads/v16/resources/ad_group_asset.proto";
[all …]
/external/googleapis/google/ads/googleads/v15/services/
Dgoogle_ads_service.proto23 import "google/ads/googleads/v15/resources/accessible_bidding_strategy.proto";
24 import "google/ads/googleads/v15/resources/account_budget.proto";
25 import "google/ads/googleads/v15/resources/account_budget_proposal.proto";
26 import "google/ads/googleads/v15/resources/account_link.proto";
27 import "google/ads/googleads/v15/resources/ad_group.proto";
28 import "google/ads/googleads/v15/resources/ad_group_ad.proto";
29 import "google/ads/googleads/v15/resources/ad_group_ad_asset_combination_view.proto";
30 import "google/ads/googleads/v15/resources/ad_group_ad_asset_view.proto";
31 import "google/ads/googleads/v15/resources/ad_group_ad_label.proto";
32 import "google/ads/googleads/v15/resources/ad_group_asset.proto";
[all …]
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DAConfiguration.java11 * href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a>
18 * href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a>
33 … * href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch</a>
45 * href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</a>
55 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a>
62 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a>
69 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a>
76 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a>
83 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a>
90 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xxhdpi</a>
[all …]
/external/angle/src/compiler/translator/
DInitialize.cpp12 void InitExtensionBehavior(const ShBuiltInResources &resources, TExtensionBehavior &extBehavior) in InitExtensionBehavior() argument
14 if (resources.OES_standard_derivatives) in InitExtensionBehavior()
18 if (resources.OES_EGL_image_external) in InitExtensionBehavior()
22 if (resources.OES_EGL_image_external_essl3) in InitExtensionBehavior()
26 if (resources.NV_EGL_stream_consumer_external) in InitExtensionBehavior()
30 if (resources.ARB_texture_rectangle) in InitExtensionBehavior()
36 if (resources.EXT_blend_func_extended) in InitExtensionBehavior()
40 if (resources.EXT_conservative_depth) in InitExtensionBehavior()
44 if (resources.EXT_draw_buffers) in InitExtensionBehavior()
48 if (resources.EXT_frag_depth) in InitExtensionBehavior()
[all …]
DShaderLang.cpp165 // Initialize built-in resources with minimum expected values.
167 void InitBuiltInResources(ShBuiltInResources *resources) in InitBuiltInResources() argument
170 memset(resources, 0, sizeof(*resources)); in InitBuiltInResources()
173 resources->MaxVertexAttribs = 8; in InitBuiltInResources()
174 resources->MaxVertexUniformVectors = 128; in InitBuiltInResources()
175 resources->MaxVaryingVectors = 8; in InitBuiltInResources()
176 resources->MaxVertexTextureImageUnits = 0; in InitBuiltInResources()
177 resources->MaxCombinedTextureImageUnits = 8; in InitBuiltInResources()
178 resources->MaxTextureImageUnits = 8; in InitBuiltInResources()
179 resources->MaxFragmentUniformVectors = 16; in InitBuiltInResources()
[all …]
/external/googleapis/google/ads/googleads/v14/services/
Dgoogle_ads_service.proto23 import "google/ads/googleads/v14/resources/accessible_bidding_strategy.proto";
24 import "google/ads/googleads/v14/resources/account_budget.proto";
25 import "google/ads/googleads/v14/resources/account_budget_proposal.proto";
26 import "google/ads/googleads/v14/resources/account_link.proto";
27 import "google/ads/googleads/v14/resources/ad_group.proto";
28 import "google/ads/googleads/v14/resources/ad_group_ad.proto";
29 import "google/ads/googleads/v14/resources/ad_group_ad_asset_combination_view.proto";
30 import "google/ads/googleads/v14/resources/ad_group_ad_asset_view.proto";
31 import "google/ads/googleads/v14/resources/ad_group_ad_label.proto";
32 import "google/ads/googleads/v14/resources/ad_group_asset.proto";
[all …]
/external/angle/build/android/docs/
Dlife_of_a_resource.md7 This document describes how [Android Resources][android resources]
8 are built in Chromium's build system. It does not mention native resources
9 which are [processed differently][native resources].
11 [android resources]: https://developer.android.com/guide/topics/resources/providing-resources
12 [native resources]: https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-gu…
23 * `.resources.zip`
27 * `resources.arsc` (contains all values and configuration metadata)
34 Whenever you try to compile an apk or library target, resources go through the
50 ### 2. Prepares resources:
57 * Target-specific `resources.zip` (contains all resources listed in `sources`).
[all …]
/external/cronet/tot/build/android/docs/
Dlife_of_a_resource.md7 This document describes how [Android Resources][android resources]
8 are built in Chromium's build system. It does not mention native resources
9 which are [processed differently][native resources].
11 [android resources]: https://developer.android.com/guide/topics/resources/providing-resources
12 [native resources]: https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-gu…
23 * `.resources.zip`
27 * `resources.arsc` (contains all values and configuration metadata)
34 Whenever you try to compile an apk or library target, resources go through the
50 ### 2. Prepares resources:
57 * Target-specific `resources.zip` (contains all resources listed in `sources`).
[all …]
/external/cronet/stable/build/android/docs/
Dlife_of_a_resource.md7 This document describes how [Android Resources][android resources]
8 are built in Chromium's build system. It does not mention native resources
9 which are [processed differently][native resources].
11 [android resources]: https://developer.android.com/guide/topics/resources/providing-resources
12 [native resources]: https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-gu…
23 * `.resources.zip`
27 * `resources.arsc` (contains all values and configuration metadata)
34 Whenever you try to compile an apk or library target, resources go through the
50 ### 2. Prepares resources:
57 * Target-specific `resources.zip` (contains all resources listed in `sources`).
[all …]
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DResourcesTest.java59 /** Compatibility test for {@link Resources} */
62 private Resources resources; field in ResourcesTest
68 resources = context.getResources(); in setup()
73 assertThat(resources.getString(R.string.hello)).isEqualTo("Hello"); in getString()
74 assertThat(resources.getString(R.string.say_it_with_item)).isEqualTo("flowers"); in getString()
79 assertThat(resources.getString(R.string.greeting)).isEqualTo("Howdy"); in getString_withReference()
84 assertThat(resources.getString(R.string.interpolate, "value")).isEqualTo("Here is a value!"); in getString_withInterpolation()
89 assertThat(resources.getString(R.string.some_html, "value")).isEqualTo("Hello, world"); in getString_withHtml()
94 assertThat(resources.getString(R.string.surrounding_quotes, "value")).isEqualTo("This'll work"); in getString_withSurroundingQuotes()
99 assertThat(resources.getString(R.string.escaped_apostrophe)).isEqualTo("This'll also work"); in getStringWithEscapedApostrophes()
[all …]
/external/googleapis/google/ads/searchads360/v0/services/
Dsearch_ads360_service.proto23 import "google/ads/searchads360/v0/resources/accessible_bidding_strategy.proto";
24 import "google/ads/searchads360/v0/resources/ad_group.proto";
25 import "google/ads/searchads360/v0/resources/ad_group_ad.proto";
26 import "google/ads/searchads360/v0/resources/ad_group_ad_label.proto";
27 import "google/ads/searchads360/v0/resources/ad_group_asset.proto";
28 import "google/ads/searchads360/v0/resources/ad_group_asset_set.proto";
29 import "google/ads/searchads360/v0/resources/ad_group_audience_view.proto";
30 import "google/ads/searchads360/v0/resources/ad_group_bid_modifier.proto";
31 import "google/ads/searchads360/v0/resources/ad_group_criterion.proto";
32 import "google/ads/searchads360/v0/resources/ad_group_criterion_label.proto";
[all …]
/external/angle/third_party/glslang/src/glslang/ResourceLimits/
DResourceLimits.cpp42 TBuiltInResource Resources; variable
280 void DecodeResourceLimits(TBuiltInResource* resources, char* config) in DecodeResourceLimits() argument
307 resources->maxLights = value; in DecodeResourceLimits()
309 resources->maxClipPlanes = value; in DecodeResourceLimits()
311 resources->maxTextureUnits = value; in DecodeResourceLimits()
313 resources->maxTextureCoords = value; in DecodeResourceLimits()
315 resources->maxVertexAttribs = value; in DecodeResourceLimits()
317 resources->maxVertexUniformComponents = value; in DecodeResourceLimits()
319 resources->maxVaryingFloats = value; in DecodeResourceLimits()
321 resources->maxVertexTextureImageUnits = value; in DecodeResourceLimits()
[all …]
/external/deqp-deps/glslang/glslang/ResourceLimits/
DResourceLimits.cpp42 TBuiltInResource Resources; variable
280 void DecodeResourceLimits(TBuiltInResource* resources, char* config) in DecodeResourceLimits() argument
307 resources->maxLights = value; in DecodeResourceLimits()
309 resources->maxClipPlanes = value; in DecodeResourceLimits()
311 resources->maxTextureUnits = value; in DecodeResourceLimits()
313 resources->maxTextureCoords = value; in DecodeResourceLimits()
315 resources->maxVertexAttribs = value; in DecodeResourceLimits()
317 resources->maxVertexUniformComponents = value; in DecodeResourceLimits()
319 resources->maxVaryingFloats = value; in DecodeResourceLimits()
321 resources->maxVertexTextureImageUnits = value; in DecodeResourceLimits()
[all …]
/external/libopus/dnn/
Ddatasets.txt7 https://www.openslr.org/resources/30/si_lk.tar.gz
8 https://www.openslr.org/resources/32/af_za.tar.gz
9 https://www.openslr.org/resources/32/st_za.tar.gz
10 https://www.openslr.org/resources/32/tn_za.tar.gz
11 https://www.openslr.org/resources/32/xh_za.tar.gz
12 https://www.openslr.org/resources/37/bn_bd.zip
13 https://www.openslr.org/resources/37/bn_in.zip
14 https://www.openslr.org/resources/41/jv_id_female.zip
15 https://www.openslr.org/resources/41/jv_id_male.zip
16 https://www.openslr.org/resources/42/km_kh_male.zip
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
DResourcesTest.java13 package org.jacoco.report.internal.html.resources;
26 * Unit tests for {@link Resources}.
34 private Resources resources; field in ResourcesTest
40 resources = new Resources(root); in setup()
46 assertEquals("../../jacoco-resources/test.png", in testGetLink()
47 resources.getLink(base, "test.png")); in testGetLink()
53 resources.copyResources(); in testCopyResources()
54 output.assertFile("jacoco-resources/branchfc.gif"); in testCopyResources()
55 output.assertFile("jacoco-resources/branchnc.gif"); in testCopyResources()
56 output.assertFile("jacoco-resources/branchpc.gif"); in testCopyResources()
[all …]
/external/icu/icu4j/
Dextract-data-files.sh25 rm -fr main/core/src/main/resources/com/ibm/icu/impl/data/icudata
26 unzip -q -d main/core/src/main/resources/ main/shared/data/icudata.jar
27 rm -fr main/core/src/main/resources/META-INF
30 rm -fr main/charset/src/main/resources/com/ibm/icu/impl/data/icudata
31 mkdir -p main/charset/src/main/resources/com/ibm/icu/impl/data/icudata/
32 mv main/core/src/main/resources/com/ibm/icu/impl/data/icudata/*.cnv main/charset/src/m…
33 mv main/core/src/main/resources/com/ibm/icu/impl/data/icudata/cnvalias.icu main/charset/src/m…
36 rm -fr main/currdata/src/main/resources/com/ibm/icu/impl/data/icudata
37 mkdir -p main/currdata/src/main/resources/com/ibm/icu/impl/data/icudata/
38 mv main/core/src/main/resources/com/ibm/icu/impl/data/icudata/curr main/currdata/src/…
[all …]
/external/google-cloud-java/java-binary-authorization/google-cloud-binary-authorization/src/test/java/com/google/protos/google/cloud/binaryauthorization/v1/
DBinauthzManagementServiceV1ClientHttpJsonTest.java84 Resources.Policy expectedResponse = in getPolicyTest()
85 Resources.Policy.newBuilder() in getPolicyTest()
88 .addAllAdmissionWhitelistPatterns(new ArrayList<Resources.AdmissionWhitelistPattern>()) in getPolicyTest()
89 .putAllClusterAdmissionRules(new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
90 .putAllKubernetesNamespaceAdmissionRules(new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
92 new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
94 new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
95 .setDefaultAdmissionRule(Resources.AdmissionRule.newBuilder().build()) in getPolicyTest()
102 Resources.Policy actualResponse = client.getPolicy(name); in getPolicyTest()
138 Resources.Policy expectedResponse = in getPolicyTest2()
[all …]
DBinauthzManagementServiceV1ClientTest.java88 Resources.Policy expectedResponse = in getPolicyTest()
89 Resources.Policy.newBuilder() in getPolicyTest()
92 .addAllAdmissionWhitelistPatterns(new ArrayList<Resources.AdmissionWhitelistPattern>()) in getPolicyTest()
93 .putAllClusterAdmissionRules(new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
94 .putAllKubernetesNamespaceAdmissionRules(new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
96 new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
98 new HashMap<String, Resources.AdmissionRule>()) in getPolicyTest()
99 .setDefaultAdmissionRule(Resources.AdmissionRule.newBuilder().build()) in getPolicyTest()
106 Resources.Policy actualResponse = client.getPolicy(name); in getPolicyTest()
136 Resources.Policy expectedResponse = in getPolicyTest2()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp233 // These are the default resources for TBuiltInResources, used for both
342 // *.conf => this is a config file that can set limits/resources
386 Resources.maxLights = value; in ProcessConfigFile()
388 Resources.maxClipPlanes = value; in ProcessConfigFile()
390 Resources.maxTextureUnits = value; in ProcessConfigFile()
392 Resources.maxTextureCoords = value; in ProcessConfigFile()
394 Resources.maxVertexAttribs = value; in ProcessConfigFile()
396 Resources.maxVertexUniformComponents = value; in ProcessConfigFile()
398 Resources.maxVaryingFloats = value; in ProcessConfigFile()
400 Resources.maxVertexTextureImageUnits = value; in ProcessConfigFile()
[all …]
/external/python/cpython3/Lib/test/test_importlib/resources/
Dtest_functional.py7 from importlib import resources
12 # filesystem resources here -- not zip files, namespace packages etc.
54 resources.read_text(self.anchor01, 'utf-8.file'),
58 resources.read_text(
69 resources.read_text(
79 resources.read_text(self.anchor01)
81 resources.read_text(self.anchor01, 'no-such-file')
83 resources.read_text(self.anchor01, 'utf-16.file')
85 resources.read_text(
93 resources.read_text(
[all …]
Dtest_resource.py4 from importlib import resources, import_module
11 target = resources.files(self.data) / 'binary.file'
15 target = resources.files(self.data) / 'not-a-file'
19 target = resources.files(self.data) / 'subdirectory'
41 self.assertEqual(names(resources.files(package)), {'A', 'B', 'C'})
49 self.assertTrue(resources.files(package).joinpath('B').is_file())
57 self.assertTrue(resources.files(package).joinpath('D').is_dir())
65 self.assertFalse(resources.files(package).joinpath('Z').is_file())
85 self.assertFalse(resources.files(module).joinpath('A').is_file())
91 self.assertTrue(resources.files(submodule).joinpath('binary.file').is_file())
[all …]
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h366 inline void init_resources(TBuiltInResource &Resources) in init_resources() argument
368 Resources.maxLights = 32; in init_resources()
369 Resources.maxClipPlanes = 6; in init_resources()
370 Resources.maxTextureUnits = 32; in init_resources()
371 Resources.maxTextureCoords = 32; in init_resources()
372 Resources.maxVertexAttribs = 64; in init_resources()
373 Resources.maxVertexUniformComponents = 4096; in init_resources()
374 Resources.maxVaryingFloats = 64; in init_resources()
375 Resources.maxVertexTextureImageUnits = 32; in init_resources()
376 Resources.maxCombinedTextureImageUnits = 80; in init_resources()
[all …]
/external/python/cpython3/Doc/library/
Dimportlib.resources.rst1 :mod:`!importlib.resources` -- Package resource reading, opening and access
4 .. module:: importlib.resources
7 **Source code:** :source:`Lib/importlib/resources/__init__.py`
13 This module leverages Python's import system to provide access to *resources*
16 "Resources" are file-like resources associated with a module or package in
17 Python. The resources may be contained directly in a package, within a
19 package. Resources may be text or binary. As a result, Python module sources
21 de-facto resources of that package. In practice, however, resources are
25 Resources can be opened or read in either binary or text mode.
27 Resources are roughly akin to files inside directories, though it's important
[all …]

12345678910>>...580