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

1 2 3 4 5 6 7 8 91011

  /external/llvm/include/llvm/Support/
MutexGuard.h 34 /// holds - Returns true if this locker instance holds the specified lock.
37 bool holds(const sys::Mutex& lock) const { return &M == &lock; } function in class:llvm::MutexGuard
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MutexGuard.h 34 /// holds - Returns true if this locker instance holds the specified lock.
37 bool holds(const sys::Mutex& lock) const { return &M == &lock; } function in class:llvm::MutexGuard
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug085.go 24 "solar" scope (just holds the package name P so it can be found but doesn't conflict)
bug320.go 20 // whatever garbage &t holds, the later reference
  /prebuilts/go/linux-x86/test/fixedbugs/
bug085.go 24 "solar" scope (just holds the package name P so it can be found but doesn't conflict)
bug320.go 20 // whatever garbage &t holds, the later reference
  /external/llvm/bindings/go/llvm/
dibuilder.go 112 // DICompileUnit holds the values for creating compile unit debug metadata.
155 // DILexicalBlock holds the values for creating lexical block debug metadata.
180 // DIFunction holds the values for creating function debug metadata.
217 // DIAutoVariable holds the values for creating auto variable debug metadata.
244 // DIParameterVariable holds the values for creating parameter variable debug metadata.
276 // DIBasicType holds the values for creating basic type debug metadata.
298 // DIPointerType holds the values for creating pointer type debug metadata.
320 // DISubroutineType holds the values for creating subroutine type debug metadata.
337 // DIStructType holds the values for creating struct type debug metadata.
369 // DIReplaceableCompositeType holds the values for creating replaceabl
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
tables.go 9 // safeSet holds the value true if the ASCII character with the given array
114 // htmlSafeSet holds the value true if the ASCII character with the given
  /prebuilts/go/linux-x86/src/encoding/json/
tables.go 9 // safeSet holds the value true if the ASCII character with the given array
114 // htmlSafeSet holds the value true if the ASCII character with the given
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 76 // ListNode holds a sequence of nodes.
119 // TextNode holds plain text.
143 // PipeNode holds a pipeline with optional declaration
204 // ActionNode holds an action (something bounded by delimiters).
233 // CommandNode holds a command (a pipeline inside an evaluating action).
279 // IdentifierNode holds an identifier.
320 // VariableNode holds a list of variable names, possibly with chained field
352 // DotNode holds the special identifier '.'.
382 // NilNode holds the special identifier 'nil' representing an untyped nil constant.
412 // FieldNode holds a field (identifier starting with '.')
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 76 // ListNode holds a sequence of nodes.
119 // TextNode holds plain text.
143 // PipeNode holds a pipeline with optional declaration
204 // ActionNode holds an action (something bounded by delimiters).
233 // CommandNode holds a command (a pipeline inside an evaluating action).
279 // IdentifierNode holds an identifier.
320 // VariableNode holds a list of variable names, possibly with chained field
352 // DotNode holds the special identifier '.'.
382 // NilNode holds the special identifier 'nil' representing an untyped nil constant.
412 // FieldNode holds a field (identifier starting with '.')
    [all...]
  /external/autotest/client/cros/
ec.py 213 _port_info: holds usbpd protocol info.
214 _amodes: holds alternate mode info.
  /external/skia/tools/lua/
filter-counter.lua 21 local canvas -- holds the current canvas (from startcanvas())
scrape.lua 22 local canvas -- holds the current canvas (from startcanvas())
glyph-counts.lua 21 local canvas -- holds the current canvas (from startcanvas())
scrape_dashing.lua 23 local canvas -- holds the current canvas (from startcanvas())
  /prebuilts/go/darwin-x86/src/time/
tick.go 9 // A Ticker holds a channel that delivers `ticks' of a clock
  /prebuilts/go/darwin-x86/test/
bigmap.go 7 // Internally a map holds elements in up to 255 bytes of key+value.
  /prebuilts/go/linux-x86/src/time/
tick.go 9 // A Ticker holds a channel that delivers `ticks' of a clock
  /prebuilts/go/linux-x86/test/
bigmap.go 7 // Internally a map holds elements in up to 255 bytes of key+value.
  /external/autotest/site_utils/bootperf-bin/
bootperf 106 destination directory already holds test results, additional
  /prebuilts/go/darwin-x86/src/html/
escape.go 176 // UnescapeString(EscapeString(s)) == s always holds, but the converse isn't
185 // UnescapeString(EscapeString(s)) == s always holds, but the converse isn't
  /prebuilts/go/linux-x86/src/html/
escape.go 176 // UnescapeString(EscapeString(s)) == s always holds, but the converse isn't
185 // UnescapeString(EscapeString(s)) == s always holds, but the converse isn't
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x_test.go 40 // plan9ManualTests holds test cases that will be run by TestPlan9Manual32 and TestPlan9Manual64.
  /prebuilts/go/darwin-x86/src/net/
fd_io_plan9.go 25 // pid holds the process id of

Completed in 2127 milliseconds

1 2 3 4 5 6 7 8 91011