Home
last modified time | relevance | path

Searched refs:form (Results 1 – 3 of 3) sorted by relevance

/art/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
43 "Object" form shall mean any form resulting from mechanical
44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
54 form, that is based on (or derived from) the Work and for which the
67 means any form of electronic, verbal, or written communication sent
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
[all …]
/art/runtime/
Delf_file.cc1393 uint32_t form = DecodeUnsignedLeb128(&data); in Create() local
1394 if (attr == 0 && form == 0) { in Create()
1396 } else if (attr == 0 || form == 0) { in Create()
1400 int32_t size = FormLength(form); in Create()
/art/disassembler/
Ddisassembler_arm.cc1213 uint32_t form = (instr >> 12) & 1; in DumpThumb32() local
1220 if (form == 0) { in DumpThumb32()