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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 96 IStructuredDocumentRegion start_tag =
98 if (start_tag != null) {
99 sse_doc.replace(start_tag.getEndOffset(), 0, data);
  /hardware/qcom/audio/hal/
platform_info.c 192 static void start_tag(void *userdata __unused, const XML_Char *tag_name, function
264 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 701 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
707 write(start_tag)
713 write(start_tag)
  /external/protobuf/python/google/protobuf/internal/
encoder.py 618 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
624 write(start_tag)
630 write(start_tag)
  /system/media/audio_route/
audio_route.c 360 static void start_tag(void *data, const XML_Char *tag_name, function
765 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1603 uint32 start_tag = WireFormatLite::MakeTag( local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1363 uint32 start_tag = WireFormatLite::MakeTag( local
    [all...]

Completed in 641 milliseconds