Home
last modified time | relevance | path

Searched refs:item_ref (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dlogin_database_ios.cc42 ScopedCFTypeRef<CFStringRef> item_ref(CFUUIDCreateString(NULL, uuid)); in EncryptedString() local
51 CFDictionarySetValue(attributes, kSecAttrAccount, item_ref); in EncryptedString()
71 *cipher_text = base::SysCFStringRefToUTF8(item_ref); in EncryptedString()
83 ScopedCFTypeRef<CFStringRef> item_ref( in DecryptedString() local
91 CFDictionarySetValue(query, kSecAttrAccount, item_ref); in DecryptedString()
126 ScopedCFTypeRef<CFStringRef> item_ref( in DeleteEncryptedPasswordFromKeychain() local
129 CFDictionarySetValue(query, kSecAttrAccount, item_ref); in DeleteEncryptedPasswordFromKeychain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dlogin_database_ios.cc37 ScopedCFTypeRef<CFStringRef> item_ref( in DeleteEncryptedPasswordFromKeychain() local
40 CFDictionarySetValue(query, kSecAttrAccount, item_ref); in DeleteEncryptedPasswordFromKeychain()
75 ScopedCFTypeRef<CFStringRef> item_ref(CFUUIDCreateString(NULL, uuid)); in EncryptedString() local
84 CFDictionarySetValue(attributes, kSecAttrAccount, item_ref); in EncryptedString()
104 *cipher_text = base::SysCFStringRefToUTF8(item_ref); in EncryptedString()
116 ScopedCFTypeRef<CFStringRef> item_ref( in DecryptedString() local
124 CFDictionarySetValue(query, kSecAttrAccount, item_ref); in DecryptedString()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dactive_item_cache.cpp12 item *const target = active_item.item_ref.get(); in remove()
17 item *const target = active_item.item_ref.get(); in remove()
24 item *const target = active_item.item_ref.get(); in remove()
36 return &it == active_item_ref.item_ref.get(); in add()
61 if( it->item_ref ) { in get()
80 if( it->item_ref ) { in get_for_processing()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dactive_item_cache.cpp12 item *const target = active_item.item_ref.get(); in remove()
17 item *const target = active_item.item_ref.get(); in remove()
24 item *const target = active_item.item_ref.get(); in remove()
36 return &it == active_item_ref.item_ref.get(); in add()
61 if( it->item_ref ) { in get()
80 if( it->item_ref ) { in get_for_processing()
/dports/x11/libfm-extra/libfm-1.3.2/src/base/
H A Dfm-list.h50 gpointer (*item_ref)(gpointer item); member
98 g_queue_push_head((GQueue*)list,(list)->funcs->item_ref(d)); in fm_list_push_head()
102 g_queue_push_tail((GQueue*)list,(list)->funcs->item_ref(d)); in fm_list_push_tail()
106 g_queue_push_nth((GQueue*)list,(list)->funcs->item_ref(d),n); in fm_list_push_nth()
159 g_queue_insert_before((GQueue*)list,s,(list)->funcs->item_ref(d)); in fm_list_insert_before()
163 g_queue_insert_after((GQueue*)list,s,(list)->funcs->item_ref(d)); in fm_list_insert_after()
167 g_queue_insert_sorted((GQueue*)list,(list)->funcs->item_ref(d),f,u); in fm_list_insert_sorted()
/dports/x11/libfm/libfm-1.3.2/src/base/
H A Dfm-list.h50 gpointer (*item_ref)(gpointer item); member
98 g_queue_push_head((GQueue*)list,(list)->funcs->item_ref(d)); in fm_list_push_head()
102 g_queue_push_tail((GQueue*)list,(list)->funcs->item_ref(d)); in fm_list_push_tail()
106 g_queue_push_nth((GQueue*)list,(list)->funcs->item_ref(d),n); in fm_list_push_nth()
159 g_queue_insert_before((GQueue*)list,s,(list)->funcs->item_ref(d)); in fm_list_insert_before()
163 g_queue_insert_after((GQueue*)list,s,(list)->funcs->item_ref(d)); in fm_list_insert_after()
167 g_queue_insert_sorted((GQueue*)list,(list)->funcs->item_ref(d),f,u); in fm_list_insert_sorted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/enterprise_reporting_private/
H A Dkeychain_data_helper_mac.mm60 OSStatus NeedToRecreateKeychainItem(SecKeychainItemRef item_ref, bool* result) {
65 status = SecKeychainItemCopyAccess(item_ref, access_ref.InitializeInto());
100 OSStatus DeleteKeychainItem(SecKeychainItemRef item_ref) {
101 SecKeychainItemRef item_refs[] = {item_ref};
120 SecKeychainItemRef item_ref,
127 status = NeedToRecreateKeychainItem(item_ref, &need_recreate);
131 status = DeleteKeychainItem(item_ref);
H A Dchrome_desktop_report_request_helper.cc183 base::ScopedCFTypeRef<SecKeychainItemRef> item_ref;
189 &password_length, &password_data, item_ref.InitializeInto());
199 item_ref.get(), &keep_password);
211 item_ref.reset();
214 kAccountName, nullptr, nullptr, item_ref.InitializeInto());
217 status = keychain.ItemDelete(item_ref.get());
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_api/src/
H A Ddisplay_item_cache.rs32 fn from(item_ref: DisplayItemRef) -> Self { in from()
33 let item = item_ref.item(); in from()
38 data: item_ref.glyphs().bytes().to_vec(), in from()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_api/src/
H A Ddisplay_item_cache.rs32 fn from(item_ref: DisplayItemRef) -> Self { in from()
33 let item = item_ref.item(); in from()
38 data: item_ref.glyphs().bytes().to_vec(), in from()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender_api/src/
H A Ddisplay_item_cache.rs32 fn from(item_ref: DisplayItemRef) -> Self { in from()
33 let item = item_ref.item(); in from()
38 data: item_ref.glyphs().bytes().to_vec(), in from()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Ddisplay_item_cache.rs32 fn from(item_ref: DisplayItemRef) -> Self { in from()
33 let item = item_ref.item(); in from()
38 data: item_ref.glyphs().bytes().to_vec(), in from()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DRecursiveCppTest.cpp26 *list1.item_ref() = 10; in TEST()
28 *list1.next_ref()->item_ref() = 20; in TEST()
40 *list1.item_ref() = 11; in TEST()
42 *list2.next_ref()->item_ref() = 22; in TEST()
/dports/devel/libcbor/libcbor-0.9.0/src/cbor/
H A Dcommon.c79 void cbor_decref(cbor_item_t **item_ref) { in cbor_decref() argument
80 cbor_item_t *item = *item_ref; in cbor_decref()
148 *item_ref = NULL; in cbor_decref()
/dports/devel/desed/desed-1.2.0/src/file_watcher/
H A Dmock.rs35 let item_ref = self.watches.get(i).unwrap(); in rm_watch() localVariable
36 if item_ref.id == fw.id { in rm_watch()
H A Dinotify.rs48 let item_ref = self.watches.get(i).unwrap(); in rm_watch() localVariable
49 if item_ref.descriptor == fw.descriptor { in rm_watch()
H A Dkqueue.rs58 let item_ref = self.watches.get(i).unwrap(); in rm_watch() localVariable
59 if item_ref as *const FileWatchImpl == fw as *const FileWatchImpl { in rm_watch()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dactive_item_cache_test.cpp38 item &item_ref = here.add_item( { x, y, z }, active ); variable
39 REQUIRE( item_ref.active );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dactive_item_cache_test.cpp38 item &item_ref = here.add_item( { x, y, z }, active ); variable
39 REQUIRE( item_ref.active );
/dports/cad/uranium/Uranium-3ed9c4de/UM/
H A DSignal.py491 for item_ref in self.__list:
492 if item_ref() is item:
495 new_instance.__list.remove(item_ref)
502 return [item_ref for item_ref in self.__list if item_ref() is not None]
/dports/devel/z88dk/z88dk/src/z80asm/dev/
H A Dbuild_opcodes.pl144 my @item_ref = (undef); # $item_ref[1] = item-1-pos
154 push @item_ref, $i;
169 $_ = $set[ $item_ref[ $1 ] ];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DQueueItem.cpp18 lldb::addr_t item_ref, lldb_private::Address address) in QueueItem() argument
19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address), in QueueItem()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DQueueItem.cpp18 lldb::addr_t item_ref, lldb_private::Address address) in QueueItem() argument
19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address), in QueueItem()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DQueueItem.cpp18 lldb::addr_t item_ref, lldb_private::Address address) in QueueItem() argument
19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address), in QueueItem()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DQueueItem.cpp18 lldb::addr_t item_ref, lldb_private::Address address) in QueueItem() argument
19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address), in QueueItem()

12345678