Home
last modified time | relevance | path

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

12345678910>>...16

/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/org/junit/runner/
DJUnitCore.java65 public static Result runClasses(Computer computer, Class<?>... classes) { in runClasses() argument
66 return new JUnitCore().run(computer, classes); in runClasses()
126 public Result run(Computer computer, Class<?>... classes) { in run() argument
127 return run(Request.classes(computer, classes)); in run()
DRequest.java66 public static Request classes(Computer computer, Class<?>... classes) { in classes() argument
69 Runner suite= computer.getSuite(builder, classes); in classes()
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_meaning/
Dpy_features_meaning.markdown15 it?** What about the projecting the same theory to a computer program so that computer can play
16 jigsaw puzzles? If the computer can play jigsaw puzzles, why can't we give a lot of real-life images
17 of a good natural scenery to computer and tell it to stitch all those images to a big single image?
18 If the computer can stitch several natural images to one, what about giving a lot of pictures of a
19 building or any structure and tell computer to create a 3D model out of it?
34 features?**. *(The answer should be understandable to a computer also.)*
70 around it. This would be projected into computer language in coming chapters. So finding these image
77 feature. Similar way, computer also should describe the region around the feature so that it can
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Ddevenvironment.rst10 the ability to fetch URLs and send email directly from your computer using the
11 App Engine APIs. The Python SDK runs on any computer with Python 2.5, and
16 application that runs on your computer and provides a graphical interface that
25 computer.
/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/policycoreutils/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/markdown/tests/extensions-x-tables/
Dtables.txt23 | `destroy()` | **Destroy your computer!** |
/external/ceres-solver/docs/source/
Dindex.rst37 Outside Google, Ceres is used for solving problems in computer vision,
38 computer graphics, astronomy and physics. e.g., `Willow Garage`_ uses
/external/autotest/client/tests/kvm/autotest_control/
Diozone.control10 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/autotest/client/tests/iozone/
Dcontrol12 computer platform. The benchmark tests file I/O performance for the following
/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/opencv3/cmake/
DOpenCVPackaging.cmake7 "OpenCV (Open Source Computer Vision Library) is an open source computer vision
9 infrastructure for computer vision applications and to accelerate the use of
/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/opencv3/doc/tutorials/introduction/
Dtable_of_content_introduction.markdown4 Here you can read tutorials about how to set up your computer to work with the OpenCV library.
13 We will learn how to setup OpenCV in your computer!
/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/opencv3/3rdparty/openexr/
DAUTHORS.openexr33 Dustin Graves <dgraves@computer.org>
/external/opencv3/doc/py_tutorials/
Dpy_tutorials.markdown6 Learn how to setup OpenCV-Python on your computer!
/external/mesa3d/docs/
DMESA_resize_buffers.spec31 the computer's window system (an X server, for example). And since
/external/opencv3/modules/highgui/src/files_Qt/Milky/
DREADME.txt8 … software application, mobile application, documentation, presentation, computer game, advertising…
/external/opencv3/doc/tutorials/introduction/biicode/
Dtutorial_biicode.markdown17 …o OpenCV headers** and biicode will retrieve and install OpenCV in your computer and configure you…
154 …wn application. It only needs a *biicode.conf* file to get OpenCV library working in your computer.
/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.*

12345678910>>...16