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

<<81828384858687888990>>

  /external/skqp/include/effects/
SkCornerPathEffect.h 4 * Use of this source code is governed by a BSD-style license that can be
15 SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners
21 that should be "rounded".
SkTableMaskFilter.h 4 * Use of this source code is governed by a BSD-style license that can be
21 /** Utility that sets the gamma table
25 /** Utility that creates a clipping table: clamps values below min to 0
  /external/skqp/include/private/
GrSwizzle.h 4 * Use of this source code is governed by a BSD-style license that can be
16 assignment operator. That could be relaxed. */
47 GrSwizzle(const GrSwizzle& that) { *this = that; }
49 GrSwizzle& operator=(const GrSwizzle& that) {
50 memcpy(this, &that, sizeof(GrSwizzle));
64 bool operator==(const GrSwizzle& that) const { return this->asUInt() == that.asUInt(); }
66 bool operator!=(const GrSwizzle& that) const { return !(*this == that); }
    [all...]
  /external/skqp/src/core/
SkBBoxHierarchy.h 4 * Use of this source code is governed by a BSD-style license that can be
16 * Interface for a spatial data structure that stores axis-aligned bounding
30 * Populate results with the indices of bounding boxes interesecting that query.
  /external/skqp/src/gpu/
GrResourceProviderPriv.h 4 * Use of this source code is governed by a BSD-style license that can be
13 /** Class that adds methods to GrResourceProvider that are only intended for use internal to Skia.
GrSurfaceContextPriv.h 4 * Use of this source code is governed by a BSD-style license that can be
13 /** Class that adds methods to GrSurfaceContext that are only intended for use internal to
  /external/skqp/tools/gpu/
FenceSync.h 4 * Use of this source code is governed by a BSD-style license that can be
19 * This class provides an interface to interact with fence syncs. A fence sync is an object that the
21 * commands that were issued before the fence have completed.
  /external/slf4j/log4j-over-slf4j/compatibility/
readme.txt 3 Two test cases simulate the typical calls that one can find in an application
4 that uses either log4j 1.2.x, or log4j 1.3.x.
6 In the same directory is a build.xml file that uses ant to
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/LineTest/
LineTest.smali 18 #a line number that just barely doesn't fit in a signed short
29 #a line number that is way bigger than a signed short
40 #a line number that just barely doesn't fit in a signed int
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt 12 I read this argument. Even before that, I was already in agreement with you
13 and him that the C declarator syntax is difficult and confusing.
16 conclusion I do: that you have to go with familiar syntax over logical
25 > Basically, my argument for this type construction system is that it is
28 > that most programmers TODAY do not understand pointers to member
42 introduce, no matter how logical it is. Introducing a new syntax that may
51 syntax that they have never seen that has a more logical structure. I think
54 and Windows are two classic examples of bad technology that are difficult to
57 P.S. Also, while I agree that most your syntax is more logical, there is
    [all...]
  /external/swiftshader/third_party/LLVM/test/BugPoint/
remove_arguments_test.ll 5 ; Test to make sure that arguments are removed from the function if they are
6 ; unnecessary. And clean up any types that that frees up too.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 115 /// This is a static constructor that returns a TimeValue that represents
124 /// Add \p that to \p this.
127 TimeValue& operator += (const TimeValue& that ) {
128 this->seconds_ += that.seconds_ ;
129 this->nanos_ += that.nanos_ ;
134 /// Subtract \p that from \p this.
137 TimeValue& operator -= (const TimeValue &that ) {
138 this->seconds_ -= that.seconds_ ;
139 this->nanos_ -= that.nanos_
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
biosint.h 19 * should be examined. If it is non-zero, it means that we failed to
21 * memory we are using. (Note that this also implies that we should
  /external/tensorflow/tensorflow/contrib/lite/toco/
README.md 4 format, but it supports much more than that.
22 inference graph, then uses the converter to convert that into a TensorFlow Lite flatbuffer file,
23 then ships that file to client devices where the TensorFlow Lite interpreter handles them
  /external/tensorflow/tensorflow/core/framework/
kernel_def.proto 22 // A list of values that this kernel supports for this attr.
28 // Names of the Op's input_/output_args that reside in host memory
32 // This allows experimental kernels to be registered for an op that
  /external/tensorflow/tensorflow/docs_src/performance/
quantization.md 4 getting them to work at all! That meant that accuracy and speed during training
7 so it's natural that not much attention was paid to other numerical formats.
12 That means pure inference efficiency has become a burning issue for a lot of
15 That is where quantization comes in. It's an umbrella term that covers a lot of
29 magical qualities of deep networks is that they tend to cope very well with high
34 ability means that they seem to treat low-precision calculations as just another
36 that hold less information.
41 AlexNet being over 200 MB in float format for example. Almost all of that siz
    [all...]
  /external/testng/src/main/java/org/testng/
IMethodSelectorContext.java 8 * any method of this context at that time.
22 * Indicate that no other Method Selectors should be invoked after the
29 * @return a Map that can be freely manipulated by the Method Selector.
  /external/testng/src/test/java/test/dataprovider/
ParallelDataProviderTest.java 17 // // This method will provide data to any test method that declares that its
29 // This test method declares that its data should be supplied by the Data
  /external/v8/src/compiler/
jump-threading.h 2 // Use of this source code is governed by a BSD-style license that can be
14 // Forwards jumps to empty basic blocks that end with a second jump to the
19 // Returns {true} if there is at least one block that is forwarded.
  /external/valgrind/drd/tests/
pth_barrier_race.c 2 * Test program that triggers a race between pthread_barrier_wait() and
5 * test program is based on the example that was posted on February 5, 2009 by
39 * The sleep() call below ensures that the pthread_barrier_destroy() call
  /external/vboot_reference/firmware/2lib/include/
2sysincludes.h 2 * Use of this source code is governed by a BSD-style license that can be
9 * #include <...>, so that there's only one place that needs to be fixed up for
  /external/vboot_reference/firmware/lib/include/
sysincludes.h 2 * Use of this source code is governed by a BSD-style license that can be
8 * #include <...>, so that there's only one place that needs to be
  /external/volley/
build.gradle 1 // NOTE: The only changes that belong in this file are the definitions
2 // of tool versions (gradle plugin, compile SDK, build tools), so that
6 // is used by projects that depend on Volley but define their own
  /external/webrtc/webrtc/base/objc/
RTCCameraPreviewView.h 5 * that can be found in the LICENSE file in the root of the source
17 /** RTCCameraPreviewView is a view that renders local video from an
24 * queue that the AVCaptureSession is started/stopped.
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.h 5 * that can be found in the LICENSE file in the root of the source
20 // Helper class that registers X Window error handler. Caller can use
21 // GetLastErrorAndDisable() to get the last error that was caught, if any.

Completed in 2060 milliseconds

<<81828384858687888990>>