Home
last modified time | relevance | path

Searched refs:computer (Results 1 – 25 of 890) sorted by relevance

12345678910>>...36

/external/junit/src/main/java/org/junit/runner/
DJUnitCore.java61 public static Result runClasses(Computer computer, Class<?>... classes) { in runClasses() argument
62 return new JUnitCore().run(computer, classes); in runClasses()
104 public Result run(Computer computer, Class<?>... classes) { in run() argument
105 return run(Request.classes(computer, classes)); in run()
DRequest.java74 public static Request classes(Computer computer, Class<?>... classes) { in classes() argument
77 Runner suite = computer.getSuite(builder, classes); in classes()
DJUnitCommandLineParseResult.java114 public Request createRequest(Computer computer) { in createRequest() argument
117 computer, classes.toArray(new Class<?>[classes.size()])); in createRequest()
/external/oboe/apps/OboeTester/docs/
DBuild.md12 * git installed on your computer (optional)
13 * USB cable to connect your computer and your phone
29 4. Connect an Android phone to your computer using a USB cable.
32 6. OboeTester should build and then appear on your computer.
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DReadMe.txt1computer.local./" in Internet Explorer and it will resolve "computer.local." using DNS-SD and go t…
/external/one-true-awk/testdir/
Dfunstack.in105 %%% netlib.bell-labs.com, and from the computer
606 keywords = "digital computer sorting; minimal storage sorting; sorting",
836 title = "An interactive computer system using graphical flowchart input",
951 …keywords = "compilers; computer science and automata; debugging; diagnostics; error correction…
973 …keywords = "computer applications; computer-assisted learning; computers, programming; educati…
989computer programs for game-playing and other purposes. It is based on the principle that it is des…
1010computer system which utilizes variable sized segments (the Burroughs B5500) are discussed. The mo…
1102 …abstract = "Conventional computer methods available to solve continuous system problems charac…
1178 classcodes = "C4290 (Other computer theory)",
1315 …equirements for this problem area are defined and compared with current computer graphic languages…
[all …]
/external/llvm/docs/
DHowToAddABuilder.rst21 interested in is not covered yet or gets built on your computer much
25 #. The computer you will be registering with the LLVM buildbot
29 multiple configurations on one computer.
68 buildbot documentation for help. You may want to restart your computer
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DWrapperObjectWithObjectIdTest.java21 public Company addComputer(Computer computer) { in addComputer() argument
25 computers.add(computer); in addComputer()
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto81 // Join failed because computer organizational unit does not exist.
83 // Join failed because computer organizational unit is invalid.
85 // Setting computer organizational unit failed with insufficient permissions.
87 // Setting computer organizational unit failed with unspecified error.
100 // Setting computer organizational unit failed with constraint violation.
189 // Netbios computer (aka machine) name for the joining device.
/external/selinux/python/sepolicy/sepolicy/help/
Dlockdown_ptrace.txt4 The deny_ptrace feature allows an administrator to toggle the ability of processes on the computer
6 …n can examine the memory of any other process run by them. Meaning the computer game you are runn…
/external/llvm-project/llvm/docs/
DHowToAddABuilder.rst31 interested in is not covered yet or gets built on your computer much
35 #. The computer you will be registering with the LLVM buildbot
39 multiple configurations on one computer.
82 buildbot documentation for help. You may want to restart your computer
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelLocRes.rc152 …LTEXT "When 'Wake On Demand' is enabled, you may hear your computer wake up occasionally…
154 …LTEXT "This informs other devices that your computer is still available on the network.",
244 IDS_APPLET_TOOLTIP "Change Bonjour settings for this computer."
/external/rust/crates/pin-project/
D.gitignore6 …est/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
/external/rust/crates/syn-mid/
D.gitignore6 …est/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
/external/rust/crates/pin-project-lite/
D.gitignore6 …est/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
/external/markdown/tests/extensions-x-tables/
Dtables.txt23 | `destroy()` | **Destroy your computer!** |
/external/python/cpython2/Doc/faq/
Dinstalled.rst23 * Perhaps another user on the computer wanted to learn programming and installed
27 Python and included a Python installation. For a home computer, the most
/external/autotest/client/tests/iozone/
Dcontrol11 computer platform. The benchmark tests file I/O performance for the following
/external/clang/test/Index/
Dheaderfile-comment-to-html.m16 …A Device represents a remote or local computer or device with which the Developer Tools can intera…
20 …Declaration><Abstract><Para> A Device represents a remote or local computer or device with wh…
31 // CHECK-NEXT: (CXComment_Text Text=[ A Device represents a remote or local computer o…
/external/llvm-project/clang/test/Index/
Dheaderfile-comment-to-html.m16 …A Device represents a remote or local computer or device with which the Developer Tools can intera…
20 …Declaration><Abstract><Para> A Device represents a remote or local computer or device with wh…
31 // CHECK-NEXT: (CXComment_Text Text=[ A Device represents a remote or local computer o…
/external/python/cpython3/Doc/tutorial/
Dfloatingpoint.rst14 Floating-point numbers are represented in computer hardware as base 2 (binary)
180 16), again giving the exact value stored by your computer::
223 doubles contain 53 bits of precision, so on input the computer strives to
264 So the computer never "sees" 1/10: what it sees is the exact fraction given
276 meaning that the exact number stored in the computer is equal to
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt10 … characters, or use different numbers for the same character. Any given computer (especially serve…
18 …um represents a broad spectrum of corporations and organizations in the computer and information p…
/external/grpc-grpc/src/android/test/interop/
DREADME.md30 requires an emulator already running on your computer.
/external/python/cpython2/Doc/tutorial/
Dfloatingpoint.rst10 Floating-point numbers are represented in computer hardware as base 2 (binary)
167 precision". 754 doubles contain 53 bits of precision, so on input the computer
209 So the computer never "sees" 1/10: what it sees is the exact fraction given
221 meaning that the exact number stored in the computer is approximately equal to
/external/pdfium/third_party/bigint/
DLICENSE10 limited only by your computer's memory. The library provides BigUnsigned and
30 particular, it uses whatever word size the computer provides (32-bit, 64-bit, or

12345678910>>...36