HomeSort by relevance Sort by last modified time
    Searched defs:kResource (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
grayscalejpg.cpp 17 const char kResource[] = "images/grayscale.jpg";
18 sk_sp<SkImage> image(GetResourceAsImage(kResource));
23 " to set the resourcePath?\n", kResource);
  /external/skqp/gm/
grayscalejpg.cpp 17 const char kResource[] = "images/grayscale.jpg";
18 sk_sp<SkImage> image(GetResourceAsImage(kResource));
23 " to set the resourcePath?\n", kResource);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 50 // (kind kResource).
52 // Only kParameter and initialized kResource arguments become runtime parameters
56 // | kParameter values | Initial values of kResource arguments |
64 // | _Retval values | Updated values of kResource arguments |
66 // _Retval values are ordered by _Retval index, whereas kResource values are
69 // In both inputs and outputs, kResource values are placed the end. When
98 kResource,
129 // For a kResource, what kind of resource is it?
132 // For a kResource, has this resource been initialized?
  /frameworks/base/tools/aapt2/
ResourceValues.h 152 kResource,
163 explicit Reference(const ResourceNameRef& n, Type type = Type::kResource);
164 explicit Reference(const ResourceId& i, Type type = Type::kResource);

Completed in 75 milliseconds