Home
last modified time | relevance | path

Searched refs:target (Results 1901 - 1925 of 4886) sorted by relevance

1...<<71727374757677787980>>...196

/third_party/mesa3d/src/glx/
H A Dcompsize.c151 GLenum format, GLenum type, GLenum target) in __glImageSize()
156 switch (target) { in __glImageSize()
150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLenum target) __glImageSize() argument
H A Dsinglepix.c37 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, in __indirect_glGetSeparableFilter() argument
52 __GLX_SINGLE_PUT_LONG(0, target); in __indirect_glGetSeparableFilter()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.h113 virgl_so_target(struct pipe_stream_output_target *target) in virgl_so_target() argument
115 return (struct virgl_so_target *)target; in virgl_so_target()
/third_party/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c125 __applegl_glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, in __applegl_glCopyColorTable() argument
132 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width); in __applegl_glCopyColorTable()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.h139 enum pipe_texture_target target,
148 enum pipe_texture_target target,
/third_party/node/src/crypto/
H A Dcrypto_dsa.h67 v8::Local<v8::Object> target);
70 void Initialize(Environment* env, v8::Local<v8::Object> target);
/third_party/node/deps/zlib/
H A Dslide_hash_simd.h23 #error SIMD has been disabled for your build target
62 #error slide_hash_simd is not defined for your build target
/third_party/node/src/
H A Dnode_crypto.cc72 void Initialize(Local<Object> target, in Initialize() argument
82 #define V(Namespace) Namespace::Initialize(env, target); in Initialize()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsortkey.h193 * @param target target collation key to be compared with
199 Collator::EComparisonResult compareTo(const CollationKey& target) const;
205 * @param target target collation key to be compared with
212 UCollationResult compareTo(const CollationKey& target, UErrorCode &status) const;
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Droot.js8 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
H A DclassName.js10 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap25.c26 static int do_remap(int fd, void *target) in do_remap() argument
38 target); in do_remap()
H A Dhugemmap26.c26 static int do_remap(void *target) in do_remap() argument
39 target); in do_remap()
/third_party/libphonenumber/debian/
H A Drules65 ln -sf cpp-build-1.0-SNAPSHOT.jar tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
66 ln -sf /usr/share/java/protobuf.jar tools/java/cpp-build/target/protobuf-java-debian.jar
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.h43 TNode<JSFunction> target,
47 TNode<JSFunction> target,
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-aix.cc54 const char* target) { in DeclarePointerToSymbol()
57 fprintf(fp_, " %s %s\n", DirectiveAsString(PointerSizeDirective()), target); in DeclarePointerToSymbol()
53 DeclarePointerToSymbol(const char* name, const char* target) DeclarePointerToSymbol() argument
H A Dplatform-embedded-file-writer-mac.cc48 const char* target) { in DeclarePointerToSymbol()
51 fprintf(fp_, " %s _%s\n", DirectiveAsString(PointerSizeDirective()), target); in DeclarePointerToSymbol()
47 DeclarePointerToSymbol(const char* name, const char* target) DeclarePointerToSymbol() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.h50 struct pipe_video_buffer *target,
65 struct pipe_video_buffer *target,
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.h103 fd3_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd3_emit_ib() argument
105 __OUT_IB(ring, true, target); in fd3_emit_ib()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h117 fd4_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd4_emit_ib() argument
119 __OUT_IB(ring, true, target); in fd4_emit_ib()
/third_party/node/deps/undici/src/lib/websocket/
H A Dutil.js39 * @param {EventTarget} target
42 function fireEvent (e, target, eventConstructor = Event, eventInitDict) {
46 // in the relevant realm of target.
53 // 5. Return the result of dispatching event at target, with legacy target
55 target.dispatchEvent(event)
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/
H A DTypeExtensionsTest.cs63 public void IsAssignableFrom(Type target, Type argument, bool expected) in IsAssignableFrom() argument
65 Assert.AreEqual(expected, TypeExtensions.IsAssignableFrom(target, argument)); in IsAssignableFrom()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A DTypeExtensionsTest.cs63 public void IsAssignableFrom(Type target, Type argument, bool expected) in IsAssignableFrom() argument
65 Assert.AreEqual(expected, TypeExtensions.IsAssignableFrom(target, argument)); in IsAssignableFrom()
/third_party/python/Lib/ctypes/test/
H A Dtest_errno.py38 t = threading.Thread(target=_worker)
67 t = threading.Thread(target=_worker)
/third_party/python/Lib/importlib/resources/
H A Dsimple.py111 target = next(names)
113 traversable for traversable in self.iterdir() if traversable.name == target

Completed in 13 milliseconds

1...<<71727374757677787980>>...196