Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 2302) sorted by relevance

12345678910>>...93

/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/dropbear/libtomcrypt/
DDoxyfile3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ")
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
23 # This could be handy for archiving the generated documentation or
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
38 # Enabling this option can be useful when feeding doxygen a huge amount of source
[all …]
/external/libvpx/
Dlibs.doxy_template5 ## that can be found in the LICENSE file in the root of the source
6 ## tree. An additional intellectual property rights grant can be found
8 ## be found in the AUTHORS file in the root of the source tree.
14 # This file describes the settings to be used by the documentation system
17 # All text after a hash (#) is considered a comment and will be ignored
20 # For lists items can also be appended using:
22 # Values that contain spaces should be placed between quotes (" ")
42 # base path where the generated documentation will be put.
43 # If a relative path is entered, it will be relative to the location
44 # where doxygen was started. If left blank the current directory will be used.
[all …]
Dusage.dox28 size, and thus can be allocated eith with automatic storage or dynamically
32 instances are codec specific. That is, the codec to be used for the encoded
33 video must be known at initialization time. See #vpx_codec_ctx_t for further
52 capabilities, of an algorithm can be queried from it's interface by using
68 on the \ref usage_features that the codec supports, the codec could be
74 the ABI is versioned. The ABI version number must be passed at
91 The semantics of how each error condition should be processed is clearly
92 defined in the definitions of each enumerated value. Error values can be
96 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
97 outside any context. The enumerated value returned from the last call can be
[all …]
/external/srec/doc/
Dsrec.doxygen3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ")
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31 # This could be handy for archiving the generated documentation or
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
46 # Enabling this option can be useful when feeding doxygen a huge amount of
[all …]
/external/libvpx/nestegg/docs/
DDoxyfile.in3 # This file describes the settings to be used by the documentation system
6 # All text after a hash (#) is considered a comment and will be ignored
9 # For lists items can also be appended using:
11 # Values that contain spaces should be placed between quotes (" ")
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31 # This could be handy for archiving the generated documentation or
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
46 # Enabling this option can be useful when feeding doxygen a huge amount of
[all …]
/external/e2fsprogs/tests/f_orphan_dotdot_ft/
Dexpect.14 Inode 12, i_blocks is 2, should be 0. Fix? yes
7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6).
10 Entry '..' in ??? (13) has an incorrect filetype (was 2, should be 6).
13 Entry '..' in ??? (14) has an incorrect filetype (was 2, should be 6).
16 Entry '..' in ??? (15) has an incorrect filetype (was 2, should be 6).
30 Inode 2 ref count is 4, should be 3. Fix? yes
32 Inode 12 ref count is 2, should be 1. Fix? yes
34 Inode 13 ref count is 3, should be 2. Fix? yes
36 Inode 14 ref count is 3, should be 2. Fix? yes
38 Inode 15 ref count is 3, should be 2. Fix? yes
/external/e2fsprogs/tests/f_clear_xattr/
Dexpect.12 Inode 14, i_blocks is 2, should be 0. Fix? yes
4 Inode 12, i_blocks is 4, should be 2. Fix? yes
6 Inode 13, i_blocks is 2, should be 0. Fix? yes
8 Inode 15, i_blocks is 4, should be 2. Fix? yes
11 i_file_acl for inode 12 (/dir) is 22, should be zero.
14 i_file_acl for inode 13 (/file) is 22, should be zero.
17 i_file_acl for inode 14 (/symlink) is 22, should be zero.
20 i_file_acl for inode 15 (/long-symlink) is 23, should be zero.
/external/jpeg/
Dcoderules.doc8 Since numerous people will be contributing code and bug fixes, it's important
17 Block comments should be laid out thusly:
32 Multi-word names should be written in lower case with underscores, e.g.,
34 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
35 the first fifteen characters. (On some older systems, global names must be
44 should be written in the following style:
55 can readily be changed for special needs. (For instance, special linkage
56 keywords can be inserted for use in Windows DLLs.)
83 so that the result is guaranteed to be of type size_t.
86 The JPEG library is intended to be used within larger programs. Furthermore,
[all …]
Dstructure.doc45 We desire the library to be capable of supporting all JPEG baseline, extended
50 JPEG shares little or no code with lossy JPEG, and would normally be used
55 spec should be readable for decompression. (We can be more restrictive about
58 never be; nonintegral sampling ratios are the prime example. Furthermore,
64 extending the library to include it would be straightforward.
67 particular the widely used JFIF file format. The library can be used by
76 and color quantization. This code can be omitted if not needed.
83 compression is normally less time-critical. It should be understood that the
93 1. Memory usage. We want the code to be able to run on PC-class machines
94 with limited memory. Images should therefore be processed sequentially (in
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto16 // contributors may be used to endorse or promote products derived from
36 // protoc (aka the Protocol Compiler) can be extended via plugins. A plugin is
43 // A plugin executable needs only to be placed somewhere in the path. The
44 // plugin should be named "protoc-gen-$NAME", and will then be used when the
55 // descriptor will be included in proto_file, below.
65 // protoc guarantees that all proto_files will be written after
80 // This should be used to indicate errors in .proto files which prevent the
83 // unparseable -- should be reported by writing a message to stderr and
90 // contain "." or ".." components and must be relative, not be absolute (so,
91 // the file cannot lie outside the output directory). "/" must be used as
[all …]
/external/libvpx/vp8/encoder/
Dencodeintra.c46 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, in… in vp8_encode_intra4x4block() argument
50 ENCODEMB_INVOKE(&rtcd->encodemb, subb)(be, b, 16); in vp8_encode_intra4x4block()
52 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32); in vp8_encode_intra4x4block()
54 x->quantize_b(be, b); in vp8_encode_intra4x4block()
61 void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b,… in vp8_encode_intra4x4block_rd() argument
65 ENCODEMB_INVOKE(&rtcd->encodemb, subb)(be, b, 16); in vp8_encode_intra4x4block_rd()
67 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32); in vp8_encode_intra4x4block_rd()
69 x->quantize_b(be, b); in vp8_encode_intra4x4block_rd()
85 BLOCK *be = &mb->block[i]; in vp8_encode_intra4x4mby() local
88 vp8_encode_intra4x4block(rtcd, mb, be, b, b->bmi.mode); in vp8_encode_intra4x4mby()
/external/e2fsprogs/tests/f_bad_disconnected_inode/
Dexpect.17 Inode 2 ref count is 4, should be 3. Fix? yes
9 i_file_acl for inode 13 (...) is 4218798225, should be zero.
15 i_file_acl for inode 14 (...) is 2892851642, should be zero.
21 i_file_acl for inode 15 (...) is 1143674715, should be zero.
27 i_file_acl for inode 16 (...) is 2007517039, should be zero.
30 i_faddr for inode 16 (...) is 1003914917, should be zero.
33 i_blocks_hi for inode 16 (...) is 62762, should be zero.
39 Inode 16 ref count is 5925, should be 1. Fix? yes
/external/wpa_supplicant_6/wpa_supplicant/
DREADME-WPS5 can be configured and how an external component on the client (e.g.,
21 wireless network, it should be noted that the use of the PIN and
23 not very secure. As such, use of WPS may not be suitable for
31 addition of new devices); this may be either in the AP ("internal
36 It should also be noted that the AP and a client device may change
48 wpa_supplicant includes an optional WPS component that can be used as
58 WPS is an optional component that needs to be enabled in
70 wpa_supplicant (if not set, UUID will be generated based on local MAC
78 to be added explicitly in the configuration file.
81 credentials. If these are to be stored for future use (after
[all …]
DREADME8 license. Either license may be used at your option.
21 This program is distributed in the hope that it will be useful,
33 Alternatively, this software may be distributed, used, and modified
48 names of its contributors may be used to endorse or promote products
98 material, they cannot be used with WPA or IEEE 802.1X WEP keying)
113 - can be used in place of an external TLS/crypto library
137 and driver_wext (-Dwext on wpa_supplicant command line) should be the
143 Driver need to be set in Managed mode ('iwconfig wlan0 mode managed').
144 Please note that station firmware version needs to be 1.7.0 or newer
173 routers that use Linux. The driver binary can be downloaded, e.g.,
[all …]
/external/quake/quake/src/WinQuake/data/
DCOMEXP.TXT87 other party. Termination will be effective on the thirtieth (30th)
94 assignment for benefit of creditors, shall be commenced against
95 Licensee and not be dismissed within sixty (60) days after the date
112 thereupon terminate, revert to and be vested in Id Software.
139 Licensee fails to provide a defense, then Licensee shall be
144 settlement by Licensee of any Claims shall be valid unless Licensee
150 time be made available or become known to Licensee is to be treated
151 as confidential, is to be used solely in connection with Licensee's
152 performance under this Agreement, and is to be disclosed only to
154 information shall include, but not be limited to, trade secrets,
[all …]
/external/bluetooth/glib/docs/reference/glib/
Drunning.sgml30 This environment variable can be set to a comma-separated list of character
32 set from that list rather than in UTF-8. The special token "@locale" can be
51 A list of log levels for which messages should be prefixed by the
61 this variable can be set to a list of debug options, which cause GLib
69 special in that it doesn't require GLib to be configured with
77 special in that it doesn't require GLib to be configured with
86 as memory being freed will be reset to 0. The point here is to
89 This option is special in that it doesn't require GLib to be
98 All modules loaded by GModule will be made resident. This can be useful
102 This option is special in that it doesn't require GLib to be
[all …]
/external/libvpx/vp8/encoder/arm/
Dencodemb_arm.c23 void vp8_subtract_b_neon(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_neon() argument
25 unsigned char *src_ptr = (*(be->base_src) + be->src); in vp8_subtract_b_neon()
26 short *diff_ptr = be->src_diff; in vp8_subtract_b_neon()
28 int src_stride = be->src_stride; in vp8_subtract_b_neon()
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi5 on top of Kerberos 5. The Heimdal gss-api library had to be modified
12 a set of special credentials to be used. For example, authentication
15 is being used. These special credentials need to be extracted into
17 is 'ike/fqdn', but it can be overridden in the racoon config file.
32 to be used inside a proposal specification. It specifies
37 GSS endpoint attribute will be specified in the first SA sent.
68 possibly be re-examined by the racoon maintainers, storing
69 the SAs (the transformations, to be more precise) in a different
70 fashion to allow for variable-length attributes to be
71 re-inserted would be a good change, but I considered it to be
[all …]
/external/e2fsprogs/tests/f_baddotdir/
Dexpect.111 First entry 'X' (inode=11) in directory inode 13 (/b) should be '.'
17 Second entry 'XX' (inode=11) in directory inode 15 should be '..'
33 '..' in /a (12) is <The NULL inode> (0), should be / (2).
36 '..' in /c (14) is <The NULL inode> (0), should be / (2).
39 '..' in /d (15) is <The NULL inode> (0), should be / (2).
42 '..' in /e (16) is <The NULL inode> (0), should be / (2).
45 '..' in /f (17) is <The NULL inode> (0), should be / (2).
/external/e2fsprogs/tests/f_recnect_bad/
Dexpect.13 i_faddr for inode 15 (/test/quux) is 23, should be zero.
6 i_dir_acl for inode 15 (/test/quux) is 12, should be zero.
9 i_file_acl for inode 13 (/test/???) is 12, should be zero.
12 i_faddr for inode 13 (/test/???) is 12, should be zero.
20 Inode 13 ref count is 4, should be 3. Fix? yes
22 i_file_acl for inode 28 (...) is 4294967295, should be zero.
/external/tinyxml/
DNOTICE2 warranty. In no event will the authors be held liable for any
9 1. The origin of this software must not be misrepresented; you must
12 would be appreciated but is not required.
14 2. Altered source versions must be plainly marked as such, and
15 must not be misrepresented as being the original software.
17 3. This notice may not be removed or altered from any source
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c110 struct atm_backend_ppp be; in set_line_discipline_pppoatm() local
111 be.backend_num = ATM_BACKEND_PPP; in set_line_discipline_pppoatm()
113 be.encaps = PPPOATM_ENCAPS_VC; in set_line_discipline_pppoatm()
115 be.encaps = PPPOATM_ENCAPS_LLC; in set_line_discipline_pppoatm()
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT; in set_line_discipline_pppoatm()
118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0) in set_line_discipline_pppoatm()
125 atm_backend_t be = ATM_BACKEND_RAW;
127 (void) ioctl(fd, ATM_SETBACKEND, &be);
/external/webkit/WebKitTools/iExploder/
DLICENSE.txt5 # In no event will the authors be held liable for any damages arising from the
12 # 1. The origin of this software must not be misrepresented; you must not
14 # product, an acknowledgment in the product documentation would be appreciated
17 # 2. Altered source versions must be plainly marked as such, and must not be
20 # 3. This notice may not be removed or altered from any source distribution.
/external/webkit/WebKit/qt/docs/
Dqtwebkit.qdoc24 can be found in the \c{src/3rdparty/webkit/VERSION} file supplied with Qt.
27 use the QtWebKit module need to be aware of their obligations under the
35 Individual contributor names and copyright dates can be found
43 This library is distributed in the hope that it will be useful,
67 content can be enhanced with native controls.
75 model makes it possible for custom QObjects to be scripted. Integration
76 with the Qt networking module enables Web pages to be transparently loaded
79 In addition to providing pure rendering features, HTML documents can be
84 WebKit itself can be found on the \l{WebKit Open Source Project} Web site.
92 Currently QtWebKit will always be compiled without debugging symbols
[all …]

12345678910>>...93