HomeSort by relevance Sort by last modified time
    Searched full:opening (Results 1 - 25 of 2557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fio/examples/
gfapi.fio 1 # Test opening a file from multiple jobs.
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
OpenDocumentCallback.java 20 * Callbacks interface for opening a file.
32 * Called after opening the file failed.
  /external/libxml2/result/errors/
758588.xml.err 7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
758588.xml.str 7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
759398.xml.err 4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: spec line 50 and termdef
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceOpenListener.java 20 * Listener for camera opening lifecycle events.
30 * Executed when an exception occurs opening the device.
35 * Executed when an exception occurs opening the device
  /external/avahi/docs/
DBUS-API 8 Opening them in a web browser is a good way to view them as they are formatted
  /external/glide/testutil/src/main/java/com/bumptech/glide/testutil/
TestResourceUtil.java 6 * Test only utility for opening resources in androidTest/resources.
  /external/libxml2/result/HTML/
test3.html.err 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
  /external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
py_morphological_ops.markdown 8 - We will learn different morphological operations like Erosion, Dilation, Opening, Closing
19 operators are Erosion and Dilation. Then its variant forms like Opening, Closing, Gradient etc also
63 ### 3. Opening
65 Opening is just another name of **erosion followed by dilation**. It is useful in removing noise, as
68 opening = cv2.morphologyEx(img, cv2.MORPH_OPEN, kernel)
72 ![image](images/opening.png)
76 Closing is reverse of Opening, **Dilation followed by Erosion**. It is useful in closing small holes
99 It is the difference between input image and Opening of the image. Below example is done for a 9x9
  /frameworks/minikin/app/
HyphTool.cpp 16 fprintf(stderr, "error opening %s\n", fn);
22 fprintf(stderr, "error opening %s\n", fn);
  /external/chromium-trace/catapult/tracing/tracing/importer/
find_startup_expectations.html 54 // Ignore opening event that already have a closing event.
58 // Ignore closing events that already belong to an opening event.
71 // This is the first closing event for this opening event, record it.
  /external/autotest/client/site_tests/accessibility_ChromeVoxSound/
control 22 a page, and opening a new tab - checking for audio after each.
  /external/autotest/client/site_tests/graphics_Stress/
control.tabopenclose 20 This test runs a graphics stress opening and closing 50 tabs of SpiritBox.
  /external/elfutils/tests/
deleted-lib.c 1 /* Test program for opening already deleted running binaries.
  /external/guava/guava/src/com/google/common/io/
FileWriteMode.java 20 * Modes for opening a file for writing. The default when mode when none is specified is to
  /external/icu/icu4c/source/tools/genrb/
read.h 31 TOK_OPEN_BRACE, /* An opening brace character */
  /frameworks/base/core/java/android/widget/
MenuItemHoverListener.java 10 * some behavior at a higher level, like managing the opening and closing of submenus.
  /tools/test/connectivity/acts/tests/google/ble/api/
GattApiTest.py 46 Test opening a gatt server.
68 """Test repetitive opening of a gatt server.
70 Test opening a gatt server on the same callback twice in a row.
96 Test opening a gatt server with an invalid callback.
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 25 * The opening of a JSON array. Written using {@link JsonWriter#beginObject}
37 * The opening of a JSON object. Written using {@link JsonWriter#beginObject}
  /external/icu/icu4c/source/test/iotest/
trnstst.c 22 log_verbose("opening a transliterator and UFILE for testing\n");
34 log_err("Error opening transliterator %s\n", u_errorName(err));
125 log_verbose("opening a transliterator and UFILE for testing\n");
137 log_err("Err opening transliterator %s\n", u_errorName(err));
161 log_err("Err opening transliterator %s\n", u_errorName(err));
230 log_verbose("opening a transliterator and UFILE for testing\n");
242 log_err("Err opening transliterator %s\n", u_errorName(err));
266 log_err("Err opening transliterator %s\n", u_errorName(err));
  /external/opencv3/doc/tutorials/imgproc/opening_closing_hats/
opening_closing_hats.markdown 10 - Opening
29 ### Opening
38 at the right is the result after applying the opening transformation. We can observe that the
65 - It is the difference between an input image and its opening.
120 createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat", window_name, &morph_operator, max_operator, Morphology_Operations );
165 createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat",
211 - *Opening*: MORPH_OPEN : 2
234 the operator **Opening** with a cross kernel. The second picture (right side, shows the result
  /frameworks/base/core/java/android/util/
JsonToken.java 25 * The opening of a JSON array. Written using {@link JsonWriter#beginObject}
37 * The opening of a JSON object. Written using {@link JsonWriter#beginObject}
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 22 * avoid opening identical file twice.
24 * ContextFactory is the guard to prevent redundant opening. MCLinker does not
  /external/icu/icu4c/source/common/
ubidiimp.h 144 enum { /* flags for Opening.flags */
149 typedef struct Opening {
150 int32_t position; /* position of opening bracket */
152 int32_t contextPos; /* position of last strong char found before opening */
154 UBiDiDirection contextDir; /* L or R according to last strong char before opening */
156 } Opening;
160 uint16_t start; /* index of first opening entry for this run */
161 uint16_t limit; /* index after last opening entry for this run */
170 /* array of opening entries which should be enough in most cases; no malloc() */
171 Opening simpleOpenings[SIMPLE_OPENINGS_COUNT]
    [all...]

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>