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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/math/big/
intconv.go 3 // license that can be found in the LICENSE file.
15 // TODO(gri) Should rename itoa to utoa (there's no sign). That
17 // reserves a byte for a possible sign that's passed in. That
  /system/media/camera/docs/
metadata_helpers.py 51 Find all descendants that are Section or InnerNamespace instances.
66 Find the closest ancestor that is either a Section or InnerNamespace.
241 # Note that this makes jump from Section to Kind,
306 Creates a function that given a string will pad it with spaces to make
314 A function that takes a string and returns a string.
351 Create a function that given a string will pad it to the specified column col.
358 A function that given a string will produce a padded string.
377 # int32 -> TYPE_INT32, byte -> TYPE_BYTE, etc. note that enum -> TYPE_INT32
405 # Hacky way to deal with arrays. Assume that if we have
448 is not applicable in that case. Use jtype_boxed instead for that
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 42 /// This is a list of non-opaque structs in the source module that are mapped
55 /// Indicate that the specified type in the destination module is conceptually
126 // Okay, we have two types with identical kinds that we haven't seen before.
138 // type that we're mapping onto this destination type then we succeed. Keep
140 // that we're trying to map onto the same opaque type then we fail.
180 // Otherwise, we speculate that these two types will line up and recursively
237 // These are types that LLVM itself will unique.
347 /// Creates prototypes for functions that are lazily linked on the fly. This
382 /// A metadata map that's shared between IRLinker instances.
432 /// destination module that is being linked to, if any
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_5_cameras.md 14 the device opposite the display; that is, it images scenes on the far side of
37 of a `Camera.Parameters` object. Note that this constraint does not apply to the
44 as the display; that is, a camera typically used to image the user, such
61 explicitly requested that the Camera
67 that the Camera display be rotated via a call to the
89 * MAY include support for an external camera that is not necessarily
129 That is, NV21 MUST be the default.
137 `android.media.ImageReader` API for `android.hardware.camera2` devices that
145 includes hardware autofocus or other capabilities. For instance, cameras that
148 relevance to a non-autofocus camera.) Note that this does apply to front-facin
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 25 that all drivers have been dispatched. That way, all UEFI protocols that may
27 phase to be able to provide the FDT during that phase.
36 The "PcdFdtDevicePaths" PCD is a dynamic PCD that can be modified during the
58 command translates it into the corresponding device path and stores that
68 returns. The command can be invoked with the "-i" option only and in that
  /external/autotest/docs/
test-that.md 9 - Tests that require binary autotest dependencies will just work, because
21 that were uploaded to google storage.
43 Run all tests whose names match the regular expression `^login_.*$`. Note that
64 with a new test that you're iterating on, see "dynamic suite" codelab or the
75 This will kick off a suite in the lab that consists of just 1 job, dummy\_Pass,
91 particular test on a board or image that you do not have readily available
101 That told me that my job ID was 5196037. I could follow along by going to
106 - This feature will only work on builds that produced autotest test artifacts.
109 that hwtest artifacts are produced is to make sure that your tryjo
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/host/
host.go 3 // license that can be found in the LICENSE file.
21 // testUnnamed tests that two plugins built with .go files passed on
22 // the command line do not have overlapping symbols. That is,
83 // that we can load the different plugin, it is actually
84 // different, and that it sees the same common package.
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 3 // license that can be found in the LICENSE file.
20 "check that struct field tags have canonical format and apply to exported fields as needed",
59 // checked. That name cannot collide with element or attribute
95 // Embedded struct. Nothing to do for now, but that
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 3 // license that can be found in the LICENSE file.
33 {"bff2dcb37ef3a44ba43ab144768ca837", "He who has a shady past knows that nice guys finish last."},
46 {"277cbe255686b48dd7e8f389394d9299", "It's well we cannot hear the screams/That we create in others' dreams."},
47 {"fd3fb0a7ffb8af16603f3d3af98f8e1f", "You remind me of a TV show, but that's all right: I watch it anyway."},
109 // Tests that blockGeneric (pure Go) and block (in assembly for amd64, 386, arm) match.
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1_test.go 3 // license that can be found in the LICENSE file.
35 {"e5dea09392dd886ca63531aaa00571dc07554bb6", "He who has a shady past knows that nice guys finish last."},
48 {"410a2b296df92b9a47412b13281df8f830a9f44b", "It's well we cannot hear the screams/That we create in others' dreams."},
49 {"841e7c85ca1adcddbdd0187f1289acb5c642f7f5", "You remind me of a TV show, but that's all right: I watch it anyway."},
104 // Tests that blockGeneric (pure Go) and block (in assembly for some architectures) match.
  /prebuilts/go/darwin-x86/src/os/
path_windows.go 3 // license that can be found in the LICENSE file.
142 // the kernel is arbitrarily okay with < 248 bytes. That
145 // path cannot be so long that you cannot append an 8.3 file
146 // name (that is, the directory name cannot exceed MAX_PATH
149 // The MSDN docs appear to say that a normal path that is 248 bytes long
  /prebuilts/go/darwin-x86/src/sort/
search.go 3 // license that can be found in the LICENSE file.
10 // in [0, n) at which f(i) is true, assuming that on the range [0, n),
11 // f(i) == true implies f(i+1) == true. That is, Search requires that
15 // (Note that the "not found" return value is not -1 as in, for instance,
27 // returns the smallest index i such that data[i] >= 23. If the caller
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 3 // license that can be found in the LICENSE file.
12 // The primary use of syscall is inside other packages that provide a more
19 // On most systems, that error has type syscall.Errno.
23 // package in the golang.org/x/sys repository. That is also where updates
102 // use is a no-op, but the compiler cannot see that it is.
103 // Calling use(p) ensures that p is kept live until that point.
105 // As of Go 1.6 the compiler handles that case automatically.
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/host/
host.go 3 // license that can be found in the LICENSE file.
21 // testUnnamed tests that two plugins built with .go files passed on
22 // the command line do not have overlapping symbols. That is,
83 // that we can load the different plugin, it is actually
84 // different, and that it sees the same common package.
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 3 // license that can be found in the LICENSE file.
20 "check that struct field tags have canonical format and apply to exported fields as needed",
59 // checked. That name cannot collide with element or attribute
95 // Embedded struct. Nothing to do for now, but that
  /prebuilts/go/linux-x86/src/crypto/md5/
md5_test.go 3 // license that can be found in the LICENSE file.
33 {"bff2dcb37ef3a44ba43ab144768ca837", "He who has a shady past knows that nice guys finish last."},
46 {"277cbe255686b48dd7e8f389394d9299", "It's well we cannot hear the screams/That we create in others' dreams."},
47 {"fd3fb0a7ffb8af16603f3d3af98f8e1f", "You remind me of a TV show, but that's all right: I watch it anyway."},
109 // Tests that blockGeneric (pure Go) and block (in assembly for amd64, 386, arm) match.
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1_test.go 3 // license that can be found in the LICENSE file.
35 {"e5dea09392dd886ca63531aaa00571dc07554bb6", "He who has a shady past knows that nice guys finish last."},
48 {"410a2b296df92b9a47412b13281df8f830a9f44b", "It's well we cannot hear the screams/That we create in others' dreams."},
49 {"841e7c85ca1adcddbdd0187f1289acb5c642f7f5", "You remind me of a TV show, but that's all right: I watch it anyway."},
104 // Tests that blockGeneric (pure Go) and block (in assembly for some architectures) match.
  /prebuilts/go/linux-x86/src/os/
path_windows.go 3 // license that can be found in the LICENSE file.
142 // the kernel is arbitrarily okay with < 248 bytes. That
145 // path cannot be so long that you cannot append an 8.3 file
146 // name (that is, the directory name cannot exceed MAX_PATH
149 // The MSDN docs appear to say that a normal path that is 248 bytes long
  /prebuilts/go/linux-x86/src/sort/
search.go 3 // license that can be found in the LICENSE file.
10 // in [0, n) at which f(i) is true, assuming that on the range [0, n),
11 // f(i) == true implies f(i+1) == true. That is, Search requires that
15 // (Note that the "not found" return value is not -1 as in, for instance,
27 // returns the smallest index i such that data[i] >= 23. If the caller
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 3 // license that can be found in the LICENSE file.
12 // The primary use of syscall is inside other packages that provide a more
19 // On most systems, that error has type syscall.Errno.
23 // package in the golang.org/x/sys repository. That is also where updates
102 // use is a no-op, but the compiler cannot see that it is.
103 // Calling use(p) ensures that p is kept live until that point.
105 // As of Go 1.6 the compiler handles that case automatically.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMem.S 18 # This is the code that supports IA32-optimized CopyMem service
70 ##First off, make sure we have no overlap. That is to say,
EfiCopyMem.c 18 This is the code that supports IA32-optimized CopyMem service
57 ; First off, make sure we have no overlap. That is to say,
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 3 // license that can be found in the LICENSE file.
20 transmitted; that is, the values are flattened. Nil pointers are not permitted,
25 values or addresses that can be dereferenced to values. The Encoder makes sure
33 fields (identified by name) that are in the source but absent from the receiving
34 variable will be ignored. Fields that are in the receiving variable but missing
38 convert between gobs and actual Go values. For instance, a gob type that is
98 in that order of preference.
102 again in that order of preference.
106 This section documents the encoding, details that are not important for most
110 as a byte with that value. Otherwise it is sent as a minimal-length big-endia
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 3 // license that can be found in the LICENSE file.
20 transmitted; that is, the values are flattened. Nil pointers are not permitted,
25 values or addresses that can be dereferenced to values. The Encoder makes sure
33 fields (identified by name) that are in the source but absent from the receiving
34 variable will be ignored. Fields that are in the receiving variable but missing
38 convert between gobs and actual Go values. For instance, a gob type that is
98 in that order of preference.
102 again in that order of preference.
106 This section documents the encoding, details that are not important for most
110 as a byte with that value. Otherwise it is sent as a minimal-length big-endia
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 158 add A0StP, A0StP, #24 ! That's because we loaded 6 regs x 4 byte each
214 ! Sadly, there is no setd{cc} instruction so we need to workaround that
256 ! We assume that D1Ar1 holds the address of the
257 ! ffi_closure struct. We will use that to fetch the

Completed in 6730 milliseconds

1 2 34 5 6 7 8 91011>>