/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/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebCryptoKey.cpp | 42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages) 47 , usages(usages) 56 const WebCryptoKeyUsageMask usages; member in class:blink::WebCryptoKeyPrivate 59 WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages) 62 key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages)); 95 WebCryptoKeyUsageMask WebCryptoKey::usages() const function in class:blink::WebCryptoKey 98 return m_private->usages;
|
/external/chromium_org/chrome/third_party/mozilla_security_manager/ |
nsUsageArrayHelper.cpp | 46 SECCertificateUsage usages = 0; local 50 NULL, &usages) == SECSuccess) { 66 if (usages & usage_string_map[i].usage)
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
Key.idl | 37 readonly attribute DOMString[] usages;
|
Key.cpp | 167 Vector<String> Key::usages() const function in class:WebCore::Key 172 if (m_key.usages() & usage) 180 if (!(m_key.usages() & toKeyUsage(op))) { 181 exceptionState.throwDOMException(NotSupportedError, "key.usages does not permit this operation"); 230 bool Key::parseUsageMask(const Vector<String>& usages, blink::WebCryptoKeyUsageMask& mask, ExceptionState& exceptionState) 233 for (size_t i = 0; i < usages.size(); ++i) { 234 blink::WebCryptoKeyUsageMask usage = keyUsageStringToMask(usages[i]);
|
Key.h | 56 Vector<String> usages() const;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
ExtendedKeyUsage.java | 82 KeyPurposeId[] usages) 86 for (int i = 0; i != usages.length; i++) 88 v.add(usages[i]); 89 this.usageTable.put(usages[i], usages[i]); 99 Vector usages) 102 Enumeration e = usages.elements(); 122 * Returns all extended key usages.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwQuotaManagerBridge.java | 47 Origins(String[] origins, long[] usages, long[] quotas) { 49 mUsages = usages; 137 private void onGetOriginsCallback(int callbackId, String[] origin, long[] usages, 141 new Origins(origin, usages, quotas));
|
/external/chromium_org/chrome/browser/sessions/ |
session_data_deleter.cc | 41 // Deletes the local storage described by |usages| for origins which are 45 const std::vector<content::LocalStorageUsageInfo>& usages); 91 const std::vector<content::LocalStorageUsageInfo>& usages) { 93 usages.begin(); 94 it != usages.end();
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebCryptoKey.h | 121 BLINK_PLATFORM_EXPORT WebCryptoKeyUsageMask usages() const;
|
/frameworks/rs/cpp/ |
Script.cpp | 57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { 58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
|
/external/chromium_org/chrome/browser/resources/ |
certificate_viewer.css | 23 #usages-title { 38 #usages, 57 #usages,
|
/frameworks/rs/ |
rsAllocation.cpp | 30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, 36 mHal.state.usageFlags = usages; 51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, 61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr); 596 uint32_t usages, uintptr_t ptr) { 597 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void*)ptr); 607 const void *data, size_t sizeBytes, uint32_t usages) { 610 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); 629 const void *data, size_t sizeBytes, uint32_t usages) { 635 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0) [all...] |
rs.spec | 50 param uint32_t usages 60 param uint32_t usages 69 param uint32_t usages
|
rsAllocation.h | 99 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages, 190 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
/external/chromium_org/content/renderer/webcrypto/ |
webcrypto_impl_unittest.cc | 857 EXPECT_EQ(blink::WebCryptoKeyUsageEncrypt, key.usages()); 910 EXPECT_EQ(blink::WebCryptoKeyUsageEncrypt, key.usages()); [all...] |
webcrypto_impl.cc | 233 DCHECK_EQ(usage_mask, public_key.usages()); 234 DCHECK_EQ(usage_mask, private_key.usages()); 245 DCHECK_EQ(usage_mask, key.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, ',')));
|
/external/chromium_org/chrome/browser/ui/gtk/ |
ssl_client_certificate_selector.cc | 282 std::vector<std::string> usages; local 283 x509_certificate_model::GetUsageStrings(cert, &usages); 284 if (usages.size()) { 287 UTF8ToUTF16(JoinString(usages, ',')));
|
/external/chromium_org/chrome/browser/ui/webui/ |
certificate_viewer_webui.cc | 101 std::vector<std::string> usages; local 102 x509_certificate_model::GetUsageStrings(cert_hnd, &usages); 104 for (std::vector<std::string>::iterator it = usages.begin(); 105 it != usages.end(); ++it) { 111 cert_info.SetString("general.usages", usagestr);
|
/frameworks/base/graphics/java/android/renderscript/ |
Script.java | 320 protected void init(RenderScript rs, int dimx, int usages) { 321 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Script.java | 442 protected void init(RenderScript rs, int dimx, int usages) { 443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 466 * by peeking at the usages of the R.layout.name field corresponding to the layout and 486 * by peeking at the usages of the R.layout.name field corresponding to the layout and 591 * for all usages of Activity#setContentView(int), and for each match it looks up the 627 final Map<String, String> usages = new HashMap<String, String>(); local 628 mUsages = usages; 647 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);
|
/external/chromium_org/chrome/common/net/ |
x509_certificate_model_nss.cc | 149 std::vector<string>* usages) { 150 psm::GetCertUsageStrings(cert_handle, usages);
|