Home
last modified time | relevance | path

Searched refs:CHAR_ARRAY (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/angle/src/common/
H A Dstring_utils_unittest.cpp249 BeginsWithTest() : mMode(TestMode::CHAR_ARRAY) {} in BeginsWithTest()
253 CHAR_ARRAY, enumerator
262 if (mMode == TestMode::CHAR_ARRAY) in runBeginsWith()
292 setMode(TestMode::CHAR_ARRAY); in TEST_F()
313 EndsWithTest() : mMode(TestMode::CHAR_ARRAY) {} in EndsWithTest()
317 CHAR_ARRAY, enumerator
326 if (mMode == TestMode::CHAR_ARRAY) in runEndsWith()
356 setMode(TestMode::CHAR_ARRAY); in TEST_F()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstType.java73 public static final CstType CHAR_ARRAY = new CstType(Type.CHAR_ARRAY); field in CstType
117 internInitial(CHAR_ARRAY); in initInterns()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DNewInstanceStringDebuggee.java30 public static final char[] CHAR_ARRAY = new char[TEST_STRING.length()]; field in NewInstanceStringDebuggee
38 TEST_STRING.getChars(0, TEST_STRING.length(), CHAR_ARRAY, 0);
/aosp_15_r20/cts/common/device-side/bedstead/testapisreflection/ksp/java/com/android/bedstead/testapisreflection/ksp/parser/
H A DTypeNameParser.kt27 import com.squareup.kotlinpoet.CHAR_ARRAY
111 this["char[]"] = CHAR_ARRAY in <lambda>()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstType.java68 public static final CstType CHAR_ARRAY = intern(Type.CHAR_ARRAY); field in CstType
/aosp_15_r20/external/kotlinpoet/interop/javapoet/src/main/kotlin/com/squareup/kotlinpoet/javapoet/
H A Dj2kInterop.kt26 import com.squareup.kotlinpoet.CHAR_ARRAY
111 JTypeName.CHAR -> CHAR_ARRAY in toKTypeName()
H A DK2jInterop.kt27 import com.squareup.kotlinpoet.CHAR_ARRAY
78 CHAR_ARRAY -> ArrayTypeName.of(JTypeName.CHAR) in toJClassName()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java122 StdTypeList.make(Type.CHAR_ARRAY, Type.INT);
158 StdTypeList.make(Type.INT, Type.CHAR_ARRAY, Type.INT);
H A DType.java213 public static final Type CHAR_ARRAY = new Type("[" + CHAR.descriptor, BT_OBJECT); field in Type
278 putIntern(CHAR_ARRAY); in initInterns()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DStdTypeList.java122 StdTypeList.make(Type.CHAR_ARRAY, Type.INT);
158 StdTypeList.make(Type.INT, Type.CHAR_ARRAY, Type.INT);
H A DType.java235 public static final Type CHAR_ARRAY = CHAR.getArrayType(); field in Type
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/
H A DTypesTest.java114 private static final char[] CHAR_ARRAY = new char[] {CHAR}; field in TypesTest
115 private static final char[][][] MULTIDIMENSIONAL_CHAR_ARRAY = new char[][][] {{CHAR_ARRAY}};
991 .identityCharArrayMethod(CHAR_ARRAY)) in charArrayReturnTypeAndArgument_bothWork()
992 .isEqualTo(CHAR_ARRAY); in charArrayReturnTypeAndArgument_bothWork()
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/remotecallback/remotecallback-processor/1.0.0-alpha02/
HDremotecallback-processor-1.0.0-alpha02.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/remotecallback/ androidx/ ...
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DArrayData.java84 arrayType == CstType.CHAR_ARRAY) { in ArrayData()
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DArrayData.java86 arrayType == CstType.CHAR_ARRAY) { in ArrayData()
/aosp_15_r20/external/apache-commons-lang/src/site/resources/release-notes/
H A DRELEASE-NOTES-3.0.1.txt56 [LANG-734] The CHAR_ARRAY cache in CharUtils duplicates the cache in java.lang.Character
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DTypeName.kt301 @JvmField public val CHAR_ARRAY: ClassName = ClassName("kotlin", "CharArray") constant
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DBytecodeArray.java917 type = CstType.CHAR_ARRAY; in parseNewarray()
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin_headers/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java797 new Rop(RegOps.NEW_ARRAY, Type.CHAR_ARRAY, StdTypeList.INT,
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java796 new Rop(RegOps.NEW_ARRAY, Type.CHAR_ARRAY, StdTypeList.INT,
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/kotlinpoet/1.8.0/
HDkotlinpoet-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlinpoet.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/local-javac-header/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/external/kotlinpoet/kotlinpoet/api/
H A Dkotlinpoet.api914 public static final field CHAR_ARRAY Lcom/squareup/kotlinpoet/ClassName;

123