HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 76 - 100 of 5720) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libitm.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib64/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib64r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/libr2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/libr6/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/mipsel-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/mipsel-linux-android/lib/mips-r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib64/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/libx32/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib64/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/libx32/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalStart.java 31 * {@code non-null;} register spec representing the local variable introduced
37 * Returns the local variable listing string for a single register spec.
39 * @param spec {@code non-null;} the spec to convert
42 public static String localString(RegisterSpec spec) {
43 return spec.regString() + ' ' + spec.getLocalItem().toString() + ": " +
44 spec.getTypeBearer().toHuman();
52 * @param local {@code non-null;} register spec representing the local
78 * Gets the register spec representing the local variable introduce
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalStart.java 32 * {@code non-null;} register spec representing the local variable introduced
38 * Returns the local variable listing string for a single register spec.
40 * @param spec {@code non-null;} the spec to convert
43 public static String localString(RegisterSpec spec) {
44 return spec.regString() + ' ' + spec.getLocalItem().toString() + ": " +
45 spec.getTypeBearer().toHuman();
53 * @param local {@code non-null;} register spec representing the local
79 * Gets the register spec representing the local variable introduce
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.gtestjs 61 var spec = allSpecs[i];
63 expectTrue(spec.hasOwnProperty(expectedKeys[j]));
65 spec.callback(spec.path + "|" + spec.width + "|" + spec.height);
94 var spec = allSpecs[i];
95 spec.callback(spec.path + "|" + spec.width + "|" + spec.height)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalStart.java 31 * {@code non-null;} register spec representing the local variable introduced
37 * Returns the local variable listing string for a single register spec.
39 * @param spec {@code non-null;} the spec to convert
42 public static String localString(RegisterSpec spec) {
43 return spec.regString() + ' ' + spec.getLocalItem().toString() + ": " +
44 spec.getTypeBearer().toHuman();
52 * @param local {@code non-null;} register spec representing the local
78 * Gets the register spec representing the local variable introduce
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
GCMParameterSpecTest.java 17 package org.apache.harmony.crypto.tests.javax.crypto.spec;
21 import javax.crypto.spec.GCMParameterSpec;
77 GCMParameterSpec spec = new GCMParameterSpec(8, TEST_IV); local
79 byte[] actual = spec.getIV();
87 assertFalse("Changing the IV returned shouldn't change the parameter spec",
88 Arrays.equals(spec.getIV(), actual));
89 assertEquals(Arrays.toString(TEST_IV), Arrays.toString(spec.getIV()));
93 GCMParameterSpec spec = new GCMParameterSpec(8, TEST_IV, 2, 4); local
95 Arrays.toString(spec.getIV()));
99 GCMParameterSpec spec = new GCMParameterSpec(8, TEST_IV) local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
perlcritic.t 4 use File::Spec;
17 my $rcfile = File::Spec->catfile( 't', 'author', 'perlcriticrc' );

Completed in 310 milliseconds

1 2 34 5 6 7 8 91011>>