HomeSort by relevance Sort by last modified time
    Searched refs:original (Results 351 - 375 of 2349) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Mutex.h 133 SmartMutex(const SmartMutex<mt_only> & original);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Mutex.h 133 SmartMutex(const SmartMutex<mt_only> & original);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Mutex.h 133 SmartMutex(const SmartMutex<mt_only> & original);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Mutex.h 133 SmartMutex(const SmartMutex<mt_only> & original);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Mutex.h 133 SmartMutex(const SmartMutex<mt_only> & original);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Mutex.h 133 SmartMutex(const SmartMutex<mt_only> & original);
  /prebuilts/go/darwin-x86/src/math/
acosh.go 7 // The original C code, the long comment, and the constants
10 // version of the original C.
asinh.go 7 // The original C code, the long comment, and the constants
10 // version of the original C.
atanh.go 7 // The original C code, the long comment, and the constants
10 // version of the original C.
remainder.go 7 // The original C code and the comment below are from
10 // the original C.
  /prebuilts/go/darwin-x86/src/math/cmplx/
exp.go 9 // The original C code, the long comment, and the constants
11 // The go code is a simplified version of the original C.
log.go 9 // The original C code, the long comment, and the constants
11 // The go code is a simplified version of the original C.
  /prebuilts/go/linux-x86/src/math/
acosh.go 7 // The original C code, the long comment, and the constants
10 // version of the original C.
asinh.go 7 // The original C code, the long comment, and the constants
10 // version of the original C.
atanh.go 7 // The original C code, the long comment, and the constants
10 // version of the original C.
remainder.go 7 // The original C code and the comment below are from
10 // the original C.
  /prebuilts/go/linux-x86/src/math/cmplx/
exp.go 9 // The original C code, the long comment, and the constants
11 // The go code is a simplified version of the original C.
log.go 9 // The original C code, the long comment, and the constants
11 // The go code is a simplified version of the original C.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-6.s 6 # large distances in the original file, we should end
  /tools/apksig/src/main/java/com/android/apksig/
ApkSigner.java 602 ByteBuffer original,
606 return original;
610 ByteBuffer result = ByteBuffer.allocate(original.remaining() + 5 + dataAlignmentMultiple);
618 while (original.remaining() >= 4) {
619 short headerId = original.getShort();
620 int dataSize = ZipUtils.getUnsignedInt16(original);
621 if (dataSize > original.remaining()) {
629 original.position(original.position() + dataSize);
633 original.position(original.position() - 4)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeBasedTableTest.java 125 TreeBasedTable<String, Integer, Character> original = TreeBasedTable.create( local
127 original.put("foo", 3, 'a');
128 original.put("foo", 12, 'b');
129 original.put("bar", 5, 'c');
130 original.put("cat", 8, 'd');
131 table = TreeBasedTable.create(original);
134 assertEquals(original, table);
  /external/python/cpython3/Lib/test/
test_zipapp.py 100 # Write 2 files, as the original bug wrote __main__.py
301 original = self.make_archive()
303 args = [str(original), '-o', str(target)]
309 original = self.make_archive()
311 args = [str(original), '-o', str(original)]
319 original = self.make_archive()
321 args = [str(original), '-o', str(target), '-m', 'foo:bar']
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktAtomicOperationTests.cpp 215 template<typename T> void checkOperation (const BufferInterface& original,
241 void AtomicOperationCaseInstance::checkOperation (const BufferInterface& original,
245 // originalInout = original inout
262 const T originalInout = *reinterpret_cast<const T*>(&original.inout[elementNdx]);
263 const T input0 = *reinterpret_cast<const T*>(&original.input[elementNdx]);
264 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]);
355 << tcu::toHex(resOutput1) << ". Using Input0 = " << tcu::toHex(original.input[elementNdx])
356 << " and Input1 = " << tcu::toHex(original.input[elementNdx + NUM_ELEMENTS / 2]) << ".";
409 BufferInterface original = *ptr; local
500 checkOperation<deInt32>(original, *ptr, resultCollector)
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
LambdaDesugaring.java 101 Handle original = bridge.getKey(); local
108 original); local
112 original, local
128 if (original.getTag() == Opcodes.H_NEWINVOKESPECIAL) {
129 bridgeMethod.visitTypeInsn(Opcodes.NEW, original.getOwner());
143 invokeOpcode(original),
144 original.getOwner(),
145 original.getName(),
146 original.getDesc(),
147 original.isInterface())
    [all...]
  /external/pdfium/third_party/pymock/
mock.py 50 def wraps(original):
52 f.__name__ = original.__name__
53 f.__doc__ = original.__doc__
54 f.__module__ = original.__module__
55 f.__wrapped__ = original
261 def _set_signature(mock, original, instance=False):
264 # signature as the original.
265 if not _callable(original):
268 skipfirst = isinstance(original, ClassTypes)
269 result = _getsignature(original, skipfirst, instance
    [all...]

Completed in 573 milliseconds

<<11121314151617181920>>