/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.c | 17 static RegExp *spec; variable 43 spec = NULL; 80 spec = spec ? mkAlt(spec, re) : re; 245 if(spec) 246 genCode(o, spec);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecList.java | 36 * @param spec {@code non-null;} the element 39 public static RegisterSpecList make(RegisterSpec spec) { 41 result.set(0, spec); 186 * @param spec {@code non-null;} the value to store 188 public void set(int n, RegisterSpec spec) { 189 set0(n, spec); 205 RegisterSpec spec = (RegisterSpec) get0(i); local 206 if (spec != null) { 207 int min = spec.getNextReg(); 222 * @param spec {@code non-null;} the new first spec (to prepend [all...] |
/external/iptables/extensions/ |
libxt_iprange.c | 47 const char *spec[2] = {from, to}; local 55 for (i = 0; i < ARRAY_SIZE(spec); ++i) { 56 ia6 = xtables_numeric_to_ip6addr(spec[i]); 59 optname, spec[i]); 63 for (i = 0; i < ARRAY_SIZE(spec); ++i) { 64 ia4 = xtables_numeric_to_ipaddr(spec[i]); 67 optname, spec[i]);
|
/external/libselinux/src/ |
label_android_property.c | 17 typedef struct spec { struct 34 const struct spec *sp1 = A, *sp2 = B; 54 struct spec *curr_spec, *spec_arr = data->spec_arr; 112 /* On the second pass, process and store the specification in spec. */ 175 * After the first pass, the spec array is malloced to the appropriate 176 * size. Second pass is to populate the spec array and check for 214 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp); 228 struct spec *spec; local 232 spec = &data->spec_arr[i] [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_lighttmp.h | 90 GLfloat sum[2][3], spec[2][3]; local 102 ZERO_3V(spec[0]); 106 ZERO_3V(spec[1]); 210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef, 217 COPY_3V( Fspec[j], spec[0] ); 222 COPY_3V( Bspec[j], spec[1] ); 486 GLfloat spec = lookup_shininess(ctx, 1, n_dot_h); local 487 ACC_SCALE_SCALAR_3V(sum, spec, light->_MatSpecular[1]); 500 GLfloat spec = lookup_shininess(ctx, 0, n_dot_h); local 501 ACC_SCALE_SCALAR_3V(sum, spec, light->_MatSpecular[0]) 579 GLfloat n_dot_h, n_dot_VP, spec; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_sysaudio.h | 49 int (*OpenAudio)(_THIS, SDL_AudioSpec *spec); 68 SDL_AudioSpec spec; member in struct:SDL_AudioDevice
|
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 60 struct spec { struct 73 struct spec* s = (struct spec*)v; 133 struct spec b, l, p, m;
|
/frameworks/base/keystore/java/android/security/ |
AndroidKeyPairGenerator.java | 36 import java.security.spec.AlgorithmParameterSpec; 37 import java.security.spec.DSAParameterSpec; 38 import java.security.spec.ECParameterSpec; 39 import java.security.spec.InvalidKeySpecException; 40 import java.security.spec.RSAKeyGenParameterSpec; 41 import java.security.spec.X509EncodedKeySpec; 169 private static byte[][] getArgsForKeyType(int keyType, AlgorithmParameterSpec spec) { 172 if (spec instanceof RSAKeyGenParameterSpec) { 173 RSAKeyGenParameterSpec rsaSpec = (RSAKeyGenParameterSpec) spec; 178 if (spec instanceof DSAParameterSpec) 204 KeyPairGeneratorSpec spec = (KeyPairGeneratorSpec) params; local [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLECPrivateKey.java | 26 import java.security.spec.ECParameterSpec; 27 import java.security.spec.ECPrivateKeySpec; 28 import java.security.spec.InvalidKeySpecException; 150 final ECParameterSpec spec = getParams(); local 153 return spec.getCurve().equals(otherSpec.getCurve()) 154 && spec.getGenerator().equals(otherSpec.getGenerator()) 155 && spec.getOrder().equals(otherSpec.getOrder()) 156 && spec.getCofactor() == otherSpec.getCofactor();
|
OpenSSLECPublicKey.java | 27 import java.security.spec.ECParameterSpec; 28 import java.security.spec.ECPoint; 29 import java.security.spec.ECPublicKeySpec; 30 import java.security.spec.InvalidKeySpecException; 135 final ECParameterSpec spec = getParams(); local 138 return spec.getCurve().equals(otherSpec.getCurve()) 139 && spec.getGenerator().equals(otherSpec.getGenerator()) 140 && spec.getOrder().equals(otherSpec.getOrder()) 141 && spec.getCofactor() == otherSpec.getCofactor();
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
PBEKeySpecTest.java | 23 package org.apache.harmony.crypto.tests.javax.crypto.spec; 27 import javax.crypto.spec.PBEKeySpec;
|
RC5ParameterSpecTest.java | 23 package org.apache.harmony.crypto.tests.javax.crypto.spec; 27 import javax.crypto.spec.RC5ParameterSpec;
|
/libcore/luni/src/test/java/tests/security/spec/ |
ECPointTest.java | 23 package tests.security.spec; 28 import java.security.spec.ECPoint;
|
PSSParameterSpecTest.java | 23 package tests.security.spec; 27 import java.security.spec.AlgorithmParameterSpec; 28 import java.security.spec.MGF1ParameterSpec; 29 import java.security.spec.PSSParameterSpec;
|
RSAMultiPrimePrivateCrtKeySpecTest.java | 23 package tests.security.spec; 28 import java.security.spec.KeySpec; 29 import java.security.spec.RSAMultiPrimePrivateCrtKeySpec; 30 import java.security.spec.RSAOtherPrimeInfo; 31 import java.security.spec.RSAPrivateKeySpec;
|
RSAPrivateCrtKeySpecTest.java | 23 package tests.security.spec; 28 import java.security.spec.KeySpec; 29 import java.security.spec.RSAPrivateCrtKeySpec; 30 import java.security.spec.RSAPrivateKeySpec;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
romfs_fs.h | 33 __be32 spec; member in struct:romfs_inode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
printf.h | 38 wchar_t spec; /* Format letter. */ member in struct:printf_info 77 /* Register FUNC to be called to format SPEC specifiers; ARGINFO must be 78 specified to determine how many arguments a SPEC conversion requires and 90 `struct printf_info' describing the format spec being parsed. A width
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 33 __be32 spec; member in struct:romfs_inode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
printf.h | 38 wchar_t spec; /* Format letter. */ member in struct:printf_info 77 /* Register FUNC to be called to format SPEC specifiers; ARGINFO must be 78 specified to determine how many arguments a SPEC conversion requires and 90 `struct printf_info' describing the format spec being parsed. A width
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 33 __be32 spec; member in struct:romfs_inode
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
printf.h | 38 wchar_t spec; /* Format letter. */ member in struct:printf_info 77 /* Register FUNC to be called to format SPEC specifiers; ARGINFO must be 78 specified to determine how many arguments a SPEC conversion requires and 90 `struct printf_info' describing the format spec being parsed. A width
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/ |
GLAPISpecTest.java | 38 GLAPISpec spec = GLAPISpec.parseLine(createSpec(returnType, funcName, args)); local 40 assertEquals(Type.VOID, spec.getReturnValue().getDataType()); 41 assertEquals(returnType, spec.getReturnValue().getCType()); 42 assertEquals(funcName, spec.getFunction()); 44 List<GLDataTypeSpec> argSpecs = spec.getArgs();
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 208 public void set(RegisterSpec spec) { 209 set(spec.getReg(), spec); local
|
/dalvik/vm/alloc/ |
Heap.cpp | 178 const GcSpec *spec = clearSoftReferences ? GC_BEFORE_OOM : GC_FOR_MALLOC; local 179 dvmCollectGarbageInternal(spec); 245 * time. The VM spec requires that all SoftReferences have 446 void dvmCollectGarbageInternal(const GcSpec* spec) 466 if (spec == GC_FOR_MALLOC) { 468 } else if (spec == GC_CONCURRENT) { 470 } else if (spec == GC_EXPLICIT) { 472 } else if (spec == GC_BEFORE_OOM) { 488 if (!spec->isConcurrent) { 500 if (!dvmHeapBeginMarkStep(spec->isPartial)) [all...] |