Searched defs:provided (Results 1 - 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DDSASigner.java162 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided) argument
164 return !needed ? null : (provided != null) ? provided : new SecureRandom();
H A DECDSASigner.java248 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided) argument
250 return !needed ? null : (provided != null) ? provided : new SecureRandom();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb11 modification, are permitted provided that the following conditions
18 documentation and/or other materials provided with the distribution.
491 class provided by the token scheme. class in class:ANTLR3.with.ARecognizerOrSuch
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h248 * Utility function to check whether the provided alignment is consistent with
252 pb_check_alignment(pb_size requested, pb_size provided) argument
256 if(requested > provided)
258 if(provided % requested != 0)
265 * Utility function to check whether the provided alignment is consistent with
269 pb_check_usage(unsigned requested, unsigned provided) argument
271 return (requested & provided) == requested ? TRUE : FALSE;
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jar ... .FormatterException { private static final long serialVersionUID public final int provided public final int used public void " href="/7.0. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/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.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 308 milliseconds