HomeSort by relevance Sort by last modified time
    Searched full:bcb (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libxml/patches/
win32-clobber-makefile 7 else if (compiler == "bcb")
8 makefile = ".\\Makefile.bcb";
  /external/bluetooth/bluedroid/stack/avct/
avct_int.h 107 tAVCT_BCB *p_bcb; /* associated BCB */
109 UINT8 allocated; /* Whether LCB/BCB is allocated */
133 tAVCT_BCB bcb[AVCT_NUM_LINKS]; /* browse control blocks */ member in struct:__anon5819
178 /* BCB action functions */
avct_api.c 279 p_bcb = &avct_cb.bcb[index - 1];
286 /* bind bcb to ccb */
328 /* send unbind event to bcb */
449 /* send msg event to bcb */
454 /* BCB channel is not open and not allocated */
avct_lcb.c 244 AVCT_TRACE_EVENT("BCB lcb=%d event=%s state=%s", p_bcb->allocated, avct_lcb_evt_str[event], avct_lcb_st_str[p_bcb->state]);
246 AVCT_TRACE_EVENT("BCB lcb=%d event=%d state=%d", p_bcb->allocated, event, p_bcb->state);
  /external/stlport/test/eh/
bcb.mak 5 !if !$d(BCB)
6 BCB = $(MAKEDIR)\..
12 # The following section of the project makefile is managed by the BCB IDE.
51 CFLAG1 = -w- -jb -j1 -I.;..\..\stlport;$(BCB)\include; -Od -v -N -x -xp -tWC -D$(SYSDEFINES);$(USERDEFINES)
53 LDFLAGS = -L..\..\lib;$(BCB)\..\lib cw32i.lib stlp.4.5.lib
  /external/chromium_org/third_party/libxml/src/win32/
Makefile.bcb 21 AUTOCONF = .\config.bcb
24 !if !$d(BCB)
25 BCB = $(MAKEDIR)\..
39 BINDIR = bin.bcb
40 XML_INTDIR = int.bcb
41 XML_INTDIR_A = int.a.bcb
42 UTILS_INTDIR = int.utils.bcb
75 LDFLAGS = $(LDFLAGS) -L"$(BINDIR);$(LIBPREFIX);$(LIB);$(BCB)\lib;$(BCB)\lib\PSdk"
Readme.txt 117 bmake -f Makefile.bcb
166 the "compiler=bcb" option when running the configure script. To compile the
169 make -fMakefile.bcb
187 define EILSEQ=2 in Makefile.bcb. The value "2" is the value for ENOFILE (file
193 A libxml2 DLL generated by BCB is callable from MSVC programs, but there is a
218 We have tested this only with BCB6, Professional Edition, and BCB 5.5 free
configure.js 150 txt += " compiler: Compiler to be used [msvc|mingw|bcb] (" + compiler + ")\n";
152 txt += " dynruntime: Use the dynamic RTL (only bcb) (" + dynruntime + ")\n";
200 else if (compiler == "bcb")
201 versionFile = ".\\config.bcb";
274 } else if (compiler == "bcb") {
619 else if (compiler == "bcb")
620 makefile = ".\\Makefile.bcb";
684 } else if (compiler == "bcb")
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 168 tBNEP_CONN *bcb; local
171 if ((bcb = bnepu_find_bcb_by_cid (l2cap_cid)) == NULL)
179 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START))
181 bcb->con_state = BNEP_STATE_CFG_SETUP;
187 btu_start_timer (&bcb->conn_tle, BTU_TTYPE_BNEP, BNEP_CONN_TIMEOUT);
189 BNEP_TRACE_EVENT ("BNEP - got conn cnf, sent cfg req, CID: 0x%x", bcb->l2cap_cid);
193 BNEP_TRACE_WARNING ("BNEP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, bcb->l2cap_cid);
197 bcb->con_flags & BNEP_FLAGS_IS_ORIG)
199 (*bnep_cb.p_conn_state_cb) (bcb->handle, bcb->rem_bda, BNEP_CONN_FAILED, FALSE)
    [all...]
bnep_api.c 248 p_bcb = &(bnep_cb.bcb[handle - 1]);
325 p_bcb = &(bnep_cb.bcb[handle - 1]);
377 p_bcb = &(bnep_cb.bcb[handle - 1]);
495 p_bcb = &(bnep_cb.bcb[handle - 1]);
596 p_bcb = &(bnep_cb.bcb[handle - 1]);
659 p_bcb = &(bnep_cb.bcb[handle - 1]);
754 p_bcb = &(bnep_cb.bcb[handle - 1]);
bnep_utils.c 48 ** Description This function searches the bcb table for an entry with the
51 ** Returns the BCB address, or NULL if not found.
60 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
75 ** Description This function searches the BCB table for an entry with the
78 ** Returns the BCB address, or NULL if not found.
87 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
105 ** Description This function allocates a new BCB.
107 ** Returns BCB address, or NULL if none available.
116 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
131 /* If here, no free BCB found *
    [all...]
bnep_int.h 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS]; member in struct:__anon5848
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex11.c 68 { "(b)()c\\1", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 1 }, { 1, 1 } } },
69 { "()(b)c\\2", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 0 }, { 0, 1 } } },
72 { "()(b)\\1c\\2", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 0 }, { 0, 1 } } },
  /bootable/recovery/
recovery.cpp 103 * Arguments may also be supplied in the bootloader control block (BCB).
110 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
114 * 7. finish_recovery() erases BCB
122 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
126 * 6. finish_recovery() erases BCB
133 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
136 * 8c. m_i_f_u() writes BCB with "update-radio/hboot" and "--wipe_cache"
139 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
142 * 8g. finish_recovery() erases BCB
    [all...]
  /external/chromium_org/net/quic/
quic_utils.h 75 // "0x0020: 7fe2 0800 6bcb 0bc6 806e ....k....n\n"
quic_utils_test.cc 30 "0x0020: 7fe2 0800 6bcb 0bc6 806e ....k....n\n";
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_tamil2.xml 23 U+0BCB: "?" TAMIL VOWEL SIGN OO
  /hardware/intel/img/psb_video/src/
psb_texture.c 89 double bY, bCb, bCr;
783 RGB_offset, coeffs.bY, coeffs.bCb, coeffs.bCr,
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Tamil.java 100 // U+0BCB: "?" TAMIL VOWEL SIGN OO
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 71 // BCB (5.5.1) cannot parse the nested template struct in an inplace factory.
77 // BCB (up to 5.64) has the following bug:
554 // (d*) Weak compilers (BCB) might also resolved Expr as optional<T> and optional<U>
595 // (NOTE: On BCB, this operator is not actually called and left is left UNMODIFIED in case of a throw)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 310 parser = Master9::Parser.new( Master9::Lexer.new( 'bcb' ) )
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 112 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 489 { "a.b.xn--c-bcb.d", "B",
490 "a.b.xn--c-bcb\\uFFFD.d", UIDNA_ERROR_LEADING_COMBINING_MARK|UIDNA_ERROR_INVALID_ACE_LABEL },
    [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 492 { "a.b.xn--c-bcb.d", "B",
493 "a.b.xn--c-bcb\\uFFFD.d", UIDNA_ERROR_LEADING_COMBINING_MARK|UIDNA_ERROR_INVALID_ACE_LABEL },
    [all...]

Completed in 1153 milliseconds

1 2 3 4 5