HomeSort by relevance Sort by last modified time
    Searched defs:cInfo (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 672 PWL_CARET_INFO cInfo;
673 cInfo.bVisible = bVisible;
674 cInfo.ptHead = ptHead;
675 cInfo.ptFoot = ptFoot;
677 this->OnNotify(this,PNM_SETCARETINFO,(FX_INTPTR)&cInfo,(FX_INTPTR)NULL);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 61 ClientInfo cInfo = new ClientInfo(c, msg.replyTo);
62 mClients.put(msg.replyTo, cInfo);
WifiScanningServiceImpl.java 105 ClientInfo cInfo = new ClientInfo(c, msg.replyTo);
106 mClients.put(msg.replyTo, cInfo);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 150 ClientInfo cInfo = null;
157 cInfo = new ClientInfo(c, msg.replyTo);
158 mClients.put(msg.replyTo, cInfo);
175 cInfo = mClients.get(msg.replyTo);
176 if (cInfo != null) {
177 cInfo.expungeAllRequests();
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 619 Camera.CameraInfo cInfo = new Camera.CameraInfo();
620 Camera.getCameraInfo(i, cInfo);
621 if (cInfo.facing == Camera.CameraInfo.CAMERA_FACING_FRONT) {
623 } else if (cInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 293 milliseconds