Searched defs:Resources (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/tools/clang-format-vs/ClangFormat/
H A DResources.Designer.cs22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
25 internal class Resources { class in namespace:LLVM.ClangFormat
27 private static global::System.Resources.ResourceManager resourceMan;
32 internal Resources() { method in class:LLVM.ClangFormat.Resources
39 internal static global::System.Resources.ResourceManager ResourceManager {
42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LLVM.ClangFormat.Resources", typeof(Resources).Assembly);
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DResources.cs15 using System.Resources;
24 class Resources class in namespace:LzmaAlone.Properties
27 private static System.Resources.ResourceManager _resMgr;
32 internal Resources() method in class:LzmaAlone.Properties.Resources
40 public static System.Resources.ResourceManager ResourceManager
46 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Resources", typeof(Resources).Assembly);
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/
H A DAppResources.Designer.cs11 namespace PhoneXamlDirect3DApp1.Resources
23 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
29 private static global::System.Resources.ResourceManager resourceMan;
42 public static global::System.Resources.ResourceManager ResourceManager
48 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PhoneXamlDirect3DApp1.Resources.AppResources", typeof(AppResources).Assembly);
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/
H A DAppResources.Designer.cs11 namespace PhoneXamlDirect3DApp1.Resources
23 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
29 private static global::System.Resources.ResourceManager resourceMan;
42 public static global::System.Resources.ResourceManager ResourceManager
48 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PhoneXamlDirect3DApp1.Resources.AppResources", typeof(AppResources).Assembly);
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/
H A DAppResources.Designer.cs11 namespace OpenCVXaml.Resources
23 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
29 private static global::System.Resources.ResourceManager resourceMan;
42 public static global::System.Resources.ResourceManager ResourceManager
48 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OpenCVXaml.Resources.AppResources", typeof(AppResources).Assembly);
/external/vulkan-validation-layers/tests/
H A Dvktestframework.h91 TBuiltInResource Resources; member in class:VkTestFramework
/external/guava/guava/src/com/google/common/io/
H A DResources.java47 public final class Resources { class
48 private Resources() {} method in class:Resources
77 return "Resources.asByteSource(" + url + ")";
139 * {@code Resources.asCharSource(url, charset).readLines()}.
188 * loader that loaded this class ({@code Resources}) will be used instead.
195 Resources.class.getClassLoader());
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A DResources.java25 public class Resources { class
53 public Resources(final ReportOutputFolder root) { method in class:Resources
125 final InputStream in = Resources.class.getResourceAsStream(name);
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DLogicalDylib.h38 : Resources(std::move(RHS.Resources)),
41 LogicalModuleResources Resources; member in struct:llvm::orc::LogicalDylib::LogicalModule
77 return LMH->Resources;
92 if (auto StubSym = LMH->Resources.findSymbol(Name, ExportedSymbolsOnly))
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DAndroidFacade.java97 public interface Resources { interface in class:AndroidFacade
109 private final Resources mResources;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp234 deUint32 maxResourceConsumers; // Maximum number of objects using same Object::Resources concurrently
268 typename Case::Resources resources;
340 const typename Object::Resources res (env, params);
427 struct Resources struct in struct:vkt::api::__anon3597::Instance
429 Resources (const Environment&, const Parameters&) {} function in struct:vkt::api::__anon3597::Instance::Resources
437 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters&) argument
480 struct Resources struct in struct:vkt::api::__anon3597::Device
487 Resources (const Environment& env, const Parameters& params) function in struct:vkt::api::__anon3597::Device::Resources
526 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&)
576 struct Resources
1360 struct Resources struct in struct:vkt::PipelineLayout
1368 Resources (const Environment& env, const Parameters& params) function in struct:vkt::PipelineLayout::Resources
1412 struct Resources struct in struct:vkt::RenderPass
1414 Resources (const Environment&, const Parameters&) {} function in struct:vkt::RenderPass::Resources
1422 create(const Environment& env, const Resources&, const Parameters&) argument
1503 struct Resources struct in struct:vkt::GraphicsPipeline
1511 Resources (const Environment& env, const Parameters&) function in struct:vkt::GraphicsPipeline::Resources
1712 struct Resources struct in struct:vkt::ComputePipeline
1730 Resources (const Environment& env, const Parameters&) function in struct:vkt::ComputePipeline::Resources
1801 struct Resources struct in struct:vkt::DescriptorPool
1803 Resources (const Environment&, const Parameters&) {} function in struct:vkt::DescriptorPool::Resources
1811 create(const Environment& env, const Resources&, const Parameters& params) argument
1840 struct Resources struct in struct:vkt::DescriptorSet
1869 Resources (const Environment& env, const Parameters& params) function in struct:vkt::DescriptorSet::Resources
1906 struct Resources struct in struct:vkt::Framebuffer
1912 Resources (const Environment& env, const Parameters&) function in struct:vkt::Framebuffer::Resources
1980 struct Resources struct in struct:vkt::CommandPool
1982 Resources (const Environment&, const Parameters&) {} function in struct:vkt::CommandPool::Resources
1990 create(const Environment& env, const Resources&, const Parameters& params) argument
2020 struct Resources struct in struct:vkt::CommandBuffer
2024 Resources (const Environment& env, const Parameters& params) function in struct:vkt::CommandBuffer::Resources
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1420 milliseconds

12