Searched defs:handles (Results 26 - 46 of 46) sorted by relevance

12

/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc160 HandleScope handles; local
250 HandleScope handles; local
302 HandleScope handles; local
432 HandleScope handles; local
478 HandleScope handles; local
728 HandleScope handles; local
818 HandleScope handles; local
1010 HandleScope handles; local
1102 HandleScope handles; local
1210 HandleScope handles; local
1322 HandleScope handles; local
1420 HandleScope handles; local
1491 HandleScope handles; local
1572 HandleScope handles; local
1655 HandleScope handles; local
1740 HandleScope handles; local
1809 HandleScope handles; local
1907 HandleScope handles; local
2015 HandleScope handles; local
2086 HandleScope handles; local
2152 HandleScope handles; local
2197 HandleScope handles; local
[all...]
H A Dtest-parsing.cc176 v8::HandleScope handles; local
354 v8::HandleScope handles; local
546 v8::HandleScope handles; local
990 v8::HandleScope handles; local
1205 v8::HandleScope handles; local
/external/valgrind/unittest/
H A Dwindows_tests.cc138 HANDLE handles[2] = {t1, t2}; local
141 EXPECT_EQ(WAIT_TIMEOUT, ::WaitForMultipleObjects(2, handles, TRUE, 1));
142 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(2, handles, TRUE, INFINITE));
159 HANDLE handles[2] = {t1, t2}; local
162 EXPECT_EQ(WAIT_TIMEOUT, ::WaitForMultipleObjects(2, handles, FALSE, 1));
163 EXPECT_EQ(WAIT_OBJECT_0 + 1, ::WaitForMultipleObjects(2, handles, FALSE, INFINITE));
165 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(1, handles, FALSE, INFINITE));
/external/chromium/net/base/
H A Ddnsrr_resolver.cc673 std::vector<RRResolverHandle*> handles; local
674 handles_.swap(handles);
677 i = handles.begin(); i != handles.end(); i++) {
H A Dx509_certificate_openssl.cc35 X509Certificate::OSCertHandles* handles) {
55 handles->push_back(x509_cert);
33 CreateOSCertHandlesFromPKCS7Bytes( const char* data, int length, X509Certificate::OSCertHandles* handles) argument
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c532 UINT16 handles[MAX_L2CAP_LINKS + 4]; local
536 num_ents = l2c_link_pkts_rcvd (num_pkts, handles);
543 btsnd_hcic_host_num_xmitted_pkts (num_ents, handles, num_pkts);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h194 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member in struct:__anon1442
195 UINT16 num_handles; /* Number of server handles */
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc328 bool DirectoryBackingStore::DeleteEntries(const MetahandleSet& handles) { argument
329 if (handles.empty())
335 for (MetahandleSet::const_iterator it = handles.begin(); it != handles.end();
337 if (it != handles.begin())
571 base::hash_set<int64> handles; local
575 DCHECK(handles.insert(kernel->ref(META_HANDLE)).second); // Only in debug.
H A Dsyncable_unittest.cc334 // This also closes file handles.
720 Directory::UnsyncedMetaHandles handles; local
725 dir_->GetUnsyncedMetaHandles(&trans, &handles);
726 ASSERT_TRUE(0 == handles.size());
745 dir_->GetUnsyncedMetaHandles(&trans, &handles);
746 ASSERT_TRUE(0 == handles.size());
755 dir_->GetUnsyncedMetaHandles(&trans, &handles);
756 ASSERT_TRUE(1 == handles.size());
757 ASSERT_TRUE(handle1 == handles[0]);
766 dir_->GetUnsyncedMetaHandles(&trans, &handles);
791 Directory::UnappliedUpdateMetaHandles handles; local
[all...]
H A Dsyncable.cc609 // Set purged handles.
964 MetahandleSet handles; local
972 handles.insert(i->ref(META_HANDLE));
975 CheckTreeInvariants(trans, handles, filter);
983 MetahandleSet handles; local
984 GetAllMetaHandles(trans, &handles);
987 CheckTreeInvariants(trans, handles, fullfilter);
991 for (i = handles.begin() ; i != handles.end() ; ++i) {
997 CheckTreeInvariants(trans, handles, filte
1001 CheckTreeInvariants(syncable::BaseTransaction* trans, const MetahandleSet& handles, const IdFilter& idfilter) argument
[all...]
/external/openssh/
H A Dsftp-server.c175 /* handle handles */
193 Handle *handles = NULL; variable
199 handles[i].use = HANDLE_UNUSED;
200 handles[i].next_unused = first_unused_handle;
213 handles = xrealloc(handles, num_handles, sizeof(Handle));
218 first_unused_handle = handles[i].next_unused;
220 handles[i].use = use;
221 handles[i].dirp = dirp;
222 handles[
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc487 Syncer::UnsyncedMetaHandles handles; local
490 SyncerUtil::GetUnsyncedEntries(&trans, &handles);
492 ASSERT_TRUE(0 == handles.size());
/external/chromium/net/socket/
H A Dclient_socket_pool_base_unittest.cc961 ClientSocketHandle handles[4]; local
962 for (size_t i = 0; i < arraysize(handles); ++i) {
965 handles[i].Init("b",
973 // One will be stalled, cancel all the handles now.
976 for (size_t i = 0; i < arraysize(handles); ++i)
977 handles[i].Reset();
985 ClientSocketHandle handles[kDefaultMaxSockets]; local
988 EXPECT_EQ(OK, handles[i].Init(base::IntToString(i),
1012 // Dropping out of scope will close all handles and return them to idle.
1024 ClientSocketHandle handles[kDefaultMaxSocket local
1076 ClientSocketHandle handles[kDefaultMaxSockets]; local
2399 ClientSocketHandle handles[kDefaultMaxSockets]; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h430 UINT16 num_handles; /* number of handles to read */
431 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member in struct:__anon1265
675 ** Description This function add the allocated handles range for the specifed
678 ** Parameter p_hndl_range: pointer to allocated handles information
706 ** Description This function is called to reserve a block of handles for a service.
713 ** num_handles : number of handles needed by the service.
/external/libmtp/src/
H A Dptp-pack.c1772 PTPObjectHandles *handles,
1773 PTPObjectInfo **oinfos, /* size(handles->n) */
1774 uint32_t **flags /* size(handles->n) */
1781 handles->n = nrofobs;
1782 handles->Handler = calloc(sizeof(handles->Handler[0]),nrofobs);
1783 if (!handles->Handler) return PTP_RC_GeneralError;
1789 /* Migrate data into objects ids, handles into
1800 handles->Handler[curob] = dtoh32a(cur + ptp_canon_dir_objectid);
1821 for (j=0;j<handles
1768 ptp_unpack_canon_directory( PTPParams *params, unsigned char *dir, uint32_t cnt, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags ) argument
[all...]
H A Dptp.c636 /* When we query all object handles on all stores and
637 * get an error -> just handle it as "0 handles".
1332 * Upon success : PTPObjectHandles *handles - filled out with handles
1339 PTPObjectHandles *handles,
1340 PTPObjectInfo **oinfos, /* size(handles->n) */
1341 uint32_t **flags /* size(handles->n) */
1354 ret = ptp_unpack_canon_directory(params, dir, ptp.Param1, handles, oinfos, flags);
4324 {PTP_OC_GetObjectHandles,N_("Get object handles")},
1338 ptp_canon_get_directory(PTPParams* params, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1487 milliseconds

12