HomeSort by relevance Sort by last modified time
    Searched refs:primitives (Results 126 - 150 of 326) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/primitives/
LongArrayAsListTest.java 17 package com.google.common.primitives;
ShortArrayAsListTest.java 17 package com.google.common.primitives;
SignedBytesTest.java 17 package com.google.common.primitives;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResourceString.java 24 import com.google.common.primitives.UnsignedBytes;
  /external/scapy/scapy/layers/tls/crypto/
cipher_stream.py 16 from cryptography.hazmat.primitives.ciphers import Cipher, algorithms
cipher_aead.py 25 from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
29 from cryptography.hazmat.primitives.ciphers.aead import (AESCCM,
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 23 #include <audio_utils/primitives.h>
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 24 #include <audio_utils/primitives.h>
  /frameworks/av/media/libstagefright/
DataConverter.cpp 22 #include <audio_utils/primitives.h>
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 25 import com.google.common.primitives.SignedBytes;
26 import com.google.common.primitives.UnsignedBytes;
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall.go 8 // primitives. OS details vary depending on the underlying system, and
  /external/deqp-deps/glslang/glslang/MachineIndependent/
localintermediate.h 243 primitives(TQualifier::layoutNotSet),
660 if (primitives != TQualifier::layoutNotSet)
661 return primitives == m;
662 primitives = m;
665 int getPrimitives() const { return primitives; }
793 int primitives;
    [all...]
linkValidate.cpp 157 if (primitives == TQualifier::layoutNotSet)
158 primitives = unit.primitives;
159 else if (primitives != unit.primitives) {
170 error(infoSink, "Contradictory input layout primitives");
175 error(infoSink, "Contradictory output layout primitives");
735 if (primitives == TQualifier::layoutNotSet)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 363 const int numVertices = numVerticesPerPrimitive(primitiveType, *usePointModeIter); // Primitives that the tessellated patch comprises of.
530 << "Failure: the number of generated primitives is " << numPrimitives << ", expected at least " << refNumPrimitives
555 PerPrimitiveVec primitives; member in struct:vkt::tessellation::__anon19256::InvariantOuterEdge::BaseTestInstance::DrawResult
682 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)),
716 * primitives, the vertices generated for that outer edge. Repeat with
763 for (; primitiveNdx < result.numPrimitives && result.primitives[primitiveNdx].patchPrimitiveID == patchNdx; ++primitiveNdx)
766 const tcu::Vec3& coord = result.primitives[primitiveNdx].tessCoord[i].swizzle(0, 1, 2);
1155 const PerPrimitiveVec& primitives = aOrB == 0 ? primitivesA : primitivesB; local
1474 const PerPrimitiveVec primitives = sorted(readInterleavedData<PerPrimitive>(numPrimitives, resultAlloc.getHostPtr(), resultBufferTessCoordsOffset, sizeof(PerPrimitive)), local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 215 GLU_EXPECT_NO_ERROR (gl.getError(), "draw primitives");
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 76 import com.google.common.primitives.Primitives;
77 import com.google.common.primitives.UnsignedInteger;
78 import com.google.common.primitives.UnsignedLong;
157 * com.google.common.collect} and {@code com.google.common.primitives}. In addition, if the type
193 // primitives
353 T jvmDefault = Defaults.defaultValue(Primitives.unwrap(type));
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 27 import com.google.common.primitives.UnsignedInteger;
28 import com.google.common.primitives.UnsignedLong;
  /external/opencensus-java/exporters/trace/jaeger/src/main/java/io/opencensus/exporter/trace/jaeger/
JaegerExporterHandler.java 25 import com.google.common.primitives.Ints;
26 import com.google.common.primitives.Longs;
  /external/scapy/scapy/layers/tls/
keyexchange_tls13.py 26 from cryptography.hazmat.primitives.asymmetric import dh, ec
28 from cryptography.hazmat.primitives.asymmetric import x25519
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 13 By using this protocol TensorFlow can take advantage of the high performance networking primitives that are offered via the MPI API. This enables TensorFlow to take advantage of high performance low latency networks such as Infiniband. These changes are largely transparent to the user who only has to change the offered protocol and launch the script using the 'mpirun' launcher. For example:
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CurrentApiHelper.java 22 import com.google.common.primitives.Primitives;
196 for (Class type : Primitives.allPrimitiveTypes()) {
  /cts/tests/tests/location/src/android/location/cts/psedorange/
GpsTime.java 21 import com.google.common.primitives.Longs;
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
BasicTest.java 49 @Theory public void primitives(BasicComponent basicComponent) { method in class:BasicTest
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 616 const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)vetrices.size(), 0); local
618 primitives);
625 const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)m_indexes.size(), indicies); local
627 primitives);
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp     [all...]

Completed in 1318 milliseconds

1 2 3 4 56 7 8 91011>>