/external/openscreen/osp/go/ |
D | messages.go | 28 typeKey, err := ReadVaruint(r) 33 switch typeKey { 44 return nil, fmt.Errorf("Unknown type key: %d", typeKey) 50 var typeKey uint64 53 typeKey = uint64(PresentationStartRequestTypeKey) 58 err := WriteVaruint(typeKey, w)
|
/external/oj-libjdwp/src/share/back/ |
D | StackFrameImpl.c | 54 FrameNumber fnum, jint slot, jbyte typeKey) in writeVariableValue() argument 59 if (isObjectTag(typeKey)) { in writeVariableValue() 79 (void)outStream_writeByte(out, typeKey); in writeVariableValue() 80 switch (typeKey) { in writeVariableValue() 147 FrameNumber fnum, jint slot, jbyte typeKey) in readVariableValue() argument 152 if (isObjectTag(typeKey)) { in readVariableValue() 160 switch (typeKey) { in readVariableValue() 254 jbyte typeKey; in getValues() local 260 typeKey = inStream_readByte(in); in getValues() 265 serror = writeVariableValue(env, out, thread, fnum, slot, typeKey); in getValues() [all …]
|
D | inStream.c | 419 jbyte typeKey = inStream_readByte(stream); in inStream_readValue() local 425 if (isObjectTag(typeKey)) { in inStream_readValue() 428 switch (typeKey) { in inStream_readValue() 466 *typeKeyPtr = typeKey; in inStream_readValue()
|
D | outStream.c | 332 jbyte typeKey, jvalue value) in outStream_writeValue() argument 334 if (typeKey == JDWP_TAG(OBJECT)) { in outStream_writeValue() 337 (void)outStream_writeByte(out, typeKey); in outStream_writeValue() 339 if (isObjectTag(typeKey)) { in outStream_writeValue() 342 switch (typeKey) { in outStream_writeValue()
|
D | ArrayReferenceImpl.c | 271 jbyte typeKey; in getValues() local 280 typeKey = componentSignature[0]; in getValues() 282 (void)outStream_writeByte(out, typeKey); in getValues() 285 if (isObjectTag(typeKey)) { in getValues() 288 switch (typeKey) { in getValues()
|
D | eventHelper.c | 66 char typeKey; /* Not used for method entry events */ member 466 if (command->typeKey) { in handleFrameEventCommandSingle() 474 if (command->typeKey) { in handleFrameEventCommandSingle() 475 (void)outStream_writeValue(env, out, command->typeKey, command->returnValue); in handleFrameEventCommandSingle() 476 if (isObjectTag(command->typeKey) && in handleFrameEventCommandSingle() 1055 err = methodReturnType(method, &frameCommand->typeKey); in eventHelper_recordFrameEvent() 1061 if (isObjectTag(frameCommand->typeKey) && in eventHelper_recordFrameEvent() 1072 frameCommand->typeKey = 0; in eventHelper_recordFrameEvent()
|
D | util.c | 359 jbyte typeKey; in writeFieldValue() local 367 typeKey = signature[0]; in writeFieldValue() 374 if ((typeKey != JDWP_TAG(OBJECT)) && (typeKey != JDWP_TAG(ARRAY))) { in writeFieldValue() 375 (void)outStream_writeByte(out, typeKey); in writeFieldValue() 378 switch (typeKey) { in writeFieldValue() 435 jbyte typeKey; in writeStaticFieldValue() local 442 typeKey = signature[0]; in writeStaticFieldValue() 449 if ((typeKey != JDWP_TAG(OBJECT)) && (typeKey != JDWP_TAG(ARRAY))) { in writeStaticFieldValue() 450 (void)outStream_writeByte(out, typeKey); in writeStaticFieldValue() 453 switch (typeKey) { in writeStaticFieldValue() [all …]
|
D | ThreadReferenceImpl.c | 575 jbyte typeKey; in forceEarlyReturn() local 589 typeKey = inStream_readByte(in); in forceEarlyReturn() 594 if (isObjectTag(typeKey)) { in forceEarlyReturn() 599 switch (typeKey) { in forceEarlyReturn()
|
D | ReferenceTypeImpl.c | 258 jbyte typeKey; in instances() local 266 typeKey = specificTypeKey(env, batch.objects[0]); in instances() 272 (void)outStream_writeByte(out, typeKey); in instances()
|
D | outStream.h | 79 jbyte typeKey, jvalue value);
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | PacketStream.java | 426 byte typeKey = readByte(); in readTaggedObjectReference() 427 return vm.objectMirror(readObjectRef(), typeKey); in readTaggedObjectReference() 504 byte typeKey = readByte(); in readValue() 505 return readUntaggedValue(typeKey); in readValue() 508 ValueImpl readUntaggedValue(byte typeKey) { in readUntaggedValue() argument 511 if (isObjectTag(typeKey)) { in readUntaggedValue() 512 val = vm.objectMirror(readObjectRef(), typeKey); in readUntaggedValue() 514 switch(typeKey) { in readUntaggedValue() 581 byte typeKey = readByte(); in readArrayRegion() 584 boolean gettingObjects = isObjectTag(typeKey); in readArrayRegion() [all …]
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | ThrowingProviderBinder.java | 216 final Key<? extends T> typeKey; in providing() local 223 typeKey = Key.get(cxtorLiteral, UniqueAnnotations.create()); in providing() 224 binder.bind(typeKey).toConstructor((Constructor) cxtor).in(Scopes.NO_SCOPE); in providing() 225 typeProvider = binder.getProvider((Key<T>) typeKey); in providing() 229 typeKey = null; in providing() 257 return ImmutableSet.<Dependency<?>>of(Dependency.get(typeKey)); in providing()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | ParameterizedFieldListPresenter.java | 138 String typeKey = baseKey + "_type"; in handleHistoryArguments() local 140 if (!arguments.containsKey(typeKey) || !arguments.containsKey(valueKey)) { in handleHistoryArguments() 144 String typeName = arguments.get(typeKey), value = arguments.get(valueKey); in handleHistoryArguments()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BreakIteratorFactory.java | 142 …String typeKey = (typeKeyExt == null)? KIND_NAMES[kind]: KIND_NAMES[kind] + typeKeyE… in createBreakInstance() local 143 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey); in createBreakInstance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BreakIteratorFactory.java | 141 …String typeKey = (typeKeyExt == null)? KIND_NAMES[kind]: KIND_NAMES[kind] + typeKeyE… in createBreakInstance() local 142 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey); in createBreakInstance()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | LikelySubtagsBuilder.java | 84 private final AttributeKey typeKey; field in LikelySubtagsBuilder.AliasType 90 this.typeKey = AttributeKey.keyOf(elementName, "type"); in AliasType() 109 String aliasFrom = v.get(type.typeKey); in getAliases()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | SupplementalData.java | 94 final AttributeKey typeKey = AttributeKey.keyOf(elementName, "type"); field in SupplementalData.Alias 124 alias.typeKey.valueFrom(v), in create()
|
/external/guice/core/src/com/google/inject/internal/ |
D | RealOptionalBinder.java | 187 private RealOptionalBinder(Binder binder, Key<T> typeKey) { in RealOptionalBinder() argument 188 this.bindingSelection = new BindingSelection<>(typeKey); in RealOptionalBinder()
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 794 const char *typeKey; in getRuleFromResource() local 797 typeKey = "locales"; in getRuleFromResource() 800 typeKey = "locales_ordinals"; in getRuleFromResource() 807 LocalUResourceBundlePointer locRes(ures_getByKey(rb.getAlias(), typeKey, nullptr, &errCode)); in getRuleFromResource()
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 1244 CharString typeKey; in replaceLanguage() local 1245 generateKey(searchLanguage, searchRegion, searchVariant, typeKey, in replaceLanguage() 1250 const char *replacement = data->languageMap().get(typeKey.data()); in replaceLanguage()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 669 for (TypeKey typeKey: types) { 670 writer.writeUshort(typeSection.getItemIndex(typeKey));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 1460 String typeKey = generateKey( in replaceLanguage() local 1462 String replacement = languageAliasMap.get(typeKey); in replaceLanguage()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 1374 String typeKey = generateKey( in replaceLanguage() local 1376 String replacement = languageAliasMap.get(typeKey); in replaceLanguage()
|