Searched
full:spec (Results
676 -
700 of
5555) sorted by null
<<21222324252627282930>>
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form21t.java | 27 * Instruction format {@code 21t}. See the instruction format spec 91 // Note: A zero offset would fit, but it is prohibited by the spec.
|
/device/huawei/angler/location/loc_api/loc_api_v02/ |
loc_util_log.h | 60 #define MODEM_LOG_CALLFLOW(SPEC, VAL) 61 #define EXIT_LOG_CALLFLOW(SPEC, VAL)
|
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
loc_util_log.h | 60 #define MODEM_LOG_CALLFLOW(SPEC, VAL) 61 #define EXIT_LOG_CALLFLOW(SPEC, VAL)
|
/device/moto/shamu/location/loc_api/loc_api_v02/ |
loc_util_log.h | 60 #define MODEM_LOG_CALLFLOW(SPEC, VAL) 61 #define EXIT_LOG_CALLFLOW(SPEC, VAL)
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
api.t | 4 use File::Spec; 36 return File::Spec->catfile($basedir, $tmp);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DHParameterSpecTest.java | 22 package org.apache.harmony.crypto.tests.javax.crypto.spec; 27 import javax.crypto.spec.DHParameterSpec;
|
DHPrivateKeySpecTest.java | 22 package org.apache.harmony.crypto.tests.javax.crypto.spec; 26 import javax.crypto.spec.DHPrivateKeySpec;
|
DHPublicKeySpecTest.java | 22 package org.apache.harmony.crypto.tests.javax.crypto.spec; 26 import javax.crypto.spec.DHPublicKeySpec;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
InvalidParameterSpecExceptionTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 24 import java.security.spec.InvalidParameterSpecException;
|
MGF1ParameterSpecTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 24 import java.security.spec.MGF1ParameterSpec;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyPairGeneratorSpi.java | 6 import java.security.spec.AlgorithmParameterSpec; 9 import javax.crypto.spec.DHParameterSpec;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
ECParameterSpec.java | 1 package org.bouncycastle.jce.spec; 7 import java.security.spec.AlgorithmParameterSpec;
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
WorkerMain.java | 37 // TODO(lukes): instead of parsing the spec from the command line pass the port number on the 38 // command line and then receive the spec from the socket. This way we can start JVMs prior
|
/external/clang/test/CXX/except/except.spec/ |
p5-pointers.cpp | 33 void (*s8())() throw(B1); // s8 returns a pointer to function with spec 34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form10t.java | 25 * Instruction format {@code 10t}. See the instruction format spec 75 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form20t.java | 25 * Instruction format {@code 20t}. See the instruction format spec 75 // Note: A zero offset would fit, but it is prohibited by the spec.
|
Form21t.java | 28 * Instruction format {@code 21t}. See the instruction format spec 92 // Note: A zero offset would fit, but it is prohibited by the spec.
|
/external/elfutils/config/ |
Makefile.am | 31 EXTRA_DIST = elfutils.spec.in known-dwarf.awk 10-default-yama-scope.conf 38 $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_vbtmp.h | 44 GLfloat (*col)[4], (*spec)[4]; 136 spec = VB->AttribPtr[_TNL_ATTRIB_COLOR1]->data; 139 spec = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR1]; 168 STRIDE_4F(spec, start * spec_stride); 205 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.red, spec[0][0]); 206 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, spec[0][1]); 207 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, spec[0][2]); 208 STRIDE_4F(spec, spec_stride);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PCalledPartyIDHeader.java | 50 * called-pty-id-spec 51 * called-pty-id-spec = name-addr *(SEMI cpid-param)
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/ |
UriEncoder.java | 35 // its escape as required by spec. See 36 // http://yaml.org/spec/1.1/#escaping%20in%20URI/
|
/frameworks/av/media/libstagefright/wifi-display/ |
VideoFormats.h | 99 bool parseFormatSpec(const char *spec); 111 bool parseH264Codec(const char *spec);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WnmData.java | 23 * described in the Hotspot 2.0 spec, section 3.2. 26 private static final int ESS = 1; // HS2.0 spec section 3.2.1.2, table 4
|
/frameworks/rs/api/ |
GenerateStubsWhiteList.cpp | 66 for (TypeSpecification* spec : type->second->getSpecifications()) { 68 const VersionInfo info = spec->getVersionInfo(); 72 switch (spec->getKind()) { 74 return spec->getSimpleType(); 81 return spec->getStructName(); 351 const FunctionSpecification& spec, unsigned int lastApiLevel, 354 if (spec.hasInline()) { 357 const VersionInfo info = spec.getVersionInfo(); 361 const bool overloadable = spec.isOverloadable(); 370 for (auto permutation : spec.getPermutations()) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
KeyAgreementThread.java | 27 import java.security.spec.X509EncodedKeySpec; 29 import javax.crypto.spec.DHParameterSpec;
|
Completed in 1490 milliseconds
<<21222324252627282930>>