Home
last modified time | relevance | path

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

12345678910>>...304

/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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAConfiguration.java9 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a>
15 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a>
26 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch<…
35 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</…
43 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a>
49 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a>
55 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a>
61 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a>
67 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a>
73 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xxhdpi</a>
[all …]
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DAConfiguration.java9 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a>
15 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a>
26 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch<…
35 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</…
43 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a>
49 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a>
55 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a>
61 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a>
67 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a>
73 * <a 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.cpp164 // Initialize built-in resources with minimum expected values.
166 void InitBuiltInResources(ShBuiltInResources *resources) in InitBuiltInResources() argument
169 memset(resources, 0, sizeof(*resources)); in InitBuiltInResources()
172 resources->MaxVertexAttribs = 8; in InitBuiltInResources()
173 resources->MaxVertexUniformVectors = 128; in InitBuiltInResources()
174 resources->MaxVaryingVectors = 8; in InitBuiltInResources()
175 resources->MaxVertexTextureImageUnits = 0; in InitBuiltInResources()
176 resources->MaxCombinedTextureImageUnits = 8; in InitBuiltInResources()
177 resources->MaxTextureImageUnits = 8; in InitBuiltInResources()
178 resources->MaxFragmentUniformVectors = 16; in InitBuiltInResources()
[all …]
Dbuiltin_variables.json27 " value: Optional. String that has one valid value: 'resources'. Denotes that the",
94 "value":"resources"
103 "value":"resources"
112 "value":"resources"
121 "value":"resources"
130 "value":"resources"
139 "value":"resources"
148 "value":"resources"
157 "value":"resources"
167 "value":"resources",
[all …]
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DCopiedResourcesTest.java65 * Compatibility test for {@link Resources}
70 private Resources resources; field in CopiedResourcesTest
76 resources = context.getResources(); in setup()
81 assertThat(resources.getString(R.string.hello)).isEqualTo("Hello"); in getString()
82 assertThat(resources.getString(R.string.say_it_with_item)).isEqualTo("flowers"); in getString()
87 assertThat(resources.getString(R.string.greeting)).isEqualTo("Howdy"); in getString_withReference()
92 assertThat(resources.getString(R.string.interpolate, "value")).isEqualTo("Here is a value!"); in getString_withInterpolation()
97 assertThat(resources.getString(R.string.some_html, "value")).isEqualTo("Hello, world"); in getString_withHtml()
102 assertThat(resources.getString(R.string.surrounding_quotes, "value")).isEqualTo("This'll work"); in getString_withSurroundingQuotes()
107 assertThat(resources.getString(R.string.escaped_apostrophe)).isEqualTo("This'll also work"); in getStringWithEscapedApostrophes()
[all …]
DResourcesTest.java64 * Compatibility test for {@link Resources}
69 private Resources resources; field in ResourcesTest
75 resources = context.getResources(); in setup()
80 assertThat(resources.getString(R.string.hello)).isEqualTo("Hello"); in getString()
81 assertThat(resources.getString(R.string.say_it_with_item)).isEqualTo("flowers"); in getString()
86 assertThat(resources.getString(R.string.greeting)).isEqualTo("Howdy"); in getString_withReference()
91 assertThat(resources.getString(R.string.interpolate, "value")).isEqualTo("Here is a value!"); in getString_withInterpolation()
96 assertThat(resources.getString(R.string.some_html, "value")).isEqualTo("Hello, world"); in getString_withHtml()
101 assertThat(resources.getString(R.string.surrounding_quotes, "value")).isEqualTo("This'll work"); in getString_withSurroundingQuotes()
106 assertThat(resources.getString(R.string.escaped_apostrophe)).isEqualTo("This'll also work"); in getStringWithEscapedApostrophes()
[all …]
DThemeTest.java7 import android.content.res.Resources.Theme;
20 * Compatibility test for {@link Resources.Theme}
26 private Resources resources; field in ThemeTest
32 resources = context.getResources(); in setup()
37 assertThat(resources.newTheme().obtainStyledAttributes(new int[] {R.attr.string1}).hasValue(0)) in withEmptyTheme_returnsEmptyAttributes()
43 Theme theme = resources.newTheme(); in shouldLookUpStylesFromStyleResId()
53 Theme theme = resources.newTheme(); in shouldApplyStylesFromResourceReference()
65 Theme theme = resources.newTheme(); in shouldApplyStylesFromAttributeReference()
77 Theme theme = resources.newTheme(); in shouldGetValuesFromAttributeReference()
94 Theme theme = resources.newTheme(); in withResolveRefsFalse_shouldResolveValue()
[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/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/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/angle/third_party/vulkan-deps/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/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/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/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h365 inline void init_resources(TBuiltInResource &Resources) in init_resources() argument
367 Resources.maxLights = 32; in init_resources()
368 Resources.maxClipPlanes = 6; in init_resources()
369 Resources.maxTextureUnits = 32; in init_resources()
370 Resources.maxTextureCoords = 32; in init_resources()
371 Resources.maxVertexAttribs = 64; in init_resources()
372 Resources.maxVertexUniformComponents = 4096; in init_resources()
373 Resources.maxVaryingFloats = 64; in init_resources()
374 Resources.maxVertexTextureImageUnits = 32; in init_resources()
375 Resources.maxCombinedTextureImageUnits = 80; in init_resources()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java14 import android.content.res.Resources;
15 import android.content.res.Resources.NotFoundException;
52 @Implements(Resources.class)
55 private static Resources system = null;
58 @RealObject Resources realResources;
70 ReflectionHelpers.setStaticField(Resources.class, "mSystem", null); in reset()
74 protected static Resources getSystem() { in getSystem()
79 system = new Resources(assetManager, metrics, config); in getSystem()
90 return directlyOn(realResources, Resources.class).obtainAttributes(set, attrs); in obtainAttributes()
96 throws Resources.NotFoundException { in getQuantityString()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDataSourceContractTest.java101 * <p>If multiple resources are returned, it's recommended to disambiguate them using {@link
115 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpec_readUntilEnd() local
116 Assertions.checkArgument(!resources.isEmpty(), "Must provide at least one test resource."); in unboundedDataSpec_readUntilEnd()
118 for (int i = 0; i < resources.size(); i++) { in unboundedDataSpec_readUntilEnd()
119 additionalFailureInfo.setInfo(getFailureLabel(resources, i)); in unboundedDataSpec_readUntilEnd()
120 TestResource resource = resources.get(i); in unboundedDataSpec_readUntilEnd()
142 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPosition_readUntilEnd() local
143 Assertions.checkArgument(!resources.isEmpty(), "Must provide at least one test resource."); in dataSpecWithPosition_readUntilEnd()
145 for (int i = 0; i < resources.size(); i++) { in dataSpecWithPosition_readUntilEnd()
146 additionalFailureInfo.setInfo(getFailureLabel(resources, i)); in dataSpecWithPosition_readUntilEnd()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDataSourceContractTest.java101 * <p>If multiple resources are returned, it's recommended to disambiguate them using {@link
115 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpec_readUntilEnd() local
116 Assertions.checkArgument(!resources.isEmpty(), "Must provide at least one test resource."); in unboundedDataSpec_readUntilEnd()
118 for (int i = 0; i < resources.size(); i++) { in unboundedDataSpec_readUntilEnd()
119 additionalFailureInfo.setInfo(getFailureLabel(resources, i)); in unboundedDataSpec_readUntilEnd()
120 TestResource resource = resources.get(i); in unboundedDataSpec_readUntilEnd()
142 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPosition_readUntilEnd() local
143 Assertions.checkArgument(!resources.isEmpty(), "Must provide at least one test resource."); in dataSpecWithPosition_readUntilEnd()
145 for (int i = 0; i < resources.size(); i++) { in dataSpecWithPosition_readUntilEnd()
146 additionalFailureInfo.setInfo(getFailureLabel(resources, i)); in dataSpecWithPosition_readUntilEnd()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java7 import android.content.res.Resources;
8 import android.content.res.Resources.Theme;
30 private Resources resources; field in ShadowThemeTest
34 resources = ApplicationProvider.getApplicationContext().getResources(); in setUp()
82 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild()
88 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs()
95 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs()
102 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideImplicitParentAttrs()
109 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldInheritParentAttrs()
119 Resources.Theme theme1 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme()
[all …]
/external/python/cpython3/Lib/test/test_importlib/
Dtest_resource.py9 from importlib import resources, import_module
18 self.assertTrue(resources.is_resource(self.data, 'binary.file'))
21 self.assertFalse(resources.is_resource(self.data, 'not-a-file'))
24 # Directories are not resources.
25 self.assertFalse(resources.is_resource(self.data, 'subdirectory'))
28 contents = set(resources.contents(self.data))
61 self.assertEqual(set(resources.contents(package)), {'A', 'B', 'C'})
67 self.assertTrue(resources.is_resource(package, 'B'))
73 self.assertFalse(resources.is_resource(package, 'D'))
79 self.assertFalse(resources.is_resource(package, 'Z'))
[all …]
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DPartner.java25 import android.content.res.Resources;
75 return new HashSet<>(Arrays.asList(resourceEntry.resources.getStringArray(resourceEntry.id))); in getStringArray()
86 return entry.resources.getBoolean(entry.id); in getBoolean()
97 return entry.resources.getDimensionPixelSize(entry.id); in getDimensionPixelSize()
108 return entry.resources.getDimension(entry.id); in getDimension()
119 return entry.resources.getDrawable(entry.id); in getDrawable()
129 return entry.resources.getString(entry.id); in getString()
137 return resourceEntry.resources.getColor(resourceEntry.id); in getColor()
146 return entry.resources.getText(entry.id); in getText()
169 * @return a ResourceEntry in the partner overlay's resources, if one is defined. Otherwise the
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java7 import android.content.res.Resources;
8 import android.content.res.Resources.Theme;
40 private Resources resources; field in ShadowThemeTest
44 resources = ApplicationProvider.getApplicationContext().getResources(); in setUp()
99 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild()
106 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs()
114 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideParentAttrs()
122 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldOverrideImplicitParentAttrs()
130 Resources.Theme theme = resources.newTheme(); in applyStyle_shouldInheritParentAttrs()
140 Resources.Theme theme1 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme()
[all …]
/external/angle/src/compiler/fuzz/
Dtranslator_fuzzer.cpp192 ShBuiltInResources resources; in LLVMFuzzerTestOneInput() local
193 sh::InitBuiltInResources(&resources); in LLVMFuzzerTestOneInput()
196 resources.OES_standard_derivatives = 1; in LLVMFuzzerTestOneInput()
197 resources.OES_EGL_image_external = 1; in LLVMFuzzerTestOneInput()
198 resources.OES_EGL_image_external_essl3 = 1; in LLVMFuzzerTestOneInput()
199 resources.NV_EGL_stream_consumer_external = 1; in LLVMFuzzerTestOneInput()
200 resources.ARB_texture_rectangle = 1; in LLVMFuzzerTestOneInput()
201 resources.EXT_blend_func_extended = 1; in LLVMFuzzerTestOneInput()
202 resources.EXT_conservative_depth = 1; in LLVMFuzzerTestOneInput()
203 resources.EXT_draw_buffers = 1; in LLVMFuzzerTestOneInput()
[all …]

12345678910>>...304