/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/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/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/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' );
|
/external/mesa3d/docs/ |
ARB_color_buffer_float.txt | 2 - Rendering to multiple render targets, some fixed-point, some floating-point, with FIXED_ONLY fragment clamping and polygon smooth enabled may write incorrect values to the fixed point buffers (depends on spec interpretation) 3 - For fragment programs with ARB_fog_* options, colors are clamped before fog application regardless of the fragment clamping setting (this depends on spec interpretation)
|
enums.txt | 2 See the OpenGL ARB enum registry at http://www.opengl.org/registry/api/enum.spec 16 GL_MESA_trace.spec: 27 MESA_ycbcr_texture.spec: 32 GL_MESA_pack_invert.spec 35 GL_MESA_shader_debug.spec: (obsolete) 40 GL_MESA_program_debug.spec: (obsolete)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
AlgorithmParameterGeneratorSpi.java | 6 import java.security.spec.AlgorithmParameterSpec; 8 import javax.crypto.spec.DHGenParameterSpec; 9 import javax.crypto.spec.DHParameterSpec; 40 DHGenParameterSpec spec = (DHGenParameterSpec)genParamSpec; local 42 this.strength = spec.getPrimeSize(); 43 this.l = spec.getExponentSize();
|
/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/ |
expectations_pinetrail.json | 81 "spec/!OpenGL 1.1/dlist-fdo31590": { 85 "spec/!OpenGL 1.2/texture-packed-formats": { 90 "spec/!OpenGL 1.5/draw-vertices": { 95 "spec/!OpenGL 2.0/attribs": { 100 "spec/!OpenGL 2.0/gl-2.0-active-sampler-conflict": { 105 "spec/ARB_ES2_compatibility/arb_es2_compatibility-fixed-type": { 110 "spec/ARB_ES2_compatibility/fbo-generatemipmap-formats": { 115 "spec/ARB_depth_texture/fbo-depth-GL_DEPTH_COMPONENT32-blit": { 120 "spec/ARB_explicit_uniform_location/arb_explicit_uniform_location-minmax": { 125 "spec/ARB_framebuffer_object/framebuffer-blit-levels draw depth": [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
TabSpecTest.java | 33 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); local 35 TabHost.TabSpec self = spec.setIndicator(view); 36 assertThat(self, is(spec)); 37 assertThat(shadowOf(spec).getIndicatorAsView(), is(view)); 42 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); local 44 TabHost.TabSpec self = spec.setContent(intent); 45 assertThat(self, is(spec)); 46 assertThat(shadowOf(spec).getContentAsIntent(), is(intent)); 53 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") local 56 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText")) 61 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fAtomicCounterTests.cpp | 109 AtomicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec); 124 static string generateShaderSource (const TestSpec& spec); 128 static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec); 154 AtomicCounterTest::AtomicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec) 156 , m_spec (spec) 172 string AtomicCounterTest::generateShaderSource (const TestSpec& spec) 183 switch (spec.bindingType) 195 switch (spec.offsetType) 208 DE_ASSERT(spec.atomicCounterCount > 2); 215 src << "offset=" << (4 * spec.atomicCounterCount/2) 1359 AtomicCounterTest::TestSpec spec; local 1437 AtomicCounterTest::TestSpec spec; local 1460 AtomicCounterTest::TestSpec spec; local 1474 AtomicCounterTest::TestSpec spec; local 1488 AtomicCounterTest::TestSpec spec; local 1502 AtomicCounterTest::TestSpec spec; local 1516 AtomicCounterTest::TestSpec spec; local [all...] |
es31fTextureLevelStateQueryTests.cpp | 731 bool applyTextureGenerationSpec (glu::CallLogWrapper& gl, const TextureGenerationSpec& spec, glw::GLuint& texBuffer) 735 DE_ASSERT(!(spec.immutable && spec.levels.size() > 1)); // !< immutable textures have only one level 737 for (int levelNdx = 0; levelNdx < (int)spec.levels.size(); ++levelNdx) 739 const glu::TransferFormat transferFormat = (spec.levels[levelNdx].compressed) ? (glu::TransferFormat()) : (glu::getTransferFormat(glu::mapGLInternalFormat(spec.levels[levelNdx].internalFormat))); 741 if (spec.immutable && !spec.levels[levelNdx].compressed && spec.bindTarget == GL_TEXTURE_2D) 742 gl.glTexStorage2D(spec.bindTarget, 1, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].width, spec.levels[leve (…) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
EC5Util.java | 4 import java.security.spec.ECField; 5 import java.security.spec.ECFieldF2m; 6 import java.security.spec.ECFieldFp; 7 import java.security.spec.ECParameterSpec; 8 import java.security.spec.ECPoint; 9 import java.security.spec.EllipticCurve; 20 import org.bouncycastle.jce.spec.ECNamedCurveParameterSpec; 21 import org.bouncycastle.jce.spec.ECNamedCurveSpec; 199 org.bouncycastle.jce.spec.ECParameterSpec spec) [all...] |
/external/guava/guava/src/com/google/common/cache/ |
CacheBuilderSpec.java | 86 void parse(CacheBuilderSpec spec, String key, @Nullable String value); 138 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); local 152 valueParser.parse(spec, key, value); 156 return spec; 289 protected abstract void parseInteger(CacheBuilderSpec spec, int value); 292 public void parse(CacheBuilderSpec spec, String key, String value) { 295 parseInteger(spec, Integer.parseInt(value)); 305 protected abstract void parseLong(CacheBuilderSpec spec, long value); 308 public void parse(CacheBuilderSpec spec, String key, String value) { 311 parseLong(spec, Long.parseLong(value)) [all...] |
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/jsdoc/ |
generator.js | 47 // comment wrapper around entire spec 53 // generate module spec 59 // generate method spec with parent module/class 60 function GENERATE_METHOD(name, spec, parent) { 62 return GENERATE_DOC(spec.description + '\n' 66 + _.reduce(spec.params, function(memo, paramSpec, paramName) { 69 + ( !_.isEmpty(spec.return) ? ('@return {' + spec.return.type + '} ' + spec.return.description + '\n') : '')); 73 // generate enum spec [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
SchemePrefixBenchmark.java | 28 @Override String execute(String spec) { 29 int colon = spec.indexOf(':'); 36 char c = spec.charAt(i); 42 return spec.substring(0, colon).toLowerCase(Locale.US); 59 @Override String execute(String spec) { 60 Matcher matcher = pattern.matcher(spec); 70 abstract String execute(String spec);
|
/external/selinux/libselinux/src/ |
label_file.h | 25 struct spec { struct 39 char from_mmap; /* this spec is from an mmap of the data */ 65 struct spec *spec_arr; 78 static inline pcre_extra *get_pcre_extra(struct spec *spec) 80 if (spec->from_mmap) 81 return &spec->lsd; 83 return spec->sd; 119 struct spec *specs; 143 static inline void spec_hasMetaChars(struct spec *spec 188 struct spec spec; local [all...] |
/external/deqp/modules/gles3/stress/ |
es3sDrawTests.cpp | 225 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) 227 spec.apiType = glu::ApiType::es(3,0); 228 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES; 229 spec.primitiveCount = 5; 230 spec.drawMethod = method; 231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; 232 spec.indexPointerOffset = 0; 233 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST; 234 spec.first = 0; 235 spec.indexMin = 0 302 gls::DrawTestSpec spec; local 523 gls::DrawTestSpec spec; local [all...] |