HomeSort by relevance Sort by last modified time
    Searched refs:Must (Results 126 - 150 of 317) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 38 * 1. Redistributions of source code must retain the above copyright
40 * 2. Redistributions in binary form must reproduce the above copyright
943 ehdr.phoff = ELF64HDRSIZE /* Must be be ELF64HDRSIZE: first PHdr must follow ELF header */
945 ehdr.ehsize = ELF64HDRSIZE /* Must be ELF64HDRSIZE */
946 ehdr.phentsize = ELF64PHDRSIZE /* Must be ELF64PHDRSIZE */
947 ehdr.shentsize = ELF64SHDRSIZE /* Must be ELF64SHDRSIZE */
970 /* Must be be ELF32HDRSIZE: first PHdr must follow ELF header */
972 ehdr.ehsize = ELF32HDRSIZE /* Must be ELF32HDRSIZE *
    [all...]
  /build/kati/cmd/kati/
main.go 243 Template: template.Must(template.New("memstats").Parse(memstats)),
  /build/make/core/
dex_preopt_odex_install.mk 92 $(call pretty-error,Must have specified class listing (LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING))
95 $(call pretty-error, Internal error: dex_preopt_profile_src_file must be set)
159 else # must be APPS
  /external/libmojo/mojo/public/js/
core.js 142 * for each corresponding handle. Must be the same length as |handles|.
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 10 // * Redistributions of source code must retain the above copyright
12 // * Redistributions in binary form must reproduce the above
93 // Must sign-extend.
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 140 /// * The last segment of the URL's path must represent the fully
144 /// * An HTTP GET on the URL must yield a [google.protobuf.Type][]
166 /// Must be a valid serialized protocol buffer of the above specified type.
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 115 REM Must be first as we create directories used by glslang and spriv-tools
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 196 nsecs, _ := strconv.ParseInt(sn, 10, 64) // Must succeed
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 160 var htmlTemplate = template.Must(template.New("html").Funcs(template.FuncMap{
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 107 // That means the file must be in the build package's GoFiles or CgoFiles
226 valueSpec := spec.(*ast.ValueSpec) // Must succeed; we can't mix types in one GenDecl.
478 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
548 // The name must match exactly.
551 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
681 // Embedded type. Use the name of the type. It must be of type ident or *ident.
694 // Must have the form *identifier.
815 // The program string must be exported.
  /prebuilts/go/darwin-x86/src/net/
dnsclient.go 23 // Must be IPv6
123 // (absolute) input. We must therefore reserve space for the first and last
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 232 var indexTmpl = template.Must(template.New("index").Parse(`<html>
  /prebuilts/go/darwin-x86/src/time/
sleep.go 15 // Must be in sync with ../runtime/time.go:/^type timer
20 f func(interface{}, uintptr) // NOTE: must not be closure
46 // A Timer must be created with NewTimer or AfterFunc.
72 // If the caller needs to know whether f is completed, it must coordinate
101 // Resetting a timer must take care not to race with the send into t.C
106 // the timer must be stopped and?if Stop reports that the timer expired
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 196 nsecs, _ := strconv.ParseInt(sn, 10, 64) // Must succeed
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 160 var htmlTemplate = template.Must(template.New("html").Funcs(template.FuncMap{
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 107 // That means the file must be in the build package's GoFiles or CgoFiles
226 valueSpec := spec.(*ast.ValueSpec) // Must succeed; we can't mix types in one GenDecl.
478 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
548 // The name must match exactly.
551 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
681 // Embedded type. Use the name of the type. It must be of type ident or *ident.
694 // Must have the form *identifier.
815 // The program string must be exported.
  /prebuilts/go/linux-x86/src/net/
dnsclient.go 23 // Must be IPv6
123 // (absolute) input. We must therefore reserve space for the first and last
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 232 var indexTmpl = template.Must(template.New("index").Parse(`<html>
  /prebuilts/go/linux-x86/src/time/
sleep.go 15 // Must be in sync with ../runtime/time.go:/^type timer
20 f func(interface{}, uintptr) // NOTE: must not be closure
46 // A Timer must be created with NewTimer or AfterFunc.
72 // If the caller needs to know whether f is completed, it must coordinate
101 // Resetting a timer must take care not to race with the send into t.C
106 // the timer must be stopped and?if Stop reports that the timer expired
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 107 // Must be greater than any real sp.
136 // Must be greater than any real sp.
142 // Must be greater than any real sp.
162 throw("cache size must be a multiple of page size")
182 // Allocates a stack from the free pool. Must be called with
219 // Adds stack x to the free pool. Must be called with stackpoolmu held.
319 // stackalloc must run on the system stack because it uses per-P
320 // resources and must not split the stack.
324 // Stackalloc must be called on scheduler stack, so that we
427 // stackfree must run on the system stack because it uses per-
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 107 // Must be greater than any real sp.
136 // Must be greater than any real sp.
142 // Must be greater than any real sp.
162 throw("cache size must be a multiple of page size")
182 // Allocates a stack from the free pool. Must be called with
219 // Adds stack x to the free pool. Must be called with stackpoolmu held.
319 // stackalloc must run on the system stack because it uses per-P
320 // resources and must not split the stack.
324 // Stackalloc must be called on scheduler stack, so that we
427 // stackfree must run on the system stack because it uses per-
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 75 #error Must define Py_UNICODE_SIZE
401 /* Check if substring matches at given offset. the offset must be
402 valid, and the substring must not be empty */
503 Unicode constructor. The refcount on the object must be 1. Otherwise,
603 The ordinal must be in range(0x10000) on narrow Python builds
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 51 * Redistributions of source code must retain the above copyright
54 * Redistributions in binary form must reproduce the above copyright
190 printed in help text. Must be either "%s%s" ("-fFILE") or
194 similar but for long options; must be either "%s %s" ("--file FILE")
250 raise NotImplementedError, "subclasses must implement"
253 raise NotImplementedError, "subclasses must implement"
496 # the action is one of these, there must be a destination.)
586 raise TypeError("at least one option string must be supplied")
594 "must be at least two characters long" % opt, self)
599 "must be of the form -x, (x any non-dash char)" % opt,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 75 #error Must define Py_UNICODE_SIZE
401 /* Check if substring matches at given offset. the offset must be
402 valid, and the substring must not be empty */
503 Unicode constructor. The refcount on the object must be 1. Otherwise,
603 The ordinal must be in range(0x10000) on narrow Python builds
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 51 * Redistributions of source code must retain the above copyright
54 * Redistributions in binary form must reproduce the above copyright
190 printed in help text. Must be either "%s%s" ("-fFILE") or
194 similar but for long options; must be either "%s %s" ("--file FILE")
249 raise NotImplementedError, "subclasses must implement"
252 raise NotImplementedError, "subclasses must implement"
495 # the action is one of these, there must be a destination.)
585 raise TypeError("at least one option string must be supplied")
593 "must be at least two characters long" % opt, self)
598 "must be of the form -x, (x any non-dash char)" % opt,
    [all...]

Completed in 1487 milliseconds

1 2 3 4 56 7 8 91011>>