Home
last modified time | relevance | path

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

12345678910>>...110

/external/webrtc/webrtc/modules/
Dmodules_unittests.isolate23 '<(DEPTH)/resources/att-downlink.rx',
24 '<(DEPTH)/resources/att-uplink.rx',
25 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat',
26 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat',
27 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm',
28 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm',
29 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm',
30 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp',
31 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
32 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
DResourcesTest.java12 package org.jacoco.report.internal.html.resources;
25 * Unit tests for {@link Resources}.
33 private Resources resources; field in ResourcesTest
39 resources = new Resources(root); in setup()
45 assertEquals("../../.resources/test.png", in testGetLink()
46 resources.getLink(base, "test.png")); in testGetLink()
52 resources.copyResources(); in testCopyResources()
53 output.assertFile(".resources/branchfc.gif"); in testCopyResources()
54 output.assertFile(".resources/branchnc.gif"); in testCopyResources()
55 output.assertFile(".resources/branchpc.gif"); in testCopyResources()
[all …]
/external/autotest/frontend/afe/
Durls.py4 from autotest_lib.frontend.afe import resources
15 (r'^/?$', resources.ResourceDirectory.dispatch_request),
17 resources.AtomicGroupClassCollection.dispatch_request),
19 resources.AtomicGroupClass.dispatch_request),
21 resources.AtomicLabelTaggingCollection.dispatch_request),
23 resources.AtomicLabelTagging.dispatch_request),
24 (r'^labels/?$', resources.LabelCollection.dispatch_request),
25 (r'^labels/(?P<label_name>.+?)/?$', resources.Label.dispatch_request),
26 (r'^users/?$', resources.UserCollection.dispatch_request),
27 (r'^users/(?P<username>[@\w]+)/?$', resources.User.dispatch_request),
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp240 // These are the default resources for TBuiltInResources, used for both
340 // *.conf => this is a config file that can set limits/resources
390 Resources.maxLights = value; in ProcessConfigFile()
392 Resources.maxClipPlanes = value; in ProcessConfigFile()
394 Resources.maxTextureUnits = value; in ProcessConfigFile()
396 Resources.maxTextureCoords = value; in ProcessConfigFile()
398 Resources.maxVertexAttribs = value; in ProcessConfigFile()
400 Resources.maxVertexUniformComponents = value; in ProcessConfigFile()
402 Resources.maxVaryingFloats = value; in ProcessConfigFile()
404 Resources.maxVertexTextureImageUnits = value; in ProcessConfigFile()
[all …]
/external/chromium-trace/catapult/third_party/webapp2/tests/
Dextras_config_test.py170 from resources.template import default_config as template_config
171 from resources.i18n import default_config as i18n_config
173 …self.assertEqual(config.get_config('resources.template', 'templates_dir'), template_config['templa…
174 self.assertEqual(config.get_config('resources.i18n', 'locale'), i18n_config['locale'])
175 self.assertEqual(config.get_config('resources.i18n', 'timezone'), i18n_config['timezone'])
180 from resources.i18n import default_config as i18n_config
183 self.assertEqual(config.get_config('resources.i18n', 'locale'), i18n_config['locale'])
186 self.assertEqual(config.get_config('resources.i18n', 'i_dont_exist', 'foo'), 'foo')
190 'resources.template': {
193 'resources.i18n': {
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java5 import android.content.res.Resources;
30 * Shadow of {@code Resources} that simulates the loading of resources
35 @Implements(Resources.class)
42 static Resources bind(Resources resources, ResourceLoader resourceLoader) { in bind() argument
43 ShadowResources shadowResources = shadowOf(resources); in bind()
46 return resources; in bind()
50 Resources realResources;
67 public int getColor(int id) throws Resources.NotFoundException { in getColor()
84 public String getString(int id) throws Resources.NotFoundException { in getString()
89 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString()
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DResourceCollection.java36 * A collection of resources (dirs).
40 * the order the resources were constructed.
64 * @param resources the resources to be added to collection
66 public ResourceCollection(Resource... resources) in ResourceCollection() argument
69 for (Resource r : resources) in ResourceCollection()
94 * @param resources the resource strings to be added to collection
96 public ResourceCollection(String[] resources) in ResourceCollection() argument
98 _resources = new Resource[resources.length]; in ResourceCollection()
101 for(int i=0; i<resources.length; i++) in ResourceCollection()
103 _resources[i] = Resource.newResource(resources[i]); in ResourceCollection()
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java23 import org.jacoco.report.internal.html.resources.Resources;
24 import org.jacoco.report.internal.html.resources.Styles;
79 * resources that might be referenced
80 * @param resources
81 * static resources that might be referenced
89 final Resources resources, final ReportOutputFolder base) in render() argument
95 footer(table, total, resources, base); in render()
96 body(table, sortedItems, resources, base); in render()
109 final Resources resources, final ReportOutputFolder base) in footer() argument
113 c.footer(tr, total, resources, base); in footer()
[all …]
DBarColumn.java27 import org.jacoco.report.internal.html.resources.Resources;
76 final Resources resources, final ReportOutputFolder base) in footer() argument
84 final Resources resources, final ReportOutputFolder base) in item() argument
89 bar(td, missed, Resources.REDBAR, resources, base); in item()
91 bar(td, covered, Resources.GREENBAR, resources, base); in item()
96 final Resources resources, final ReportOutputFolder base) in bar() argument
100 td.img(resources.getLink(base, image), width, 10, in bar()
/external/guava/guava-tests/test/com/google/common/io/
DResourcesTest.java40 * Unit test for {@link Resources}.
48 suite.addTest(ByteSourceTester.tests("Resources.asByteSource[URL]", in suite()
50 suite.addTest(CharSourceTester.tests("Resources.asCharSource[URL, Charset]", in suite()
58 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8)); in testToString()
59 assertThat(Resources.toString(resource, Charsets.US_ASCII)) in testToString()
64 byte[] data = Resources.toByteArray(classfile(Resources.class)); in testToToByteArray()
73 Resources.readLines(resource, Charsets.UTF_8)); in testReadLines()
92 List<String> result = Resources.readLines(resource, Charsets.US_ASCII, in testReadLines_withLineProcessor()
102 Resources.copy(resource, out); in testCopyToOutputStream()
108 Resources.getResource("no such resource"); in testGetResource_notFound()
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DResourcesTest.java16 import android.content.res.Resources;
33 private Resources resources; field in ResourcesTest
38 resources = new Activity().getResources(); in setup()
42 @Test(expected = Resources.NotFoundException.class)
44 resources.getStringArray(-1); in getStringArray_shouldThrowExceptionIfNotFound()
49 Configuration configuration = resources.getConfiguration(); in testConfiguration()
56 assertThat(resources.getConfiguration(), is(resources.getConfiguration())); in testConfigurationReturnsTheSameInstance()
61 assertThat(resources.newTheme(), notNullValue()); in testNewTheme()
71 … assertThat( resources.getDrawable( TestR.anim.test_anim_1 ), instanceOf( BitmapDrawable.class ) ); in testGetDrawableNullRClass()
80 …assertThat( resources.getDrawable( TestR.anim.test_anim_1 ), instanceOf( AnimationDrawable.class )… in testGetAnimationDrawable()
[all …]
DBitmapDrawableTest.java3 import android.content.res.Resources;
26 private Resources resources; field in BitmapDrawableTest
30 resources = Robolectric.application.getResources(); in setUp()
35 BitmapDrawable drawable = (BitmapDrawable) resources.getDrawable(R.drawable.an_image); in getBitmap_shouldReturnBitmapUsedToDraw()
41 BitmapDrawable drawable = (BitmapDrawable) resources.getDrawable(R.drawable.an_image); in draw_shouldCopyDescriptionToCanvas()
57 BitmapDrawable drawable = (BitmapDrawable) resources.getDrawable(R.drawable.an_image); in withColorFilterSet_draw_shouldCopyDescriptionToCanvas()
68 Drawable drawable1a = resources.getDrawable(R.drawable.an_image); in equals_shouldTestResourceId()
69 Drawable drawable1b = resources.getDrawable(R.drawable.an_image); in equals_shouldTestResourceId()
70 Drawable drawable2 = resources.getDrawable(R.drawable.an_other_image); in equals_shouldTestResourceId()
78 Drawable drawable1a = resources.getDrawable(R.drawable.an_image); in equals_shouldTestBounds()
[all …]
/external/skia/src/gpu/
DGrResourceCache.h30 * Resources may have optionally have two types of keys:
31 * 1) A scratch key. This is for resources whose allocations are cached but not their contents.
32 * Multiple resources can share the same scratch key. This is so a caller can have two
35 * should never change. Resources need not have a scratch key.
55 // Default maximum number of budgeted resources in the cache.
57 // Default maximum number of bytes of gpu memory of budgeted resources in the cache.
59 // Default number of flushes a budgeted resources can go unused in the cache before it is
70 * Sets the cache limits in terms of number of resources, max gpu memory byte size, and number
78 * Returns the number of resources.
85 * Returns the number of resources that count against the budget.
[all …]
/external/webrtc/
D.gitignore51 /resources/**/*.aecdump
52 /resources/**/*.bin
53 /resources/**/*.chn
54 /resources/**/*.dat
55 /resources/**/*.gai
56 /resources/**/*.jpg
57 /resources/**/*.pcap
58 /resources/**/*.pcm
59 /resources/**/*.rtp
60 /resources/**/*.rx
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
DTableTest.java33 import org.jacoco.report.internal.html.resources.Resources;
48 private Resources resources; field in TableTest
60 resources = new Resources(root); in setup()
89 Resources resources, ReportOutputFolder base) { in testCallbackSequence()
95 Resources resources, ReportOutputFolder base) { in testCallbackSequence()
108 table.render(body, items, createTotal("Sum", 6), resources, root); in testCallbackSequence()
126 Resources resources, ReportOutputFolder base) { in testInvisible()
132 Resources resources, ReportOutputFolder base) { in testInvisible()
138 table.render(body, items, createTotal("Sum", 1), resources, root); in testInvisible()
162 table.render(body, items, createTotal("Sum", 6), resources, root); in testSortIds()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
DResourceLoader.java5 import android.content.res.Resources;
19 private final Resources resources; field in ResourceLoader
25 public ResourceLoader(Resources resources, ModelLoader<Uri, T> uriLoader) { in ResourceLoader() argument
26 this.resources = resources; in ResourceLoader()
33 + resources.getResourcePackageName(model) + '/' in getResourceFetcher()
34 + resources.getResourceTypeName(model) + '/' in getResourceFetcher()
35 + resources.getResourceEntryName(model)); in getResourceFetcher()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c252 pipe_resource_reference(&buf->resources[i], NULL); in vl_video_buffer_destroy()
278 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format); in vl_video_buffer_sampler_view_planes()
280 if (util_format_get_nr_components(buf->resources[i]->format) == 1) in vl_video_buffer_sampler_view_planes()
283 … buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); in vl_video_buffer_sampler_view_planes()
316 struct pipe_resource *res = buf->resources[plane_order[i]]; in vl_video_buffer_sampler_view_components()
363 if (!buf->resources[j]) { in vl_video_buffer_surfaces()
370 surf_templ.format = vl_video_buffer_surface_format(buf->resources[j]->format); in vl_video_buffer_surfaces()
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ); in vl_video_buffer_surfaces()
440 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in vl_video_buffer_create_ex() local
445 memset(resources, 0, sizeof resources); in vl_video_buffer_create_ex()
[all …]
/external/llvm/include/llvm/Target/
DTargetSchedule.td15 // 2. Scheduler Read/Write resources for simple per-opcode cost model.
28 // processor resources and latency with each SchedReadWrite type.
33 // be subtarget specific and can be directly associated with resources
39 // subtarget can directly associate resources with SchedReadWrite
88 // Per-cycle resources tables.
113 // Define a number of interchangeable processor resources. NumUnits
116 // An optional Super resource may be given to model these resources as
117 // a subset of the more general super resources. Using one of these
118 // resources implies using one of the super resoruces.
120 // ProcResourceUnits normally model a few buffered resources within an
[all …]
/external/caliper/caliper/src/test/java/com/google/caliper/bridge/
DLogMessageParserTest.java27 import com.google.common.io.Resources;
57 List<String> lines = Resources.readLines( in gcPatten_jdk6()
58 Resources.getResource(LogMessageParserTest.class, "jdk6-gc.txt"), UTF_8); in gcPatten_jdk6()
65 List<String> lines = Resources.readLines( in gcPatten_jdk7()
66 Resources.getResource(LogMessageParserTest.class, "jdk7-gc.txt"), UTF_8); in gcPatten_jdk7()
86 List<String> lines = Resources.readLines( in jitPattern_jdk6()
87 Resources.getResource(LogMessageParserTest.class, "jdk6-compilation.txt"), UTF_8); in jitPattern_jdk6()
94 List<String> lines = Resources.readLines( in jitPattern_jdk7()
95 Resources.getResource(LogMessageParserTest.class, "jdk7-compilation.txt"), UTF_8); in jitPattern_jdk7()
102 List<String> lines = Resources.readLines( in vmOptionPattern_jdk6()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp234 …deUint32 maxResourceConsumers; // Maximum number of objects using same Object::Resources con…
268 typename Case::Resources resources; member
272 : resources (env, params) in Dependency()
273 , object (Case::create(env, resources, params)) in Dependency()
340 const typename Object::Resources res (env, params); in computeSystemMemoryUsage()
427 struct Resources struct
429 Resources (const Environment&, const Parameters&) {} in Resources() argument
437 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters&) in create()
480 struct Resources struct
487 Resources (const Environment& env, const Parameters& params) in Resources() function
[all …]
/external/webrtc/webrtc/
Dwebrtc_perf_tests.isolate13 '<(DEPTH)/resources/foreman_cif.yuv',
14 '<(DEPTH)/resources/paris_qcif.yuv',
15 '<(DEPTH)/resources/voice_engine/audio_long16.pcm',
16 '<(DEPTH)/resources/difficult_photo_1850_1110.yuv',
17 '<(DEPTH)/resources/photo_1850_1110.yuv',
18 '<(DEPTH)/resources/presentation_1850_1110.yuv',
19 '<(DEPTH)/resources/web_screenshot_1850_1110.yuv',
20 '<(DEPTH)/resources/google-wifi-3mbps.rx',
21 '<(DEPTH)/resources/verizon4g-downlink.rx',
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java47 private static final String ROOT = "resources/net.resources/HTTP/html/testres231";
127 assertNotNull("Failed to locate resources", res); in test_findResourcesLjava_lang_String()
140 assertEquals("Incorrect number of resources returned: " + i, 2, i); in test_findResourcesLjava_lang_String()
226 File resources = Support_Resources.createTempFolder(); in test_findClassLjava_lang_String() local
227 String resPath = resources.toString(); in test_findClassLjava_lang_String()
231 Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar"); in test_findClassLjava_lang_String()
232 Support_Resources.copyFile(resources, "JarIndex", "hyts_12.jar"); in test_findClassLjava_lang_String()
233 Support_Resources.copyFile(resources, "JarIndex", "hyts_13.jar"); in test_findClassLjava_lang_String()
234 Support_Resources.copyFile(resources, "JarIndex", "hyts_14.jar"); in test_findClassLjava_lang_String()
248 Support_Resources.copyFile(resources, "JarIndex", "hyts_21.jar"); in test_findClassLjava_lang_String()
[all …]
/external/v8/test/js-perf-test/
DJSTests.json9 "resources": ["base.js"], array
15 "resources": ["rest.js"], array
27 "resources": ["spreadcalls.js"], array
41 "resources": ["super.js", "default-constructor.js"], array
52 "resources": [ array
78 "resources": ["forof.js"], array
88 "resources": ["harmony-string.js"], array
98 "resources": ["templates.js"], array
113 "resources": ["assign.js"], array
123 "resources": ["with.js"], array
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
Dbackground-image-interpolation.html19 <script src="resources/interpolation-test.js"></script>
22 var from = 'url(../resources/blue-100.png)';
23 var to = 'url(../resources/green-100.png)';
38 from = 'url(../resources/blue-100.png)';
71 to = 'url(../resources/green-100.png)';
86 var fromA = 'url(../resources/stripes-100.png)';
88 var toA = 'url(../resources/blue-100.png)';
89 var toB = 'url(../resources/stripes-100.png)';
106 from = 'url(../resources/blue-100.png)';
107 var toA = 'url(../resources/stripes-100.png)';
[all …]
/external/libdrm/tests/amdgpu/
Dbasic_tests.c220 ibs_request.resources = bo_list; in amdgpu_command_submission_gfx_separate_ibs()
301 ibs_request.resources = bo_list; in amdgpu_command_submission_gfx_shared_ib()
378 ibs_request.resources = bo_list; in amdgpu_command_submission_compute()
409 * pm4_src, resources, ib_info, and ibs_request
414 int res_cnt, amdgpu_bo_handle *resources, in amdgpu_sdma_test_exec_cs() argument
425 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); in amdgpu_sdma_test_exec_cs()
430 CU_ASSERT_NOT_EQUAL(resources, NULL); in amdgpu_sdma_test_exec_cs()
455 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt); in amdgpu_sdma_test_exec_cs()
459 NULL, &ibs_request->resources); in amdgpu_sdma_test_exec_cs()
468 r = amdgpu_bo_list_destroy(ibs_request->resources); in amdgpu_sdma_test_exec_cs()
[all …]

12345678910>>...110