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

<<71727374757677787980>>

  /packages/apps/TV/common/src/com/android/tv/common/annotation/
UsedByNative.java 23 * Annotation used for marking methods and fields that are called from native
24 * code. Useful for keeping components that would otherwise be removed by
25 * Proguard. Use the value parameter to mention a file that calls this method.
27 * Note that adding this annotation to a method is not enough to guarantee that
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_scriptpackages.py 12 # Check that we can import the package
14 # Test that we can get the main event class
16 # Test that we can instantiate that class
19 # Test that we can get an application object
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_scriptpackages.py 12 # Check that we can import the package
14 # Test that we can get the main event class
16 # Test that we can instantiate that class
19 # Test that we can get an application object
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo2/
libgo2.go 3 // license that can be found in the LICENSE file.
39 // RunGoroutines starts some goroutines that don't do anything.
40 // The idea is to get some threads going, so that a signal will be delivered
54 // TestSEGV makes sure that an invalid address turns into a run-time Go panic.
68 // Noop ensures that the Go runtime is initialized.
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 3 // license that can be found in the LICENSE file.
8 // 2) The plugin adds that same itab again. That makes a cycle in the itab
13 // The code is carefully crafted so that the two itabs are both from the
14 // same bucket, and so that the second itab doesn't exist in
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes.go 3 // license that can be found in the LICENSE file.
11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /prebuilts/go/darwin-x86/src/encoding/gob/
error.go 3 // license that can be found in the LICENSE file.
10 // Panics caused by user error (that is, everything except run-time panics
11 // such as "index out of bounds" errors) do not leave the file that caused
13 // decoding functions and methods that do not return an error either use
33 // plain error. It overwrites the error return of the function that deferred its call.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
httputil.go 3 // license that can be found in the LICENSE file.
14 // NewChunkedReader returns a new chunkedReader that translates the data read from r
24 // NewChunkedWriter returns a new chunkedWriter that translates writes into HTTP
26 // sends the final 0-length chunk that marks the end of the stream.
38 // with lines that are too long.
  /prebuilts/go/darwin-x86/src/runtime/cgo/
mmap.go 3 // license that can be found in the LICENSE file.
12 // When using cgo, call the C library for mmap, so that we call into
15 // C/C++ code; this permits that code to see the Go code as normal
16 // program addresses that have been initialized.
18 // To support interceptors that look for both mmap and munmap,
  /prebuilts/go/darwin-x86/src/runtime/
memmove_amd64p32.s 3 // license that can be found in the LICENSE file.
7 // This could use MOVSQ, but we use MOVSL so that if an object ends in
49 // Note: we copy only 4 bytes at a time so that the tail is at most
50 // 3 bytes. That guarantees that we aren't copying pointers with MOVSB.
  /prebuilts/go/darwin-x86/test/
live1.go 5 // license that can be found in the LICENSE file.
7 // Test that code compiles without
11 // This code contains methods or other construct that
16 // Instead, this test relies on the fact that the liveness
18 // a compile error. Compiling successfully means that bug
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo2/
libgo2.go 3 // license that can be found in the LICENSE file.
39 // RunGoroutines starts some goroutines that don't do anything.
40 // The idea is to get some threads going, so that a signal will be delivered
54 // TestSEGV makes sure that an invalid address turns into a run-time Go panic.
68 // Noop ensures that the Go runtime is initialized.
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 3 // license that can be found in the LICENSE file.
8 // 2) The plugin adds that same itab again. That makes a cycle in the itab
13 // The code is carefully crafted so that the two itabs are both from the
14 // same bucket, and so that the second itab doesn't exist in
  /prebuilts/go/linux-x86/src/crypto/aes/
modes.go 3 // license that can be found in the LICENSE file.
11 // gcmAble is implemented by cipher.Blocks that can provide an optimized
18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized
25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized
32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
  /prebuilts/go/linux-x86/src/encoding/gob/
error.go 3 // license that can be found in the LICENSE file.
10 // Panics caused by user error (that is, everything except run-time panics
11 // such as "index out of bounds" errors) do not leave the file that caused
13 // decoding functions and methods that do not return an error either use
33 // plain error. It overwrites the error return of the function that deferred its call.
  /prebuilts/go/linux-x86/src/net/http/httputil/
httputil.go 3 // license that can be found in the LICENSE file.
14 // NewChunkedReader returns a new chunkedReader that translates the data read from r
24 // NewChunkedWriter returns a new chunkedWriter that translates writes into HTTP
26 // sends the final 0-length chunk that marks the end of the stream.
38 // with lines that are too long.
  /prebuilts/go/linux-x86/src/runtime/cgo/
mmap.go 3 // license that can be found in the LICENSE file.
12 // When using cgo, call the C library for mmap, so that we call into
15 // C/C++ code; this permits that code to see the Go code as normal
16 // program addresses that have been initialized.
18 // To support interceptors that look for both mmap and munmap,
  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64p32.s 3 // license that can be found in the LICENSE file.
7 // This could use MOVSQ, but we use MOVSL so that if an object ends in
49 // Note: we copy only 4 bytes at a time so that the tail is at most
50 // 3 bytes. That guarantees that we aren't copying pointers with MOVSB.
  /prebuilts/go/linux-x86/test/
live1.go 5 // license that can be found in the LICENSE file.
7 // Test that code compiles without
11 // This code contains methods or other construct that
16 // Instead, this test relies on the fact that the liveness
18 // a compile error. Compiling successfully means that bug
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scriptpackages.py 12 # Check that we can import the package
14 # Test that we can get the main event class
16 # Test that we can instantiate that class
19 # Test that we can get an application object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scriptpackages.py 12 # Check that we can import the package
14 # Test that we can get the main event class
16 # Test that we can instantiate that class
19 # Test that we can get an application object
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkVariables.java 19 /** Eclipse variables that are understood by the NDK while launching programs. */
21 /** Variable that expands to the full path of NDK's ABI specific gdb. */
24 /** Variable that expands to point to the full path of the project used in the launch
28 /** Variable that indicates the ABI that is compatible between the device and the
  /system/sepolicy/
NOTICE 5 You agree that this software is a
6 non-commercially developed program that may contain "bugs" (as that
7 term is used in the industry) and that it may not function as intended.
20 of such damage. You acknowledge that this is a reasonable allocation of
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
section10.s 5 # Make sure that a numeric value can be mixed with alpha values.
9 # Make sure that specifying further arguments to .sections is still supported
13 # Make sure that extra flags can be set for well known sections as well.
25 # Test that declaring an extended version of a known special section works.
29 # Check that .pushsection works as well.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf_e_flags.c 10 in there; the test suite wants to be sure that GAS's -m4650 flag
14 Ian 10 June 1999: I tweaked the resulting assembler file so that it
19 that it would always generate enough zero-padding at the end to make
20 objdump print "...", so that the test would be successful even on
21 machines that pad results to cache line or other boundaries

Completed in 2298 milliseconds

<<71727374757677787980>>