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

  /frameworks/base/include/utils/
Debug.h 38 template<bool C, typename LSH, typename RHS> struct CompileTimeIfElse;
39 template<typename LHS, typename RHS>
40 struct CompileTimeIfElse<true, LHS, RHS> { typedef LHS TYPE; };
41 template<typename LHS, typename RHS>
42 struct CompileTimeIfElse<false, LHS, RHS> { typedef RHS TYPE; };
  /frameworks/base/include/private/ui/
RegionHelper.h 41 static const uint32_t RHS = 0x6; // 0b110
43 op_nand = LHS & ~RHS,
44 op_and = LHS & RHS,
45 op_or = LHS | RHS,
46 op_xor = LHS ^ RHS
54 inline region(const region& rhs)
55 : rects(rhs.rects), count(rhs.count), dx(rhs.dx), dy(rhs.dy) {
157 region rhs; member in class:android::region_operator::Spanner
214 region rhs; member in class:android::region_operator::SpannerInner
    [all...]
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 48 // Test assignment as an RHS expression
  /external/bison/data/
glr.c 112 # symbols on RHS.
132 # on RHS.
355 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
362 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
485 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
487 the previous symbol: RHS[0] (always defined). */
490 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
492 # define YYLLOC_DEFAULT(Current, Rhs, N)
    [all...]
yacc.c 104 # symbols on RHS.
124 # on RHS.
451 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
458 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
591 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
593 the previous symbol: RHS[0] (always defined). */
595 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
597 # define YYLLOC_DEFAULT(Current, Rhs, N)
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 1069 milliseconds