/frameworks/base/core/java/android/net/ |
NetworkPolicyManager.java | 126 * Compute the last cycle boundary for the given {@link NetworkPolicy}. For 137 // first, find cycle boundary for current month 143 // cycle boundary is beyond now, use last cycle boundary; start by 163 // first, find cycle boundary for current month 169 // cycle boundary is before now, use next cycle boundary; start by
|
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
MessageTestUtils.java | 112 * Create builder object with MIME type and dummy boundary string. 121 * Create builder object with MIME type and boundary string. 124 * @param boundary boundary string 126 public MultipartBuilder(String mimeType, String boundary) { 127 mContentType = mimeType + "; boundary=" + boundary;
|
/external/icu4c/common/unicode/ |
normalizer2.h | 54 * At a normalization boundary, the portions of the string 57 * The spanQuickCheckYes() stops at a normalization boundary. 58 * When the goal is a normalized string, then the text before the boundary 62 * a character is guaranteed to be at a normalization boundary, 64 * This is used for moving from one normalization boundary to the next 65 * or preceding boundary, and for performing iterative normalization. 142 * (merging them at the boundary) and returns the first string. 160 * (merging them at the boundary) and returns the first string. 232 * "no" or "maybe" character: The end index is at a normalization boundary. 251 * Tests if the character always has a normalization boundary before it [all...] |
utf16.h | 216 * Get a code point from a string at a code point boundary offset, 217 * and advance the offset to the next code point boundary. 242 * Get a code point from a string at a code point boundary offset, 243 * and advance the offset to the next code point boundary. 323 * Advance the string offset from one code point boundary to the next. 339 * Advance the string offset from one code point boundary to the next. 356 * Advance the string offset from one code point boundary to the n-th next one, 376 * Advance the string offset from one code point boundary to the n-th next one, 397 * Adjust a random-access offset to a code point boundary 416 * Adjust a random-access offset to a code point boundary [all...] |
utf8.h | 230 * Get a code point from a string at a code point boundary offset, 231 * and advance the offset to the next code point boundary. 266 * Get a code point from a string at a code point boundary offset, 267 * and advance the offset to the next code point boundary. 377 * Advance the string offset from one code point boundary to the next. 391 * Advance the string offset from one code point boundary to the next. 416 * Advance the string offset from one code point boundary to the n-th next one, 436 * Advance the string offset from one code point boundary to the n-th next one, 457 * Adjust a random-access offset to a code point boundary 474 * Adjust a random-access offset to a code point boundary [all...] |
/external/expat/lib/ |
expat_external.h | 14 /* Expat tries very hard to make the API boundary very specifically 15 defined. There are two macros defined to control this boundary; 21 "library boundary." This will default to cdecl, and
|
/external/tcpdump/ |
cpack.c | 52 /* Advance to the next wordsize boundary. Return NULL if fewer than 53 * wordsize bytes remain in the buffer after the boundary. Otherwise, 54 * return a pointer to the boundary.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/ |
omxVCCOMM_Copy16x16_s.s | 7 ; * [in] pSrc - pointer to the reference block in the source frame; must be aligned on an 16-byte boundary. 10 ; * [out] pDst - pointer to the destination block; must be aligned on an 8-byte boundary. 15 ; * - one or more of the following pointers is not aligned on an 16-byte boundary: pSrc, pDst
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_InterpolateHalfHor_Luma.c | 61 * - iWidth==4 but pDstLeft and/or pDstRight is/are not aligned on a 4-byte boundary 62 * - iWidth==8 but pDstLeft and/or pDstRight is/are not aligned on a 8-byte boundary 63 * - iWidth==16 but pDstLeft and/or pDstRight is/are not aligned on a 16-byte boundary
|
omxVCM4P10_InterpolateHalfVer_Luma.c | 62 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary 63 * - iWidth==8 but pDstUp and/or pDstDown is/are not aligned on a 8-byte boundary 64 * - iWidth==16 but pDstUp and/or pDstDown is/are not aligned on a 16-byte boundary
|
omxVCM4P10_SATD_4x4.c | 32 * boundary 35 * boundary 49 * - pSrcRef is not aligned on a 4-byte boundary
|
omxVCM4P10_InvTransformResidualAndAdd.c | 54 * - pSrcPred is not aligned on a 4-byte boundary 56 * - pDequantCoeff is not aligned on an 8-byte boundary
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra.c | 36 * aligned on a 4-byte boundary. The output coefficients are 39 * a 4-byte boundary. 41 * on a 4-byte boundary.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/ |
expat_external.h | 14 /* Expat tries very hard to make the API boundary very specifically 15 defined. There are two macros defined to control this boundary; 21 "library boundary." This will default to cdecl, and
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/ |
expat_external.h | 14 /* Expat tries very hard to make the API boundary very specifically 15 defined. There are two macros defined to control this boundary; 21 "library boundary." This will default to cdecl, and
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/ |
BodyDescriptor.java | 36 private String boundary = null;
field in class:BodyDescriptor 120 String b = params.get("boundary");
130 boundary = b;
146 parameters.remove("boundary");
347 * Return the boundary
350 return boundary;
|
/external/clang/test/Analysis/ |
additive-folding-range-constraints.c | 11 // solution range across an overflow boundary (Min for <, Max for >). 55 // comparison value over an overflow boundary (Min for <, Max for >).
|
/external/e2fsprogs/tests/progs/test_data/ |
test.icount | 8 # First let's test the boundary cases for illegal arguments 21 # OK, now let's test fetch and store. We also test the boundary cases
|
/external/icu4c/test/intltest/ |
tzbdtest.h | 30 * Date.toString().substring() Boundary Test 33 * startMode as a SUBSTRING. The boundary will be tested to be
|
/external/speex/libspeex/ |
vq.h | 40 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries); 41 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries);
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
parser_dm.h | 61 uint8_t boundary[MAX_CONTENT_BOUNDARY_LEN]; /**< DRM message's boundary */ member in struct:_T_DRM_DM_Info
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
utf16.h | 207 * Get a code point from a string at a code point boundary offset, 208 * and advance the offset to the next code point boundary. 233 * Get a code point from a string at a code point boundary offset, 234 * and advance the offset to the next code point boundary. 314 * Advance the string offset from one code point boundary to the next. 330 * Advance the string offset from one code point boundary to the next. 347 * Advance the string offset from one code point boundary to the n-th next one, 367 * Advance the string offset from one code point boundary to the n-th next one, 388 * Adjust a random-access offset to a code point boundary 407 * Adjust a random-access offset to a code point boundary [all...] |
utf8.h | 199 * Get a code point from a string at a code point boundary offset, 200 * and advance the offset to the next code point boundary. 235 * Get a code point from a string at a code point boundary offset, 236 * and advance the offset to the next code point boundary. 321 * Advance the string offset from one code point boundary to the next. 335 * Advance the string offset from one code point boundary to the next. 360 * Advance the string offset from one code point boundary to the n-th next one, 380 * Advance the string offset from one code point boundary to the n-th next one, 401 * Adjust a random-access offset to a code point boundary 418 * Adjust a random-access offset to a code point boundary [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
utf16.h | 207 * Get a code point from a string at a code point boundary offset, 208 * and advance the offset to the next code point boundary. 233 * Get a code point from a string at a code point boundary offset, 234 * and advance the offset to the next code point boundary. 314 * Advance the string offset from one code point boundary to the next. 330 * Advance the string offset from one code point boundary to the next. 347 * Advance the string offset from one code point boundary to the n-th next one, 367 * Advance the string offset from one code point boundary to the n-th next one, 388 * Adjust a random-access offset to a code point boundary 407 * Adjust a random-access offset to a code point boundary [all...] |
utf8.h | 199 * Get a code point from a string at a code point boundary offset, 200 * and advance the offset to the next code point boundary. 235 * Get a code point from a string at a code point boundary offset, 236 * and advance the offset to the next code point boundary. 321 * Advance the string offset from one code point boundary to the next. 335 * Advance the string offset from one code point boundary to the next. 360 * Advance the string offset from one code point boundary to the n-th next one, 380 * Advance the string offset from one code point boundary to the n-th next one, 401 * Adjust a random-access offset to a code point boundary 418 * Adjust a random-access offset to a code point boundary [all...] |