Searched defs:be (Results 1 - 17 of 17) sorted by relevance

/external/webkit/WebKitTools/pywebsocket/test/
H A Dtest_memorizingfile.py17 # contributors may be used to endorse or promote products derived from
39 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_util.py17 # contributors may be used to endorse or promote products derived from
38 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_dispatch.py17 # contributors may be used to endorse or promote products derived from
40 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_handshake.py17 # contributors may be used to endorse or promote products derived from
38 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_msgutil.py17 # contributors may be used to endorse or promote products derived from
39 import config # This must be imported before mod_pywebsocket. namespace
77 # Invalid characters should be replaced with
136 # request.connection.written_data() cannot be used here because
/external/opencore/baselibs/gen_data_structures/src/
H A Dbitstreamparser.cpp209 uint16 be = data; local
210 host_to_big_endian((char*)&be, sizeof(be));
211 WriteUInt8(((uint8*)&be)[0]);
212 WriteUInt8(((uint8*)&be)[1]);
218 uint32 be = data; local
219 host_to_big_endian((char*)&be, sizeof(be));
220 WriteUInt8(((uint8*)&be)[0]);
221 WriteUInt8(((uint8*)&be)[
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c110 struct atm_backend_ppp be; local
111 be.backend_num = ATM_BACKEND_PPP;
113 be.encaps = PPPOATM_ENCAPS_VC;
115 be.encaps = PPPOATM_ENCAPS_LLC;
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;
118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0)
125 atm_backend_t be = ATM_BACKEND_RAW;
127 (void) ioctl(fd, ATM_SETBACKEND, &be);
/external/ipsec-tools/src/racoon/
H A Dprivsep.c18 * may be used to endorse or promote products derived from this software
1099 char *const *be; local
1103 for (be = bad_env; *be; be++) {
1104 if (strncmp(*e, *be, strlen(*be)) == 0) {
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dscm_unittest.py15 # contributors may be used to endorse or promote products derived from
43 from webkitpy.bugzilla import Attachment # FIXME: This should not be needed namespace
48 # FIXME: This should be unified into one of the executive.py commands!
163 # GitTest and SVNTest inherit from this so any test_ methods here will be run once for this class and then once for each subclass.
172 return Attachment(patch, None) # FIXME: This is a hack, scm.py shouldn't be fetching attachment data.
182 # FIXME: There must be a simpler way to add these w/o adding a wrapper method to both subclasses
200 # Patch formats are slightly different between svn and git, so just regexp for things we know should be there.
503 run_command(['git', 'commit', '-a', '-m', 'commit to be thrown away by rebase abort'])
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c9 * Alternatively, this software may be distributed under the terms of BSD
87 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
91 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/webkit/WebCore/rendering/
H A DRenderTableSection.cpp15 * This library is distributed in the hope that it will be useful,
508 // Set the width of our section now. The rows will also be this width.
605 // time only). We may also not be handling row-spanning cells correctly.
693 int be = rHeight - heightWithoutIntrinsicPadding - te; local
695 cell->setIntrinsicPaddingBottom(be);
696 if (te != oldTe || be != oldBe) {
701 if ((te != oldTe || be > oldBe) && !table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout())
1070 // FIXME: should we be smarter too?
1128 // since a cell can be -1 (indicating a colspan) we might have to search backwards to include it
1162 // Paint the row next, but only if it doesn't have a layer. If a row has a layer, it will be responsibl
[all...]
/external/tcpdump/
H A Dprint-snmp.c272 * and by right shouldn't be an "include" file.
277 * This defines a list of OIDs which will be abbreviated on output.
328 struct be { struct
406 asn1_parse(register const u_char *p, u_int len, struct be *elem)
420 * it would be nice to use a bit field, but you can't depend on them.
662 * This used to be an integral part of asn1_parse() before the intermediate
666 asn1_print(struct be *elem)
831 fputs("[be!?]", stdout);
854 struct be elem;
879 int be; member in struct:smi2be
937 smi_check_type(SmiBasetype basetype, int be) argument
[all...]
/external/v8/src/third_party/dtoa/
H A Ddtoa.c29 * appropriate depends on the compiler; for this to work, it may be
52 * we can represent 10^k exactly), we may be able to
90 * something other than "long long", #define Llong to be the name,
92 * Llong, #define #ULLong to be the corresponding unsigned type.
99 * appropriate. If MALLOC is undefined, malloc will be invoked
104 * unless #defined to be a different length. This default length
114 * some HP systems), it may be necessary to #define NAN_WORD0
133 * probability of wasting memory, but would otherwise be harmless.)
149 * computation should be done to set the inexact flag when the
151 * is exact. In this case, dtoa.c must be compile
2677 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
[all...]
/external/webkit/JavaScriptCore/wtf/
H A Ddtoa.cpp36 * appropriate depends on the compiler; for this to work, it may be
58 * we can represent 10^k exactly), we may be able to
93 * some HP systems), it may be necessary to #define NAN_WORD0
118 * computation should be done to set the inexact flag when the
120 * is exact. In this case, dtoa.c must be compiled in
173 Exactly one of IEEE_8087, IEEE_ARM or IEEE_MC68k should be defined.
205 * An alternative that might be better on some machines is
267 // 64-bit emulation provided by the compiler is likely to be slower than dtoa own code on 32-bit hardware.
1581 /* special case -- power of FLT_RADIX to be */
1852 * 3. Under the assumption that input will be rounde
1884 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local
[all...]
/external/kernel-headers/original/linux/
H A Dwanrouter.h31 * Oct 20, 1997 Jaspreet Singh Added 'cir','bc','be' and 'mc' to 'wanif_conf_t'
402 unsigned be; /* Excess Burst Size fwd, bwd */ member in struct:wanif_conf
523 /* Proc interface functions. These must not be called by the drivers! */
/external/qemu/hw/
H A Dusb-ohci.c12 * This library is distributed in the hope that it will be useful,
24 * o Disable timers when nothing needs to be done, or remove timer usage
203 uint32_t be; member in struct:ohci_td
211 uint32_t be; member in struct:ohci_iso_td
564 ptr = td->be & ~0xfffu;
641 iso_td.flags, iso_td.bp, iso_td.next, iso_td.be,
688 if (!iso_td.bp || !iso_td.be) {
689 printf("usb-ohci: ISO_TD bp 0x%.8x be 0x%.8x\n", iso_td.bp, iso_td.be);
714 start_addr = (iso_td.be
[all...]
/external/sqlite/dist/
H A Dsqlite3.c4 ** single large file, the entire code can be compiled as a one translation
5 ** unit. This allows many compilers to do optimizations that would not be
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
49 ** large file support, or if the OS is windows, these should be no-ops.
52 ** system #includes. Hence, this block of code must be the very first
55 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
133 ** It used to be the case that setting this value to zero would
194 ** The maximum number of attached databases. This must be between 0
212 ** and the fact that the page size must be a power of 2.
218 ** limit will not be abl
52793 } be; member in union:vdbeExecUnion
[all...]

Completed in 391 milliseconds