Home
last modified time | relevance | path

Searched refs:opened (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/npm/test/lib/commands/
H A Drepo.js184 // keep a tally of which urls got opened
185 const opened = {}
191 opened[url] = opened[url] || 0
192 opened[url]++
201 opened,
206 const { repo, opened } = await loadMockNpm(t, fixture)
235 t.equal(opened[url], 1, `opened ${url}`)
258 const { repo, opened }
[all...]
/third_party/backends/testsuite/sanei/
H A Dsanei_usb_test.c271 /** return count of opened devices
272 * @return count of opened devices
291 /** count opened devices
293 * @param expected use opened count
303 printf ("ERROR: %d opened devices, expected %d!\n", num, expected); in count_opened()
306 printf ("%d devices still opened.\n", num); in count_opened()
312 * @param dn array to store opened device number
313 * @param expected number of devices to be opened
319 int opened = 0; in test_open_all() local
331 status = sanei_usb_open (devices[i].devname, dn + opened); in test_open_all()
713 test_scan_devices(int detected, int opened) test_scan_devices() argument
832 int detected, opened, i; main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify11.c60 int nevents = 0, opened = 0; in verify_inotify() local
74 while (!opened && nevents < CHURN_FILES) { in verify_inotify()
92 tst_res(TFAIL, "File %s opened after IN_DELETE", event->name); in verify_inotify()
94 opened = 1; in verify_inotify()
103 else if (!opened) in verify_inotify()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp239 bool opened; member
388 window->base.opened = true; in new_shader_window()
451 window->base.opened = true; in new_urb_window()
523 window->base.opened = true; in new_edit_window()
613 if (window->base.opened) { in show_pml4_window()
614 window->base.opened = false; in show_pml4_window()
624 window->base.opened = true; in show_pml4_window()
793 child_window->opened = false; in destroy_batch_window()
794 window->pml4_window.base.opened = false; in destroy_batch_window()
811 window->base.opened in new_batch_window()
[all...]
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_delim.py11 before, opened, closed = m.groups()
12 delim = opened or closed
42 # opened
/third_party/backends/backend/
H A Dcanon_pp.c570 if (cs->opened == SANE_TRUE) in sane_open()
576 /* If the scanner has already been opened once, we don't have to do in sane_open()
580 cs->opened = SANE_TRUE; in sane_open()
677 cs->opened = SANE_TRUE; in sane_open()
711 if (cs->opened == SANE_FALSE) in sane_get_option_descriptor()
758 if (cs->opened == SANE_FALSE) in sane_control_option()
930 if (cs->opened == SANE_FALSE) in sane_get_parameters()
1029 if (cs->opened == SANE_FALSE) in sane_start()
1415 if (cs->opened == SANE_FALSE) in sane_close()
1425 cs->opened in sane_close()
[all...]
H A Dcanon_pp.h97 SANE_Bool opened; member
/third_party/alsa-utils/alsamixer/
H A Dmixer_widget.c157 bool opened; in select_card_by_name() local
163 opened = FALSE; in select_card_by_name()
167 opened = TRUE; in select_card_by_name()
174 if (opened) { in select_card_by_name()
184 return opened; in select_card_by_name()
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dpure.py2 opened as _open_source,
/third_party/python/Lib/idlelib/
H A Dautocomplete.py81 opened = self.open_completions(TAB)
82 return "break" if opened else None
/third_party/python/Tools/c-analyzer/c_parser/
H A Dsource.py58 def opened(source, filename=None): function
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_generic.c338 atomic_set(&dev->opened, 0); in generic_dev_new()
377 if ((atomic_add_return(1, &dev->opened) == 1) && in generic_dev_opened()
387 /* set state to closing when opened flag is 0 */ in generic_dev_closed()
388 if (atomic_dec_and_test(&dev->opened)) in generic_dev_closed()
394 /* set state to closing when opened flag is negative */ in generic_dev_closed()
395 if (atomic_read(&dev->opened) < 0) in generic_dev_closed()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftstroke.h151 * These values determine how the end of opened sub-paths are rendered in
352 * opened ::
360 * If `opened` is~0 (the default), the outline is treated as a closed
363 * If `opened` is~1, the outline is processed as an open path, and the
371 FT_Bool opened );
422 * subpath was not 'opened', this function 'draws' a single line segment
557 * When the outline, or a sub-path, is 'opened', the stroker merges the
601 * When the outline, or a sub-path, is 'opened', the stroker merges the
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Df_generic.h172 /* the number of files are opened (EP0 and others) */
173 atomic_t opened; member
/third_party/ffmpeg/libavdevice/
H A Dlibcdio.c72 if ((ret = cdio_cddap_open(s->drive)) < 0 || !s->drive->opened) { in read_header()
/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py1116 opened = self.ReadGolden('text_format_unittest_data_oneof_implemented.txt')
1118 r = text_format.MergeLines(opened, parsed_message)
1126 opened = self.ReadGolden('text_format_unittest_data_oneof_implemented.txt')
1128 r = text_format.ParseLines(opened, parsed_message)
/third_party/PyYAML/yaml/
H A D_yaml.pyx1170 raise SerializerError(u"serializer is already opened")
1175 raise SerializerError(u"serializer is not opened")
1191 raise SerializerError(u"serializer is not opened")
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c908 /* add a cap at the end of an opened path */
1878 /* All right, this is an opened path, we need to add a cap between */ in FT_EXPORT_DEF()
2040 * that we do support opened paths, and do not scale the outline.
2045 FT_Bool opened ) in FT_EXPORT_DEF()
2121 error = FT_Stroker_BeginSubPath( stroker, &v_start, opened ); in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp1476 static bool opened[4] = { true, true, true, true }; // Persistent user state in ShowDemoWindowWidgets() local
1477 for (int n = 0; n < IM_ARRAYSIZE(opened); n++) in ShowDemoWindowWidgets()
1480 ImGui::Checkbox(names[n], &opened[n]); in ShowDemoWindowWidgets()
1487 for (int n = 0; n < IM_ARRAYSIZE(opened); n++) in ShowDemoWindowWidgets()
1488 if (opened[n] && ImGui::BeginTabItem(names[n], &opened[n], ImGuiTabItemFlags_None)) in ShowDemoWindowWidgets()
H A Dimgui.cpp638 - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened.
7544 // (a) So that NavInitRequest can be honored, for newly opened windows to select a default widget in ItemAdd()
8261 // This may be used to e.g. test for another popups already opened to handle popups priorities at the same level. in IsPopupOpen()
10411 // By default, tree nodes are automatically opened during logging.
10929 // (if a window wasn't opened in this session we preserve its settings) in WindowSettingsHandler_WriteAll()
11796 bool opened = TreeNode(font, "Font: \"%s\"\n%.2f px, %d glyphs, %d file(s)", in DebugNodeFont() local
11801 if (!opened) in DebugNodeFont()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm901 opened with the Perl C<open> command, so it can be a pipe or anything
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm901 opened with the Perl C<open> command, so it can be a pipe or anything
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex2836 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
2884 \endgroup % close group opened by \tex.

Completed in 63 milliseconds