Home
last modified time | relevance | path

Searched refs:no_properties (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpreset.c659 goto no_properties; in gst_preset_default_load_preset()
728 no_properties: in gst_preset_default_load_preset()
834 goto no_properties; in gst_preset_default_save_preset()
894 no_properties: in gst_preset_default_save_preset()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc1069 no_properties(this); in TF_BUILTIN() local
1083 GotoIf(IsUndefined(properties), &no_properties); in TF_BUILTIN()
1095 &call_runtime, &no_properties); in TF_BUILTIN()
1099 BIND(&no_properties); in TF_BUILTIN()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dparsechannels.c372 goto no_properties; in parse_and_configure_from_v5_conf_file()
427 no_properties: in parse_and_configure_from_v5_conf_file()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1951 int no_properties = raw_map.NumberOfOwnDescriptors(); in DeserializeObjects() local
1955 factory()->NewPropertyArray(no_properties); in DeserializeObjects()
1956 for (int i = 0; i < no_properties; ++i) { in DeserializeObjects()