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

<<919293949596979899100>>

  /libcore/ojluni/src/main/java/javax/security/auth/
DestroyFailedException.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
29 * Signals that a {@code destroy} operation failed.
42 * message is a String that describes this particular exception.
50 * message. A detail message is a String that describes this particular
  /prebuilts/go/darwin-x86/doc/
go1compat.html 22 It is intended that programs written to the Go 1 specification will
24 of that specification. At some indefinite point, a Go 2 specification
25 may arise, but until that time, Go programs that work today should
39 a way that breaks existing Go 1 code.
45 Although we expect that the vast majority of programs will maintain
46 this compatibility over time, it is impossible to guarantee that
49 future. There are a number of ways in which a program that compiles
64 that are undefined. Programs that depend on such unspecified behavio
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
doc.go 3 // license that can be found in the LICENSE file.
6 Fix finds Go programs that use old APIs and rewrites them to use
17 If the named path is a directory, fix rewrites all .go files in that
26 rewrites are idempotent, so that it is safe to apply fix to updated
32 Fix does not make backup copies of the files that it edits.
34 the changes that fix makes before committing them.
  /prebuilts/go/linux-x86/doc/
go1compat.html 22 It is intended that programs written to the Go 1 specification will
24 of that specification. At some indefinite point, a Go 2 specification
25 may arise, but until that time, Go programs that work today should
39 a way that breaks existing Go 1 code.
45 Although we expect that the vast majority of programs will maintain
46 this compatibility over time, it is impossible to guarantee that
49 future. There are a number of ways in which a program that compiles
64 that are undefined. Programs that depend on such unspecified behavio
    [all...]
  /prebuilts/go/linux-x86/src/cmd/fix/
doc.go 3 // license that can be found in the LICENSE file.
6 Fix finds Go programs that use old APIs and rewrites them to use
17 If the named path is a directory, fix rewrites all .go files in that
26 rewrites are idempotent, so that it is safe to apply fix to updated
32 Fix does not make backup copies of the files that it edits.
34 the changes that fix makes before committing them.
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jvm.cfg 8 # by Oracle in the LICENSE file that accompanied this code.
10 # This code is distributed in the hope that it will be useful, but WITHOUT
13 # version 2 for more details (a copy is included in the LICENSE file that
24 # List of JVMs that can be used as an option to java, javac, etc.
26 # NOTE that this both this file and its format are UNSUPPORTED and
30 # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/amd64/
jvm.cfg 8 # by Oracle in the LICENSE file that accompanied this code.
10 # This code is distributed in the hope that it will be useful, but WITHOUT
13 # version 2 for more details (a copy is included in the LICENSE file that
25 # List of JVMs that can be used as an option to java, javac, etc.
27 # NOTE that this both this file and its format are UNSUPPORTED and
31 # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  /prebuilts/jdk/jdk9/darwin-x86/lib/
jvm.cfg 8 # by Oracle in the LICENSE file that accompanied this code.
10 # This code is distributed in the hope that it will be useful, but WITHOUT
13 # version 2 for more details (a copy is included in the LICENSE file that
24 # List of JVMs that can be used as an option to java, javac, etc.
26 # NOTE that both this file and its format are UNSUPPORTED and
30 # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  /prebuilts/jdk/jdk9/linux-x86/lib/
jvm.cfg 8 # by Oracle in the LICENSE file that accompanied this code.
10 # This code is distributed in the hope that it will be useful, but WITHOUT
13 # version 2 for more details (a copy is included in the LICENSE file that
24 # List of JVMs that can be used as an option to java, javac, etc.
26 # NOTE that both this file and its format are UNSUPPORTED and
30 # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt 4 instrumentation : Attributes that can be supplied in an AndroidManifest.xml "instrumentation" tag, a child of the root manifest tag.
5 original-package : Private tag to declare the original package name that this package is based on.
7 permission : The "permission" tag declares a security permission that can be used to control access from other packages to specific components or features in your package (or other packages).
9 permission-tree : The "permission-tree" tag declares the base of a tree of permission values: it declares that this package has ownership of the given permission name, as well as all names underneath it (separated by '.').
14 uses-permission : The "uses-permission" tag requests a "permission" that the containing package must be granted in order for it to operate correctly.
15 uses-sdk : The "uses-sdk" tag describes the SDK features that the containing package must be running on to operate correctly.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
protected_1.cc 13 // This program is distributed in the hope that it will be useful,
23 // The function f1 is protected, which means that other callers in the
35 // The function f2 is used to test that the executable can see the
38 // here, becaues that may cause gcc to generate a PC relative reloc;
40 // really useful, given that it doesn't work with the visibility
42 // testsuite has the same test, and we want to make sure that gold
thumb_blx_out_of_range.s 7 # Add padding so that target is just output of branch range.
18 # Use 256-byte alignment so that we know where the stubs start.
21 # Define _start so that linker does not complain.
46 # forward BLX at an address n*4 + 2 so that the branch offset is
52 # switch back to ARM mode so that stubs are disassembled correctly.
61 # Add padding so that target is just out of branch range.
  /tools/tradefederation/core/src/com/android/tradefed/config/
ClassNotFoundConfigurationException.java 42 * @param cause the {@link Throwable} that represents the original cause of the error
43 * @param className the class of the object that was not found
44 * @param objectType the Tradefed object type of the object that was not found
57 * @param cause the {@link Throwable} that represents the original cause of the error
58 * @param rejectedObjects The map of objects that failed loading.
66 /** Returns the map of object class that was rejected. */
  /tools/tradefederation/core/tests/test-apps/UITestApp/src/com/android/tradefed/uitestapp/
EditBoxActivityTest.java 24 * A test that does simple UI events.
26 * Its intended to verify that the UI on device is in a state where UI tests will be successful (ie
36 * Test that the edit box on {@link EditBoxActivity} can focused.
47 * Test that the edit box on {@link EditBoxActivity} can modified.
60 * Test that a instrumentation string sync can be sent
70 * Test that a drag ui event can be sent
  /art/runtime/interpreter/mterp/arm64/
fbinop2addr.S 3 * an "instr" line that specifies an instruction that performs
funopNarrower.S 4 * "instr" line that specifies an instruction that performs "$tgtreg = op $srcreg".
funopWide.S 4 * "instr" line that specifies an instruction that performs "$tgtreg = op $srcreg".
funopWider.S 4 * "instr" line that specifies an instruction that performs "$tgtreg = op $srcreg".
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
4 * specifies an instruction that performs "result = op x0".
  /art/runtime/interpreter/mterp/mips/
fbinop2addr.S 3 * that specifies an instruction that performs "fv0 = fa0 op fa1".
unopNarrower.S 4 * line that specifies an instruction that performs "fv0 = op fa0".
unopWider.S 4 * that specifies an instruction that performs "result0/result1 = op a0".
  /art/runtime/interpreter/mterp/mips64/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
4 * specifies an instruction that performs "a0 = op a0".
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
4 * specifies an instruction that performs "a0 = op a0".
  /art/runtime/interpreter/mterp/x86_64/
unop.S 3 * Generic 32/64-bit unary operation. Provide an "instr" line that
4 * specifies an instruction that performs "result = op eax".

Completed in 1708 milliseconds

<<919293949596979899100>>