/external/mesa3d/src/gallium/docs/source/ |
cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/external/llvm/test/CodeGen/X86/ |
tail-call-legality.ll | 13 ; FIXME: in principle we *could* support some tail calls involving truncations
|
dag-optnone.ll | 5 ; even at -O0. In principle this should not happen (those are optimizations,
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Handshake.java | 86 /** Returns the remote peer's principle, or null if that peer is anonymous. */ 98 /** Returns the local principle, or null if this peer is anonymous. */
|
/external/libpcap/ |
TODO | 32 violates the KISS principle. Why do we need pcap_strerror, pcap_perror
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btCylinderShape.cpp | 60 * - principle axis aligned along y by default, radius in x, z-value not used 61 * - for btCylinderShapeX: principle axis aligned along x, radius in y direction, z-value not used 62 * - for btCylinderShapeZ: principle axis aligned along z, radius in x direction, y-value not used
|
/external/clang/test/Sema/ |
builtins-arm-exclusive.c | 20 // In principle this might be valid, but stick to ints and floats for scalar 71 // In principle this might be valid, but stick to ints and floats for scalar
|
builtins-arm64-exclusive.c | 21 // In principle this might be valid, but stick to ints and floats for scalar 70 // In principle this might be valid, but stick to ints and floats for scalar
|
/external/llvm/lib/CodeGen/ |
RegAllocBase.h | 23 // Following the first principle, interfering checking revolves around the 26 // To fulfill the second principle, the basic allocator provides a driver for
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Serializer.java | 185 * In principle only one of asDOMSerializer() or asContentHander() 201 * In principle only one of asDOMSerializer() or asContentHander() 229 * In principle only one of asDOM3Serializer() or asContentHander()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
IntArray.java | 30 /** A dynamic array that uses int not Integer objects. In principle this
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
IntArray.h | 30 /** A dynamic array that uses int not Integer objects. In principle this
|
IntArray.m | 30 /** A dynamic array that uses int not Integer objects. In principle this
|
/external/autotest/server/site_tests/platform_InstallTestImage/ |
control | 23 The principle purpose is to allow installing a known-good image onto
|
/external/clang/test/CodeGenCXX/ |
aarch64-cxxabi.cpp | 91 // In principle the AArch32 ABI allows this to be accomplished via a call to
|
/external/dnsmasq/contrib/wrt/ |
README | 14 The principle is that leases are kept in NV variable with data
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.h | 41 // an invalid register. In principle we could use 32-bit and 64-bit register
|
/external/llvm/test/CodeGen/ARM/ |
gpr-paired-spill.ll | 31 ; In principle LLVM may have to recalculate the offset. At the moment
|
none-macho.ll | 86 ; Even bare-metal PIC needs GOT-like behaviour, in principle. Depends a bit on
|
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayAdapter.java | 31 * in principle it could be done from other processes.
|
/cts/tests/tests/security/src/android/security/cts/ |
ClonedSecureRandomTest.java | 117 * number of times because of the pigeonhole principle. In an attempt to 223 * seen a duplicate by the pigeonhole principle.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultimapPutIterableTester.java | 100 // In principle, it would be nice to apply these two tests to keys with existing values, too. 135 * In principle, a Multimap implementation could add e3 first before failing on the null. But
|
/bionic/libc/arch-arm64/generic/bionic/ |
strcmp.S | 66 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80
|
strlen.S | 63 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80
|
strnlen.S | 81 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80
|