/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ExtensionRegistry.cs | 83 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__.py | 36 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 D | ImageIndex.h | 50 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 D | FunctionsCGL.h | 72 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 D | Buffer9.cpp | 37 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 D | ImageEGL.cpp | 26 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 D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp | 62 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 D | SmallPathAtlasMgr.cpp | 118 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 D | GlyphGroup.java | 53 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 D | merge_return_pass.h | 202 // 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 D | merge_return_pass.h | 202 // 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 D | AudioLatencyTuner.java | 229 int target = numBlocks * mFramesPerBlock; in incrementThreshold() 230 int actual = setBufferSizeInFrames(target); in incrementThreshold()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLExpression.h | 176 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 D | MultiviewTest.h | 46 // 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 D | verify_os2.cc | 119 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 D | ucnv_err.h | 200 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 D | unity_test_summary.rb | 29 results = @targets.map { |target| target.tr('\\', '/') }
|
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_compile.js | 45 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 D | testbuild.sh | 63 --target install) 69 --target install \
|
/third_party/python/Lib/test/ |
H A D | test_syslog.py | 72 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__.py | 165 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 D | nonsecure_base.h | 114 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 D | TextKeyframeAnimator.cpp | 66 explicit TextAnimatorBuilder(TextValue* target) in TextAnimatorBuilder() argument 68 , fTarget(target) {} in TextAnimatorBuilder()
|
H A D | ScalarKeyframeAnimator.cpp | 66 explicit ScalarAnimatorBuilder(ScalarValue* target) in ScalarAnimatorBuilder() argument 68 , fTarget(target) {} in ScalarAnimatorBuilder()
|
/third_party/rust/crates/proc-macro2/ |
H A D | build.rs | 164 if let Some(target) = env::var_os("TARGET") { in compile_probe() 165 cmd.arg("--target").arg(target); in compile_probe()
|