Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/test/
Dstring.js5 const pkg = { name: 'hello', version: 'world', bin: 'hello.js' } property
6 const expect = { name: 'hello', version: 'world', bin: { hello: 'hello.js' } } property
12 const pkg = { name: 'hello', version: 'world', bin: '/etc/passwd' } property
13 const expect = { name: 'hello', version: 'world', bin: { hello: 'etc/passwd' } } property
19 const pkg = { name: 'hello', version: 'world', bin: '../../../../etc/passwd' } property
20 const expect = { name: 'hello', version: 'world', bin: { hello: 'etc/passwd' } } property
26 const pkg = { name: 'hello', version: 'world', bin: '/etc/passwd:/bin/usr/exec' } property
27 const expect = { name: 'hello', version: 'world', bin: { hello: 'etc/passwd:/bin/usr/exec' } } property
33 const pkg = { bin: 'foobar.js' } property
Darray.js5 const pkg = { name: 'hello', version: 'world', bin: ['./x/y', 'y/z', './a'] } property
6 const expect = { name: 'hello', version: 'world', bin: { property
16 const pkg = { name: 'hello', version: 'world', bin: ['./x/y', 'z/y', './a'] } property
17 const expect = { name: 'hello', version: 'world', bin: { property
26 const pkg = { name: 'hello', version: 'world', bin: [ '/etc/passwd' ] } property
27 const expect = { name: 'hello', version: 'world', bin: { passwd: 'etc/passwd' } } property
33 const pkg = { name: 'hello', version: 'world', bin: ['../../../../etc/passwd'] } property
34 const expect = { name: 'hello', version: 'world', bin: { passwd: 'etc/passwd' } } property
Dnobin.js14 const pkg = { name: 'hello', version: 'world', bin: '' } property
20 const pkg = { name: 'hello', version: 'world', bin: false } property
26 const pkg = { name: 'hello', version: 'world', bin: null } property
32 const pkg = { name: 'hello', version: 'world', bin: 42069 } property
Dobject.js6 const pkg = { name: 'hello', version: 'world', bin: { property
11 const expect = { name: 'hello', version: 'world', bin: { property
22 const pkg = { name: 'hello', version: 'world', bin: { property
33 const expect = { name: 'hello', version: 'world', bin: { property
41 const pkg = { name: 'hello', version: 'world', bin: { property
50 bin: { property
65 bin: { property
72 const expect = { name: 'hello', version: 'world', bin: { property
83 const pkg = { name: 'hello', version: 'world', bin: /asdf/ } property
91 bin: { property
[all …]
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dcamerabingeneral.c54 gst_camerabin_add_element (GstBin * bin, GstElement * new_elem) in gst_camerabin_add_element()
74 gst_camerabin_add_element_full (GstBin * bin, const gchar * srcpad, in gst_camerabin_add_element_full()
109 gst_camerabin_try_add_element (GstBin * bin, const gchar * srcpad, in gst_camerabin_try_add_element()
156 gst_camerabin_create_and_add_element (GstBin * bin, const gchar * elem_name, in gst_camerabin_create_and_add_element()
180 try_element (GstElement * bin, GstElement * element) in try_element()
197 gst_camerabin_setup_default_element (GstBin * bin, GstElement * user_elem, in gst_camerabin_setup_default_element()
230 gst_camerabin_remove_elements_from_bin (GstBin * bin) in gst_camerabin_remove_elements_from_bin()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c150 #define BIN_IS_TOPLEVEL(bin) ((GST_OBJECT_PARENT (bin) == NULL) || bin->priv->asynchandling) argument
286 GstBin *bin; in gst_bin_child_proxy_get_child_by_index() local
302 GstBin *bin; in gst_bin_child_proxy_get_children_count() local
483 gst_bin_init (GstBin * bin) in gst_bin_init()
512 GstBin *bin = GST_BIN_CAST (object); in gst_bin_dispose() local
694 GstBin *bin; in gst_bin_set_clock_func() local
751 GstBin *bin; in gst_bin_provide_clock_func() local
866 find_message (GstBin * bin, GstObject * src, GstMessageType types) in find_message()
904 bin_replace_message (GstBin * bin, GstMessage * message, GstMessageType types) in bin_replace_message()
942 bin_remove_messages (GstBin * bin, GstObject * src, GstMessageType types) in bin_remove_messages()
[all …]
Dgstdebugutils.h99 #define GST_DEBUG_BIN_TO_DOT_FILE(bin, details, file_name) gst_debug_bin_to_dot_file (bin, details,… argument
111 #define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_name) gst_debug_bin_to_dot_file_with_t… argument
117 #define GST_DEBUG_BIN_TO_DOT_FILE(bin, details, file_name) argument
118 #define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_name) argument
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideomixer.c85 message_received (GstBus * bus, GstMessage * message, GstPipeline * bin) in message_received()
126 GstPipeline * bin) in test_event_message_received()
146 GstElement *bin, *src1, *src2, *videomixer, *sink; in GST_START_TEST() local
250 GstPipeline * bin) in test_play_twice_message_received()
295 GstElement *bin, *src1, *src2, *videomixer, *sink; in GST_START_TEST() local
381 GstElement *bin, *src1, *src2, *src3, *videomixer, *sink; in GST_START_TEST() local
486 GstElement *bin, *src1, *src2, *videomixer, *sink; in GST_START_TEST() local
567 GstElement *bin, *src, *videomixer, *sink; in GST_START_TEST() local
659 GstElement *bin, *videomixer, *sink; in GST_START_TEST() local
763 GstElement *bin, *src[3], *videomixer, *sink; in GST_START_TEST() local
[all …]
Dvp8dec.c46 GstElement *bin; in setup_vp8dec() local
105 cleanup_vp8dec (GstElement * bin) in cleanup_vp8dec()
151 GstElement *bin; in GST_START_TEST() local
198 GstElement *bin; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dstepping.c33 do_step (GstElement * bin) in do_step()
53 GstElement *bin = GST_ELEMENT_CAST (data); in handle_message() local
89 GstElement *bin; in main() local
Dstepping2.c33 do_step (GstElement * bin) in do_step()
51 GstElement *bin; in handle_sync_message() local
98 GstElement *bin; in main() local
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dadder.c126 message_received (GstBus * bus, GstMessage * message, GstPipeline * bin) in message_received()
234 GstPipeline * bin) in test_event_message_received()
253 GstElement *bin, *src1, *src2, *adder, *sink; in GST_START_TEST() local
344 GstElement * bin) in test_play_twice_message_received()
380 GstElement *bin, *adder; in GST_START_TEST() local
438 GstElement *bin, *src, *adder; in GST_START_TEST() local
517 GstElement *bin, *src1 = NULL, *src2, *ac1, *ac2, *adder, *sink; in GST_START_TEST() local
599 GstElement *bin, *src1, *src2, *adder, *sink; in GST_START_TEST() local
665 GstElement *bin, *src, *adder, *sink; in GST_START_TEST() local
749 GstElement *bin, *adder, *sink; in GST_START_TEST() local
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstbufferstraw.c86 gst_buffer_straw_start_pipeline (GstElement * bin, GstPad * pad) in gst_buffer_straw_start_pipeline()
117 gst_buffer_straw_get_buffer (GstElement * bin, GstPad * pad) in gst_buffer_straw_get_buffer()
148 gst_buffer_straw_stop_pipeline (GstElement * bin, GstPad * pad) in gst_buffer_straw_stop_pipeline()
/third_party/musl/src/internal/
Dmalloc_impl.h17 struct bin { struct
36 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head)) argument
/third_party/node/deps/npm/test/tap/
Dbin-overwriting.js9 const readBin = bin => new Promise((resolve, reject) => { argument
48 bin: { beep: 'first.js' } property
58 bin: { beep: 'second.js' } property
/third_party/ffmpeg/libavformat/
Dbintext.c53 BinDemuxContext *bin = s->priv_data; in init_stream() local
178 BinDemuxContext *bin = s->priv_data; in bintext_read_header() local
222 BinDemuxContext *bin = s->priv_data; in xbin_read_header() local
265 BinDemuxContext *bin = s->priv_data; in adf_read_header() local
322 BinDemuxContext *bin = s->priv_data; in idf_read_header() local
361 BinDemuxContext *bin = s->priv_data; in read_packet() local
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcapsnego.c65 create_node (GstBin * bin, GstElement * sink, const gchar * sinkpadname, in create_node()
104 create_nodes (GstBin * bin, GstElement * sink, gint depth, gint children, in create_nodes()
137 event_loop (GstElement * bin) in event_loop()
212 GstBin *bin; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_winsys.h37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET()
43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN()
50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo()
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c238 #define GST_RTP_BIN_LOCK(bin) g_mutex_lock (&(bin)->priv->bin_lock) argument
239 #define GST_RTP_BIN_UNLOCK(bin) g_mutex_unlock (&(bin)->priv->bin_lock) argument
242 #define GST_RTP_BIN_DYN_LOCK(bin) g_mutex_lock (&(bin)->priv->dyn_lock) argument
243 #define GST_RTP_BIN_DYN_UNLOCK(bin) g_mutex_unlock (&(bin)->priv->dyn_lock) argument
246 #define GST_RTP_BIN_SHUTDOWN_LOCK(bin,label) \ argument
258 #define GST_RTP_BIN_SHUTDOWN_UNLOCK(bin) \ argument
448 GstRtpBin *bin; member
495 GstRtpBin *bin; member
840 bin_manage_element (GstRtpBin * bin, GstElement * element) in bin_manage_element()
873 remove_bin_element (GstElement * element, GstRtpBin * bin) in remove_bin_element()
[all …]
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h33 struct bin { struct
45 hidden occupied_bin_t *__get_occupied_bin_by_idx(size_t bin_index); argument
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h32 struct bin { struct
33 unsigned int checksum;
57 struct stat_bin { argument
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dlame.c34 GstElement *bin; in GST_START_TEST() local
74 GstElement *bin; in GST_START_TEST() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbin.c103 GstBin *bin, *bin2; in GST_START_TEST() local
173 GstBin *bin, *bin2; in GST_START_TEST() local
427 GstBin *bin; in GST_START_TEST() local
470 GstBin *bin; in GST_START_TEST() local
696 GstElement *src, *sink, *bin; in GST_START_TEST() local
764 GstElement *src, *sink, *bin; in GST_START_TEST() local
865 GstElement *bin; in GST_START_TEST() local
1204 GstElement *src, *tee, *identity, *sink1, *sink2, *pipeline, *bin; in GST_START_TEST() local
1463 GstElement *bin, *identity; in GST_START_TEST() local
1638 GstElement *bin, *src[3], *sink[3]; in GST_START_TEST() local
[all …]

12345678910>>...14