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/libpng/projects/cbuilder5/
libpng.bpr 5 <VERSION value="BCB.05.03"/>
25 <DEBUGLIBPATH value="$(BCB)\lib\debug"/>
26 <RELEASELIBPATH value="$(BCB)\lib\release"/>
31 <INCLUDEPATH value="..\..;..\..\..\zlib;$(BCB)\include"/>
32 <LIBPATH value="..\..;$(BCB)\lib\obj;$(BCB)\lib"/>
78 Item0=..\..;..\..\..\zlib;$(BCB)\include
79 Item1=..\..;P:\My Documents\Source\PNG+ZLib\zlib;$(BCB)\include
80 Item2=..\..;..\Source\ThirdParty\PortableNetworkGraphics\external;..\Source\ThirdParty\PortableNetworkGraphics;..\Source\ThirdParty\ZLibCompression\external;$(BCB)\include
81 Item3=..\Source\ThirdParty\PortableNetworkGraphics\external;..\Source\ThirdParty\PortableNetworkGraphics;..\Source\ThirdParty\ZLibCompression\external;$(BCB)\include
    [all...]
libpngstat.bpr 5 <VERSION value="BCB.05.03"/>
25 <INCLUDEPATH value="..\..;..\..\..\zlib;$(BCB)\include"/>
26 <LIBPATH value="..\..;$(BCB)\lib\obj;$(BCB)\lib"/>
70 Item0=..\..;P:\My Documents\Source\PNG+ZLib\zlib;$(BCB)\include
71 Item1=..\..;$(BCB)\include;$(BCB)\include\vcl
75 Item0=..\..;$(BCB)\lib\obj;$(BCB)\lib
79 Item0=$(BCB)\source\vcl
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapTextPage.java 145 ByteBuffer bcb = (ByteBuffer) cb.getData(); local
158 bcb.rewind();
159 bcb = BufferUtils.ensureLargeEnough(bcb, vertCount * 4);
160 bcb.limit(vertCount * 4);
161 cb.updateData(bcb);
178 bcb.put(color);
186 fq.appendColors(bcb);
193 bcb.rewind();
  /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:__anon3479
178 /* BCB action functions */
avct_api.c 276 p_bcb = &avct_cb.bcb[index - 1];
283 /* bind bcb to ccb */
323 /* send unbind event to bcb */
441 /* send msg event to bcb */
446 /* BCB channel is not open and not allocated */
avct_lcb.c 243 AVCT_TRACE_EVENT3("BCB lcb=%d event=%s state=%s", p_bcb->allocated, avct_lcb_evt_str[event], avct_lcb_st_str[p_bcb->state]);
245 AVCT_TRACE_EVENT3("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 166 tBNEP_CONN *bcb; local
169 if ((bcb = bnepu_find_bcb_by_cid (l2cap_cid)) == NULL)
177 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START))
179 bcb->con_state = BNEP_STATE_CFG_SETUP;
185 btu_start_timer (&bcb->conn_tle, BTU_TTYPE_BNEP, BNEP_CONN_TIMEOUT);
187 BNEP_TRACE_EVENT1 ("BNEP - got conn cnf, sent cfg req, CID: 0x%x", bcb->l2cap_cid);
191 BNEP_TRACE_WARNING2 ("BNEP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, bcb->l2cap_cid);
195 bcb->con_flags & BNEP_FLAGS_IS_ORIG)
197 (*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 47 ** Description This function searches the bcb table for an entry with the
50 ** Returns the BCB address, or NULL if not found.
59 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
74 ** Description This function searches the BCB table for an entry with the
77 ** Returns the BCB address, or NULL if not found.
86 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
104 ** Description This function allocates a new BCB.
106 ** Returns BCB address, or NULL if none available.
115 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
130 /* If here, no free BCB found *
    [all...]
bnep_int.h 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS]; member in struct:__anon3508
  /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 } } },
  /external/chromium_org/net/quic/
quic_utils_test.cc 29 "0x0020: 7fe2 0800 6bcb 0bc6 806e ....k....n\n";
quic_utils.h 71 // "0x0020: 7fe2 0800 6bcb 0bc6 806e ....k....n\n"
  /bootable/recovery/
recovery.cpp 95 * Arguments may also be supplied in the bootloader control block (BCB).
102 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
106 * 7. finish_recovery() erases BCB
114 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
118 * 6. finish_recovery() erases BCB
125 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
128 * 8c. m_i_f_u() writes BCB with "update-radio/hboot" and "--wipe_cache"
131 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
134 * 8g. finish_recovery() erases BCB
    [all...]
  /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)
  /bionic/libc/kernel/common/video/
dsscomp.h 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 310 parser = Master9::Parser.new( Master9::Lexer.new( 'bcb' ) )
  /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/icu4c/test/intltest/
uts46test.cpp 490 { "a.b.xn--c-bcb.d", "B",
491 "a.b.xn--c-bcb\\uFFFD.d", UIDNA_ERROR_LEADING_COMBINING_MARK|UIDNA_ERROR_INVALID_ACE_LABEL },
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_grps.h 363 bn_pack4(4BCB,C886,2F83,85DD),

Completed in 680 milliseconds

1 2 3 4 5