HomeSort by relevance Sort by last modified time
    Searched full:that (Results 276 - 300 of 189771) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_TensorSliceDataset.pbtxt 3 summary: "Creates a dataset that emits each dim-0 slice of `components` once."
api_def_UniqueDataset.pbtxt 3 summary: "Creates a dataset that contains the unique elements of `input_dataset`."
api_def_RepeatDataset.pbtxt 6 A scalar representing the number of times that `input_dataset` should
7 be repeated. A value of `-1` indicates that it should be repeated infinitely.
10 summary: "Creates a dataset that emits the outputs of `input_dataset` `count` times."
api_def_TakeDataset.pbtxt 7 that should be taken. A value of `-1` indicates that all of `input_dataset`
11 summary: "Creates a dataset that contains `count` elements from the `input_dataset`."
  /frameworks/av/media/libaaudio/src/legacy/
README.md 1 The legacy folder contains the classes that implement AAudio AudioStream on top of
  /frameworks/base/core/java/android/net/
package.html 3 Classes that help with network access, beyond the normal java.net.* APIs.
  /frameworks/base/sax/java/android/sax/
package.html 3 A framework that makes it easy to write efficient and robust SAX handlers.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
README.md 3 A Go package that can be used to demangle C++ symbol names.
  /prebuilts/go/darwin-x86/src/runtime/debug/
debug.s 3 // license that can be found in the LICENSE file.
6 // This file exists so that the go command knows that parts of the
7 // package are implemented in C, so that it does not instruct the
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
README.md 3 A Go package that can be used to demangle C++ symbol names.
  /prebuilts/go/linux-x86/src/runtime/debug/
debug.s 3 // license that can be found in the LICENSE file.
6 // This file exists so that the go command knows that parts of the
7 // package are implemented in C, so that it does not instruct the
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
ptc-1.s 1 ! Check that simple constants get expected results.
  /art/test/995-breakpoints-throw/
info.txt 3 Tests that it is possible to throw exceptions while handling breakpoint events
4 and that they are handled appropriately. This includes checking that it is
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
coverage.txt 4 1 YES *Fails on the implementation of threads that I'm working
10 that you are testing on. For instance, on the implementation that I'm working
  /external/markdown/MarkdownTest/Tests_2007/
Links, shortcut references.text 16 [this] [that] and the [other]
19 [that]: /that
  /prebuilts/go/darwin-x86/test/
closure3.go 5 // license that can be found in the LICENSE file.
7 // Check correctness of various closure corner cases that
8 // that are expected to be inlined
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue19764.go 5 // license that can be found in the LICENSE file.
7 // Issue 19764: test that the linker's trampoline insertion
8 // pass is happy with direct calls to interface wrappers that
  /prebuilts/go/linux-x86/test/
closure3.go 5 // license that can be found in the LICENSE file.
7 // Check correctness of various closure corner cases that
8 // that are expected to be inlined
  /prebuilts/go/linux-x86/test/fixedbugs/
issue19764.go 5 // license that can be found in the LICENSE file.
7 // Issue 19764: test that the linker's trampoline insertion
8 // pass is happy with direct calls to interface wrappers that
  /external/jline/src/src/main/java/jline/
ConsoleOperations.java 48 * Operation that moves to the beginning of the buffer.
53 * Operation that moves to the end of the buffer.
58 * Operation that moved to the previous character in the buffer.
63 * Operation that issues a newline.
68 * Operation that deletes the buffer from the current character to the end.
73 * Operation that clears the screen.
78 * Operation that sets the buffer to the next history item.
83 * Operation that sets the buffer to the previous history item.
88 * Operation that redisplays the current buffer.
93 * Operation that deletes the buffer from the cursor to the beginning
    [all...]
  /external/autotest/client/site_tests/network_DhcpFQDN/
control 2 # Use of this source code is governed by a BSD-style license that can be
11 Tests that DHCP option 81 (Fully Qualified Domain Name) is successfully
12 accepted. It was observed that this caused a crash in dhcpcd in some
13 releases. This test ensures that the DHCP client does not regress to
14 repeat this failure by ensuring that the DHCP client succeeds long enough
  /external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
control 2 # Use of this source code is governed by a BSD-style license that can be
11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
12 a server that provides the Vendor Encapsulated Options option. Test
13 that a properly formatted Vendor Encapsulated Options field causes
14 the Ethernet service to report that it is tethered.
  /external/libchrome/dbus/
object_path.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 bool ObjectPath::operator<(const ObjectPath& that) const {
18 return value_ < that.value_;
21 bool ObjectPath::operator==(const ObjectPath& that) const {
22 return value_ == that.value_;
25 bool ObjectPath::operator!=(const ObjectPath& that) const {
26 return value_ != that.value_;
  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 57 public void verifyMatches(MotionEvent that, int pointerIndex) {
59 that.getPointerId(pointerIndex), this.id);
61 that.getToolType(pointerIndex), this.toolType);
64 public void verifyMatchesPointerProperties(PointerProperties that) {
65 assertEquals("Pointer ID should be the same", that.id, this.id);
66 assertEquals("Tool type should be the same", that.toolType, this.toolType);
70 final PointerProperties that = new PointerProperties(); local
71 motionEvent.getPointerProperties(pointerIndex, that);
73 verifyMatchesPointerProperties(that);
129 public void verifyMatches(MotionEvent that) {
379 final PointerCoords that = new PointerCoords(); local
387 final PointerCoords that = new PointerCoords(); local
    [all...]
  /external/skia/tests/
TestTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 // This is an example of a GPU test that uses GrContextOptions to do the test.
28 // This is an example of a GPU test that tests a property that should work for all GPU contexts.
37 // This is an example of a GPU test that tests a property that should work for all GPU contexts that
46 // This is an example of a GPU test that tests a property that uses the null GPU context. It should
47 // be used if the test tests some behavior that is mocked with the null context
    [all...]

Completed in 2087 milliseconds

<<11121314151617181920>>