Home
last modified time | relevance | path

Searched refs:TYPE_SOURCE (Results 1 – 11 of 11) sorted by relevance

/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/src/
H A Dsource-interface.h15 #define TYPE_SOURCE (source_get_type ()) macro
16 #define SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_SOURCE, Source))
17 #define IS_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_SOURCE))
18 #define SOURCE_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), TYPE_SOURCE, SourceInter…
H A Dcommand-source.c103 G_IMPLEMENT_INTERFACE (TYPE_SOURCE,
H A Dresource-manager.c40 G_IMPLEMENT_INTERFACE (TYPE_SOURCE,
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/
H A DExoPlaybackException.java34 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED})
41 public static final int TYPE_SOURCE = 0; field in ExoPlaybackException
84 return new ExoPlaybackException(TYPE_SOURCE, null, cause, C.INDEX_UNSET); in createForSource()
110 Assertions.checkState(type == TYPE_SOURCE); in getSourceException()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java34 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED})
41 public static final int TYPE_SOURCE = 0; field in ExoPlaybackException
84 return new ExoPlaybackException(TYPE_SOURCE, null, cause, C.INDEX_UNSET); in createForSource()
110 Assertions.checkState(type == TYPE_SOURCE); in getSourceException()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java41 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED, TYPE_REMOTE, TYPE_OUT_OF_MEMORY})
48 public static final int TYPE_SOURCE = 0; field in ExoPlaybackException
103 return new ExoPlaybackException(TYPE_SOURCE, cause); in createForSource()
200 Assertions.checkState(type == TYPE_SOURCE); in getSourceException()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java41 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED, TYPE_REMOTE, TYPE_OUT_OF_MEMORY})
48 public static final int TYPE_SOURCE = 0; field in ExoPlaybackException
103 return new ExoPlaybackException(TYPE_SOURCE, cause); in createForSource()
200 Assertions.checkState(type == TYPE_SOURCE); in getSourceException()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java41 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED, TYPE_REMOTE, TYPE_OUT_OF_MEMORY})
48 public static final int TYPE_SOURCE = 0; field in ExoPlaybackException
103 return new ExoPlaybackException(TYPE_SOURCE, cause); in createForSource()
200 Assertions.checkState(type == TYPE_SOURCE); in getSourceException()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Ddata_source_pgsql.cpp76 TYPE_SOURCE, enumerator
477 …CData_Source_PgSQL_Data *pData = new CData_Source_PgSQL_Data(TYPE_SOURCE, &Server, &Server, &User,… in BEGIN_EVENT_TABLE()
506 if( pData && pData->Get_Type() == TYPE_SOURCE ) in ~CData_Source_PgSQL()
549 if( pData->Get_Type() == TYPE_SOURCE && !pData->Get_Username().is_Empty() ) in Autoconnect()
659 case TYPE_SOURCE: in On_Item_Activated()
703 case TYPE_SOURCE: in On_Item_Menu()
804 case TYPE_SOURCE: Update_Source (Item); break; in Update_Item()
872 …CData_Source_PgSQL_Data *pData = new CData_Source_PgSQL_Data(TYPE_SOURCE, &Server, &Server, &Usern… in Update_Source()
896 if( pData->Get_Type() != TYPE_SOURCE ) in Update_Source()
1045 if( pData->Get_Type() == TYPE_SOURCE && pData->is_Connected() ) in Source_Drop()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/utils/
H A Dreswrap.cpp66 #define TYPE_SOURCE 0 macro
313 if(opts->filetype==TYPE_SOURCE){ in processresourcefile()
412 opts.filetype=TYPE_SOURCE; in main()
483 opts.filetype=TYPE_SOURCE; in main()
/dports/x11-toolkits/fox17/fox-1.7.77/utils/
H A Dreswrap.cpp66 #define TYPE_SOURCE 0 macro
313 if(opts->filetype==TYPE_SOURCE){ in processresourcefile()
412 opts.filetype=TYPE_SOURCE; in main()
483 opts.filetype=TYPE_SOURCE; in main()