Home
last modified time | relevance | path

Searched +full:end +full:- +full:to +full:- +full:end (Results 1 – 25 of 1169) sorted by relevance

12345678910>>...47

/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_projects.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
Dsdl_check_compile.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
Dsdl_file.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
Dsdl_dependency_checkers.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
Dsdl_string.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
/third_party/python/Lib/json/
Ddecoder.py17 NegInf = float('-inf')
26 lineno: The line corresponding to pos
27 colno: The column corresponding to pos
33 colno = pos - doc.rfind('\n', 0, pos)
47 '-Infinity': NegInf,
53 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS)
69 def py_scanstring(s, end, strict=True, argument
71 """Scan the string s for a JSON string. End is the index of the
74 on attempt to decode an invalid string. If strict is False then literal
78 after the end quote."""
[all …]
/third_party/grpc/third_party/upb/third_party/lunit/
Dlunit.lua1 --[[--------------------------------------------------------------------------
9 Copyright (c) 2004, 2006-2010 Michael Roth <mroth@nessie.de>
11 Permission is hereby granted, free of charge, to any person
13 files (the "Software"), to deal in the Software without restriction,
14 including without limitation the rights to use, copy, modify, merge,
16 and to permit persons to whom the Software is furnished to do so,
17 subject to the following conditions:
23 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30 --]]--------------------------------------------------------------------------
71 end
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/
Dpremake4.lua1 -- Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
2 --
3 -- This software is provided 'as-is', without any express or implied
4 -- warranty. In no event will the authors be held liable for any damages
5 -- arising from the use of this software.
6 --
7 -- Permission is granted to anyone to use this software for any purpose,
8 -- including commercial applications, and to alter it and redistribute it
9 -- freely.
10 --
[all …]
/third_party/python/Misc/
Dgdbinit1 # If you use the GNU debugger gdb to debug the Python C runtime, you
2 # might find some of the following commands useful. Copy this to your
7 # <module 'foobar' (built-in)>
14 # with embedded macros that you may find superior to what is in here.
18 # side effect of calling _PyObject_Dump is to dump the object's
19 # info - assigning just prevents gdb from printing the
22 end
24 Prints a representation of the object to stderr, along with the
27 end
31 end
[all …]
/third_party/ffmpeg/doc/
Dgit-howto.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
4 @settitle Using Git to develop FFmpeg
7 @center @titlefont{Using Git to develop FFmpeg}
8 @end titlepage
21 git --help
23 @end example
28 git <command> --help
29 man git-<command>
30 @end example
[all …]
Dfilters.texi8 To illustrate the sorts of things that are possible, we consider the
13 input --> split ---------------------> overlay --> output
16 +-----> crop --> vflip -------+
17 @end verbatim
22 following command to achieve this:
25 ffmpeg -i INPUT -vf "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=…
26 @end example
36 example, the split filter generates two outputs that are associated to
39 The stream sent to the second output of @var{split}, labelled as
50 There exist so-called @var{source filters} that do not have an
[all …]
Dindevs.texi5 the data coming from a multimedia device attached to your system.
9 configure option "--list-indevs".
12 "--disable-indevs", and selectively enable an input device using the
13 option "--enable-indev=@var{INDEV}", or you can disable a particular
14 input device using the option "--disable-indev=@var{INDEV}".
16 The option "-devices" of the ff* tools will display the list of
25 To enable this input device during configuration you need libasound
29 device to capture has to be an ALSA card identifier.
34 @end example
40 (-1 means any).
[all …]
Dffprobe.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
7 @end titlepage
21 human- and machine-readable fashion.
23 For example it can be used to check the format of the container used
27 If a url is specified in input, ffprobe will try to open and
35 Options are used to list some of the formats supported by ffprobe or
36 for specifying which information to display, and for setting how
39 ffprobe output is designed to be easily parsable by a textual filter,
51 @c man end
[all …]
/third_party/grpc/src/ruby/pb/test/
Dclient.rb9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
22 # Usage: $ path/to/client.rb --server_host=<hostname> \
23 # --server_port=<port> \
24 # --test_case=<testcase_name>
26 # These lines are required for the generated files to load grpc
50 end
54 end
58 # Inject the noop #logger if no module-level logger method has been injected.
60 end
[all …]
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dbuffers.dart2 // Use of this source code is governed by a BSD-style license that can be
73 // by setting the length in increments of one. We want to grow by doubling
80 /// Appends all objects of [values] to the end of this buffer.
82 /// This adds values from [start] (inclusive) to [end] (exclusive) in
83 /// [values]. If [end] is omitted, it defaults to adding all elements of
86 /// The [start] value must be non-negative. The [values] iterable must have at
87 /// least [start] elements, and if [end] is specified, it must be greater than
88 /// or equal to [start] and [values] must have at least [end] elements.
90 void addAll(Iterable<E> values, [int start = 0, int end]) {
92 if (end != null && start > end) {
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Darc.dart2 // Use of this source code is governed by a BSD-style license that can be
11 // How close the begin and end points must be to an axis to be considered
21 /// The arc's radius is related to the bounding box that contains the [begin]
22 /// and [end] points. If the bounding box is taller than it is wide, then the
23 /// center of the circle will be horizontally aligned with the end point.
25 /// The arc's sweep is always less than or equal to 90 degrees.
29 /// * [Tween], for a discussion on how to use interpolation objects.
30 /// * [MaterialRectArcTween], which extends this concept to interpolating [Rect]s.
34 /// The [begin] and [end] properties must be non-null before the tween is
35 /// first used, but the arguments can be null if the values are going to be
[all …]
/third_party/grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
32 @stop_mutex = Mutex.new # needs to be held when accessing @stopped
37 # Each worker thread has its own queue to push and pull jobs
40 end
45 end
52 end
57 # @param blk the block to call
64 end
71 end
[all …]
Dservice.rb7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
20 # Provides behaviour used to implement schema-derived service classes.
22 # Is intended to be used to support both client and server
23 # IDL-schema-derived servers.
28 # PrintHTML -> print_html
29 # AMethod -> a_method
30 # AnRpc -> an_rpc
32 # @param s [String] the string to be converted.
35 s.gsub!(/([A-Z]+)([A-Z][a-z])/, '\1_\2')
[all …]
/third_party/grpc/src/ruby/spec/
Dgoogle_rpc_status_utils_spec.rb7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
24 describe 'conversion from a status struct to a google protobuf status' do
30 end
31 expect(exception.is_a?(ArgumentError)).to be true
32 expect(exception.message.include?('bad type')).to be true
33 end
37 expect(status.metadata.nil?).to be false
39 status)).to be(nil)
40 end
[all …]
/third_party/grpc/src/ruby/spec/pb/health/
Dchecker_spec.rb7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
23 end
28 skip 'protoc || grpc_ruby_plugin missing, cannot verify health code-gen'
31 expect(require('grpc/health/v1/health_services_pb')).to be(false)
32 end
53 '-I.',
55 "--grpc_out=#{tmp_dir}",
56 "--plugin=protoc-gen-grpc=#{plugin}",
60 end
[all …]
/third_party/boost/libs/hof/doc/
Dmake.bat9 set SPHINXBUILD=sphinx-build
12 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
15 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
16 set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
24 echo. html to make standalone HTML files
25 echo. dirhtml to make HTML files named index.html in directories
26 echo. singlehtml to make a single large HTML file
27 echo. pickle to make pickle files
28 echo. json to make JSON files
29 echo. htmlhelp to make HTML files and a HTML help project
[all …]
/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
16 # contributors may be used to endorse or promote products derived from
21 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 This code is very similar to encoder.py -- read the docs for that module first.
36 Decode(buffer, pos, end, message, field_dict)
40 end: The position in the string where the current message ends. May be
41 less than len(buffer) if we're reading a sub-message.
50 struct.error: Unpacking of a fixed-width field failed.
[all …]
/third_party/boost/boost/algorithm/string/detail/
Dsequence.hpp1 // Boost string_algo library sequence.hpp header file ---------------------------//
3 // Copyright Pavol Droba 2002-2003.
18 #include <boost/range/end.hpp>
26 // insert helpers -------------------------------------------------//
33 ForwardIteratorT End ) in insert() argument
35 Input.insert( At, Begin, End ); in insert()
44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert()
47 // erase helper ---------------------------------------------------//
57 BOOST_STRING_TYPENAME InputT::iterator To ) in erase() argument
59 return Input.erase( From, To ); in erase()
[all …]
/third_party/mbedtls/include/mbedtls/
Dasn1.h8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
20 * http://www.apache.org/licenses/LICENSE-2.0
22 * Unless required by applicable law or agreed to in writing, software
44 * with this program; if not, write to the Free Software Foundation, Inc.,
45 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
71 * These error codes are OR'ed to X509 error codes for
73 * ASN1 is a standard to specify data structures.
76 #define MBEDTLS_ERR_ASN1_OUT_OF_DATA -0x0060 /**< Out of data when parsing an…
77 #define MBEDTLS_ERR_ASN1_UNEXPECTED_TAG -0x0062 /**< ASN1 tag was of an unexpect…
78 #define MBEDTLS_ERR_ASN1_INVALID_LENGTH -0x0064 /**< Error when trying to determ…
[all …]
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/
DREADME.md7 fast](https://docs.google.com/spreadsheets/d/1oObKSrVwLX_7Ut4Z6g3fZW-AX1j1-k6w-cDsrkaSbHM/edit#gid=…
10 Supports pipe()ing (including multi-pipe() and backpressure
15 There is a `read()` method, but it's much more efficient to consume
17 some other stream. Calling `read()` requires the buffer to be
25 copying to ensure proper Streams semantics when `read(n)` is called.
28 writing any non-string/non-buffer data. `objectMode` cannot be set to
32 the data, it just passes it right through. If you want to transform
40 - [minizlib](http://npm.im/minizlib)
41 - [fs-minipass](http://npm.im/fs-minipass)
42 - [tar](http://npm.im/tar)
[all …]

12345678910>>...47