HomeSort by relevance Sort by last modified time
    Searched defs:REQ (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
node.h 34 #define REQ(n, type) assert(TYPE(n) == (type))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
node.h 33 #define REQ(n, type) assert(TYPE(n) == (type))
  /external/python/cpython2/Include/
node.h 34 #define REQ(n, type) assert(TYPE(n) == (type))
  /prebuilts/gdb/darwin-x86/include/python2.7/
node.h 36 #define REQ(n, type) assert(TYPE(n) == (type))
  /prebuilts/gdb/linux-x86/include/python2.7/
node.h 36 #define REQ(n, type) assert(TYPE(n) == (type))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 36 #define REQ(n, type) assert(TYPE(n) == (type))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 36 #define REQ(n, type) assert(TYPE(n) == (type))
  /frameworks/native/cmds/atrace/
atrace.cpp 69 typedef enum { OPT, REQ } requiredness ;
122 { REQ, "events/sched/sched_switch/enable" },
123 { REQ, "events/sched/sched_wakeup/enable" },
130 { REQ, "events/irq/enable" },
134 { REQ, "events/i2c/enable" },
135 { REQ, "events/i2c/i2c_read/enable" },
136 { REQ, "events/i2c/i2c_write/enable" },
137 { REQ, "events/i2c/i2c_result/enable" },
138 { REQ, "events/i2c/i2c_reply/enable" },
145 { REQ, "events/power/cpu_frequency/enable" }
384 bool req = category.sysfiles[i].required == REQ; local
409 bool req = category.sysfiles[i].required == REQ; local
    [all...]

Completed in 315 milliseconds