Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 25 of 93) sorted by relevance

1234

/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES3.stress.CompatibilityWarning.bz21dEQP-GLES3.stress.vertex_arrays.single_attribute.first.float.first24_offset17_stride17_quads256 2dEQP- ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/
DdEQP-GLES3.stress.Unknown.bz21dEQP-GLES3.stress.long_running_shaders.infinite_do_while_vertex 2dEQP-GLES3.stress.long_running_shaders. ...
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DExtendedKeyUsage.java111 KeyPurposeId[] usages) in ExtendedKeyUsage() argument
115 for (int i = 0; i != usages.length; i++) in ExtendedKeyUsage()
117 v.add(usages[i]); in ExtendedKeyUsage()
118 this.usageTable.put(usages[i], usages[i]); in ExtendedKeyUsage()
128 Vector usages) in ExtendedKeyUsage() argument
131 Enumeration e = usages.elements(); in ExtendedKeyUsage()
DKeyUsage.java83 public boolean hasUsages(int usages) in hasUsages() argument
85 return (bitString.intValue() & usages) == usages; in hasUsages()
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t604/
DdEQP-GLES3.stress.CompatibilityWarning.bz2 ... dEQP-GLES3.stress.vertex_arrays.single_attribute.usages.dynamic_copy.stride17_fixed_quads256 50dEQP-GLES3.stress
DdEQP-GLES2.stress.CompatibilityWarning.bz2 ... dEQP-GLES2.stress.vertex_arrays.single_attribute.usages.buffer_0_17_fixed2_vec2_dynamic_draw_quads_256 30dEQP-GLES2.stress.vertex_arrays
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t628/
DdEQP-GLES3.stress.CompatibilityWarning.bz2 ... dEQP-GLES3.stress.vertex_arrays.single_attribute.usages.dynamic_copy.stride17_fixed_quads256 52dEQP-GLES3.stress
DdEQP-GLES2.stress.CompatibilityWarning.bz2
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
DFindUsagesTest.java46 import com.intellij.usages.PsiElementUsageTarget;
47 import com.intellij.usages.UsageTarget;
48 import com.intellij.usages.UsageTargetUtil;
142 Collection<UsageInfo> usages = findUsages(targetElement); in doTest() local
144 assertUsages(testFile, usages); in doTest()
148 private void assertUsages(@NotNull TestFile testFile, @NotNull Collection<UsageInfo> usages) { in assertUsages() argument
150 for (UsageInfo usage: usages) { in assertUsages()
DUsageTypeTest.java8 import com.intellij.usages.impl.rules.UsageType;
9 import com.intellij.usages.impl.rules.UsageTypeProvider;
DMethodUsageTypeTest.java3 import com.intellij.usages.impl.rules.UsageType;
DClassUsageTypeTest.java3 import com.intellij.usages.impl.rules.UsageType;
DFieldUsageTypeTest.java3 import com.intellij.usages.impl.rules.UsageType;
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t760/
DdEQP-GLES3.stress.CompatibilityWarning.bz2 ... dEQP-GLES3.stress.vertex_arrays.single_attribute.usages.dynamic_copy.stride17_fixed_quads256 71dEQP-GLES3.stress
DdEQP-GLES2.stress.CompatibilityWarning.bz2 ... dEQP-GLES2.stress.vertex_arrays.single_attribute.usages.buffer_0_17_fixed2_vec2_dynamic_draw_quads_256 43dEQP-GLES2.stress.vertex_arrays
/external/guava/
DREADME.android7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…
8 Remove usages of Unsafe in UnsignedBytes.java and use standard Java
9 Add Closeables.closeQuietly(Closeable) back in temporarily until all usages are removed
/external/deqp/modules/gles2/functional/
Des2fBufferObjectQueryTests.cpp220 const GLenum usages[] = in testBuffer() local
227 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(usages); ++ndx) in testBuffer()
229 glBufferData(m_bufferTarget, 16, DE_NULL, usages[ndx]); in testBuffer()
232 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_USAGE, usages[ndx]); in testBuffer()
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliUsageTargetProvider.java40 import com.intellij.usages.UsageTarget;
41 import com.intellij.usages.UsageTargetProvider;
DSmaliUsageTypeProvider.java36 import com.intellij.usages.impl.rules.UsageType;
37 import com.intellij.usages.impl.rules.UsageTypeProvider;
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp73 …Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_DYNAMI… in init() local
84 for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(usages); usageNdx++) in init()
92 usages[usageNdx], in init()
Des2sDrawTests.cpp288 gls::DrawTestSpec::Usage usages[] = in init() local
294 const UniformWeightArray<DE_LENGTH_OF_ARRAY(usages)> usageWeights; in init()
335 …om.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), us… in init()
/external/deqp/modules/gles3/functional/
Des3fBufferObjectQueryTests.cpp309 const GLenum usages[] = in testBuffer() local
318 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(usages); ++ndx) in testBuffer()
320 glBufferData(m_bufferTarget, 16, DE_NULL, usages[ndx]); in testBuffer()
323 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_USAGE, usages[ndx]); in testBuffer()
/external/icu/tools/srcgen/currysrc/
DREADME.android5 usages and may be split into a separate external directory in future.
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/
DdEQP-GLES2.stress.Flaky.bz2 ... dEQP-GLES2.stress.vertex_arrays.single_attribute.usages
/external/junit-params/
DREADME.google15 removing the usages of them.

1234