HomeSort by relevance Sort by last modified time
    Searched full:that (Results 1426 - 1450 of 189771) sorted by null

<<51525354555657585960>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-v32-i1.s 1 ; Test that addc recognizes constant operands; [pc+]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-unwind.s 5 # Verify that switching back into .eh_frame does not change
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
cons-2.s 2 # that we get the right output with this test.
err-local1.s 2 % Check that error handling for the restrictions on LOCAL works.
err-local2.s 2 % Check that error handling for the restrictions on LOCAL works.
loc-1.s 1 # Check that we don't get anything strange from a single LOC to data and a
zerop-1.s 1 # Check that we allow zero operands for some insns.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs2.s 10 ;; Note that the .org that follows is more or less equivalent
14 ;; Note also that the two test variables (d2 & d3) are intentionally
15 ;; roughly $100 apart, so that the FR9 relocation processing in
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-incompatible.d 5 #error: Object has vendor-specific contents that must be processed by the '.+' toolchain
thumb2-bl-undefweak.s 1 @ Test that calls to undefined weak functions resolve to call through
thumb2-bl-undefweak1.s 1 @ Test that calls to undefined weak functions resolve to call through
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvers/
vers2.c 3 * versioned symbol foo that is in test.so.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
gregbza1.s 3 # before the other relocs for that insn.
gregget1.s 3 # before the other relocs for that insn.
gregget2.s 3 # the other relocs for that insn.
gregpsj1.s 3 # before the other relocs for that insn.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
defined5.d 6 # Check that arithmetic on DEFINED works.
  /tools/test/connectivity/wts-acts/
README 1 Note that this directory contains additional files to be packaged specifically
  /tools/tradefederation/core/prod-tests/
README 1 This directory contains test harness code that make use of the tradefed
  /development/tools/bugreport/src/com/android/bugreport/stacks/
ProcessSnapshot.java 39 public ProcessSnapshot(ProcessSnapshot that) {
40 this.pid = that.pid;
41 this.cmdLine = that.cmdLine;
42 this.date = that.date;
43 final int N = that.threads.size();
45 this.threads.add(that.threads.get(i).clone());
60 public int compareTo(ProcessSnapshot that) {
61 return this.pid - that.pid;
65 * Returns the first thread with the given name that's found, or null.
77 * Returns the first thread with the given name that's found, or null
    [all...]
  /external/skia/include/utils/
SkCanvasStateUtils.h 4 * Use of this source code is governed by a BSD-style license that can be
16 * A set of functions that are useful for copying the state of an SkCanvas
33 * Captures the current state of the canvas into an opaque ptr that is safe
35 * or may be newer). The function will return NULL in the event that one of the
40 * It is recommended that the original canvas also not be used until all
41 * canvases that have been created using its captured state have been dereferenced.
43 * Finally, it is important to note that any draw filters attached to the
47 * @return NULL or an opaque ptr that can be passed to CreateFromCanvasState
55 * function will return NULL in the event that one of the
69 * should not be released until all SkCanvas objects created using that
    [all...]
  /external/skqp/include/utils/
SkCanvasStateUtils.h 4 * Use of this source code is governed by a BSD-style license that can be
16 * A set of functions that are useful for copying the state of an SkCanvas
33 * Captures the current state of the canvas into an opaque ptr that is safe
35 * or may be newer). The function will return NULL in the event that one of the
40 * It is recommended that the original canvas also not be used until all
41 * canvases that have been created using its captured state have been dereferenced.
43 * Finally, it is important to note that any draw filters attached to the
47 * @return NULL or an opaque ptr that can be passed to CreateFromCanvasState
55 * function will return NULL in the event that one of the
69 * should not be released until all SkCanvas objects created using that
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Cloneable.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
30 * indicate to the {@link java.lang.Object#clone()} method that it
31 * is legal for that method to make a
32 * field-for-field copy of instances of that class.
34 * Invoking Object's clone method on an instance that does not implement the
38 * By convention, classes that implement this interface should override
43 * Note that this interface does <i>not</i> contain the <tt>clone</tt> method.
45 * fact that it implements this interface. Even if the clone method is invoke
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
ConnectionPoolDataSource.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
33 * objects. An object that implements this interface will typically be
34 * registered with a naming service that is based on the
44 * Attempts to establish a physical database connection that can
47 * @return a <code>PooledConnection</code> object that is a physical
48 * connection to the database that this
58 * Attempts to establish a physical database connection that can
63 * @return a <code>PooledConnection</code> object that is a physica
    [all...]
  /prebuilts/go/darwin-x86/pkg/include/
funcdata.h 3 // license that can be found in the LICENSE file.
21 // that communicate to the runtime information about the location and liveness
23 // This communication is only required in assembly functions that make calls
24 // to other functions that might be preempted or grow the stack.
25 // NOSPLIT functions that make no calls do not need to use these macros.
27 // GO_ARGS indicates that the Go prototype for this assembly function
29 // GO_ARGS should be the first instruction in a function that uses it.
32 // that also has a Go prototype and therefore is usually not necessary
36 // GO_RESULTS_INITIALIZED indicates that the assembly function
37 // has initialized the stack space for its results and that those result
    [all...]

Completed in 1517 milliseconds

<<51525354555657585960>>