HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 1376 - 1400 of 5555) sorted by null

<<51525354555657585960>>

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 146 ShaderPackingFunctionTestInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, de::SharedPtr<ShaderExecutor> executor, const char* name)
150 , m_spec (spec)
169 PackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, glu::Precision precision, de::SharedPtr<ShaderExecutor> executor, const char* name)
170 : ShaderPackingFunctionTestInstance (context, shaderType, spec, executor, name)
292 UnpackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, de::SharedPtr<ShaderExecutor> executor, const char* name)
293 : ShaderPackingFunctionTestInstance (context, shaderType, spec, executor, name)
394 PackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, glu::Precision precision, de::SharedPtr<ShaderExecutor> executor, const char* name)
395 : ShaderPackingFunctionTestInstance (context, shaderType, spec, executor, name)
517 UnpackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, de::SharedPtr<ShaderExecutor> executor, const char* name)
518 : ShaderPackingFunctionTestInstance (context, shaderType, spec, executor, name
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java 95 * @see <a href="http://www.yaml.org/spec/current.html#id2517668">4.1.6.
111 * @see <a href="http://yaml.org/spec/1.1/current.html#id872840">5.6. Escape
537 * condition should be `self.indent &gt;= column` according to the spec. But
608 * @see <a href="http://www.yaml.org/spec/1.1/#id864824"></a>
679 * @see <a href="http://www.yaml.org/spec/1.1/#id863975"></a>
722 * @see <a href="http://www.yaml.org/spec/1.1/#id863975"></a>
751 * @see <a href="http://www.yaml.org/spec/1.1/#id863975"></a>
771 * @see <a href="http://www.yaml.org/spec/1.1/#id863975"></a>
808 * @see <a href="http://www.yaml.org/spec/1.1/#id863975"></a>
841 * @see <a href="http://www.yaml.org/spec/1.1/#id863975"></a
    [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 72 TextureSamplerTest::TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec)
73 : tcu::TestCase (testCtx, spec.name, spec.desc)
76 , m_target (spec.target)
77 , m_textureState (spec.textureState)
78 , m_samplerState (spec.samplerState)
79 , m_random (deStringHash(spec.name))
583 MultiTextureSamplerTest::MultiTextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec)
584 : TestCase (testCtx, spec.name, spec.desc
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 55 /* coding table as found in the spec annex B.5 table B-1 */
98 /* coding table as found in the spec annex B.5 table B-2 */
104 /* coding table as found in the spec annex B.5 table B-3 */
115 /* coding table as found in the spec annex B.5 table B-4 */
136 /* coding table as found in the spec annex B.5 table B-9 */
204 /* coding table as found in the spec annex B.5 table B-10 */
241 /* coding table as found in the spec annex B.5 table B-11 */
248 /* coding table as found in the spec annex B.5 table B-12 */
264 /* coding table as found in the spec annex B.5 table B-13 */
280 /* coding table as found in the spec annex B.5 table B-14 *
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 170 * spec says:
176 * For glUniform, page 82 (page 96 of the PDF) of the OpenGL 2.1 spec
200 /* From page 12 (page 26 of the PDF) of the OpenGL 2.1 spec:
210 /* Page 82 (page 96 of the PDF) of the OpenGL 2.1 spec says:
347 /* While the GL 3.2 core spec doesn't explicitly
692 /* Page 100 (page 116 of the PDF) of the OpenGL 3.0 spec says:
726 /* Page 82 (page 96 of the PDF) of the OpenGL 2.1 spec says:
880 /* Page 82 (page 96 of the PDF) of the OpenGL 2.1 spec says:
965 /* Page 80 (page 94 of the PDF) of the OpenGL 2.1 spec says:
974 * Page 79 (page 93 of the PDF) of the OpenGL 2.1 spec says
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 21 * [a] they never get padded, either internally (USB spec writers
129 * See USB 2.0 spec Table 9-7
139 * See USB 3.0 spec Table 9-6
148 * Suspend Options, Table 9-7 USB 3.0 spec
169 * the different fields of the USB 2.0 Spec section 9.3, table 9-2. See the
170 * USB spec for a fuller description of the different fields, and what they are
201 * Descriptor types ... USB 2.0 spec table 9.5
215 /* these are from the Wireless USB spec */
227 /* From the USB 3.0 spec */
231 * defined in the USB "Common Class" Spec (3.11). Individual class spec
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 86 | ttypeIndex < 0 : exception spec |
102 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
104 | | Mth ttypeIndex for 1st exception spec | (ULEB128) | | |
113 | | 1st ttypeIndex for Nth exception spec | (ULEB128) | | |
115 | | Mth ttypeIndex for Nth exception spec | (ULEB128) | | |
122 * ttypeIndex in the Action Table, and in the exception spec table, is an index,
397 list of catchType's which make up an exception spec.
399 An exception spec acts like a catch handler, but in reverse. This "catch
402 excpType, then this exception spec does not catch the excpType.
426 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 89 | ttypeIndex < 0 : exception spec |
105 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
107 | | Mth ttypeIndex for 1st exception spec | (ULEB128) | | |
116 | | 1st ttypeIndex for Nth exception spec | (ULEB128) | | |
118 | | Mth ttypeIndex for Nth exception spec | (ULEB128) | | |
125 * ttypeIndex in the Action Table, and in the exception spec table, is an index,
394 list of catchType's which make up an exception spec.
396 An exception spec acts like a catch handler, but in reverse. This "catch
399 excpType, then this exception spec does not catch the excpType.
423 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
SecretKeyFactoryTest.java 31 import java.security.spec.InvalidKeySpecException;
42 import javax.crypto.spec.SecretKeySpec;
  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 66 // Add another state to the spec which the stateSet doesn't match
109 // Add another state to the spec which the stateSet doesn't match
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 94 * @return definition spec of the register or null if it is never defined
131 * @return {@code non-null;} spec of new SSA register created by move
  /developers/samples/android/wearable/wear/WearDrawers/
template-params.xml 93 [4]: http://www.google.com/design/spec-wear/components/navigation-drawer.html
94 [5]: http://www.google.com/design/spec-wear/components/action-drawer.html
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 22 package org.apache.harmony.crypto.tests.javax.crypto.spec;
28 import javax.crypto.spec.DESedeKeySpec;
RC2ParameterSpecTest.java 22 package org.apache.harmony.crypto.tests.javax.crypto.spec;
27 import javax.crypto.spec.RC2ParameterSpec;
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactory_ImplTest.java 29 import java.security.spec.InvalidKeySpecException;
30 import java.security.spec.KeySpec;
  /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;
InvalidKeySpecExceptionTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
24 import java.security.spec.InvalidKeySpecException;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2m_ImplTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.ECFieldF2m;
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DigitalSignatureTest.java 29 import java.security.spec.PKCS8EncodedKeySpec;
30 import java.security.spec.X509EncodedKeySpec;
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 113 // JAXP 1.3 spec says When XMLConstants.FEATURE_SECURE_PROCESSING
170 // JAXP 1.3 spec says When XMLConstants.FEATURE_SECURE_PROCESSING
  /external/autotest/contrib/virt/
site_job.py 109 logging.error('Koji package spec is not valid, skipping: '
123 logging.debug('Koji package spec is valid')
  /external/avahi/avahi-core/
rr.h 47 AVAHI_DNS_CACHE_FLUSH = 0x8000, /**< Not really a class but a bit which may be set in response packets, see mDNS spec for more information */
48 AVAHI_DNS_UNICAST_RESPONSE = 0x8000 /**< Not really a class but a bit which may be set in query packets, see mDNS spec for more information */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java 15 import java.security.spec.InvalidKeySpecException;
16 import java.security.spec.X509EncodedKeySpec;
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 87 BenchmarkSpec spec = new BenchmarkSpec.Builder() local
91 ProcessBuilder builder = createProcess(experiment, spec);
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptstatetracker.py 38 type: The type spec string.
39 jstype: The type spec, a TypeAnnotation instance.

Completed in 1195 milliseconds

<<51525354555657585960>>