/external/opencv3/samples/android/face-detection/src/org/opencv/samples/facedetect/ |
DetectionBasedTracker.java | 13 nativeStart(mNativeObj); 37 private static native void nativeStart(long thiz);
|
/external/icu/icu4c/source/test/intltest/ |
utxttest.h | 50 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, 54 int32_t nativeStart, // Range to be replaced, in UText native units.
|
utxttest.cpp | 311 int32_t nativeStart = 0; // Native unit indexes for a test. 360 nativeStart = nativeMap[srcIndex].nativeIdx; 370 nativeStart, nativeLimit, nativeDest, 374 nativeStart, nativeLimit, nativeDest, 389 nativeStart, nativeLimit, 407 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, 436 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); 437 if (nativeDest > nativeStart && nativeDest < nativeLimit) { 465 expectedNativeLength += nativeLimit - nativeStart; 482 int32_t nativeStart, // Range to be replaced, in UText native units [all...] |
/external/icu/icu4c/source/common/unicode/ |
utext.h | 654 * @param nativeStart the native index of the first character to extract.\ 660 * nativeLimit must be >= nativeStart. 673 int64_t nativeStart, int64_t nativeLimit, 834 * @param nativeStart the native index of the start of the region to be replaced [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordNative.java | 61 return nativeStart(mNativeRecordInJavaObj) == STATUS_OK; 148 private static native int nativeStart(long record);
|
AudioTrackNative.java | 64 return nativeStart(mNativeTrackInJavaObj) == STATUS_OK; 155 private static native int nativeStart(long track);
|
/libcore/luni/src/main/java/libcore/icu/ |
TimeZoneNames.java | 70 long nativeStart = System.nanoTime(); 79 long nativeDuration = TimeUnit.NANOSECONDS.toMillis(nativeEnd - nativeStart);
|
/frameworks/base/media/java/android/media/ |
MediaMuxer.java | 100 private static native void nativeStart(long nativeObject); 231 nativeStart(mNativeObject);
|
/external/icu/icu4c/source/i18n/ |
rematch.cpp | 900 int64_t nativeStart = start; 901 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { 905 fMatchEnd = nativeStart; [all...] |
/external/icu/icu4c/source/common/ |
utext.cpp | 483 int64_t nativeStart, int64_t nativeLimit, 494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); 500 int64_t nativeStart, int64_t nativeLimit, 512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_input_InputManagerService.cpp | [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
InputManagerService.java | 189 private static native void nativeStart(long ptr); 330 nativeStart(mPtr); [all...] |