/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
H A D | string_piece.cc | 28 void StringPiece::CopyToString(std::string* target) const { in CopyToString() 29 target->assign(!empty() ? data() : "", size()); in CopyToString() 32 void StringPiece::AppendToString(std::string* target) const { in AppendToString() 34 target->append(data(), size()); in AppendToString()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | TrailingPathOptimizer.java | 161 private static boolean beginsAnAnyPath(Node target, ValueGraph<Node, SimpleEdge> g) { in beginsAnAnyPath() argument 163 if (target == Node.INITIAL) { in beginsAnAnyPath() 166 return g.predecessors(target).stream() in beginsAnAnyPath() 167 .map(s -> g.edgeValue(s, target).get()) in beginsAnAnyPath()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeKey.java | 131 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument 136 if (target.equals(RangeTree.getTerminal())) { in visit() 141 target.accept(this); in visit() 145 if (target.canTerminate()) { in visit()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_2_autogen.h | 30 void disablei(GLenum target, GLuint index); \ 40 void enablei(GLenum target, GLuint index); \ 41 void framebufferTexture(GLenum target, GLenum attachment, TextureID texturePacked, \ 61 GLboolean isEnabledi(GLenum target, GLuint index) const; \
|
H A D | Image.h | 58 // Set the image target of this sibling 87 EGLenum target, 128 ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs); 132 EGLenum target; member 151 EGLenum target, 184 // Called from ImageSibling only notify the image that a new target sibling exists for state 188 // Called from ImageSibling only to notify the image that a sibling (source or target) has
|
H A D | Context_gl_3_autogen.h | 15 void clampColor(GLenum target, GLenum clamp); \ 17 void framebufferTexture1D(GLenum target, GLenum attachment, TextureTarget textargetPacked, \ 38 void texImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, \ 40 void texImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | TextureStorage9.h | 36 gl::TextureTarget target, 88 gl::TextureTarget target, 122 gl::TextureTarget target, 159 gl::TextureTarget target,
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
H A D | generate.go | 94 target := g.t.Lookup(template) 95 if target == nil { 102 err = target.Execute(&sb, args[0]) 115 err = target.Execute(&sb, m)
|
/third_party/skia/third_party/externals/expat/expat/ |
H A D | coverage.sh | 120 local target="$1" 125 ln -s "${mingw_gcc_dll_dir}"/${dll} "${target}"/${dll} 136 ln -s "${source}" "${target}"/${dll} 144 ln -s "${abs_build_dir}"/${dll} "${target}"/${dll}
|
/third_party/protobuf/src/google/protobuf/ |
H A D | empty.pb.cc | 163 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize() 169 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize() 170 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize() 173 return target; in _InternalSerialize() 162 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | NioByteString.java | 110 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal() 113 slice.get(target, targetOffset, numberToCopy); in copyToInternal() 117 public void copyTo(ByteBuffer target) { in copyTo() argument 118 target.put(buffer.slice()); in copyTo() 109 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBufferTestUtil.hpp | 56 const char* getBufferTargetName (deUint32 target); 161 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 target); 173 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 target); 240 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 target);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferObjectQueryTests.cpp | 80 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL; 106 void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference); 114 void GetBufferParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) in verifyInteger() argument 119 glGetBufferParameteriv(target, name, &state); in verifyInteger()
|
H A D | es2fFboStateQueryTests.cpp | 58 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument 61 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state); in checkAttachmentParam() 67 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) in checkColorAttachmentParam() argument 69 checkAttachmentParam(testCtx, gl, target, GL_COLOR_ATTACHMENT0, pname, reference); in checkColorAttachmentParam()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ra144.c | 1527 * Copy the last offset values of *source to *target. If those values are not 1528 * enough to fill the target buffer, fill it with another copy of those values. 1530 void ff_copy_and_dup(int16_t *target, const int16_t *source, int offset) in ff_copy_and_dup() argument 1534 memcpy(target, source, FFMIN(BLOCKSIZE, offset)*sizeof(*target)); in ff_copy_and_dup() 1536 memcpy(target + offset, source, (BLOCKSIZE - offset)*sizeof(*target)); in ff_copy_and_dup()
|
/third_party/curl/tests/ |
H A D | testcurl.pl | 58 # --target=[your os] Specify your target environment. 84 # or if we got a specific target option or setup file option. 94 if ($ARGV[0] =~ /--target=/) { 153 # If no target defined on Win32 lets assume vc 185 my $target = $_[0]; 187 foreach (glob($target)) { 192 system("rm -rf $target"); 197 my ($target, $fn) = @_; 200 if (/$target/) { [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_liveness.cpp | 153 live = n.target->live_before; in visit() 154 process_phi_branch(n.target->loop_phi, n.rep_id); in visit() 162 live = n.target->live_after; in visit() 163 if(n.target->phi) in visit() 164 process_phi_branch(n.target->phi, n.dep_id); in visit()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_texture.c | 92 /* We must set the correct texture target and dimensions for a 3D box. */ in virgl_init_temp_resource_from_box() 94 res->target = orig->target; in virgl_init_temp_resource_from_box() 96 res->target = PIPE_TEXTURE_2D; in virgl_init_temp_resource_from_box() 98 if (res->target != PIPE_BUFFER) in virgl_init_temp_resource_from_box() 101 switch (res->target) { in virgl_init_temp_resource_from_box()
|
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/ |
H A D | wrapper_sw_winsys.c | 55 enum pipe_texture_target target; member 162 templ.target = wsw->target; in wsw_dt_create() 310 wsw->target = PIPE_TEXTURE_2D; in wrapper_sw_winsys_wrap_pipe_screen() 312 wsw->target = PIPE_TEXTURE_RECT; in wrapper_sw_winsys_wrap_pipe_screen()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 41 enum pipe_texture_target target; member 135 templ.target = xstfb->target; in xmesa_st_framebuffer_validate_textures() 305 xstfb->target = PIPE_TEXTURE_2D; in xmesa_create_st_framebuffer() 307 xstfb->target = PIPE_TEXTURE_RECT; in xmesa_create_st_framebuffer()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 81 struct pipe_resource *target; member 129 /* render target texture */ in init_prog() 133 tmplt.target = PIPE_TEXTURE_2D; in init_prog() 142 p->target = p->screen->resource_create(p->screen, &tmplt); in init_prog() 169 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl); in init_prog() 238 pipe_resource_reference(&p->target, NULL); in close_prog() 250 /* set the render target */ in draw() 253 /* clear the render target */ in draw()
|
/third_party/node/lib/internal/test_runner/mock/ |
H A D | mock.js | 276 * @param {object} object - The target object. 316 * @param {object} object - The target object. 392 target: undefined, 399 construct(target, argList, newTarget) { 417 target, 424 get(target, property, receiver) { 429 return ReflectGet(target, property, receiver);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | multisample.c | 226 * for a particular (target, internalFormat) pair. The limit imposed, 233 _mesa_check_sample_count(struct gl_context *ctx, GLenum target, in _mesa_check_sample_count() argument 252 target == GL_RENDERBUFFER) { in _mesa_check_sample_count() 316 st_QueryInternalFormat(ctx, target, internalFormat, in _mesa_check_sample_count() 354 if (target == GL_TEXTURE_2D_MULTISAMPLE || in _mesa_check_sample_count() 355 target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY) { in _mesa_check_sample_count()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | translit.h | 589 * containing only the forward direction source, target, and 1321 * have the form Any-Target1 <=> Any-Target2. The target should 1326 * @param target the target against which to register the inverse 1327 * @param inverseTarget the inverse of target, that is 1328 * Any-target.getInverse() => Any-inverseTarget 1330 * as well, that is, Any-inverseTarget.getInverse() => Any-target 1333 static void _registerSpecialInverse(const UnicodeString& target, 1392 * Return the number of registered target specifiers for a given 1395 * @return the number of registered target specifier [all...] |
H A D | ucol.h | 65 * UCOL_LESS is returned if source string is compared to be less than target 67 * UCOL_EQUAL is returned if source string is compared to be equal to target 70 * target string in the ucol_strcoll() method. 565 * @param target The target string. 566 * @param targetLength The length of target, or -1 if null-terminated. 578 const UChar *target, 589 * @param target The target UTF-8 string. 590 * @param targetLength The length of target, o [all...] |