HomeSort by relevance Sort by last modified time
    Searched refs:bcp (Results 1 - 25 of 29) sorted by null

1 2

  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 45 def _qCurveToOne(self, bcp, pt):
47 bounds = updateBounds(bounds, bcp)
72 def _qCurveToOne(self, bcp, pt):
75 if not pointInRect(bcp, bounds):
77 self._getCurrentPoint(), bcp, pt))
pointInsidePen.py 169 def _qCurveToOne_unfinished(self, bcp, point):
175 x2, y2 = bcp
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.c 82 /* flagged(bcp) tests whether a basic code point is flagged */
83 /* (uppercase). The behavior is undefined if bcp is not a */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
94 static char encode_basic(punycode_uint bcp, int flag)
96 bcp -= (bcp - 97 < 26) << 5;
97 return (char) bcp + ((!flag && (bcp - 65 < 26)) << 5)
    [all...]
  /external/icu/icu4c/source/test/intltest/
punyref.c 82 /* flagged(bcp) tests whether a basic code point is flagged */
83 /* (uppercase). The behavior is undefined if bcp is not a */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
94 static char encode_basic(punycode_uint bcp, int flag)
96 bcp -= (bcp - 97 < 26) << 5;
97 return (char) bcp + ((!flag && (bcp - 65 < 26)) << 5)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
linemap.h 59 * \param bcp pointer to return bytecode into
62 * \note If source line information is not available, bcp and sourcep targets
67 /*@null@*/ yasm_bytecode **bcp,
linemap.c 281 yasm_bytecode **bcp, const char **sourcep)
284 *bcp = NULL;
289 *bcp = linemap->source_info[line-1].bc;
  /system/core/rootdir/
Android.mk 35 bcp_dep := $(intermediates)/$(bcp_md5).bcp.dep
37 $(hide) mkdir -p $(dir $@) && rm -rf $(dir $@)*.bcp.dep && touch $@
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 339 PWL_CREATEPARAM bcp = cp; local
340 bcp.pParentWnd = this;
341 bcp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND;
342 bcp.sBackgroundColor = PWL_SCROLLBAR_BKCOLOR;
343 bcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
344 bcp.dwBorderWidth = 2;
345 bcp.nBorderStyle = PBS_BEVELED;
346 bcp.eCursorType = FXCT_ARROW;
348 m_pButton->Create(bcp);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 185 String bcp = commandLine.getOptionValue("c"); local
186 if (bcp != null && bcp.charAt(0) == ':') {
187 options.addExtraClassPath(bcp);
190 options.setBootClassPath(bcp);
  /bionic/libc/dns/resolv/
res_debug.c 925 u_char *bcp; local
1017 bcp = binary;
1018 *bcp++ = (u_int8_t) 0; /* version byte */
1019 *bcp++ = siz;
1020 *bcp++ = hp;
1021 *bcp++ = vp;
1022 PUTLONG(latit,bcp);
1023 PUTLONG(longit,bcp);
1024 PUTLONG(alt,bcp);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /bionic/tests/
math_tan_test.cpp 198 -0x1.8bcp-1
202 0x1.8bcp-1
1062 0x1.8bcp-1
1066 -0x1.8bcp-1
    [all...]
math_tanf_test.cpp 358 0x1.15bcp-1
362 -0x1.15bcp-1
494 0x1.3240bcp-3
498 -0x1.3240bcp-3
    [all...]
math_sinf_test.cpp 238 0x1.05bcp-1
242 -0x1.05bcp-1
    [all...]
math_sin_test.cpp     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 287 milliseconds

1 2