Home
last modified time | relevance | path

Searched refs:target (Results 3051 - 3075 of 7641) sorted by relevance

1...<<121122123124125126127128129130>>...306

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionRegistry.cs83 internal bool ContainsInputField(uint lastTag, Type target, out Extension extension) in ContainsInputField() argument
85 return extensions.TryGetValue(new ObjectIntPair<Type>(target, WireFormat.GetTagFieldNumber(lastTag)), out extension); in ContainsInputField()
/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py36 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}):
37 threading.Thread.__init__(self, group, target, name, args, kwargs)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndex.h50 static ImageIndex MakeCubeMapFace(TextureTarget target, GLint levelIndex);
54 static ImageIndex MakeFromTarget(TextureTarget target, GLint levelIndex, GLint depth = 0);
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/
H A DFunctionsCGL.h72 GLenum target,
80 (ctx, target, internal_format, width, height, format, type, ioSurface, plane))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.cpp37 gl::BufferBinding target, in setData()
74 gl::BufferBinding target, in setSubData()
36 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument
73 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DImageEGL.cpp26 EGLenum target, in ImageEGL()
32 mTarget(target), in ImageEGL()
24 ImageEGL(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs, const FunctionsEGL *egl) ImageEGL() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp62 glw::GLenum target; member
97 , target(GL_NONE) in texture_properties()
149 /** Test case: GL_INVALID_ENUM is reported for invalid texture target. */
/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp118 GrDeferredUploadTarget* target, in addToAtlas()
121 return fAtlas->addToAtlas(resourceProvider, target, width, height, image, locator); in addToAtlas()
117 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* locator) addToAtlas() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGlyphGroup.java53 void copyTo(Collection<Integer> target) { in copyTo() argument
56 target.add(i); in copyTo()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmerge_return_pass.h202 // Adds an unconditional branch in |block| that branches to |target|. It also
205 void BranchToBlock(BasicBlock* block, uint32_t target);
222 // depending on the value in |return_flag_|. The continue target in
263 // Modifies existing OpPhi instruction in |target| block to account for the
266 // The CFG must not include the edge from |new_source| to |target| yet.
267 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
292 // target that simply branches back to the header, or a merge block containing
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmerge_return_pass.h202 // Adds an unconditional branch in |block| that branches to |target|. It also
205 void BranchToBlock(BasicBlock* block, uint32_t target);
222 // depending on the value in |return_flag_|. The continue target in
263 // Modifies existing OpPhi instruction in |target| block to account for the
266 // The CFG must not include the edge from |new_source| to |target| yet.
267 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
292 // target that simply branches back to the header, or a merge block containing
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DAudioLatencyTuner.java229 int target = numBlocks * mFramesPerBlock; in incrementThreshold()
230 int actual = setBufferSizeInFrames(target); in incrementThreshold()
/third_party/skia/src/sksl/ir/
H A DSkSLExpression.h176 virtual CoercionCost coercionCost(const Type& target) const { in coercionCost()
177 return this->type().coercionCost(target); in coercionCost()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiviewTest.h46 // Attach multiview textures to the framebuffer denoted by target. If there are multiple color
48 void AttachMultiviewTextures(GLenum target,
55 void AttachMultiviewTextures(GLenum target,
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dverify_os2.cc119 bool VerifyOS_2(Table* original, Table* target) { in VerifyOS_2() argument
121 EXPECT_TRUE(VerifyOS_2(target)); in VerifyOS_2()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducnv_err.h200 char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member
201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
216 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member
217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
/third_party/unity/auto/
H A Dunity_test_summary.rb29 results = @targets.map { |target| target.tr('\\', '/') }
/third_party/typescript/tests/baselines/reference/
H A DAPISample_compile.js45 target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS
79 target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS
/third_party/skia/third_party/externals/freetype/builds/cmake/
H A Dtestbuild.sh63 --target install)
69 --target install \
/third_party/python/Lib/test/
H A Dtest_syslog.py72 threads = [threading.Thread(target=opener)]
73 threads += [threading.Thread(target=logger) for k in range(10)]
/third_party/python/Lib/importlib/
H A D__init__.py165 target = module
166 spec = module.__spec__ = _bootstrap._find_spec(name, pkgpath, target)
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnonsecure_base.h114 auto target = absl::MakeSpan(reinterpret_cast<uint32_t*>(buffer.data()), in generate_impl() local
116 RandenPool<uint32_t>::Fill(target); in generate_impl()
/third_party/skia/modules/skottie/src/animator/
H A DTextKeyframeAnimator.cpp66 explicit TextAnimatorBuilder(TextValue* target) in TextAnimatorBuilder() argument
68 , fTarget(target) {} in TextAnimatorBuilder()
H A DScalarKeyframeAnimator.cpp66 explicit ScalarAnimatorBuilder(ScalarValue* target) in ScalarAnimatorBuilder() argument
68 , fTarget(target) {} in ScalarAnimatorBuilder()
/third_party/rust/crates/proc-macro2/
H A Dbuild.rs164 if let Some(target) = env::var_os("TARGET") { in compile_probe()
165 cmd.arg("--target").arg(target); in compile_probe()

Completed in 11 milliseconds

1...<<121122123124125126127128129130>>...306