Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/markdown/tests/extensions-x-tables/
Dtables.txt23 | `destroy()` | **Destroy your computer!** |
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/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/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/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/abi-dumper/
DINSTALL14 for the tool in your computer.
/external/mesa3d/docs/
DMESA_resize_buffers.spec31 the computer's window system (an X server, for example). And since
/external/libgsm/
DREADME7 UNIX-based tools for computer-mediated telecooperation that will be
/external/sl4a/
DREADME.md50 *where `<HOST_PORT_NUM>` and `<DEVICE_PORT_NUM>` are the tcp ports on the host computer and device.*
/external/zlib/src/contrib/ada/
Dreadme.txt33 You should have the ZLib library already build on your computer, before
/external/autotest/client/tests/dacapo/
Dcontrol9 programming language, memory management and computer architecture communities.
/external/abi-compliance-checker/
DINSTALL17 for the tool in your computer.
/external/ltp/tools/netpipe-2.4-ipv6/
DREADME89 For TCP, run a NetPIPE receiver on one computer by issuing the command
90 "NPtcp -r". Run a NetPIPE sender on another computer by issuing the
175 <othermachine> is the name of the other computer to include in the
/external/ltp/tools/netpipe-2.4/
DREADME89 For TCP, run a NetPIPE receiver on one computer by issuing the command
90 "NPtcp -r". Run a NetPIPE sender on another computer by issuing the
175 <othermachine> is the name of the other computer to include in the
/external/swiftshader/third_party/LLVM/lib/Support/
DCOPYRIGHT.regex8 any computer system, and to alter it and redistribute it, subject

12345678910>>...14