Searched defs:VAL (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-byval.cpp18 class VAL { class
26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dfirmware_summary_unittest.py13 from firmware_constants import VAL namespace
18 segment_weights = {VAL.BEGIN: 0.15,
19 VAL.MIDDLE: 0.7,
20 VAL.END: 0.15,
21 VAL.BOTH_ENDS: 0.15 + 0.15,
22 VAL.WHOLE: 0.15 + 0.7 + 0.15}
H A Dmtb_unittest.py18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL namespace
638 VAL.WHOLE: (list_t, list_coord),
639 VAL.MIDDLE: (list_t[8:17], list_coord[8:17]),
640 VAL.BEGIN: (list_t[:8], list_coord[:8]),
641 VAL.END: (list_t[17:], list_coord[17:]),
656 VAL.WHOLE: (list_t, list_c),
657 VAL.MIDDLE: (list_t[1:9], list_c[1:9]),
658 VAL.BEGIN: (list_t[:1], list_c[:1]),
659 VAL.END: (list_t[9:], list_c[9:]),
H A Dvalidators_unittest.py18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL namespace
210 VAL.WHOLE: [1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 10],
211 VAL.BEGIN: [1, ],
212 VAL.END: [8, 10],
213 VAL.BOTH_ENDS: [1, 8, 10],
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_constants.py249 VAL = _Validator() variable
250 VAL.BEGIN = 'Begin'
251 VAL.MIDDLE = 'Middle'
252 VAL.END = 'End'
253 VAL.BOTH_ENDS = 'BothEnds'
254 VAL.WHOLE = 'Whole'
256 VAL.SEGMENT_LIST = list(VAL.__dict__.values())
H A Dtest_conf.py10 from firmware_constants import DEV, GV, VAL namespace
285 segment_weights = {VAL.BEGIN: 0.15,
286 VAL.MIDDLE: 0.7,
287 VAL.END: 0.15,
288 VAL.BOTH_ENDS: 0.15 + 0.15,
289 VAL.WHOLE: 0.15 + 0.7 + 0.15,
381 segments=VAL.MIDDLE)),
386 slots=0, segments=VAL.MIDDLE)),
389 slots=0, segments=VAL.BOTH_ENDS)),
437 segments=VAL
[all...]
H A Dvalidators.py70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL namespace
388 segments=VAL.WHOLE):
407 mid_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.MIDDLE,
413 if self._segments == VAL.BOTH_ENDS:
414 bgn_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.BEGIN,
416 end_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.END,
518 segments=VAL.WHOLE):
565 list_t, list_y, VAL.MIDDLE, END_PERCENTAGE)
577 if self._segments == VAL.BOTH_ENDS:
579 list_t, list_y, VAL
[all...]
H A Dmtb.py16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL namespace
1048 if segment_flag == VAL.WHOLE:
1050 elif segment_flag == VAL.MIDDLE:
1052 elif segment_flag == VAL.BEGIN:
1054 elif segment_flag == VAL.END:
1056 elif segment_flag == VAL.BOTH_ENDS:
1099 if segment_flag == VAL.WHOLE:
1102 elif segment_flag == VAL.MIDDLE:
1105 elif segment_flag == VAL.BEGIN:
1108 elif segment_flag == VAL
[all...]
/external/llvm/include/llvm/ADT/
H A DAPInt.h77 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
79 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon13567
148 VAL &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
237 : BitWidth(numBits), VAL(0) {
240 VAL = val;
279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) {
281 VAL = that.VAL;
287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(tha
[all...]
/external/strace/tests/
H A Dfutex.c155 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
156 # define VAL_PR ((unsigned) VAL)
197 CHECK_FUTEX(NULL, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
204 CHECK_FUTEX(uaddr + 1, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
211 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout + 1, uaddr2, VAL3,
220 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
229 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
239 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2 + 1, VAL3,
246 CHECK_FUTEX_ENOSYS(uaddr, FUTEX_PRIVATE_FLAG | FUTEX_WAIT, VAL, tmout,
258 VAL, tmou
[all...]
/external/strace/tests-m32/
H A Dfutex.c155 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
156 # define VAL_PR ((unsigned) VAL)
197 CHECK_FUTEX(NULL, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
204 CHECK_FUTEX(uaddr + 1, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
211 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout + 1, uaddr2, VAL3,
220 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
229 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
239 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2 + 1, VAL3,
246 CHECK_FUTEX_ENOSYS(uaddr, FUTEX_PRIVATE_FLAG | FUTEX_WAIT, VAL, tmout,
258 VAL, tmou
[all...]
/external/strace/tests-mx32/
H A Dfutex.c155 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
156 # define VAL_PR ((unsigned) VAL)
197 CHECK_FUTEX(NULL, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
204 CHECK_FUTEX(uaddr + 1, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
211 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout + 1, uaddr2, VAL3,
220 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
229 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
239 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2 + 1, VAL3,
246 CHECK_FUTEX_ENOSYS(uaddr, FUTEX_PRIVATE_FLAG | FUTEX_WAIT, VAL, tmout,
258 VAL, tmou
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h77 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
79 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon22399
142 VAL &= mask;
151 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
228 : BitWidth(numBits), VAL(0) {
231 VAL = val;
267 : BitWidth(that.BitWidth), VAL(0) {
270 VAL = that.VAL;
330 return BitWidth == 1 ? VAL
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h81 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
83 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon23270
152 VAL &= mask;
161 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
241 : BitWidth(numBits), VAL(0) {
244 VAL = val;
283 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) {
285 VAL = that.VAL;
291 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(tha
[all...]
/external/clang/include/clang/AST/
H A DTemplateBase.h91 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::TemplateArgument::I::__anon1226
286 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
H A DExpr.h1223 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::APNumericStorage::__anon1189
1234 APNumericStorage() : VAL(0), BitWidth(0) { }
1241 return llvm::APInt(BitWidth, VAL);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 460 milliseconds