Home
last modified time | relevance | path

Searched defs:resources (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/external/libtextclassifier/native/utils/
Dresources_test.cc137 Resources resources( in TEST_F() local
165 Resources resources( in TEST_F() local
178 Resources resources( in TEST_F() local
187 Resources resources( in TEST_F() local
199 Resources resources( in TEST_F() local
220 Resources resources( in TEST_F() local
255 Resources resources( in TEST_F() local
274 Resources resources( in TEST_F() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDataSourceContractTest.java115 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpec_readUntilEnd() local
142 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPosition_readUntilEnd() local
173 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithLength_readExpectedRange() local
197 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAndLength_readExpectedRange() local
226 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEnd_readsZeroBytes() local
259 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEndAndLength_readsZeroBytes() local
294 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionOutOfRange_throwsPositionOutOfRangeException() local
316 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithEndPositionOutOfRange_readsToEnd() local
356 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpecWithGzipFlag_readUntilEnd() local
395 ImmutableList<TestResource> resources = getTestResources(); in transferListenerCallbacks() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDataSourceContractTest.java115 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpec_readUntilEnd() local
142 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPosition_readUntilEnd() local
173 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithLength_readExpectedRange() local
197 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAndLength_readExpectedRange() local
226 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEnd_readsZeroBytes() local
259 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionAtEndAndLength_readsZeroBytes() local
294 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithPositionOutOfRange_throwsPositionOutOfRangeException() local
316 ImmutableList<TestResource> resources = getTestResources(); in dataSpecWithEndPositionOutOfRange_readsToEnd() local
356 ImmutableList<TestResource> resources = getTestResources(); in unboundedDataSpecWithGzipFlag_readUntilEnd() local
395 ImmutableList<TestResource> resources = getTestResources(); in transferListenerCallbacks() local
[all …]
/external/angle/src/tests/compiler_tests/
DConstructCompiler_test.cpp17 ShBuiltInResources resources; in TEST() local
28 ShBuiltInResources resources; in TEST() local
39 ShBuiltInResources resources; in TEST() local
DShaderVariable_test.cpp230 ShBuiltInResources resources; in TEST_F() local
253 ShBuiltInResources resources; in TEST_F() local
288 ShBuiltInResources resources; in TEST_F() local
330 ShBuiltInResources resources; in TEST_F() local
372 ShBuiltInResources resources; in TEST_F() local
466 ShBuiltInResources resources; in TEST_F() local
DExtensionDirective_test.cpp101 void initResources(ShBuiltInResources *resources) override in initResources()
126 void initResources(ShBuiltInResources *resources) override in initResources()
151 void initResources(ShBuiltInResources *resources) override { resources->EXT_YUV_target = 1; } in initResources()
/external/angle/build/android/docs/
Dlife_of_a_resource.md109 #how-r_java-files-are-generated)
112 #### 4(a). Compiles resources:
127 #### 4(b). Links resources:
142 #### 4(c). Optimizes resources:
/external/cronet/build/android/docs/
Dlife_of_a_resource.md109 #how-r_java-files-are-generated)
112 #### 4(a). Compiles resources:
127 #### 4(b). Links resources:
142 #### 4(c). Optimizes resources:
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java90 final Resources resources, final ReportOutputFolder base) in render()
110 final Resources resources, final ReportOutputFolder base) in footer()
119 final List<? extends ITableItem> items, final Resources resources, in body()
177 final Resources resources, final ReportOutputFolder base) in footer()
180 renderer.footer(tr.td(style), total, resources, base); in footer() local
185 final Resources resources, final ReportOutputFolder base) in body()
DBarColumn.java76 final Resources resources, final ReportOutputFolder base) in footer()
85 final Resources resources, final ReportOutputFolder base) in item()
97 final Resources resources, final ReportOutputFolder base) in bar()
DIColumnRenderer.java56 void footer(HTMLElement td, ICoverageNode total, Resources resources, in footer()
73 void item(HTMLElement td, ITableItem item, Resources resources, in item()
DLabelColumn.java42 final Resources resources, final ReportOutputFolder base) in footer()
48 final Resources resources, final ReportOutputFolder base) in item()
/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.hpp101 std::unique_ptr<root_resource>> resources; member in clover::root_buffer
122 std::unique_ptr<sub_resource>> resources; member in clover::sub_buffer
159 std::unique_ptr<root_resource>> resources; member in clover::image
/external/cronet/build/config/android/test/resource_overlay/java/src/org/chromium/build/resource_overlay/
DResourceOverlayTest.java34 Resources resources = InstrumentationRegistry.getTargetContext().getResources(); in testDependencyTagged() local
46 Resources resources = InstrumentationRegistry.getTargetContext().getResources(); in testRootTagged() local
/external/python/setuptools/setuptools/
D_importlib.py34 from setuptools.extern import importlib_resources as resources namespace
36 import importlib.resources as resources # noqa: F401 namespace
/external/angle/build/config/android/test/resource_overlay/java/src/org/chromium/build/resource_overlay/
DResourceOverlayTest.java34 Resources resources = InstrumentationRegistry.getTargetContext().getResources(); in testDependencyTagged() local
46 Resources resources = InstrumentationRegistry.getTargetContext().getResources(); in testRootTagged() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmVariablePointersTests.cpp1595 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
1617 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
1639 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
1669 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
1697 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
1725 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
1759 GraphicsResources resources; in addVariablePointersGraphicsGroup() local
2071 GraphicsResources resources; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2095 GraphicsResources resources; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2118 GraphicsResources resources; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
[all …]
/external/angle/src/compiler/translator/
DInitialize.cpp12 void InitExtensionBehavior(const ShBuiltInResources &resources, TExtensionBehavior &extBehavior) in InitExtensionBehavior()
210 void ResetExtensionBehavior(const ShBuiltInResources &resources, in ResetExtensionBehavior()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DTryStmt.java97 private NodeList<Expression> resources; field in TryStmt
115 …public TryStmt(NodeList<Expression> resources, final BlockStmt tryBlock, final NodeList<CatchClaus… in TryStmt()
123 …public TryStmt(TokenRange tokenRange, NodeList<Expression> resources, BlockStmt tryBlock, NodeList… in TryStmt()
206 public TryStmt setResources(final NodeList<Expression> resources) { in setResources()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DTryStmt.java38 private List<VariableDeclarationExpr> resources; field in TryStmt
56 public TryStmt(Range range, List<VariableDeclarationExpr> resources, in TryStmt()
111 public TryStmt setResources(List<VariableDeclarationExpr> resources) { in setResources()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
DGlideBitmapDrawableTranscoder.java18 private final Resources resources; field in GlideBitmapDrawableTranscoder
25 public GlideBitmapDrawableTranscoder(Resources resources, BitmapPool bitmapPool) { in GlideBitmapDrawableTranscoder()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DTryStmt.java35 private List<VariableDeclarationExpr> resources; field in TryStmt
54 final int endLine, final int endColumn, List<VariableDeclarationExpr> resources, in TryStmt()
104 public void setResources(List<VariableDeclarationExpr> resources) { in setResources()
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
DResourceLoader.java19 private final Resources resources; field in ResourceLoader
25 public ResourceLoader(Resources resources, ModelLoader<Uri, T> uriLoader) { in ResourceLoader()
/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable.cc85 void CreateResourceVariableIfNotAvailable(ResourceMap* resources, in CreateResourceVariableIfNotAvailable()
93 ResourceVariable* GetResourceVariable(ResourceMap* resources, int resource_id) { in GetResourceVariable()
/external/ruy/ruy/
Dctx.cc174 auto& resources = mutable_impl()->thread_specific_resources_; in EnsureThreadSpecificResources() local
182 const auto& resources = impl().thread_specific_resources_; in GetThreadSpecificTuningResolver() local
188 const auto& resources = impl().thread_specific_resources_; in GetThreadSpecificAllocator() local

12345678910>>...33