/external/elfutils/config/ |
Makefile.am | 19 EXTRA_DIST = elfutils.spec.in
|
/external/icu4c/layout/ |
Lookups.h | 22 lfBaselineIsLogicalEnd = 0x0001, // The MS spec. calls this flag "RightToLeft" but this name is more accurate
|
/external/openssl/apps/ |
dh4096.pem | 16 (http://www.skip-vpn.org/spec/numbers.html).
|
/external/skia/src/ports/ |
SkOSEvent_android.cpp | 68 timespec spec = gTimeSpec; local 74 if (spec.tv_sec == 0 && spec.tv_nsec == 0) 77 status = pthread_cond_timedwait(&gTimerCond, &gTimerMutex, &spec);
|
/external/webkit/JavaScriptCore/parser/ |
Keywords.table | 46 # these words are reserved for future use in the ECMA spec, but not in WinIE
|
/external/webkit/WebKitTools/Scripts/ |
update-iexploder-cssproperties | 39 use File::Spec; 46 my $iExploderFile = File::Spec->catfile(sourceDir(), split("/", "WebKitTools/iExploder/htdocs/cssproperties.in")); 47 my $cssPropertyNamesFile = File::Spec->catfile(sourceDir(), split("/", "WebCore/css/CSSPropertyNames.in")); 61 my $path = File::Spec->abs2rel($cssPropertyNamesFile, sourceDir());
|
test-webkitperl | 36 use File::Spec; 45 my $pattern = File::Spec->catfile($scriptsDir, "webkitperl/*_unittest/*.pl");
|
/external/wpa_supplicant/wpa_gui/ |
setup-mingw-cross-compiling | 7 qmake -spec /q/jm/qt4-win/4.3.3/mkspecs/win32-g++ wpa_gui.pro -o Makefile
|
/external/wpa_supplicant/wpa_gui-qt4/ |
setup-mingw-cross-compiling | 7 qmake -spec /q/jm/qt4-win/4.0.0/mkspecs/win32-g++ wpa_gui.pro -o Makefile
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
setup-mingw-cross-compiling | 7 qmake -spec /q/jm/qt4-win/4.0.0/mkspecs/win32-g++ wpa_gui.pro -o Makefile
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DHGenParameterSpec.java | 18 package javax.crypto.spec; 20 import java.security.spec.AlgorithmParameterSpec;
|
DHPrivateKeySpec.java | 18 package javax.crypto.spec; 21 import java.security.spec.KeySpec;
|
DHPublicKeySpec.java | 18 package javax.crypto.spec; 21 import java.security.spec.KeySpec;
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/support/ |
MyMacSpi.java | 28 import java.security.spec.AlgorithmParameterSpec; 31 import javax.crypto.spec.SecretKeySpec;
|
/dalvik/libcore/luni/src/main/java/java/net/ |
URL.java | 150 * Creates a new URL instance by parsing the string {@code spec}. 152 * @param spec 155 * if the given string {@code spec} could not be parsed as a 158 public URL(String spec) throws MalformedURLException { 159 this((URL) null, spec, (URLStreamHandler) null); 163 * Creates a new URL to the specified resource {@code spec}. This URL is 167 * {@code spec}. Otherwise the protocol is defined by the context URL. 171 * @param spec 174 * if the given string {@code spec} could not be parsed as a URL 177 public URL(URL context, String spec) throws MalformedURLException [all...] |
/dalvik/libcore/security/src/test/java/tests/security/interfaces/ |
RSAKeyTest.java | 26 import java.security.spec.RSAPrivateKeySpec; 27 import java.security.spec.RSAPublicKeySpec;
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
AlgorithmParametersTest.java | 26 import java.security.spec.AlgorithmParameterSpec; 27 import java.security.spec.InvalidParameterSpecException;
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
KeyManagerFactorySpi.java | 59 * @param spec 64 protected abstract void engineInit(ManagerFactoryParameters spec)
|
TrustManagerFactorySpi.java | 52 * @param spec 57 protected abstract void engineInit(ManagerFactoryParameters spec)
|
/external/iproute2/tc/ |
q_tbf.c | 59 fprintf(stderr, "Double \"limit/latency\" spec\n"); 70 fprintf(stderr, "Double \"limit/latency\" spec\n"); 83 fprintf(stderr, "Double \"buffer/burst\" spec\n"); 95 fprintf(stderr, "Double \"mtu/minburst\" spec\n"); 106 fprintf(stderr, "Double \"mpu\" spec\n"); 117 fprintf(stderr, "Double \"rate\" spec\n"); 128 fprintf(stderr, "Double \"peakrate\" spec\n"); 139 fprintf(stderr, "Double \"overhead\" spec\n");
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8MessagePortCustom.h | 42 // Also validates the elements per sections 4.1.13 and 4.1.15 of the WebIDL spec and section 8.3.3 of the HTML5 spec and generates exceptions as appropriate.
|
/external/webkit/WebCore/xml/ |
NativeXPathNSResolver.cpp | 48 // This is not done by Node::lookupNamespaceURI as per the DOM3 Core spec, 49 // but the XPath spec says that we should do it for XPathNSResolver.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/ |
DSAKeyFactoryImpl.java | 29 import java.security.spec.DSAPrivateKeySpec; 30 import java.security.spec.DSAPublicKeySpec; 31 import java.security.spec.InvalidKeySpecException; 32 import java.security.spec.KeySpec; 33 import java.security.spec.PKCS8EncodedKeySpec; 34 import java.security.spec.X509EncodedKeySpec;
|
/external/icu4c/io/ |
uprntf_p.c | 101 u_printf_spec_info fInfo; /* Information on this spec */ 1219 u_printf_spec spec; local [all...] |
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
PSSParameterSpecTest.java | 23 package tests.security.spec; 32 import java.security.spec.AlgorithmParameterSpec; 33 import java.security.spec.MGF1ParameterSpec; 34 import java.security.spec.PSSParameterSpec; 91 args = {java.lang.String.class, java.lang.String.class, java.security.spec.AlgorithmParameterSpec.class, int.class, int.class} 112 args = {java.lang.String.class, java.lang.String.class, java.security.spec.AlgorithmParameterSpec.class, int.class, int.class} 135 args = {java.lang.String.class, java.lang.String.class, java.security.spec.AlgorithmParameterSpec.class, int.class, int.class} 158 args = {java.lang.String.class, java.lang.String.class, java.security.spec.AlgorithmParameterSpec.class, int.class, int.class} 182 args = {java.lang.String.class, java.lang.String.class, java.security.spec.AlgorithmParameterSpec.class, int.class, int.class} 205 args = {java.lang.String.class, java.lang.String.class, java.security.spec.AlgorithmParameterSpec.class, int.class, int.class [all...] |