Home
last modified time | relevance | path

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

12345678910>>...23

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMapMaker.java42 private final Function<? super K, ? extends V> computer; field in MapMaker.ExpiringComputingMap
50 ExpiringComputingMap(long expirationMillis, Function<? super K, ? extends V> computer, in ExpiringComputingMap() argument
54 this.computer = computer; in ExpiringComputingMap()
126 if (result == null && computer != null) { in get()
147 value = computer.apply(key); in compute()
153 String message = computer + " returned null for key " + key + "."; in compute()
222 public <K, V> ConcurrentMap<K, V> makeComputingMap(Function<? super K, ? extends V> computer) { in makeComputingMap() argument
224 expirationMillis, computer, maximumSize, initialCapacity); in makeComputingMap()
/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.java72 public static Request classes(Computer computer, Class<?>... classes) { in classes() argument
75 Runner suite = computer.getSuite(builder, classes); in classes()
DJUnitCommandLineParseResult.java116 public Request createRequest(Computer computer) { in createRequest() argument
119 computer, classes.toArray(new Class<?>[classes.size()])); in createRequest()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DReadMe.txt1computer.local./" in Internet Explorer and it will resolve "computer.local." using DNS-SD and go t…
/external/u-boot/arch/arm/mach-meson/
DKconfig28 ODROID-C2 is a single board computer based on Meson GXBaby
46 LibreTech CC is a single board computer based on Meson GXL
53 Khadas VIM is a single board computer based on Meson GXL
/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/swiftshader/third_party/llvm-7.0/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.
81 buildbot documentation for help. You may want to restart your computer
/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/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/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/tensorflow/tensorflow/lite/g3doc/models/image_classification/
Dandroid.md5 application from the Tensorflow repository, build it on your computer, and
15 * USB cable (to connect Android device to your computer)
19 Clone the GitHub repository to your computer to get the demo application.
59 Connect the Android device to the computer and be sure to approve any ADB
/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/markdown/tests/extensions-x-tables/
Dtables.txt23 | `destroy()` | **Destroy your computer!** |
/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/libxcam/
DMETADATA3 "libXCam is a project for extended camera and computer "
/external/autotest/client/tests/iozone/
Dcontrol11 computer platform. The benchmark tests file I/O performance for the following
/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/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/libjpeg-turbo/release/
DWelcome.rtf8 …ler will install the libjpeg-turbo SDK and run-time libraries onto your computer so that you can u…
/external/python/cpython2/Doc/library/
D_winreg.rst37 Establishes a connection to a predefined registry handle on another computer,
40 *computer_name* is the name of the remote computer, of the form
41 ``r"\\computername"``. If ``None``, the local computer is used.
252 specified in *file_name* is relative to the remote computer.
357 If *key* represents a key on a remote computer, the path described by
358 *file_name* is relative to the remote computer. The caller of this method must
493 of the computer, including data about the bus type, system memory,
499 configuration for new users on the local computer and the user
513 local computer system.
/external/python/cpython3/Doc/library/
Dwinreg.rst45 Establishes a connection to a predefined registry handle on another computer,
48 *computer_name* is the name of the remote computer, of the form
49 ``r"\\computername"``. If ``None``, the local computer is used.
280 specified in *file_name* is relative to the remote computer.
386 If *key* represents a key on a remote computer, the path described by
387 *file_name* is relative to the remote computer. The caller of this method must
522 of the computer, including data about the bus type, system memory,
528 configuration for new users on the local computer and the user
542 local computer system.
/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
/external/grpc-grpc/src/android/test/interop/
DREADME.md30 requires an emulator already running on your computer.

12345678910>>...23