Searched refs:tag (Results 251 - 275 of 2005) sorted by relevance

<<11121314151617181920>>

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DExtendableMessageNano.java78 FieldData field = unknownFieldData.get(WireFormatNano.getTagFieldNumber(extension.tag));
89 FieldData field = unknownFieldData.get(WireFormatNano.getTagFieldNumber(extension.tag));
97 int fieldNumber = WireFormatNano.getTagFieldNumber(extension.tag);
130 * <p>Note that the tag might be a end-group tag (rather than the start of an unknown field) in
134 * @param tag the tag of the field.
136 * @return {@literal true} unless the tag is an end-group tag.
138 protected final boolean storeUnknownField(CodedInputByteBufferNano input, int tag) argument
[all...]
/external/syslinux/gpxe/src/net/
H A Dfakedhcp.c42 * @v encapsulator Encapsulating setting tag number, or zero
50 unsigned int tag; local
56 tag = DHCP_ENCAP_OPT ( encapsulator, subtag );
57 switch ( tag ) {
62 tag ) ) != 0 )
67 setting.tag = tag;
77 if ( ( rc = dhcppkt_store ( dest, tag, buf,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentTransaction.java11 private String tag; field in class:TestFragmentTransaction
31 public FragmentTransaction add(Fragment fragment, String tag) { argument
32 return add(View.NO_ID, fragment, tag);
41 public FragmentTransaction add(int containerViewId, Fragment fragment, String tag) { argument
43 this.tag = tag;
55 public FragmentTransaction replace(int containerViewId, Fragment fragment, String tag) { argument
57 this.tag = tag;
183 return tag;
[all...]
/external/syslinux/gpxe/src/include/gpxe/
H A Disapnp.h100 #define ISAPNP_IS_SMALL_TAG(tag) ( ! ( (tag) & 0x80 ) )
101 #define ISAPNP_SMALL_TAG_NAME(tag) ( ( (tag) >> 3 ) & 0xf )
102 #define ISAPNP_SMALL_TAG_LEN(tag) ( ( (tag) & 0x7 ) )
119 #define ISAPNP_IS_LARGE_TAG(tag) ( ( (tag) & 0x80 ) )
120 #define ISAPNP_LARGE_TAG_NAME(tag) (tag)
[all...]
/external/tpm2/generator/
H A Dextract_structures.py71 def handle_starttag(self, tag, attrs):
72 """Invoked each time a new HTML tag is opened.
78 in an anchor tag with a property 'name' set to 'bookmark#xxx. The title
84 they fit in a page). This is why the presence of the closing 'table' tag
88 current one - this is when the new anchor tag is used as a signal that the
92 tag: a string, the HTML tag
94 the HTML tag's attribute, the second element - the attribute
97 if tag == 'a':
108 elif tag
[all...]
/external/xmlrpcpp/src/
H A DXmlRpcUtil.cpp99 // Returns contents between <tag> and </tag>, updates offset to char after </tag>
101 XmlRpcUtil::parseTag(const char* tag, std::string const& xml, int* offset) argument
104 size_t istart = xml.find(tag, *offset);
106 istart += strlen(tag);
108 etag += tag + 1;
117 // Returns true if the tag is found and updates offset to the char after the tag
119 XmlRpcUtil::findTag(const char* tag, st argument
134 nextTagIs(const char* tag, std::string const& xml, int* offset) argument
[all...]
/external/dtc/tests/
H A Dsubnode_offset.c34 uint32_t tag; local
46 tag = fdt32_to_cpu(nh->tag);
48 if (tag != FDT_BEGIN_NODE)
49 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
/external/libexif/contrib/examples/
H A Dphotographer.c24 /* Show the tag name and contents if the tag exists */
25 static void show_tag(ExifData *d, ExifIfd ifd, ExifTag tag) argument
27 /* See if this tag exists */
28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag);
32 /* Get the contents of the tag in human-readable form */
38 printf("%s: %s\n", exif_tag_get_name_in_ifd(tag,ifd), buf);
43 /* Show the given MakerNote tag if it exists */
44 static void show_mnote_tag(ExifData *d, unsigned tag) argument
54 if (exif_mnote_data_get_id(mn, i) == tag) {
[all...]
/external/libexif/libexif/
H A DAndroid.mk39 exif-tag.c \
43 canon/mnote-canon-tag.c \
45 olympus/mnote-olympus-tag.c \
49 fuji/mnote-fuji-tag.c \
52 pentax/mnote-pentax-tag.c
/external/sfntly/cpp/src/sfntly/
H A Dtag.h97 // Create integer tag value for human readable tag name.
102 // Translate tag to human readable string.
104 inline char* TagToString(int32_t tag) { argument
106 name[0] = static_cast<char>((tag & 0xff000000) >> 24);
107 name[1] = static_cast<char>((tag & 0x00ff0000) >> 16);
108 name[2] = static_cast<char>((tag & 0x0000ff00) >> 8);
109 name[3] = static_cast<char>(tag & 0x000000ff);
/external/sfntly/cpp/src/test/
H A Dotf_basic_editing_test.cc21 #include "sfntly/tag.h"
47 char tag[5] = {0}; local
49 memcpy(tag, &value, 4);
50 fprintf(stderr, "tag %s does not have valid builder\n", tag);
70 EXPECT_TRUE(builder_tags.find(header->tag()) != builder_tags.end());
71 builder_tags.erase(header->tag());
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DPromptHelper.java31 private final Object tag; field in class:PromptHelper
44 public PromptHelper(Object tag) { argument
45 this.tag = tag;
102 Message.obtain(handler, -1, tag).sendToTarget();
/external/tpm2/
H A DMarshal_ActivateCredential.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
29 if (tag == TPM_ST_SESSIONS) {
60 TPM_RC Exec_ActivateCredential(TPMI_ST_COMMAND_TAG tag, argument
93 bytes_marshalled = ActivateCredential_Out_Marshal(&out, tag, &response_buffer,
10 ActivateCredential_Out_Marshal(ActivateCredential_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_Certify.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
30 if (tag == TPM_ST_SESSIONS) {
61 TPM_RC Exec_Certify(TPMI_ST_COMMAND_TAG tag, argument
94 Certify_Out_Marshal(&out, tag, &response_buffer, &response_buffer_size);
10 Certify_Out_Marshal(Certify_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_ContextLoad.c11 TPMI_ST_COMMAND_TAG tag,
23 if (tag == TPM_ST_SESSIONS) {
29 if (tag == TPM_ST_SESSIONS) {
53 TPM_RC Exec_ContextLoad(TPMI_ST_COMMAND_TAG tag, argument
86 bytes_marshalled = ContextLoad_Out_Marshal(&out, tag, &response_buffer,
10 ContextLoad_Out_Marshal(ContextLoad_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_ContextSave.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
29 if (tag == TPM_ST_SESSIONS) {
50 TPM_RC Exec_ContextSave(TPMI_ST_COMMAND_TAG tag, argument
83 bytes_marshalled = ContextSave_Out_Marshal(&out, tag, &response_buffer,
10 ContextSave_Out_Marshal(ContextSave_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_ECC_Parameters.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
30 if (tag == TPM_ST_SESSIONS) {
54 TPM_RC Exec_ECC_Parameters(TPMI_ST_COMMAND_TAG tag, argument
87 bytes_marshalled = ECC_Parameters_Out_Marshal(&out, tag, &response_buffer,
10 ECC_Parameters_Out_Marshal(ECC_Parameters_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_ECDH_KeyGen.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
30 if (tag == TPM_ST_SESSIONS) {
51 TPM_RC Exec_ECDH_KeyGen(TPMI_ST_COMMAND_TAG tag, argument
84 bytes_marshalled = ECDH_KeyGen_Out_Marshal(&out, tag, &response_buffer,
10 ECDH_KeyGen_Out_Marshal(ECDH_KeyGen_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_ECDH_ZGen.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
29 if (tag == TPM_ST_SESSIONS) {
55 TPM_RC Exec_ECDH_ZGen(TPMI_ST_COMMAND_TAG tag, argument
89 ECDH_ZGen_Out_Marshal(&out, tag, &response_buffer, &response_buffer_size);
10 ECDH_ZGen_Out_Marshal(ECDH_ZGen_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_EC_Ephemeral.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
30 if (tag == TPM_ST_SESSIONS) {
54 TPM_RC Exec_EC_Ephemeral(TPMI_ST_COMMAND_TAG tag, argument
87 bytes_marshalled = EC_Ephemeral_Out_Marshal(&out, tag, &response_buffer,
10 EC_Ephemeral_Out_Marshal(EC_Ephemeral_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_EventSequenceComplete.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
29 if (tag == TPM_ST_SESSIONS) {
56 TPM_RC Exec_EventSequenceComplete(TPMI_ST_COMMAND_TAG tag, argument
90 &out, tag, &response_buffer, &response_buffer_size);
10 EventSequenceComplete_Out_Marshal(EventSequenceComplete_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_FieldUpgradeData.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
30 if (tag == TPM_ST_SESSIONS) {
54 TPM_RC Exec_FieldUpgradeData(TPMI_ST_COMMAND_TAG tag, argument
87 bytes_marshalled = FieldUpgradeData_Out_Marshal(&out, tag, &response_buffer,
10 FieldUpgradeData_Out_Marshal(FieldUpgradeData_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_FirmwareRead.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
29 if (tag == TPM_ST_SESSIONS) {
53 TPM_RC Exec_FirmwareRead(TPMI_ST_COMMAND_TAG tag, argument
86 bytes_marshalled = FirmwareRead_Out_Marshal(&out, tag, &response_buffer,
10 FirmwareRead_Out_Marshal(FirmwareRead_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_GetCapability.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
31 if (tag == TPM_ST_SESSIONS) {
63 TPM_RC Exec_GetCapability(TPMI_ST_COMMAND_TAG tag, argument
96 bytes_marshalled = GetCapability_Out_Marshal(&out, tag, &response_buffer,
10 GetCapability_Out_Marshal(GetCapability_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument
H A DMarshal_GetCommandAuditDigest.c11 TPMI_ST_COMMAND_TAG tag,
21 if (tag == TPM_ST_SESSIONS) {
30 if (tag == TPM_ST_SESSIONS) {
61 TPM_RC Exec_GetCommandAuditDigest(TPMI_ST_COMMAND_TAG tag, argument
95 &out, tag, &response_buffer, &response_buffer_size);
10 GetCommandAuditDigest_Out_Marshal(GetCommandAuditDigest_Out* source, TPMI_ST_COMMAND_TAG tag, BYTE** buffer, INT32* size) argument

Completed in 1033 milliseconds

<<11121314151617181920>>