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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegressionTest.java 81 Object[] paramArray = {new String("BUG"), new Date()};
82 String tempBuffer = messageFormatter.format(paramArray);
94 tempBuffer = messageFormatter.format(paramArray);
139 Object[] paramArray = {new Integer(7)};
140 String tempBuffer = messageFormatter.format(paramArray);
146 if (objs[paramArray.length] != null)
149 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) {
159 tempBuffer = messageFormatter.format(paramArray);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegressionTest.java 78 Object[] paramArray = {new String("BUG"), new Date()};
79 String tempBuffer = messageFormatter.format(paramArray);
91 tempBuffer = messageFormatter.format(paramArray);
136 Object[] paramArray = {new Integer(7)};
137 String tempBuffer = messageFormatter.format(paramArray);
143 if (objs[paramArray.length] != null)
146 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) {
156 tempBuffer = messageFormatter.format(paramArray);
    [all...]
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java 524 int[] paramArray = new int[15];
529 for (int i = 0; i < paramArray.length; ++i) {
530 paramArray[i] = i;
543 int[] outArray = proxy.doSomethingElse(paramArray);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 484 jbyteArray paramArray, jlongArray fieldIDArray, jlongArray valueArray,
488 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr);
489 jsize jParamLength = _env->GetArrayLength(paramArray);
550 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 464 jbyteArray paramArray, jlongArray fieldIDArray, jlongArray valueArray,
468 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr);
469 jsize jParamLength = _env->GetArrayLength(paramArray);
511 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 370 milliseconds