HomeSort by relevance Sort by last modified time
    Searched refs:that (Results 151 - 175 of 13096) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
case-1.s 1 ! Tests that opcodes and common registers are recognized case-insensitive,
2 ! and also that the option --isa=shmedia is optional.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group3.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
2 @ and that stubs are correctly inserted between input sections
farcall-group4.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
2 @ and that a large input section forces stub insertion before its
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-007.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-008.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-015.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
reloc-016.d 4 # now that we treat addresses as wrapping, it isn't possible to fail
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14926.d 4 # the above targets use memory regions that don't allow 0x60 for .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined5.d 6 # Check that arithmetic on DEFINED works.
  /external/google-breakpad/src/processor/
basic_code_modules.cc 5 // modification, are permitted provided that the following conditions are
30 // basic_code_modules.cc: Contains all of the CodeModule objects that
48 BasicCodeModules::BasicCodeModules(const CodeModules *that)
51 BPLOG_IF(ERROR, !that) << "BasicCodeModules::BasicCodeModules requires "
52 "|that|";
53 assert(that);
55 const CodeModule *main_module = that->GetMainModule();
59 unsigned int count = that->module_count();
68 that->GetModuleAtIndex(module_sequence)->Copy());
  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.h 2 // Use of this source code is governed by a BSD-style license that can be
25 CPDF_ClipPath(const CPDF_ClipPath& that);
32 bool operator==(const CPDF_ClipPath& that) const {
33 return m_Ref == that.m_Ref;
35 bool operator!=(const CPDF_ClipPath& that) const { return !(*this == that); }
53 PathData(const PathData& that);
  /packages/apps/TV/common/src/com/android/tv/common/recording/
RecordingCapability.java 34 * The max number of concurrent sessions that require a tuner.
41 * The max number concurrent session that play a stream.
95 RecordingCapability that = (RecordingCapability) o; local
96 return Objects.equals(maxConcurrentTunedSessions, that.maxConcurrentTunedSessions) &&
97 Objects.equals(maxConcurrentPlayingSessions, that.maxConcurrentPlayingSessions) &&
99 that.maxConcurrentSessionsOfAllTypes) &&
100 Objects.equals(playbackWhileRecording, that.playbackWhileRecording) &&
101 Objects.equals(inputId, that.inputId);
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationInstrumentCluster.java 111 public CarNavigationInstrumentCluster(CarNavigationInstrumentCluster that) {
112 this(that.mMinIntervalMillis,
113 that.mType,
114 that.mImageWidth,
115 that.mImageHeight,
116 that.mImageColorDepthBits);
  /prebuilts/go/darwin-x86/misc/cgo/errors/
issue16591.go 3 // license that can be found in the LICENSE file.
5 // Issue 16591: Test that we detect an invalid call that was being
  /prebuilts/go/darwin-x86/misc/cgo/test/gcc68255/
a.go 3 // license that can be found in the LICENSE file.
5 // Test that it's OK to have C code that does nothing other than
  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
main.go 3 // license that can be found in the LICENSE file.
7 // Test that the struct field in anonunion.go was promoted.
11 // Test that P, Q, and R all point to byte.
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_stub.go 3 // license that can be found in the LICENSE file.
10 // Returns list of goroutines that become runnable.
12 // Implementation for platforms that do not support
  /prebuilts/go/darwin-x86/test/fixedbugs/bug302.dir/
main.go 3 // license that can be found in the LICENSE file.
7 // Check that the export information is correct in p.6.
10 // Check that it's still correct in pp.a (which contains p.6).
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13539.go 5 // license that can be found in the LICENSE file.
7 // Verify that a label named like a package is recognized
8 // as a label rather than a package and that the package
issue9691.go 5 // license that can be found in the LICENSE file.
13 // Test that map index can be used in range
14 // and that slicebytetostringtmp is not used in this context.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/
main.go 3 // license that can be found in the LICENSE file.
7 // Verify that we can import package "a" containing an inlineable
8 // function F that declares a local interface with a non-exported
  /prebuilts/go/darwin-x86/test/
initloop.go 5 // license that can be found in the LICENSE file.
7 // Verify that initialization loops are caught
8 // and that the errors print correctly.
typecheckloop.go 5 // license that can be found in the LICENSE file.
7 // Verify that constant definition loops are caught during
8 // typechecking and that the errors print correctly.
  /prebuilts/go/linux-x86/misc/cgo/errors/
issue16591.go 3 // license that can be found in the LICENSE file.
5 // Issue 16591: Test that we detect an invalid call that was being
  /prebuilts/go/linux-x86/misc/cgo/test/gcc68255/
a.go 3 // license that can be found in the LICENSE file.
5 // Test that it's OK to have C code that does nothing other than

Completed in 487 milliseconds

1 2 3 4 5 67 8 91011>>