HomeSort by relevance Sort by last modified time
    Searched refs:usages (Results 1 - 19 of 19) 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
  /frameworks/rs/cpp/
Script.cpp 65 void Script::FieldBase::init(RenderScript *rs, uint32_t dimx, uint32_t usages) {
66 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
Script.h 72 void init(RenderScript *rs, uint32_t dimx, uint32_t usages = 0);
  /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 203 protected void init(RenderScript rs, int dimx, int usages) {
204 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
  /frameworks/rs/
rsAllocation.h 77 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
152 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
rsAllocation.cpp 28 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages,
34 mHal.state.usageFlags = usages;
41 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages,
43 Allocation *a = new Allocation(rsc, type, usages, mc, ptr);
602 uint32_t usages, uint32_t ptr) {
603 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void *)ptr);
613 const void *data, size_t data_length, uint32_t usages) {
616 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
634 const void *data, size_t data_length, uint32_t usages) {
640 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0)
    [all...]
rs.spec 44 param uint32_t usages
54 param uint32_t usages
63 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 397 * by peeking at the usages of the R.layout.name field corresponding to the layout and
459 * for all usages of Activity#setContentView(int), and for each match it looks up the
495 final Map<String, String> usages = new HashMap<String, String>(); local
496 mUsages = usages;
515 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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 359 milliseconds