HomeSort by relevance Sort by last modified time
    Searched defs:handles (Results 26 - 50 of 53) sorted by null

12 3

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 86 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local
93 /* build array of handles to wait for */
95 handles[i] = (HANDLE) proc_array[i]->pid;
103 retval = WaitForMultipleObjects(proc_index, handles, FALSE, INFINITE);
336 * Just pass the provided file handles to the 'child side' of the
548 TRUE, /* inherit handles (e.g. helper pipes, oserv socket) */
863 * the case, close the pipe handles here.
911 * Description: Clean up any leftover handles, etc. It is up to the
1178 * using the default stdin, stdout, and stderr handles.
1247 /* close up unused handles */
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 539 UINT16 handles[MAX_L2CAP_LINKS + 4]; local
543 num_ents = l2c_link_pkts_rcvd (num_pkts, handles);
550 btsnd_hcic_host_num_xmitted_pkts (num_ents, handles, num_pkts);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 194 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member in struct:__anon3516
195 UINT16 num_handles; /* Number of server handles */
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 334 // 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...]
syncable.cc 609 // Set purged handles.
964 MetahandleSet handles; local
972 handles.insert(i->ref(META_HANDLE));
975 CheckTreeInvariants(trans, handles, filter);
983 MetahandleSet handles; local
    [all...]
  /external/openssh/
sftp-server.c 175 /* 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[i].fd = fd
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 176 v8::HandleScope handles; local
354 v8::HandleScope handles; local
546 v8::HandleScope handles; local
990 v8::HandleScope handles; local
1205 v8::HandleScope handles; local
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 259 jint* handles = env->GetIntArrayElements(array, 0); local
262 list->push(handles[i]);
263 env->ReleaseIntArrayElements(array, handles, 0);
946 jint* handles = env->GetIntArrayElements(array, 0); local
966 jint* handles = env->GetIntArrayElements(array, 0); local
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 727 int[] handles = mTechHandles; local
737 if (handles[i] == handles[techIndex]) {
738 continue; // don't check duplicate handles
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 716 int[] handles = mTechHandles; local
726 if (handles[i] == handles[techIndex]) {
727 continue; // don't check duplicate handles
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 949 void MatrixSearch::fill_dmi(DictMatchInfo *dmi, MileStoneHandle *handles,
954 dmi->dict_handles[0] = handles[0];
955 dmi->dict_handles[1] = handles[1];
1431 MileStoneHandle handles[2]; local
1512 MileStoneHandle handles[2]; \/\/ Actually never used. local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 1115 SelectionHandles handles = item.getSelectionHandles(); local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 487 Syncer::UnsyncedMetaHandles handles; local
490 SyncerUtil::GetUnsyncedEntries(&trans, &handles);
492 ASSERT_TRUE(0 == handles.size());
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 961 ClientSocketHandle handles[4]; local
985 ClientSocketHandle handles[kDefaultMaxSockets]; local
1024 ClientSocketHandle handles[kDefaultMaxSockets]; local
1076 ClientSocketHandle handles[kDefaultMaxSockets]; local
2399 ClientSocketHandle handles[kDefaultMaxSockets]; local
    [all...]
  /system/core/adb/
sysdeps_win32.c 1466 HANDLE* handles; member in struct:WaitForAllParam
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 433 UINT16 num_handles; /* number of handles to read */
434 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member in struct:__anon3338
678 ** Description This function add the allocated handles range for the specifed
681 ** Parameter p_hndl_range: pointer to allocated handles information
709 ** Description This function is called to reserve a block of handles for a service.
716 ** num_handles : number of handles needed by the service.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 5392 int[] handles = new int[4]; local
5407 int[] handles = new int[4]; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 697 milliseconds

12 3