HomeSort by relevance Sort by last modified time
    Searched full:rclient (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 51 RCLIENT=ssh
96 $RCLIENT $connection $RPORT \
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 387 CPDF_Rect rclient = GetClientRect(); local
388 CPDF_Rect rcButton = rclient;
400 if (rcButton.left < rclient.left)
401 rcButton.left = rclient.left;
407 if (rcEdit.left < rclient.left)
408 rcEdit.left = rclient.left;
421 if (rcButton.left < rclient.left)
422 rcButton.left = rclient.left;
428 if (rcEdit.left < rclient.left)
429 rcEdit.left = rclient.left;
    [all...]

Completed in 1665 milliseconds