HomeSort by relevance Sort by last modified time
    Searched refs:resources (Results 1 - 25 of 708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar 
hyts_services2.jar 
  /external/tinyxml2/
biicode.conf 7 xmltest.cpp + resources/*.xm
  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
Service.java 18 package tests.resources.ServiceLoader;
ServiceDuplicateIn2File.java 18 package tests.resources.ServiceLoader;
ServiceFinalClass.java 18 package tests.resources.ServiceLoader;
ServiceForAllCommentTest.java 18 package tests.resources.ServiceLoader;
ServiceForEmptyTest.java 18 package tests.resources.ServiceLoader;
ServiceForIllegalNameTest.java 18 package tests.resources.ServiceLoader;
ServiceForWrongNameTest.java 18 package tests.resources.ServiceLoader;
ServiceIn2File.java 18 package tests.resources.ServiceLoader;
ServiceIn2FileWithEmptyConfig.java 18 package tests.resources.ServiceLoader;
ServiceMoreThanOne.java 18 package tests.resources.ServiceLoader;
ServiceWithDuplicateSons.java 18 package tests.resources.ServiceLoader;
AbstractService.java 18 package tests.resources.ServiceLoader;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
package-info.java 14 * Internal: Resources for HTML reports.
16 package org.jacoco.report.internal.html.resources
  /external/deqp-deps/glslang/StandAlone/
ResourceLimits.cpp 262 void DecodeResourceLimits(TBuiltInResource* resources, char* config)
289 resources->maxLights = value;
291 resources->maxClipPlanes = value;
293 resources->maxTextureUnits = value;
295 resources->maxTextureCoords = value;
297 resources->maxVertexAttribs = value;
299 resources->maxVertexUniformComponents = value;
301 resources->maxVaryingFloats = value;
303 resources->maxVertexTextureImageUnits = value;
305 resources->maxCombinedTextureImageUnits = value
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
hyts_resource.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_en_US.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_en_US_VAR.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_fr.java 18 package tests.resources.subfolder.tests.resources;
hyts_resource_fr_FR_VAR.java 17 package tests.resources.subfolder.tests.resources;
  /external/swiftshader/src/OpenGL/compiler/
Initialize.h 22 void InsertBuiltInFunctions(GLenum shaderType, const ShBuiltInResources &resources, TSymbolTable &table);
25 const ShBuiltInResources& resources,
28 void InitExtensionBehavior(const ShBuiltInResources& resources,
  /cts/tools/release-parser/tests/
generate_golden_sample_files.sh 6 # 1. add the file name in targetFile below after adding a new object file in ./resources
17 java -cp $ANDROID_HOST_OUT/framework/release-parser.jar com.android.cts.releaseparser.ApkParser -i resources/$file -of resources/$file.pb.txt
23 java -cp $ANDROID_HOST_OUT/framework/release-parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -pi -of resources/$file.pb.txt
29 java -cp $ANDROID_HOST_OUT/framework/release-parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -of resources/$file.pb.txt
35 java -cp $ANDROID_HOST_OUT/framework/release-parser.jar com.android.cts.releaseparser.VdexParser -i resources/$file -of resources/$file.pb.txt
41 java -cp $ANDROID_HOST_OUT/framework/release-parser.jar com.android.cts.releaseparser.OdexParser -i resources/$file -of resources/$file.pb.tx
    [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
Validation.cpp 16 #include "Resources.h"
28 auto resources = ResourceTracker::get(); local
31 if (!resources->isValidMemoryRange(pMemoryRanges[i])) {
46 auto resources = ResourceTracker::get(); local
49 if (!resources->isValidMemoryRange(pMemoryRanges[i])) {

Completed in 5753 milliseconds

1 2 3 4 5 6 7 8 91011>>