Home
last modified time | relevance | path

Searched defs:registerForUpdates (Results 1 – 9 of 9) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A Dduplex.thrift21 bool registerForUpdates(1: i32 startIndex,2: i32 numUpdates,3: i32 interval,); function
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/updater/
H A DUpdateServiceHelper.java171 public static void registerForUpdates(final Context context) { in registerForUpdates() method in UpdateServiceHelper
192 …public static void registerForUpdates(Context context, UpdateService.AutoDownloadPolicy policy, St… in registerForUpdates() method in UpdateServiceHelper
H A DUpdateService.java238 private void registerForUpdates(boolean isRetry) { in registerForUpdates() method in UpdateService
/dports/net/v2ray/v2ray-core-4.36.2/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go172 // These are needed because we do not include fcntl.h or sys/types.h
192 #ifndef AT_STATX_FORCE_SYNC
193 # define AT_STATX_FORCE_SYNC 0x2000 // - Force the attributes to be sync'd with the server
/dports/sysutils/krename/krename-5.0.1/src/
H A Dpluginloader.cpp178 void PluginLoader::registerForUpdates(KRenameImpl *krename) in registerForUpdates() function in PluginLoader
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/genproto/googleapis/genomics/v1/
H A Dvariants.pb.go238 "FORMAT_BIGQUERY": 1,
239 }
240 )
241
242 func (x ExportVariantSetRequest_Format) Enum() *ExportVariantSetRequest_Format {
/dports/www/squid/squid-4.15/src/
H A Ddelay_pools.cc508 DelayPools::registerForUpdates(Updateable *anObject) in registerForUpdates() function in DelayPools
/dports/security/keybase/client-v5.7.1/protocol/json/keybase1/
H A Dmetadata.json274 "registerForUpdates": { object
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dfolder_branch_ops.go8209 func (fbo *folderBranchOps) registerForUpdates(ctx context.Context) ( func