HomeSort by relevance Sort by last modified time
    Searched refs:usages (Results 1 - 15 of 15) sorted by null

  /dalvik/dx/tests/118-find-usages/
run 21 dx --find-usages foo.dex "Ljava/io/StreamTokenizer;" nval
24 dx --find-usages foo.dex "Ljava/util/ArrayList;" remove
27 dx --find-usages foo.dex "Ljava/util/Collection;" remove
30 dx --find-usages foo.dex "Ljava/lang/String;" valueOf
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
ExtendedKeyUsage.java 82 Vector usages)
85 Enumeration e = usages.elements();
105 * Returns all extended key usages.
  /frameworks/base/graphics/java/android/renderscript/
Script.java 191 protected void init(RenderScript rs, int dimx, int usages) {
192 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
  /frameworks/base/libs/rs/
rsAllocation.h 68 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
137 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc);
rsAllocation.cpp 24 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages,
30 mHal.state.usageFlags = usages;
37 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages,
39 Allocation *a = new Allocation(rsc, type, usages, mc);
483 uint32_t usages) {
484 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips);
494 const void *data, size_t data_length, uint32_t usages) {
497 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages);
515 const void *data, size_t data_length, uint32_t usages) {
521 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages);
    [all...]
rs.spec 44 param uint32_t usages
53 param uint32_t usages
62 param uint32_t usages
  /external/chromium/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 289 std::vector<std::string> usages; local
290 x509_certificate_model::GetUsageStrings(cert, &usages);
291 if (usages.size()) {
294 UTF8ToUTF16(JoinString(usages, ',')));
certificate_viewer.cc 198 std::vector<std::string> usages; local
199 x509_certificate_model::GetUsageStrings(cert, &usages);
200 for (size_t i = 0; i < usages.size(); ++i)
204 usages[i].c_str()))),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 360 * by peeking at the usages of the R.layout.name field corresponding to the layout and
421 * for all usages of Activity#setContentView(int), and for each match it looks up the
456 final Map<String, String> usages = new HashMap<String, String>(); local
457 mUsages = usages;
476 usages.put(matcher.group(1), fqcn);
  /external/chromium/chrome/common/net/
x509_certificate_model_nss.cc 145 std::vector<string>* usages) {
146 psm::GetCertUsageStrings(cert_handle, usages);
x509_certificate_model.h 35 std::vector<std::string>* usages);
x509_certificate_model_openssl.cc 79 std::vector<std::string>* usages) {
  /external/blktrace/btreplay/doc/
btreplay.tex 42 example usages of it in everyday work here at OSLO's Scalability and
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 360 milliseconds