/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctflt.c | 32 * The primary disadvantage of this method is that with a fixed-point 51 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|
H A D | jfdctfst.c | 29 * The primary disadvantage of this method is that with fixed-point math, 32 * precise the scaled value, so this implementation does worse with high- 49 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */ 59 * everywhere except in the multiplications proper; this saves a good deal 76 * To get around this we use the following pre-calculated constants.
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | measunit_impl.h | 32 * before passing to this function, otherwise U_UNSUPPORTED_ERROR status will be 50 /** Transform this SingleUnitImpl into a MeasureUnit, simplifying if possible. */ 54 * Returns the "simple unit ID", without SI or dimensionality prefix: this 70 * Returns the index of this unit's "quantity" in unitQuantities (in 71 * measunit_extra.cpp). The value of this index determines sort order for 77 * Compare this SingleUnitImpl to another SingleUnitImpl for the sake of 100 int32_t thisQuantity = this->getUnitCategoryIndex(); in compareTo() 128 * Return whether this SingleUnitImpl is compatible with another for the purpose of coalescing. 138 * Returns true if this unit is the "dimensionless base unit", as produced 207 * @return A newly parsed value object. Behaviour of this uni [all...] |
H A D | number_decimalquantity.h | 26 * <p>By design, this is NOT IMMUTABLE and NOT THREAD SAFE. It is intended to be an intermediate 46 * Sets this instance to be equal to another instance. 56 * Sets the minimum integer digits that this {@link DecimalQuantity} should generate. 64 * Sets the minimum fraction digits that this {@link DecimalQuantity} should generate. 95 * For example, when magnitude == -2, this performs rounding to the nearest 0.05. 136 * this method with delta=-3 will change the value to "1.23456". 170 * @return Whether the value represented by this {@link DecimalQuantity} is 175 /** @return Whether the value represented by this {@link DecimalQuantity} is less than zero. */ 181 /** @return Whether the value represented by this {@link DecimalQuantity} is infinite. */ 184 /** @return Whether the value represented by this { [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 65 $HEADERDEF = uc($headername); # this is building the constant for #define 114 Normally (if utypes.h or umachine.h was included first) this will not be necessary as it will already be defined.
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | autoinit_funcs.h | 16 * License along with this header; if not, see 21 General usage is simple: include this header, declare or define two 129 #error Do not know how to decorate symbols for this architecture
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
H A D | gradlew.bat | 16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
H A D | gradlew.bat | 11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/ |
H A D | gradlew.bat | 16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/third_party/skia/third_party/externals/oboe/samples/ |
H A D | gradlew.bat | 11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/ |
H A D | gradlew.bat | 16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.h | 4 * Use of this source code is governed by a BSD-style license that can be 35 /** Gets a BCP 47 language identifier for this SkLanguage. 36 @return a BCP 47 language identifier representing this language 53 return *this; in operator =()
|
H A D | SkFontMgr_config_parser.h | 4 * Use of this source code is governed by a BSD-style license that can be 38 /** Gets a BCP 47 language identifier for this SkLanguage. 39 @return a BCP 47 language identifier representing this language 62 return *this; in operator =()
|
H A D | SkTypeface_win_dw.h | 4 * Use of this source code is governed by a BSD-style license that can be 91 this->setIsFixedPitch(true); in DWriteFontTypeface() 120 //SkTypefaceCache::Remove(this);
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_bitset.h | 4 // you may not use this file except in compliance with the License. 82 return bitset(*this).flip();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 65 static_assert(sizeof(*this) == 3 * sizeof(unsigned), "flags are too big"); in ArgFlagsTy() 200 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | Pass.h | 12 // Passes are designed this way so that it is possible to run passes in a cache 22 // Note that this file #includes PassSupport.h and PassAnalysisSupport.h (at the 24 // to all users of this file. 74 /// Pass interface - Implemented by all 'passes'. Subclass this if you are an 96 /// getPassID - Return the PassID number that corresponds to this pass. 111 /// necessary to implement this method. Beware that the module pointer MAY be 119 /// createPrinterPass - Get a Pass appropriate to print the IR this 129 /// Check if available pass managers are suitable for this pass or not. 132 /// Return what kind of Pass Manager can manage this pass. 141 /// particular analysis result to this functio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
H A D | Remark.h | 31 /// Absolute path of the source file corresponding to this remark. 71 /// Name of the pass that triggers the emission of this remark. 79 /// Mangled name of the function that triggers the emssion of this remark. 85 /// If profile information is available, this is the number of times the 99 /// Clone this remark to explicitly ask for a copy. 100 Remark clone() const { return *this; } in clone()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 43 return !(*this == RHS); in operator !=() 146 // Casts to a uint64_t if this is a fixed-width size.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 10 // providing some helpers for working with win32 APIs, this header wraps 64 /// GetVersionEx is deprecated, but this API exposes the build number which can 106 return *this; in operator =() 235 // this function guarantees that the returned arguments are encoded in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.h | 123 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in MipsAsmPrinter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.h | 30 // instructions* | -> A WebAssemblyException consists of this region 35 // are not present at this stage and will be generated in CFGStackify pass. 37 // together as it does for loops, this pass calculates the nesting structure of 41 // other BBs dominated by this BB. 62 if (WE == this) in contains()
|
/third_party/skia/tools/sk_app/ |
H A D | Window.h | 4 * Use of this source code is governed by a BSD-style license that can be 101 // return value of 'true' means 'I have handled this event' 123 layer->onAttach(this); in pushLayer() 170 bool fIsContentInvalidated = false; // use this to avoid duplicate invalidate events
|
/third_party/spirv-tools/kokoro/scripts/windows/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|