HomeSort by relevance Sort by last modified time
    Searched defs:VAL (Results 1 - 25 of 27) sorted by null

1 2

  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 5 VAL();
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 20 VAL;
  /device/google/contexthub/lib/libc/
memset.c 47 #define VAL 0
56 #define VAL c0
85 *dst++ = VAL;
107 *dst++ = VAL;
122 *dst++ = VAL;
  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 18 class VAL {
26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68851.h 33 101 VAL Validate Access Level
47 V VAL register only
72 #define VAL (CAL+1) /* 53 */
73 #define SCC (VAL+1) /* 54 */
157 /* TC, CRP, DRP, SRP, CAL, VAL, SCC, AC */
m68k-parse.h 147 VAL,
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 13 from firmware_constants import VAL
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}
mtb_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL
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:]),
validators_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL
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],
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 249 VAL = _Validator()
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())
test_conf.py 10 from firmware_constants import DEV, GV, VAL
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.MIDDLE)
    [all...]
validators.py 70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
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.BEGIN, END_PERCENTAGE
    [all...]
mtb.py 16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
    [all...]
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 150 final int VAL = i*2 + 100;
153 mStuffing[OFF+j] = VAL;
  /external/llvm/include/llvm/ADT/
APInt.h 77 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
79 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {}
148 VAL &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
211 bool EqualSlowCase(uint64_t Val) const;
226 /// \brief Create a new APInt of numBits width, initialized as val.
228 /// If isSigned is true then val is treated as if it were a signed valu
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
descriptor_test.py 158 VAL = 1
161 field = messages.EnumField(MyEnum, 10, default=MyEnum.VAL)
  /external/clang/include/clang/AST/
TemplateBase.h 90 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
285 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
Expr.h 562 /// Val - This is the value the expression can be folded to.
563 APValue Val;
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cm0.h 443 __IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */
465 #define SysTick_VAL_CURRENT_Pos 0 /*!< SysTick VAL: CURRENT Position */
466 #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos) /*!< SysTick VAL: CURRENT Mask */
    [all...]
core_cm0plus.h 464 __IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */
486 #define SysTick_VAL_CURRENT_Pos 0 /*!< SysTick VAL: CURRENT Position */
487 #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos) /*!< SysTick VAL: CURRENT Mask */
    [all...]
core_sc000.h 483 __IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */
505 #define SysTick_VAL_CURRENT_Pos 0 /*!< SysTick VAL: CURRENT Position */
506 #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos) /*!< SysTick VAL: CURRENT Mask */
    [all...]
core_cm3.h     [all...]
core_sc300.h     [all...]
core_cm4.h     [all...]
core_cm7.h     [all...]

Completed in 1134 milliseconds

1 2