HomeSort by relevance Sort by last modified time
    Searched refs:nativeStart (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ContentMain.java 34 return nativeStart();
38 private static native int nativeStart();
  /external/chromium_org/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/
MojoMain.java 35 nativeStart(appUrl);
42 private static native void nativeStart(String appUrl);
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h 48 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
52 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 307 int32_t nativeStart = 0; // Native unit indexes for a test.
356 nativeStart = nativeMap[srcIndex].nativeIdx;
366 nativeStart, nativeLimit, nativeDest,
370 nativeStart, nativeLimit, nativeDest,
385 nativeStart, nativeLimit,
403 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
433 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
461 expectedNativeLength += nativeLimit - nativeStart;
478 int32_t nativeStart, // Range to be replaced, in UText native units.
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.h 49 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
53 int32_t nativeStart, // Range to be replaced, in UText native units.
utxttest.cpp 309 int32_t nativeStart = 0; // Native unit indexes for a test.
358 nativeStart = nativeMap[srcIndex].nativeIdx;
368 nativeStart, nativeLimit, nativeDest,
372 nativeStart, nativeLimit, nativeDest,
387 nativeStart, nativeLimit,
405 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
435 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
463 expectedNativeLength += nativeLimit - nativeStart;
480 int32_t nativeStart, // Range to be replaced, in UText native units
    [all...]
  /external/chromium_org/third_party/icu/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...]
  /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...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
AutocompleteController.java 78 nativeStart(mNativeAutocompleteControllerAndroid, text, null, url,
253 private native void nativeStart(long nativeAutocompleteControllerAndroid, String text,
  /frameworks/base/media/java/android/media/
MediaMuxer.java 86 private static native void nativeStart(long nativeObject);
212 nativeStart(mNativeObject);
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 69 long nativeStart = System.currentTimeMillis();
78 long nativeDuration = nativeEnd - nativeStart;
  /external/icu/icu4c/source/i18n/
rematch.cpp 863 int64_t nativeStart = start;
864 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
868 fMatchEnd = nativeStart;
    [all...]
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ChromiumUrlRequest.java 361 nativeStart(mUrlRequestAdapter);
682 private native void nativeStart(long urlRequestAdapter);
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 872 int64_t nativeStart = start;
873 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
877 fMatchEnd = nativeStart;
    [all...]
  /external/chromium_org/third_party/icu/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...]
  /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/java/com/android/server/input/
InputManagerService.java 158 private static native void nativeStart(long ptr);
284 nativeStart(mPtr);
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 362 milliseconds