SYMBOL INDEX (244 symbols across 20 files) FILE: app/src/androidTest/java/mrfu/face/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/mrfu/rxface/AppApplication.java class AppApplication (line 9) | public class AppApplication extends Application { method getContext (line 13) | public static Context getContext() { method onCreate (line 17) | @Override FILE: app/src/main/java/mrfu/rxface/BaseActivity.java class BaseActivity (line 13) | public class BaseActivity extends AppCompatActivity { method onCreate (line 15) | @Override method setContentView (line 20) | @Override method onDestroy (line 26) | @Override FILE: app/src/main/java/mrfu/rxface/MainActivity.java class MainActivity (line 37) | public class MainActivity extends BaseActivity { method onCreate (line 63) | @Override method btn_recongize_get (line 75) | @OnClick(R.id.btn_recongize_get) method btn_recongize_post (line 105) | @OnClick(R.id.btn_recongize_post) method onNext (line 127) | @Override method onCompleted (line 154) | @Override method onError (line 159) | @Override method onCreateOptionsMenu (line 165) | @Override method onOptionsItemSelected (line 172) | @Override FILE: app/src/main/java/mrfu/rxface/business/Constants.java class Constants (line 6) | public class Constants { FILE: app/src/main/java/mrfu/rxface/business/DealData.java class DealData (line 19) | public class DealData { method mulipartData (line 35) | public static CustomMultipartTypedOutput mulipartData(Bitmap bitmap, S... method getBitmapByte (line 49) | private static byte[] getBitmapByte(Bitmap bitmap){ method drawLineGetBitmap (line 65) | public static Bitmap drawLineGetBitmap(FaceResponse entity, Bitmap vie... method getDisplayInfo (line 107) | public static String getDisplayInfo(FaceResponse entity){ FILE: app/src/main/java/mrfu/rxface/loader/ExecutorManager.java class ExecutorManager (line 20) | public class ExecutorManager { method newThread (line 33) | public Thread newThread(@NonNull Runnable r) { method getCountOfCPU (line 54) | public static int getCountOfCPU() { method accept (line 69) | @Override public boolean accept(File pathname) { FILE: app/src/main/java/mrfu/rxface/loader/FaceApi.java class FaceApi (line 27) | public class FaceApi { method getIns (line 34) | public static FaceApi getIns() { method FaceApi (line 47) | public FaceApi() { method intercept (line 59) | @Override method getBoundary (line 66) | public String getBoundary(){ method setBoundary (line 75) | private static String setBoundary() { type MrFuService (line 83) | public interface MrFuService { method uploadImagePost (line 84) | @POST("/detection/detect") method uploadImageUrlGet (line 90) | @GET("/detection/detect") method getDataPost (line 96) | public Observable getDataPost(CustomMultipartTypedOutput... method getDataUrlGet (line 107) | public Observable getDataUrlGet(Map opti... FILE: app/src/main/java/mrfu/rxface/loader/SchedulersCompat.java class SchedulersCompat (line 11) | public class SchedulersCompat { method call (line 15) | @Override public Object call(Object observable) { method call (line 22) | @Override public Object call(Object observable) { method call (line 28) | @Override public Object call(Object observable) { method call (line 34) | @Override public Object call(Object observable) { method call (line 41) | @Override public Object call(Object observable) { method applyComputationSchedulers (line 50) | public static Observable.Transformer applyComputationSchedul... method applyIoSchedulers (line 55) | public static Observable.Transformer applyIoSchedulers() { method applyNewSchedulers (line 60) | public static Observable.Transformer applyNewSchedulers() { method applyTrampolineSchedulers (line 65) | public static Observable.Transformer applyTrampolineSchedule... method applyExecutorSchedulers (line 70) | public static Observable.Transformer applyExecutorSchedulers... FILE: app/src/main/java/mrfu/rxface/loader/WebServiceException.java class WebServiceException (line 6) | public class WebServiceException extends Exception { method WebServiceException (line 7) | public WebServiceException(String detailMessage) { FILE: app/src/main/java/mrfu/rxface/loader/custom/AsciiTypeString.java class AsciiTypeString (line 11) | public class AsciiTypeString extends TypedByteArray { method AsciiTypeString (line 13) | public AsciiTypeString(String string) { method convertToBytes (line 17) | private static byte[] convertToBytes(String string) { method toString (line 25) | @Override public String toString() { FILE: app/src/main/java/mrfu/rxface/loader/custom/CustomMultipartTypedOutput.java class CustomMultipartTypedOutput (line 17) | public class CustomMultipartTypedOutput implements TypedOutput { class MimePart (line 20) | private static final class MimePart { method MimePart (line 31) | public MimePart(String name, String transferEncoding, TypedOutput bo... method writeTo (line 40) | public void writeTo(OutputStream out) throws IOException { method size (line 47) | public long size() { method build (line 56) | private void build() { method CustomMultipartTypedOutput (line 70) | public CustomMultipartTypedOutput() { method CustomMultipartTypedOutput (line 74) | public CustomMultipartTypedOutput(String boundary) { method getParts (line 80) | List getParts() throws IOException { method addPart (line 90) | public void addPart(String name, TypedOutput body) { method addPart (line 94) | public void addPart(String name, String transferEncoding, TypedOutput ... method getPartCount (line 116) | public int getPartCount() { method fileName (line 120) | @Override public String fileName() { method mimeType (line 124) | @Override public String mimeType() { method length (line 128) | @Override public long length() { method writeTo (line 132) | @Override public void writeTo(OutputStream out) throws IOException { method buildBoundary (line 139) | private static byte[] buildBoundary(String boundary, boolean first, bo... method buildHeader (line 159) | private static byte[] buildHeader(String name, String transferEncoding... FILE: app/src/main/java/mrfu/rxface/loader/custom/CustomTypedByteArray.java class CustomTypedByteArray (line 9) | public class CustomTypedByteArray extends TypedByteArray { method CustomTypedByteArray (line 17) | public CustomTypedByteArray(String mimeType, byte[] bytes) { method fileName (line 21) | @Override FILE: app/src/main/java/mrfu/rxface/models/BaseResponse.java class BaseResponse (line 9) | public class BaseResponse { method filterWebServiceErrors (line 10) | public Observable filterWebServiceErrors() { FILE: app/src/main/java/mrfu/rxface/models/FaceResponse.java class FaceResponse (line 8) | public class FaceResponse extends BaseResponse{ class FaceEntity (line 33) | public static class FaceEntity { class AttributeEntity (line 57) | public static class AttributeEntity { class AgeEntity (line 82) | public static class AgeEntity { class GenderEntity (line 87) | public static class GenderEntity { class RaceEntity (line 92) | public static class RaceEntity { class SmilingEntity (line 97) | public static class SmilingEntity { class PositionEntity (line 102) | public static class PositionEntity { class CenterEntity (line 142) | public static class CenterEntity { class EyeLeftEntity (line 147) | public static class EyeLeftEntity { class EyeRightEntity (line 152) | public static class EyeRightEntity { class MouthLeftEntity (line 157) | public static class MouthLeftEntity { class MouthRightEntity (line 162) | public static class MouthRightEntity { class NoseEntity (line 167) | public static class NoseEntity { FILE: app/src/main/java/mrfu/rxface/models/NeedDataEntity.java class NeedDataEntity (line 8) | public class NeedDataEntity { FILE: app/src/test/java/mrfu/face/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: sdk_unuse/HttpRequests.java class HttpRequests (line 25) | public class HttpRequests { method setHttpTimeOut (line 47) | public void setHttpTimeOut(int timeOut) { method getHttpTimeOut (line 55) | public int getHttpTimeOut() { method getApiKey (line 62) | public String getApiKey() { method setApiKey (line 69) | public void setApiKey(String apiKey) { method getApiSecret (line 76) | public String getApiSecret() { method setApiSecret (line 83) | public void setApiSecret(String apiSecret) { method setWebSite (line 93) | public void setWebSite(boolean isCN, boolean isDebug) { method getWebSite (line 103) | public String getWebSite() { method request (line 115) | public JSONObject request(String control, String action) throws Facepp... method getSessionSync (line 126) | public JSONObject getSessionSync(String sessionId) throws FaceppParseE... method getSessionSync (line 137) | public JSONObject getSessionSync(String sessionId, long timeOut) throw... method request (line 196) | public JSONObject request(String control, String action, PostParameter... method readString (line 245) | private static String readString(InputStream is) { method HttpRequests (line 269) | public HttpRequests(String apiKey, String apiSecret) { method HttpRequests (line 280) | public HttpRequests() { method HttpRequests (line 293) | public HttpRequests(String apiKey, String apiSecret, boolean isCN, boo... method getParams (line 303) | public PostParameters getParams() { method setParams (line 312) | public void setParams(PostParameters params) { method offlineDetect (line 324) | public JSONObject offlineDetect(byte[] image, String jsonResult) throw... method offlineDetect (line 336) | public JSONObject offlineDetect(byte[] image, String jsonResult, PostP... method detectionDetect (line 345) | public JSONObject detectionDetect() throws FaceppParseException { method detectionDetect (line 348) | public JSONObject detectionDetect(PostParameters params) throws Facepp... method detectionLandmark (line 352) | public JSONObject detectionLandmark() throws FaceppParseException { method detectionLandmark (line 355) | public JSONObject detectionLandmark(PostParameters params) throws Face... method trainVerify (line 359) | public JSONObject trainVerify() throws FaceppParseException { method trainVerify (line 362) | public JSONObject trainVerify(PostParameters params) throws FaceppPars... method trainSearch (line 366) | public JSONObject trainSearch() throws FaceppParseException { method trainSearch (line 369) | public JSONObject trainSearch(PostParameters params) throws FaceppPars... method trainIdentify (line 373) | public JSONObject trainIdentify() throws FaceppParseException { method trainIdentify (line 376) | public JSONObject trainIdentify(PostParameters params) throws FaceppPa... method recognitionCompare (line 380) | public JSONObject recognitionCompare() throws FaceppParseException { method recognitionCompare (line 383) | public JSONObject recognitionCompare(PostParameters params) throws Fac... method recognitionVerify (line 387) | public JSONObject recognitionVerify() throws FaceppParseException { method recognitionVerify (line 390) | public JSONObject recognitionVerify(PostParameters params) throws Face... method recognitionSearch (line 394) | public JSONObject recognitionSearch() throws FaceppParseException { method recognitionSearch (line 397) | public JSONObject recognitionSearch(PostParameters params) throws Face... method recognitionIdentify (line 401) | public JSONObject recognitionIdentify() throws FaceppParseException { method recognitionIdentify (line 404) | public JSONObject recognitionIdentify(PostParameters params) throws Fa... method groupingGrouping (line 408) | public JSONObject groupingGrouping() throws FaceppParseException { method groupingGrouping (line 411) | public JSONObject groupingGrouping(PostParameters params) throws Facep... method personCreate (line 415) | public JSONObject personCreate() throws FaceppParseException { method personCreate (line 418) | public JSONObject personCreate(PostParameters params) throws FaceppPar... method personDelete (line 422) | public JSONObject personDelete() throws FaceppParseException { method personDelete (line 425) | public JSONObject personDelete(PostParameters params) throws FaceppPar... method personAddFace (line 429) | public JSONObject personAddFace() throws FaceppParseException { method personAddFace (line 432) | public JSONObject personAddFace(PostParameters params) throws FaceppPa... method personRemoveFace (line 436) | public JSONObject personRemoveFace() throws FaceppParseException { method personRemoveFace (line 439) | public JSONObject personRemoveFace(PostParameters params) throws Facep... method personSetInfo (line 443) | public JSONObject personSetInfo() throws FaceppParseException { method personSetInfo (line 446) | public JSONObject personSetInfo(PostParameters params) throws FaceppPa... method personGetInfo (line 450) | public JSONObject personGetInfo() throws FaceppParseException { method personGetInfo (line 453) | public JSONObject personGetInfo(PostParameters params) throws FaceppPa... method facesetCreate (line 457) | public JSONObject facesetCreate() throws FaceppParseException { method facesetCreate (line 460) | public JSONObject facesetCreate(PostParameters params) throws FaceppPa... method facesetDelete (line 464) | public JSONObject facesetDelete() throws FaceppParseException { method facesetDelete (line 467) | public JSONObject facesetDelete(PostParameters params) throws FaceppPa... method facesetAddFace (line 471) | public JSONObject facesetAddFace() throws FaceppParseException { method facesetAddFace (line 474) | public JSONObject facesetAddFace(PostParameters params) throws FaceppP... method facesetRemoveFace (line 478) | public JSONObject facesetRemoveFace() throws FaceppParseException { method facesetRemoveFace (line 481) | public JSONObject facesetRemoveFace(PostParameters params) throws Face... method facesetSetInfo (line 485) | public JSONObject facesetSetInfo() throws FaceppParseException { method facesetSetInfo (line 488) | public JSONObject facesetSetInfo(PostParameters params) throws FaceppP... method facesetGetInfo (line 492) | public JSONObject facesetGetInfo() throws FaceppParseException { method facesetGetInfo (line 495) | public JSONObject facesetGetInfo(PostParameters params) throws FaceppP... method groupCreate (line 499) | public JSONObject groupCreate() throws FaceppParseException { method groupCreate (line 502) | public JSONObject groupCreate(PostParameters params) throws FaceppPars... method groupDelete (line 506) | public JSONObject groupDelete() throws FaceppParseException { method groupDelete (line 509) | public JSONObject groupDelete(PostParameters params) throws FaceppPars... method groupAddPerson (line 513) | public JSONObject groupAddPerson() throws FaceppParseException { method groupAddPerson (line 516) | public JSONObject groupAddPerson(PostParameters params) throws FaceppP... method groupRemovePerson (line 520) | public JSONObject groupRemovePerson() throws FaceppParseException { method groupRemovePerson (line 523) | public JSONObject groupRemovePerson(PostParameters params) throws Face... method groupSetInfo (line 527) | public JSONObject groupSetInfo() throws FaceppParseException { method groupSetInfo (line 530) | public JSONObject groupSetInfo(PostParameters params) throws FaceppPar... method groupGetInfo (line 534) | public JSONObject groupGetInfo() throws FaceppParseException { method groupGetInfo (line 537) | public JSONObject groupGetInfo(PostParameters params) throws FaceppPar... method infoGetImage (line 541) | public JSONObject infoGetImage() throws FaceppParseException { method infoGetImage (line 544) | public JSONObject infoGetImage(PostParameters params) throws FaceppPar... method infoGetFace (line 548) | public JSONObject infoGetFace() throws FaceppParseException { method infoGetFace (line 551) | public JSONObject infoGetFace(PostParameters params) throws FaceppPars... method infoGetPersonList (line 555) | public JSONObject infoGetPersonList() throws FaceppParseException { method infoGetPersonList (line 558) | public JSONObject infoGetPersonList(PostParameters params) throws Face... method infoGetFacesetList (line 562) | public JSONObject infoGetFacesetList() throws FaceppParseException { method infoGetFacesetList (line 565) | public JSONObject infoGetFacesetList(PostParameters params) throws Fac... method infoGetGroupList (line 569) | public JSONObject infoGetGroupList() throws FaceppParseException { method infoGetGroupList (line 572) | public JSONObject infoGetGroupList(PostParameters params) throws Facep... method infoGetSession (line 576) | public JSONObject infoGetSession() throws FaceppParseException { method infoGetSession (line 579) | public JSONObject infoGetSession(PostParameters params) throws FaceppP... method infoGetQuota (line 588) | public JSONObject infoGetQuota() throws FaceppParseException { method infoGetQuota (line 596) | public JSONObject infoGetQuota(PostParameters params) throws FaceppPar... method infoGetApp (line 600) | public JSONObject infoGetApp() throws FaceppParseException { method infoGetApp (line 603) | public JSONObject infoGetApp(PostParameters params) throws FaceppParse... FILE: sdk_unuse/MainActivity.java class MainActivity (line 38) | public class MainActivity extends Activity { method onCreate (line 49) | @Override method onCreateOptionsMenu (line 152) | @Override method onActivityResult (line 158) | @Override class FaceppDetect (line 194) | private class FaceppDetect { method setDetectCallback (line 197) | public void setDetectCallback(DetectCallback detectCallback) { method detect (line 201) | public void detect(final Bitmap image) { type DetectCallback (line 241) | interface DetectCallback { method detectResult (line 242) | void detectResult(JSONObject rst); FILE: sdk_unuse/PostParameters.java class PostParameters (line 22) | public class PostParameters { method getBoundary (line 32) | private String getBoundary() { method getMultiPart (line 43) | public MultipartEntity getMultiPart() { method PostParameters (line 50) | public PostParameters() { method boundaryString (line 59) | public String boundaryString() { method setAsync (line 68) | public PostParameters setAsync(boolean flag) { method setUrl (line 78) | public PostParameters setUrl(String url){ method setAttribute (line 88) | public PostParameters setAttribute(String type){ method setTag (line 98) | public PostParameters setTag(String tag){ method setImg (line 108) | public PostParameters setImg(File file) { method setImg (line 118) | public PostParameters setImg(byte[] data) { method setImg (line 129) | public PostParameters setImg(byte[] data, String fileName) { method setFaceId1 (line 139) | public PostParameters setFaceId1(String id){ method setFaceId2 (line 149) | public PostParameters setFaceId2(String id){ method setGroupName (line 159) | public PostParameters setGroupName(String groupName){ method setGroupId (line 169) | public PostParameters setGroupId(String groupId){ method setKeyFaceId (line 179) | public PostParameters setKeyFaceId(String id){ method setCount (line 189) | public PostParameters setCount(int count) { method setType (line 199) | public PostParameters setType(String type) { method setFaceId (line 209) | public PostParameters setFaceId(String faceId) { method setFacesetId (line 219) | public PostParameters setFacesetId(String facesetId) { method setFacesetId (line 229) | public PostParameters setFacesetId(String[] facesetId) { method setFacesetId (line 239) | public PostParameters setFacesetId(ArrayList facesetId) { method setPersonId (line 249) | public PostParameters setPersonId(String personId) { method setPersonName (line 259) | public PostParameters setPersonName(String personName) { method setName (line 269) | public PostParameters setName(String name) { method setSessionId (line 279) | public PostParameters setSessionId(String id) { method setMode (line 289) | public PostParameters setMode(String type) { method setFaceId (line 300) | public PostParameters setFaceId(String[] faceIds) { method setPersonId (line 308) | public PostParameters setPersonId(String[] personIds) { method setPersonName (line 316) | public PostParameters setPersonName(String[] personNames) { method setGroupId (line 324) | public PostParameters setGroupId(String[] groupIds) { method setGroupName (line 332) | public PostParameters setGroupName(String[] groupNames) { method setFaceId (line 341) | public PostParameters setFaceId(ArrayList faceIds) { method setPersonId (line 349) | public PostParameters setPersonId(ArrayList personIds) { method setPersonName (line 357) | public PostParameters setPersonName(ArrayList personNames) { method setGroupId (line 365) | public PostParameters setGroupId(ArrayList groupIds) { method setGroupName (line 373) | public PostParameters setGroupName(ArrayList groupNames) { method setImgId (line 382) | public PostParameters setImgId(String imgId) { method setFacesetName (line 392) | public PostParameters setFacesetName(String facesetName) { method setFacesetName (line 402) | public PostParameters setFacesetName(ArrayList facesetNames) { method setFacesetName (line 410) | public PostParameters setFacesetName(String[] facesetNames) { method addAttribute (line 419) | public PostParameters addAttribute(String attr, String value) { method addString (line 424) | private void addString(String id, String str) { method toStringList (line 432) | private String toStringList(String[] sa) { method toStringList (line 442) | private String toStringList(ArrayList sa) {