/external/webrtc/webrtc/modules/ |
D | modules_unittests.isolate | 23 '<(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/ |
D | ResourcesTest.java | 12 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/ |
D | urls.py | 4 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/ |
D | vktestframework.cpp | 240 // 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/ |
D | extras_config_test.py | 170 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/ |
D | ShadowResources.java | 5 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/libgdx/gdx/jni/maven/ |
D | pom.xml | 34 <phase>process-resources</phase> 47 <phase>process-resources</phase> 58 <phase>process-resources</phase> 69 <phase>process-resources</phase> 80 <phase>process-resources</phase> 91 <phase>process-resources</phase> 102 <phase>process-resources</phase> 113 <phase>process-resources</phase> 124 <phase>process-resources</phase> 135 <phase>process-resources</phase> [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | Table.java | 23 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 …]
|
D | BarColumn.java | 27 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/jetty/src/java/org/eclipse/jetty/util/resource/ |
D | ResourceCollection.java | 36 * 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/libgdx/extensions/gdx-freetype/jni/maven/ |
D | pom.xml | 34 <phase>process-resources</phase> 46 <phase>process-resources</phase> 57 <phase>process-resources</phase> 68 <phase>process-resources</phase> 79 <phase>process-resources</phase> 90 <phase>process-resources</phase> 101 <phase>process-resources</phase> 111 <phase>process-resources</phase> 124 <artifactId>maven-resources-plugin</artifactId> 131 <goal>copy-resources</goal> [all …]
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/maven/ |
D | pom.xml | 34 <phase>process-resources</phase> 46 <phase>process-resources</phase> 57 <phase>process-resources</phase> 68 <phase>process-resources</phase> 79 <phase>process-resources</phase> 90 <phase>process-resources</phase> 101 <phase>process-resources</phase> 111 <phase>process-resources</phase> 124 <artifactId>maven-resources-plugin</artifactId> 131 <goal>copy-resources</goal> [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/maven/ |
D | pom.xml | 31 <phase>process-resources</phase> 43 <phase>process-resources</phase> 54 <phase>process-resources</phase> 65 <phase>process-resources</phase> 76 <phase>process-resources</phase> 87 <phase>process-resources</phase> 98 <phase>process-resources</phase> 108 <phase>process-resources</phase> 121 <artifactId>maven-resources-plugin</artifactId> 128 <goal>copy-resources</goal> [all …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ResourcesTest.java | 40 * 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/ |
D | ResourcesTest.java | 16 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 …]
|
D | BitmapDrawableTest.java | 3 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/ |
D | GrResourceCache.h | 30 * 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 | .gitignore | 51 /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/ |
D | TableTest.java | 33 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/ |
D | ResourceLoader.java | 5 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/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/ |
D | SkinLoader.java | 34 …* {@link SkinParameter} also allows named resources to be set that will be added to the skin befor… 35 …referenced from inside the json file itself. This is useful for dynamic resources such as a Bitmap… 59 ObjectMap<String, Object> resources = null; in loadSync() local 64 if (parameter.resources != null){ in loadSync() 65 resources = parameter.resources; in loadSync() 70 if (resources != null) { in loadSync() 71 for (Entry<String, Object> entry : resources.entries()) { in loadSync() 81 public final ObjectMap<String, Object> resources; field in SkinLoader.SkinParameter 87 public SkinParameter(ObjectMap<String, Object> resources){ in SkinParameter() argument 88 this(null, resources); in SkinParameter() [all …]
|
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios-moe/xcode/ios-moe.xcodeproj/ |
D | project.pbxproj | 18 …03E2841C1CDFA83B005BA4F0 /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 03E2841B1CDFA8… 19 …03E2842A1CDFAB6C005BA4F0 /* Default-375w-667h@2x.png in Resources */ = {isa = PBXBuildFile; fileRe… 20 …03E2842B1CDFAB6C005BA4F0 /* Default-414w-736h@3x.png in Resources */ = {isa = PBXBuildFile; fileRe… 21 …03E2842C1CDFAB6C005BA4F0 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0… 22 …03E2842D1CDFAB6C005BA4F0 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 03E284221… 23 …03E2842E1CDFAB6C005BA4F0 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 03E284… 24 …03E2842F1CDFAB6C005BA4F0 /* Default@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 0… 25 …03E284301CDFAB6C005BA4F0 /* Default~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 03E2… 26 …03E284311CDFAB6C005BA4F0 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 03E284261… 27 …03E284321CDFAB6C005BA4F0 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 03E284… [all …]
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 252 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/ |
D | TargetSchedule.td | 15 // 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/ |
D | LogMessageParserTest.java | 27 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 …]
|