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

  /art/test/084-class-init/src/
SlowInit.java 24 public static final IntHolder FIELD2 = new IntHolder(0);
37 FIELD2.setValue(333);
Main.java 101 SlowInit.FIELD2.getValue() + SlowInit.FIELD3.getValue());
110 int field0, field1, field2, field3; local
113 field2 = SlowInit.FIELD2.getValue();
119 field0 + field1 + field2 + field3);
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTInfo.h 19 #define FIELD2(sname, name) \
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/
HttpPostRequestTest.java 54 public static final String FIELD2 = "location";
121 + "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2
131 assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2));
140 + "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2
150 assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2));

Completed in 386 milliseconds