/third_party/node/deps/v8/src/heap/ |
H A D | marking-barrier.h | 51 void RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target);
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | platform-embedded-file-writer-base.h | 65 virtual void DeclarePointerToSymbol(const char* name, const char* target) = 0;
|
H A D | platform-embedded-file-writer-win.h | 31 void DeclarePointerToSymbol(const char* name, const char* target) override;
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_texture.c | 103 if (res->target == PIPE_BUFFER) in trace_transfer_create()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_stubs.c | 123 struct pipe_video_buffer *target, in vl_mpg12_bs_decode() 122 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target, struct pipe_mpeg12_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) vl_mpg12_bs_decode() argument
|
/third_party/python/Lib/test/ |
H A D | fork_wait.py | 52 thread = threading.Thread(target=self.f, args=(i,))
|
H A D | test_fork1.py | 35 t = threading.Thread(target=importer)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DisplayGL.h | 39 EGLenum target,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ContextImpl.cpp | 22 void ContextImpl::invalidateTexture(gl::TextureType target) in invalidateTexture() argument
|
H A D | DisplayImpl.cpp | 87 EGLenum target, in validateImageClientBuffer() 86 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.h | 46 GrGLenum target() const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_imp.h | 43 * @param target second collator 48 ucol_equals(const UCollator *source, const UCollator *target);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | currpinf.h | 226 * @param target the target to copy to 229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
H A D | tmutfmt.h | 231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.h | 214 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftglyph.h | 301 * target :: 302 * A handle to the target glyph object. 0~in case of error. 309 FT_Glyph *target ); 322 * A handle to the target glyph object. 477 * A pointer to a handle to the target glyph. 588 * A handle to the target glyph object. 643 * A pointer to the target matrix. Remains untouched in case of error.
|
H A D | ftoutln.h | 96 * A pointer to the source target. 261 * A pointer to the target outline descriptor. 291 * target :: 292 * A handle to the target outline. 299 FT_Outline *target ); 313 * A pointer to the target outline descriptor. 343 * A handle to the target outline. 408 * A pointer to the target outline descriptor. 428 * OR-ed to the target bitmap. 439 * A pointer to the target bitma [all...] |
H A D | ftrender.h | 58 FT_Glyph target );
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importHelpersES6.js | 16 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test___loader__.py | 12 def find_spec(self, fullname, path=None, target=None):
|
/third_party/python/Lib/xml/sax/ |
H A D | handler.py | 182 def processingInstruction(self, target, data):
|
/third_party/spirv-tools/utils/ |
H A D | generate_registry_tables.py | 83 parser = XMLParser(target=TreeBuilder(), encoding='utf-8')
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 215 my $target = shift; 217 return defined(List::Util::first { $target eq $_ } @_);
|
/third_party/gn/src/gn/ |
H A D | create_bundle_target_generator.cc | 16 #include "gn/target.h" 50 Target* target, in CreateBundleTargetGenerator() 54 : TargetGenerator(target, scope, function_call, err) {} in CreateBundleTargetGenerator() 49 CreateBundleTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) CreateBundleTargetGenerator() argument
|
/third_party/fsverity-utils/ |
H A D | Makefile | 294 @for target in $(DEFAULT_TARGETS) $(EXTRA_TARGETS) $(SPECIAL_TARGETS); \ 296 echo $$target; \
|