HomeSort by relevance Sort by last modified time
    Searched defs:typeKey (Results 1 - 16 of 16) sorted by null

  /external/oj-libjdwp/src/share/back/
StackFrameImpl.c 54 FrameNumber fnum, jint slot, jbyte typeKey)
59 if (isObjectTag(typeKey)) {
79 (void)outStream_writeByte(out, typeKey);
80 switch (typeKey) {
147 FrameNumber fnum, jint slot, jbyte typeKey)
152 if (isObjectTag(typeKey)) {
160 switch (typeKey) {
254 jbyte typeKey;
260 typeKey = inStream_readByte(in);
265 serror = writeVariableValue(env, out, thread, fnum, slot, typeKey);
    [all...]
ArrayReferenceImpl.c 271 jbyte typeKey;
280 typeKey = componentSignature[0];
282 (void)outStream_writeByte(out, typeKey);
285 if (isObjectTag(typeKey)) {
288 switch (typeKey) {
ThreadReferenceImpl.c 575 jbyte typeKey;
589 typeKey = inStream_readByte(in);
594 if (isObjectTag(typeKey)) {
599 switch (typeKey) {
ReferenceTypeImpl.c 258 jbyte typeKey;
264 * the same typeKey, so just compute it once.
266 typeKey = specificTypeKey(env, batch.objects[0]);
272 (void)outStream_writeByte(out, typeKey);
inStream.c 419 jbyte typeKey = inStream_readByte(stream);
425 if (isObjectTag(typeKey)) {
428 switch (typeKey) {
466 *typeKeyPtr = typeKey;
eventHelper.c 66 char typeKey; /* Not used for method entry events */
67 /* If typeKey is 0, then no return value is needed */
466 if (command->typeKey) {
474 if (command->typeKey) {
475 (void)outStream_writeValue(env, out, command->typeKey, command->returnValue);
476 if (isObjectTag(command->typeKey) &&
    [all...]
util.c 359 jbyte typeKey;
367 typeKey = signature[0];
374 if ((typeKey != JDWP_TAG(OBJECT)) && (typeKey != JDWP_TAG(ARRAY))) {
375 (void)outStream_writeByte(out, typeKey);
378 switch (typeKey) {
435 jbyte typeKey;
442 typeKey = signature[0];
449 if ((typeKey != JDWP_TAG(OBJECT)) && (typeKey != JDWP_TAG(ARRAY)))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakIteratorFactory.java 142 String typeKey = (typeKeyExt == null)? KIND_NAMES[kind]: KIND_NAMES[kind] + typeKeyExt;
143 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BreakIteratorFactory.java 141 String typeKey = (typeKeyExt == null)? KIND_NAMES[kind]: KIND_NAMES[kind] + typeKeyExt;
142 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey);
  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedFieldListPresenter.java 138 String typeKey = baseKey + "_type";
140 if (!arguments.containsKey(typeKey) || !arguments.containsKey(valueKey)) {
144 String typeName = arguments.get(typeKey), value = arguments.get(valueKey);
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingProviderBinder.java 216 final Key<? extends T> typeKey;
223 typeKey = Key.get(cxtorLiteral, UniqueAnnotations.create());
224 binder.bind(typeKey).toConstructor((Constructor) cxtor).in(Scopes.NO_SCOPE);
225 typeProvider = binder.getProvider((Key<T>) typeKey);
229 typeKey = null;
257 return ImmutableSet.<Dependency<?>>of(Dependency.get(typeKey));
  /external/icu/icu4c/source/i18n/
plurrule.cpp 677 const char *typeKey;
680 typeKey = "locales";
683 typeKey = "locales_ordinals";
690 LocalUResourceBundlePointer locRes(ures_getByKey(rb.getAlias(), typeKey, nullptr, &errCode));
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 935 milliseconds