Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTInfo.h19 #define FIELD2(sname, name) \ macro
22 #define FIELD(name) FIELD2(name, name)
69 FIELD2(kernel_code_version_major, amd_kernel_code_version_major),
70 FIELD2(kernel_code_version_minor, amd_kernel_code_version_minor),
71 FIELD2(machine_kind, amd_machine_kind),
72 FIELD2(machine_version_major, amd_machine_version_major),
73 FIELD2(machine_version_minor, amd_machine_version_minor),
74 FIELD2(machine_version_stepping, amd_machine_version_stepping),
156 #undef FIELD2
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpPostRequestTest.java54 public static final String FIELD2 = "location"; field in HttpPostRequestTest
121 …"\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n… in testPostWithMultipleMultipartFormFields()
131 … assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2)); in testPostWithMultipleMultipartFormFields()
140 …"\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n… in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma()
150 … assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2)); in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma()
/external/llvm/test/CodeGen/ARM/
Dldrd.ll86 ; A8: ldrd [[FIELD1:r[0-9]+]], [[FIELD2:r[0-9]+]], {{\[}}[[BASE]], #4]
87 ; A8-NEXT: add [[FIELD1]], [[FIELD2]]