| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 20 singleton = None variable 292 global singleton 317 if singleton: 318 if singleton.dbfile != dbfile: 321 if not singleton: 323 … singleton = PRServSingleton(os.path.abspath(dbfile), os.path.abspath(logfile), host, port) 324 singleton.start() 325 if singleton: 326 host = singleton.host 327 port = singleton.port [all …]
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | inqueue.c | 91 if (chunk->singleton || in sctp_inq_peek() 121 if (chunk->singleton || in sctp_inq_pop() 184 chunk->singleton = 1; in sctp_inq_pop() 207 chunk->singleton = 0; in sctp_inq_pop()
|
| H A D | outqueue.c | 771 struct sctp_packet singleton; in sctp_packet_singleton() local 773 sctp_packet_init(&singleton, transport, sport, dport); in sctp_packet_singleton() 774 sctp_packet_config(&singleton, vtag, 0); in sctp_packet_singleton() 775 sctp_packet_append_chunk(&singleton, chunk); in sctp_packet_singleton() 776 return sctp_packet_transmit(&singleton, gfp); in sctp_packet_singleton()
|
| H A D | sm_statefuns.c | 241 if (!chunk->singleton) in sctp_sf_do_4_C() 336 if (!chunk->singleton) in sctp_sf_do_5_1B_init() 527 if (!chunk->singleton) in sctp_sf_do_5_1C_ack() 1490 if (!chunk->singleton) in sctp_sf_do_unexpected_init() 2967 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
|
| H A D | sm_sideeffect.c | 1802 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
|
| H A D | sm_make_chunk.c | 1346 retval->singleton = 1; in sctp_chunkify()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | language_tag.cpp | 142 extension = singleton >> +("-" >> repeat(2,8)[alnum]) >> (&lit('-') | eoi); in bcp47_parser() 144 singleton = digit | char_('a','w') | char_('y','z'); // "no-case" handles A-W and Y-Z in bcp47_parser() 187 qi::rule<Iterator> singleton; member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-core.h | 154 bool singleton:1; member
|
| H A D | dm-table.c | 668 if (t->singleton) { in dm_table_add_target() 695 t->singleton = true; in dm_table_add_target()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gensupport.h | 180 enum rtx_code singleton; /* if pred takes only one code, that code */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gensupport.h | 180 enum rtx_code singleton; /* if pred takes only one code, that code */ member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.13.0 | 28 - Introduced Qt.labs.location QtLocationLabs singleton type, offering tech-preview
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 90 static LatLngBounds singleton(const LatLng& a) { in singleton() function in mbgl::LatLngBounds
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/ |
| H A D | sysfs-bus-greybus | 217 The singleton SVC device of bus N.
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | structs.h | 648 singleton:1, /* Only chunk in the packet? */ member
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_EN.md | 218 When each process calls librga for the first time, it initializes a singleton of librga and prints … 226 …ty mode will be started, and the following log will be printed when the singleton is initialized. … 855 …onous mode of librga is an open device node, and a process of librga in singleton mode will only o… 1221 …Init interface to manage the initialization of RGA module, and when the singleton mode used by the…
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 159452 make EphyrXVPriv be a singleton 159456 singleton instance, otherwise a new object is created at each
|