/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecSet.java | 92 RegisterSpec spec = specs[i]; local 93 int oneHash = (spec == null) ? 0 : spec.hashCode(); 110 RegisterSpec spec = specs[i]; local 111 if (spec != null) { 117 sb.append(spec); 178 * spec, if any. This is just a convenient shorthand for 179 * {@code get(spec.getReg())}. 181 * @param spec {@code non-null;} spec with the desired register numbe 227 RegisterSpec spec = specs[reg]; local 302 RegisterSpec spec = set.get(i); local 331 RegisterSpec spec = specs[i]; local 362 RegisterSpec spec = specs[i]; local 387 RegisterSpec spec = specs[i]; local [all...] |
RegisterSpecList.java | 34 * @param spec {@code non-null;} the element 37 public static RegisterSpecList make(RegisterSpec spec) { 39 result.set(0, spec); 184 * @param spec {@code non-null;} the value to store 186 public void set(int n, RegisterSpec spec) { 187 set0(n, spec); 203 RegisterSpec spec = (RegisterSpec) get0(i); local 204 if (spec != null) { 205 int min = spec.getNextReg(); 220 * @param spec {@code non-null;} the new first spec (to prepend [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 91 RegisterSpec spec = specs[i]; local 92 int oneHash = (spec == null) ? 0 : spec.hashCode(); 109 RegisterSpec spec = specs[i]; local 110 if (spec != null) { 116 sb.append(spec); 177 * spec, if any. This is just a convenient shorthand for 178 * {@code get(spec.getReg())}. 180 * @param spec {@code non-null;} spec with the desired register numbe 226 RegisterSpec spec = specs[reg]; local 301 RegisterSpec spec = set.get(i); local 330 RegisterSpec spec = specs[i]; local 361 RegisterSpec spec = specs[i]; local 386 RegisterSpec spec = specs[i]; local [all...] |
RegisterSpecList.java | 35 * @param spec {@code non-null;} the element 38 public static RegisterSpecList make(RegisterSpec spec) { 40 result.set(0, spec); 185 * @param spec {@code non-null;} the value to store 187 public void set(int n, RegisterSpec spec) { 188 set0(n, spec); 204 RegisterSpec spec = (RegisterSpec) get0(i); local 205 if (spec != null) { 206 int min = spec.getNextReg(); 221 * @param spec {@code non-null;} the new first spec (to prepend [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecSet.java | 91 RegisterSpec spec = specs[i]; local 92 int oneHash = (spec == null) ? 0 : spec.hashCode(); 109 RegisterSpec spec = specs[i]; local 110 if (spec != null) { 116 sb.append(spec); 177 * spec, if any. This is just a convenient shorthand for 178 * {@code get(spec.getReg())}. 180 * @param spec {@code non-null;} spec with the desired register numbe 226 RegisterSpec spec = specs[reg]; local 301 RegisterSpec spec = set.get(i); local 330 RegisterSpec spec = specs[i]; local 361 RegisterSpec spec = specs[i]; local 386 RegisterSpec spec = specs[i]; local [all...] |
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
GLAPISpec.java | 87 GLAPISpec spec = parseLine(line); local 88 specs.put(spec.getFunction(), spec); local
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 167 KeyPairGeneratorSpec spec = local 188 kpGenerator.initialize(spec);
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 167 KeyPairGeneratorSpec spec = local 188 kpGenerator.initialize(spec);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
PBEKeySpecTest.java | 22 package org.apache.harmony.crypto.tests.javax.crypto.spec; 26 import javax.crypto.spec.PBEKeySpec;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
ECFieldFpTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 25 import java.security.spec.ECFieldFp;
|
PSSParameterSpecTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 24 import java.security.spec.AlgorithmParameterSpec; 25 import java.security.spec.MGF1ParameterSpec; 26 import java.security.spec.PSSParameterSpec;
|
RSAPrivateCrtKeySpecTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 25 import java.security.spec.KeySpec; 26 import java.security.spec.RSAPrivateCrtKeySpec; 27 import java.security.spec.RSAPrivateKeySpec;
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECParameterSpec_ImplTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 25 import java.security.spec.ECFieldFp; 26 import java.security.spec.ECParameterSpec; 27 import java.security.spec.ECPoint; 28 import java.security.spec.EllipticCurve;
|
/external/chromium/chrome/common/extensions/ |
url_pattern.cc | 293 std::string spec = scheme_ + local 298 spec += "*"; 300 spec += "."; 304 spec += host_; 308 spec += path_; 310 return spec;
|
/external/chromium/googleurl/src/ |
gurl.cc | 48 // The input spec is given, and the canonical version will be placed in 49 // |*canonical|, along with the parsing of the canonical spec in |*parsed|. 159 const std::string& GURL::spec() const { function in class:GURL 163 DCHECK(false) << "Trying to get the spec of an invalid URL!";
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 145 const std::string& spec = gurl.possibly_invalid_spec(); local 155 domain->assign(spec.substr(host.begin, host.len));
|
/external/chromium_org/chrome/common/extensions/permissions/ |
socket_permission_data.cc | 176 std::string spec; local 177 if (!value->GetAsString(&spec)) 180 return Parse(spec); 194 // Clear the spec because the caller could mutate |this|. 200 // Clear the spec because the caller could mutate |this|.
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup_util.cc | 117 const std::string& spec = gurl.possibly_invalid_spec(); local 127 domain->assign(spec.substr(host.begin, host.len));
|
/external/chromium_org/third_party/angle_dx11/tests/compiler_tests/ |
ExpressionLimit_test.cpp | 186 ShShaderSpec spec = SH_WEBGL_SPEC; local 189 SH_FRAGMENT_SHADER, spec, output, &resources); 214 ShShaderSpec spec = SH_WEBGL_SPEC; local 217 SH_FRAGMENT_SHADER, spec, output, &resources); 242 ShShaderSpec spec = SH_WEBGL_SPEC; local 245 SH_FRAGMENT_SHADER, spec, output, &resources); 270 ShShaderSpec spec = SH_WEBGL_SPEC; local 273 SH_FRAGMENT_SHADER, spec, output, &resources); 298 ShShaderSpec spec = SH_WEBGL_SPEC; local 301 SH_FRAGMENT_SHADER, spec, output, &resources) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrfmt.cpp | 76 * Headers { "locale","spec", "date", "str"} 78 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 79 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale 133 UnicodeString spec = currentCase->getString("spec", status); local 135 errln("case %d: No 'spec' line.", n); 154 if(spec.startsWith(kPATTERN)) { 155 pattern = UnicodeString(spec,kPATTERN.length()); 163 if(styleSet.parseFrom(spec, status)<0 || U_FAILURE(status)) { 164 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status)) [all...] |
/external/chromium_org/third_party/mesa/src/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/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/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...] |