/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapMaker.java | 42 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/ |
D | JUnitCore.java | 61 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()
|
D | Request.java | 72 public static Request classes(Computer computer, Class<?>... classes) { in classes() argument 75 Runner suite = computer.getSuite(builder, classes); in classes()
|
D | JUnitCommandLineParseResult.java | 116 public Request createRequest(Computer computer) { in createRequest() argument 119 computer, classes.toArray(new Class<?>[classes.size()])); in createRequest()
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | ReadMe.txt | 1 …computer.local./" in Internet Explorer and it will resolve "computer.local." using DNS-SD and go t…
|
/external/llvm/docs/ |
D | HowToAddABuilder.rst | 21 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/tensorflow/tensorflow/docs_src/about/ |
D | uses.md | 44 …<li> **Description**: Baseline model and follow on research into highly accurate computer vision m… 52 … [Google research blog post](http://googleresearch.blogspot.com/2015/11/computer-respond-to-this-e… 66 …<li> **Description**: On-device computer vision model to do optical character recognition to enabl…
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 4 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/ |
D | ControlPanelLocRes.rc | 152 …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/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 81 // 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. 186 // Netbios computer (aka machine) name for the joining device.
|
/external/python/cpython2/Doc/faq/ |
D | installed.rst | 23 * 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/clang/test/Index/ |
D | headerfile-comment-to-html.m | 16 …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/ |
D | tables.txt | 23 | `destroy()` | **Destroy your computer!** |
|
/external/python/cpython3/Doc/tutorial/ |
D | floatingpoint.rst | 14 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/autotest/client/tests/iozone/ |
D | control | 11 computer platform. The benchmark tests file I/O performance for the following
|
/external/libxcam/ |
D | METADATA | 3 "libXCam is a project for extended camera and computer "
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | english.txt | 10 … 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/ |
D | floatingpoint.rst | 10 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/ |
D | Welcome.rtf | 8 …ler will install the libjpeg-turbo SDK and run-time libraries onto your computer so that you can u…
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 45 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. 277 specified in *file_name* is relative to the remote computer. 383 If *key* represents a key on a remote computer, the path described by 384 *file_name* is relative to the remote computer. The caller of this method must 519 of the computer, including data about the bus type, system memory, 525 configuration for new users on the local computer and the user 539 local computer system.
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 37 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/pdfium/third_party/bigint/ |
D | LICENSE | 10 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/abi-dumper/ |
D | INSTALL | 14 for the tool in your computer.
|
/external/python/cpython2/Misc/ |
D | RFD | 55 The newsgroup will be for discussion on the Python computer language. 93 as a forum for discussing the Python computer language. The
|
/external/libxcam/doc/yocto/ |
D | libxcam_sample.bb | 2 DESCRIPTION = "Libxcam: Extended camera features and cross platform computer vision project"
|