HomeSort by relevance Sort by last modified time
    Searched refs:lists (Results 76 - 100 of 532) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 20 List lists the packages named by the import paths, one per line.
88 The Imports, Deps, TestImports, and XTestImports lists also contain these
  /prebuilts/go/darwin-x86/src/container/list/
list.go 201 // The lists l and other may be the same.
210 // The lists l and other may be the same.
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 137 // we cannot simply check that the res and exp lists are equal
175 // we cannot simply check that the res and exp lists are equal
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 5 // Central free lists.
10 // Each MCentral is two lists of MSpans: those with free objects (c->nonempty)
mheap.go 32 free [_MaxMHeapList]mSpanList // free lists of given length
33 freelarge mSpanList // free lists length >= _MaxMHeapList
34 busy [_MaxMHeapList]mSpanList // busy lists of large objects of given length
35 busylarge mSpanList // busy lists of large objects length >= _MaxMHeapList
97 // central free lists for small size classes.
124 // either one of the MHeap's free lists or one of the
125 // MCentral's span lists.
586 // update stats, sweep lists
591 // Swept spans are at the end of lists.
665 // Try in fixed-size lists up to max
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
pool.go 25 // build efficient, thread-safe free lists. However, it is not suitable for all
26 // free lists.
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 20 List lists the packages named by the import paths, one per line.
88 The Imports, Deps, TestImports, and XTestImports lists also contain these
  /prebuilts/go/linux-x86/src/container/list/
list.go 201 // The lists l and other may be the same.
210 // The lists l and other may be the same.
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 137 // we cannot simply check that the res and exp lists are equal
175 // we cannot simply check that the res and exp lists are equal
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 5 // Central free lists.
10 // Each MCentral is two lists of MSpans: those with free objects (c->nonempty)
mheap.go 32 free [_MaxMHeapList]mSpanList // free lists of given length
33 freelarge mSpanList // free lists length >= _MaxMHeapList
34 busy [_MaxMHeapList]mSpanList // busy lists of large objects of given length
35 busylarge mSpanList // busy lists of large objects length >= _MaxMHeapList
97 // central free lists for small size classes.
124 // either one of the MHeap's free lists or one of the
125 // MCentral's span lists.
586 // update stats, sweep lists
591 // Swept spans are at the end of lists.
665 // Try in fixed-size lists up to max
    [all...]
  /prebuilts/go/linux-x86/src/sync/
pool.go 25 // build efficient, thread-safe free lists. However, it is not suitable for all
26 // free lists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 326 List<List<ViewElementDescriptor>> lists = new ArrayList<List<ViewElementDescriptor>>(2); local
328 lists.add(layoutDescriptors.getViewDescriptors());
329 lists.add(layoutDescriptors.getLayoutDescriptors());
335 for (List<ViewElementDescriptor> list : lists) {
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 241 // CipherSuites lists the CipherSuites supported by the client (e.g.
251 // SupportedCurves lists the elliptic curves supported by the client.
257 // SupportedPoints lists the point formats supported by the client.
263 // SignatureSchemes lists the signature and hash schemes that the client
269 // SupportedProtos lists the application protocols supported by the client.
278 // SupportedVersions lists the TLS versions supported by the client.
300 // SignatureSchemes lists the signature schemes that the server is
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 241 // CipherSuites lists the CipherSuites supported by the client (e.g.
251 // SupportedCurves lists the elliptic curves supported by the client.
257 // SupportedPoints lists the point formats supported by the client.
263 // SignatureSchemes lists the signature and hash schemes that the client
269 // SupportedProtos lists the application protocols supported by the client.
278 // SupportedVersions lists the TLS versions supported by the client.
300 // SignatureSchemes lists the signature schemes that the server is
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 199 // not from parameter lists) that don't pass through the filter f.
221 // interface method names, but not from parameter lists) that don't
247 // interface method names, but not from parameter lists) that don't
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 199 // not from parameter lists) that don't pass through the filter f.
221 // interface method names, but not from parameter lists) that don't
247 // interface method names, but not from parameter lists) that don't
  /build/soong/androidmk/parser/
make_strings.go 16 // The MakeString is stored as two lists, a list of raw Strings and a list
  /build/soong/cc/config/
global.go 102 // Everything in these lists is a crime against abstraction and dependency tracking.
  /external/libmojo/third_party/jinja2/
filters.py 561 """Slice an iterator and return a list of lists containing
599 just the other way round. It returns a list of lists with the
800 This is useful when dealing with lists of objects but you are really
  /prebuilts/devtools/tools/lib/
lint-tests.jar 
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
plist.go 33 // Build list of symbols, and assign instructions to lists.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type_test.go 37 // they keep breaking the DWARF output. This map lists the
  /prebuilts/go/darwin-x86/src/strconv/
makeisprint.go 180 fmt.Fprintf(&buf, "// isGraphic lists the graphic runes not matched by IsPrint.\n")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
plist.go 33 // Build list of symbols, and assign instructions to lists.

Completed in 780 milliseconds

1 2 34 5 6 7 8 91011>>