Home
last modified time | relevance | path

Searched +defs:global +defs:type (Results 1 – 25 of 3721) sorted by relevance

12345678910>>...149

/dports/devel/yasm/yasm-1.3.0/modules/objfmts/elf/tests/
H A Delftypesize.asm7 global a label
8 type a function label
12 type b object label
14 global b label
16 type c function label
19 global d label
21 type d object label
24 global e label
25 type e object label
28 type f object label
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/src/pipewire/
H A Dglobal.c70 const char *type, in pw_global_new()
123 uint64_t pw_global_get_serial(struct pw_global *global) in pw_global_get_serial()
139 int pw_global_register(struct pw_global *global) in pw_global_register()
169 static int global_unregister(struct pw_global *global) in global_unregister()
207 bool pw_global_is_type(struct pw_global *global, const char *type) in pw_global_is_type()
213 uint32_t pw_global_get_version(struct pw_global *global) in pw_global_get_version()
225 int pw_global_update_keys(struct pw_global *global, in pw_global_update_keys()
234 void * pw_global_get_object(struct pw_global *global) in pw_global_get_object()
240 uint32_t pw_global_get_id(struct pw_global *global) in pw_global_get_id()
271 void pw_global_add_listener(struct pw_global *global, in pw_global_add_listener()
[all …]
/dports/devel/efl/efl-1.25.1/src/bindings/js/eldbus_js/
H A Deldbus_js_connection.cc12 Eldbus_Connection_Event_Type type, in wrap_event_callback()
48 auto type in wrap_event_callback() local
71 v8::Handle<v8::Object> global, in register_timeout_infinite()
100 v8::Handle<v8::Object> global, in register_connection_type_system()
130 v8::Handle<v8::Object> global, in register_connection_type_last()
140 v8::Handle<v8::Object> global, in register_connection_event_del()
159 v8::Handle<v8::Object> global, in register_connection_event_last()
168 v8::Handle<v8::Object> global, in register_connection_get()
180 Eldbus_Connection_Type type; in register_connection_get() local
225 Eldbus_Connection_Type type; in register_private_connection_get() local
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dgetdate.y45 int type; member
57 struct global { struct
58 int DayOrdinal;
59 int DayNumber;
83 static int yyerror (const char **yyInput, struct global *yy, char *s); argument
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dgetdate.y45 int type; member
57 struct global { struct
58 int DayOrdinal;
59 int DayNumber;
83 static int yyerror (const char **yyInput, struct global *yy, char *s); argument
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dgetdate.y45 int type; member
57 struct global { struct
58 int DayOrdinal;
59 int DayNumber;
83 static int yyerror (const char **yyInput, struct global *yy, char *s); argument
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dgetdate.y45 int type; member
57 struct global { struct
58 int DayOrdinal;
59 int DayNumber;
83 static int yyerror (const char **yyInput, struct global *yy, char *s); argument
/dports/devel/efl/efl-1.25.1/src/bindings/js/ecore_js/
H A Decore_js_poller.cc46 void register_poller_core(v8::Isolate *isolate, v8::Handle<v8::Object> global, in register_poller_core()
55 v8::Handle<v8::Object> global, in register_poller_poll_interval_set()
66 Ecore_Poller_Type type; in register_poller_poll_interval_set() local
85 v8::Handle<v8::Object> global, in register_poller_poll_interval_get()
96 Ecore_Poller_Type type; in register_poller_poll_interval_get() local
116 void register_poller_add(v8::Isolate *isolate, v8::Handle<v8::Object> global, in register_poller_add()
132 Ecore_Poller_Type type; in register_poller_add() local
H A Decore_js_event.cc126 v8::Handle<v8::Object> global, in register_event_signal_user()
136 v8::Handle<v8::Object> global, in register_event_signal_hup()
146 v8::Handle<v8::Object> global, in register_event_signal_exit()
187 v8::Handle<v8::Object> global, in register_event_power_state()
230 v8::Handle<v8::Object> global, in register_event_type_new()
294 auto cb = [](void *d, int type, void */*event*/) -> Eina_Bool { in register_event_handler_add()
350 void */*event*/) -> Eina_Bool { in register_event_filter_add()
454 v8::Handle<v8::Object> global, in register_power_state_low()
531 auto cb = [](void *d, int type, void *event) -> Eina_Bool { in register_event_signal_user_handler_add()
588 auto cb = [](void *d, int type, void *ev) -> Eina_Bool { in register_event_signal_exit_handler_add()
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_global.c78 modperl_global_t *global = (modperl_global_t *)data; in modperl_global_cleanup() local
87 void modperl_global_init(modperl_global_t *global, apr_pool_t *p, in modperl_global_init()
106 void modperl_global_lock(modperl_global_t *global) in modperl_global_lock()
114 void modperl_global_unlock(modperl_global_t *global) in modperl_global_unlock()
122 void *modperl_global_get(modperl_global_t *global) in modperl_global_get()
127 void modperl_global_set(modperl_global_t *global, void *data) in modperl_global_set()
134 #define MP_GLOBAL_IMPL(gname, type) \ argument
274 #define MP_TLS_IMPL(gname, type) \ argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp125 QWebSettingsPrivate* global = QWebSettings::globalSettings()->d; in apply() local
308 static QWebSettings* global = 0; in globalSettings() local
565 void QWebSettings::setFontSize(FontSize type, int size) in setFontSize()
578 QWebSettingsPrivate* global = QWebSettings::globalSettings()->d; in fontSize() local
590 void QWebSettings::resetFontSize(FontSize type) in resetFontSize()
661 void QWebSettings::setPrintingMediaType(const QString& type) in setPrintingMediaType()
831 void QWebSettings::setWebGraphic(WebGraphic type, const QPixmap& graphic) in setWebGraphic()
846 QPixmap QWebSettings::webGraphic(WebGraphic type) in webGraphic()
892 QWebSettingsPrivate* global = QWebSettings::globalSettings()->d; in setMaximumPagesInCache() local
949 QWebSettingsPrivate* global = QWebSettings::globalSettings()->d; in fontFamily() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java61 public boolean canLinkType(final Class<?> type) { in canLinkType()
65 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
91 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
108 final Global global = Context.getGlobal(); in checkReflectionAccess() local
121 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java61 public boolean canLinkType(final Class<?> type) { in canLinkType()
65 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
91 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
108 final Global global = Context.getGlobal(); in checkReflectionAccess() local
121 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java61 public boolean canLinkType(final Class<?> type) { in canLinkType()
65 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
91 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
108 final Global global = Context.getGlobal(); in checkReflectionAccess() local
121 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java61 public boolean canLinkType(final Class<?> type) { in canLinkType()
65 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
91 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
108 final Global global = Context.getGlobal(); in checkReflectionAccess() local
121 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java61 public boolean canLinkType(final Class<?> type) { in canLinkType()
65 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
91 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
108 final Global global = Context.getGlobal(); in checkReflectionAccess() local
121 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java60 public boolean canLinkType(final Class<?> type) { in canLinkType()
64 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
90 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
107 final Global global = Context.getGlobal(); in checkReflectionAccess() local
120 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DReflectionCheckLinker.java60 public boolean canLinkType(final Class<?> type) { in canLinkType()
64 private static boolean isReflectionClass(final Class<?> type) { in isReflectionClass()
90 private static boolean isReflectiveCheckNeeded(final Class<?> type, final boolean isStatic) { in isReflectiveCheckNeeded()
107 final Global global = Context.getGlobal(); in checkReflectionAccess() local
120 final Global global = Context.getGlobal(); in checkLinkRequest() local
/dports/www/phpbb3/phpBB3/phpbb/db/migration/tool/
H A Dpermission.php72 public function exists($auth_option, $global = true)
111 public function add($auth_option, $global = true, $copy_from = false)
194 public function remove($auth_option, $global = true)
355 public function permission_set($name, $auth_option, $type = 'role', $has_permission = true)
509 public function permission_unset($name, $auth_option, $type = 'role')
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dpath.c66 void mp_init_paths(struct mpv_global *global, struct MPOpts *opts) in mp_init_paths()
83 struct mpv_global *global, in mp_get_platform_path()
84 const char *type) in mp_get_platform_path()
103 char *mp_find_user_config_file(void *talloc_ctx, struct mpv_global *global, in mp_find_user_config_file()
116 struct mpv_global *global, in mp_find_all_config_files_limited()
150 char **mp_find_all_config_files(void *talloc_ctx, struct mpv_global *global, in mp_find_all_config_files()
156 char *mp_find_config_file(void *talloc_ctx, struct mpv_global *global, in mp_find_config_file()
165 char *mp_get_user_path(void *talloc_ctx, struct mpv_global *global, in mp_get_user_path()
192 char type[80]; in mp_get_user_path() local
379 void mp_mk_config_dir(struct mpv_global *global, char *subdir) in mp_mk_config_dir()
/dports/games/tesseract/tesseract/src/shared/
H A Dcommand.h67 int type; member
108 int type; // one of ID_* above member
141 …: type(t), name(n), minval(m), maxval(x), fun((identfun)f), flags(flags | (m > x ? IDF_READONLY : … in type() function
149 : type(t), name(n), fun((identfun)f), flags(flags) in type() function
169 … : type(t), name(n), numargs(numargs), args(args), argmask(argmask), fun((identfun)f), flags(flags) in type() function
219 #define PARSEFLOAT(name, type) \ argument
239 static inline const char *getstr(const identval &v, int type) in getstr()
310 #define COMMANDK(name, type, nargs) COMMANDKN(name, type, name, nargs) argument
398 #define ICOMMANDKN(name, type, cmdname, nargs, proto, b) ICOMMANDKNS(#name, type, cmdname, nargs, p… argument
399 #define ICOMMANDK(name, type, nargs, proto, b) ICOMMANDKN(name, type, ICOMMANDNAME(name), nargs, pr… argument
[all …]
/dports/games/tesseract-data/tesseract/src/shared/
H A Dcommand.h67 int type; member
108 int type; // one of ID_* above member
141 …: type(t), name(n), minval(m), maxval(x), fun((identfun)f), flags(flags | (m > x ? IDF_READONLY : … in type() function
149 : type(t), name(n), fun((identfun)f), flags(flags) in type() function
169 … : type(t), name(n), numargs(numargs), args(args), argmask(argmask), fun((identfun)f), flags(flags) in type() function
219 #define PARSEFLOAT(name, type) \ argument
239 static inline const char *getstr(const identval &v, int type) in getstr()
310 #define COMMANDK(name, type, nargs) COMMANDKN(name, type, name, nargs) argument
398 #define ICOMMANDKN(name, type, cmdname, nargs, proto, b) ICOMMANDKNS(#name, type, cmdname, nargs, p… argument
399 #define ICOMMANDK(name, type, nargs, proto, b) ICOMMANDKN(name, type, ICOMMANDNAME(name), nargs, pr… argument
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp6.c97 char type[256] = { /* Character type codes Hex */ variable
124 void fpp_skipnl(struct Global *global) in fpp_skipnl()
137 int fpp_skipws(struct Global *global) in fpp_skipws()
154 void fpp_scanid(struct Global *global, in fpp_scanid()
535 DEFBUF *fpp_lookid(struct Global *global, in fpp_lookid()
648 void fpp_outdefines(struct Global *global) in fpp_outdefines()
733 int fpp_get(struct Global *global) in fpp_get()
953 void fpp_unget(struct Global *global) in fpp_unget()
990 int fpp_cget(struct Global *global) in fpp_cget()
1013 void fpp_domsg(struct Global *global, in fpp_domsg()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp6.c97 char type[256] = { /* Character type codes Hex */ variable
124 void fpp_skipnl(struct Global *global) in fpp_skipnl()
137 int fpp_skipws(struct Global *global) in fpp_skipws()
154 void fpp_scanid(struct Global *global, in fpp_scanid()
535 DEFBUF *fpp_lookid(struct Global *global, in fpp_lookid()
648 void fpp_outdefines(struct Global *global) in fpp_outdefines()
733 int fpp_get(struct Global *global) in fpp_get()
953 void fpp_unget(struct Global *global) in fpp_unget()
990 int fpp_cget(struct Global *global) in fpp_cget()
1013 void fpp_domsg(struct Global *global, in fpp_domsg()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/
H A Dcommand.h63 bool global() const { return global_; } in global() function
64 Type type() const { return type_; } in type() function
70 void set_global(bool global) { in set_global()

12345678910>>...149