/toolchain/binutils/binutils-2.27/gprof/ |
TEST | 5 that prepend them to each C name and on systems that don't)
|
/toolchain/binutils/binutils-2.27/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.27/ld/testsuite/ld-cris/ |
noglob1.d | 5 # Check that we can link an object that doesn't have any global symbols;
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
mips16-pic-1a.s | 5 # Test local stubs that are only used by MIPS16 PIC calls in this file. 9 # Test local stubs that are only used by MIPS16 jals in this file. 13 # Test local stubs that aren't called at all. 16 # Test hidden stubs that are called by MIPS16 PIC calls in this file. 20 # Test hidden stubs that are called by MIPS16 jals in this file. 24 # Test hidden stubs that are called by MIPS16 PIC calls in another file. 27 # Test hidden stubs that are called by MIPS16 jals in another file. 30 # Test hidden stubs that aren't called at all. 33 # Test global stubs that are called by MIPS16 jals in this file. 37 # Test global stubs that are called by MIPS16 jals in another file [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
sym-1.d | 6 # Test that nm can grok a simple mmo symbol table (or that mmo lets nm
|
/tools/tradefederation/contrib/ |
README | 1 This is the home for non-core src that belongs in the aosp extensions to Trade Federation. 3 Non-core is defined as code that makes use of the Trade Federation framework
|
README.txt | 1 This is the home for non-core src that belongs in the aosp extensions to Trade Federation. 3 Non-core is defined as code that makes use of the Trade Federation framework
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
LockSnapshot.java | 41 public LockSnapshot(LockSnapshot that) { 42 this.type = that.type; 43 this.address = that.address; 44 this.packageName = that.packageName; 45 this.className = that.className; 46 this.threadId = that.threadId; 54 public boolean equals(LockSnapshot that) { 55 return this.address == that.address 56 || (this.address != null && that.address != null 57 && this.address.equals(that.address)) [all...] |
JavaStackFrameSnapshot.java | 43 public JavaStackFrameSnapshot(JavaStackFrameSnapshot that) { 44 super(that); 45 this.packageName = that.packageName; 46 this.className = that.className; 47 this.methodName = that.methodName; 48 this.sourceFile = that.sourceFile; 49 this.sourceLine = that.sourceLine; 50 this.language = that.language; 51 final int N = that.locks.size(); 53 this.locks.add(that.locks.get(i).clone()) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
LedConfiguration.java | 55 public LedConfiguration(LedConfiguration that) { 56 this.color0 = that.color0; 57 this.color1 = that.color1; 58 this.pulse = that.pulse; 66 final LedConfiguration that = (LedConfiguration)o; local 67 return areColorsEqual(that) 68 && this.pulse == that.pulse 69 && this.isTransient == that.isTransient; 72 public boolean areColorsEqual(LedConfiguration that) { 73 if (that == null) [all...] |
/external/annotation-tools/scene-lib/src/annotations/util/ |
EqualByStringRepresentation.java | 8 * {@link EqualByStringRepresentation} is a "mix-in" class for objects that are 24 public final boolean equals(Object that) { 25 return that != null && this.getClass() == that.getClass() 26 && this.toString().equals(that.toString());
|
/external/autotest/client/site_tests/cellular_SuspendResume/ |
control | 2 # Use of this source code is governed by a BSD-style license that can be 10 that cellular can be enabled under all situations after resuming of device. 11 Verify that if autoconnect is turned on that the modem autoconnects 21 Verify that cellular can be enabled under all suspend/resume situations.
|
/external/autotest/client/site_tests/desktopui_Respawn/ |
control | 2 # Use of this source code is governed by a BSD-style license that can be 15 This test verifies that our UI respawning logic functions correctly under 16 normal conditions. That is, that the UI will cease restarting after a certain 18 ensure that these values remain the same over time. The values are
|
/external/curl/docs/cmdline-opts/ |
time-cond.d | 7 Request a file that has been modified later than the given time and date, or 8 one that has been modified before that time. The <date expression> can be all 14 that is older than the given date/time, default is a document that is newer
|
data-urlencode.d | 9 that this performs URL-encoding. 16 This will make curl URL-encode the content and pass that on. Just be careful 17 so that the content doesn't contain any = or @ symbols, as that will then make 20 This will make curl URL-encode the content and pass that on. The preceding = 23 This will make curl URL-encode the content part and pass that on. Note that 27 URL-encode that data and pass it on in the POST. 30 URL-encode that data and pass it on in the POST. The name part gets an equal 31 sign appended, resulting in \fIname=urlencoded-file-content\fP. Note that th [all...] |
/external/iproute2/include/uapi/linux/ |
atmapi.h | 12 figure that we are on a sparc64 while compiling user-space programs. */ 20 * Opaque type for kernel pointers. Note that _ is never accessed. We need 21 * the struct in order hide the array, so that we can make simple assignments 23 * code that still assumes that we're passing unsigned longs.
|
/external/kernel-headers/original/uapi/linux/ |
atmapi.h | 12 figure that we are on a sparc64 while compiling user-space programs. */ 20 * Opaque type for kernel pointers. Note that _ is never accessed. We need 21 * the struct in order hide the array, so that we can make simple assignments 23 * code that still assumes that we're passing unsigned longs.
|
/external/llvm/lib/Support/Unix/ |
README.txt | 4 This directory provides implementations of the lib/System classes that 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
hotplug02.txt | 4 This test checks that a process migrates when the CPU it is running on 10 Given a CPU to test that exists 14 Start a process that just uses processor cycles 23 Verify that it is still running 25 Verify that it is not running on the original CPU
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
README.txt | 4 This directory provides implementations of the lib/System classes that 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
README.txt | 4 This directory provides implementations of the lib/System classes that 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_BarrierClose.pbtxt | 12 If true, all pending enqueue requests that are 19 This operation signals that no more new elements will be inserted in the 20 given barrier. Subsequent InsertMany that try to introduce a new key will fail. 21 Subsequent InsertMany operations that just add missing components to already 24 Subsequent TakeMany operations that would block will fail immediately.
|
/external/valgrind/memcheck/tests/ |
nanoleak2.c | 2 // Bruce Lowekamp <lowekamp@sipeerior.com> reported that in a program with a 7 // it gives the y/n/c suppression prompt for errors that aren't shown. This 8 // test checks that is fixed. 10 // [The .vgtest file was later changed to use --leak-check=all so that if a 12 // to press 'y', because that pauses the entire regtest system.]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmapi.h | 11 figure that we are on a sparc64 while compiling user-space programs. */ 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need 20 * the struct in order hide the array, so that we can make simple assignments 22 * code that still assumes that we're passing unsigned longs.
|