HomeSort by relevance Sort by last modified time
    Searched refs:tpl (Results 1 - 25 of 45) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 41 #define DEBUG_TPL 0x40000000 ///< Display TPL change messages
43 #define TPL_SOCKETS TPL_CALLBACK ///< TPL for routine synchronization
68 Verify new TPL value
71 the new TPL value is >= the current TPL value.
80 Verify that the TPL is at the correct level
82 #define VERIFY_AT_TPL(tpl) \
87 if ( PreviousTpl != tpl ) { \
89 "Current TPL: %d, New TPL: %d\r\n", \
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/score/
tcond.d 190 240: 0b05 tpl!
191 242: 0b05 tpl!
192 244: 0b05 tpl!
193 246: 0b05 tpl!
194 248: 0b05 tpl!
195 24a: 0b05 tpl!
196 24c: 8000ac54 tpl
199 260: 0b05 tpl!
200 262: 0b05 tpl!
201 264: 0b05 tpl!
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7316.go 15 const tpl = ` const
33 fmt.Printf(tpl, from, to, from)
issue7867.go 13 const tpl = ` const
40 fmt.Printf(tpl, i, typ)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7316.go 15 const tpl = ` const
33 fmt.Printf(tpl, from, to, from)
issue7867.go 13 const tpl = ` const
40 fmt.Printf(tpl, i, typ)
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1367 .g-tpl-240 .g-first {
1374 .g-tpl-240-alt .g-unit,
1375 .g-unit .g-tpl-240-alt .g-unit,
1376 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 204 tpl = ['recursive-include %s *' % docs['examples.dir']]
206 tpl.extend(["global-exclude %s" % item
210 result.append(_data.Documentation.from_templates(*tpl, **{
216 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
218 tpl.extend(["global-exclude %s" % item
222 result.append(_data.Documentation.from_templates(*tpl, **{
228 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
230 tpl.extend(["global-exclude %s" % item
234 result.append(_data.Documentation.from_templates(*tpl, **{
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 205 tpl = ['recursive-include %s *' % docs['examples.dir']]
207 tpl.extend(["global-exclude %s" % item
211 result.append(_data.Documentation.from_templates(*tpl, **{
217 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
219 tpl.extend(["global-exclude %s" % item
223 result.append(_data.Documentation.from_templates(*tpl, **{
229 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
231 tpl.extend(["global-exclude %s" % item
235 result.append(_data.Documentation.from_templates(*tpl, **{