HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 126 - 150 of 2209) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/
inline_variadic.go 7 // Test more aggressive inlining (-l=3 allows variadic functions)
  /toolchain/binutils/binutils-2.27/config/
bootstrap-debug.mk 9 # For more thorough testing, see bootstrap-debug-lean.mk
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Dates.py 97 more = n // 365
98 dby = _days_before_year(more)
100 more = more - 1
101 dby = dby - _days_in_year(more)
102 year, n = year + more, int(n - dby)
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
55 More verbose explanation: for each backward reference there is a position-distance pair, also a copy length may be specified. Copy length is prefixed with flag byte 0, position-distance pair is prefixed with flag byte 1. Each number is a 32-bit integer. Copy length always comes before position-distance pair. Standalone copy length is allowed, in this case it is ignored.
  /external/google-breakpad/src/testing/
CMakeLists.txt 6 # For more options, run 'ctest --help'.
71 # Google Mock libraries. We build them using more strict warnings than what
112 cxx_test(gmock-more-actions_test gmock_main)
139 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}"
140 gmock_main_no_exception test/gmock-more-actions_test.cc)
153 # knowing more details about the system configurations. We do not try to run
154 # this binary. To get a more robust shared library coverage, configure with
  /external/python/cpython2/Demo/classes/
Dates.py 97 more = n // 365
98 dby = _days_before_year(more)
100 more = more - 1
101 dby = dby - _days_in_year(more)
102 year, n = year + more, int(n - dby)
  /external/v8/testing/gmock/
CMakeLists.txt 6 # For more options, run 'ctest --help'.
81 # Google Mock libraries. We build them using more strict warnings than what
123 cxx_test(gmock-more-actions_test gmock_main)
158 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}"
159 gmock_main_no_exception test/gmock-more-actions_test.cc)
169 # knowing more details about the system configurations. We do not try to run
170 # this binary. To get a more robust shared library coverage, configure with
  /prebuilts/go/darwin-x86/src/encoding/json/
example_test.go 101 if dec.More() {
102 fmt.Printf(" (more)")
107 // json.Delim: { (more)
108 // string: Message (more)
109 // string: Hello (more)
110 // string: Array (more)
111 // json.Delim: [ (more)
112 // float64: 1 (more)
113 // float64: 2 (more)
115 // json.Delim: ] (more)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
example_test.go 101 if dec.More() {
102 fmt.Printf(" (more)")
107 // json.Delim: { (more)
108 // string: Message (more)
109 // string: Hello (more)
110 // string: Array (more)
111 // json.Delim: [ (more)
112 // float64: 1 (more)
113 // float64: 2 (more)
115 // json.Delim: ] (more)
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/
java.security 32 # more digital signature algorithms or message digest algorithms.
148 # specified, the "NativePRNG" implementation will be more preferred than
442 # more than what is defined in krb5.conf, it will be ignored.
554 # The usage type follows the keyword and more than one usage type can
558 # When an algorithm must satisfy more than one constraint, it must be
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/conf/security/
java.security 32 # more digital signature algorithms or message digest algorithms.
147 # specified, the "NativePRNG" implementation will be more preferred than
441 # more than what is defined in krb5.conf, it will be ignored.
553 # The usage type follows the keyword and more than one usage type can
557 # When an algorithm must satisfy more than one constraint, it must be
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a-it-bad.l 3 .*:15: IT blocks containing more than one conditional instruction are deprecated in ARMv8
4 .*:20: IT blocks containing more than one conditional instruction are deprecated in ARMv8
6 .*:36: IT blocks containing more than one conditional instruction are deprecated in ARMv8
  /external/curl/lib/
formdata.c 101 /* now, point our 'more' to the original 'more' */
102 post->more = parent_post->more;
104 /* then move the original 'more' to point to ourselves */
105 parent_post->more = post;
146 /* now, point our 'more' to the original 'more' */
147 form_info->more = parent_form_info->more;
    [all...]
  /external/elfutils/libdwfl/
gzip.c 23 General Public License for more details.
85 size_t more = state->size ? state->size * 2 : start; local
86 char *b = realloc (state->buffer, more);
87 while (unlikely (b == NULL) && more >= state->size + 1024)
88 b = realloc (state->buffer, more -= 1024);
92 state->size = more;
  /external/libmicrohttpd/src/testspdy/
test_request_response_with_callback.c 13 GNU General Public License for more details.
60 bool *more)
75 *more = feof(fd) == 0;
77 //printf("more is %i\n",*more);
79 if(!(*more))
115 bool more)
125 (void)more;
  /frameworks/av/media/libstagefright/
ESDS.cpp 82 bool more; local
92 more = (x & 0x80) != 0;
94 while (more);
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 26 // the fromServer data. If more is true, the server expects a
31 Next(fromServer []byte, more bool) (toServer []byte, err error)
78 func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) {
79 if more {
102 func (a *cramMD5Auth) Next(fromServer []byte, more bool) ([]byte, error) {
103 if more {
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 26 // the fromServer data. If more is true, the server expects a
31 Next(fromServer []byte, more bool) (toServer []byte, err error)
78 func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) {
79 if more {
102 func (a *cramMD5Auth) Next(fromServer []byte, more bool) ([]byte, error) {
103 if more {
  /external/googletest/googlemock/
CMakeLists.txt 6 # For more options, run 'ctest --help'.
88 # Google Mock libraries. We build them using more strict warnings than what
162 cxx_test(gmock-more-actions_test gmock_main)
197 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}"
198 gmock_main_no_exception test/gmock-more-actions_test.cc)
208 # knowing more details about the system configurations. We do not try to run
209 # this binary. To get a more robust shared library coverage, configure with
  /prebuilts/go/darwin-x86/src/cmd/go/internal/vet/
vet.go 23 For more about vet and its flags, see 'go doc cmd/vet'.
24 For more about specifying packages, see 'go help packages'.
31 For more about these flags, see 'go help build'.
  /prebuilts/go/linux-x86/src/cmd/go/internal/vet/
vet.go 23 For more about vet and its flags, see 'go doc cmd/vet'.
24 For more about specifying packages, see 'go help packages'.
31 For more about these flags, see 'go help build'.
  /build/kati/
doc.go 22 // TODO(ukai): add more doc comments.
  /compatibility/cdd/3_software/
3_16_companion_device_pairing.md 3 Android includes support for companion device pairing to more effectively manage
  /compatibility/cdd/8_performance-and-power/
8_4_power-consumption-accounting.md 3 A more accurate accounting and reporting of the power consumption provides the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_modulefinder.py 246 more = list(found - modules)
248 # check if we found what we expected, not more, not less
249 self.assertEqual((more, less), ([], []))

Completed in 976 milliseconds

1 2 3 4 56 7 8 91011>>