/external/icu4c/data/unidata/ |
BidiMirroring.txt | 265 2A2D; 2A2E # PLUS SIGN IN LEFT HALF CIRCLE 266 2A2E; 2A2D # PLUS SIGN IN RIGHT HALF CIRCLE 315 2ABF; 2AC0 # SUBSET WITH PLUS SIGN BELOW 316 2AC0; 2ABF # SUPERSET WITH PLUS SIGN BELOW 530 # 2A24; PLUS SIGN WITH TILDE ABOVE 531 # 2A26; PLUS SIGN WITH TILDE BELOW
|
/ndk/build/gmsl/ |
gmsl-tests | 337 $(call start_test,plus) 338 $(call test_assert,$(call plus,3,4),7) 339 $(call test_assert,$(call plus,4,3),7) 340 $(call test_assert,$(call plus,0,4),4) 341 $(call test_assert,$(call plus,3,0),3) 342 $(call test_assert,$(call plus,0,0),0)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
plugin.c | 380 * Prints a message plus the errno value to stderr and syslog and exits. 419 * Prints a message plus the errno value to syslog.
|
/external/v8/src/arm/ |
jump-target-arm.cc | 106 // frame plus an in-memory return address. The "fall-through" frame 113 // Calls are always 'forward' so we use a copy of the current frame (plus
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.8.1.js | 56 character 'e', followed by a plus sign '+' or minus 64 by the lowercase character 'e', followed by a plus
|
/external/webkit/WebCore/xml/ |
XPathGrammar.y | 82 %left PLUS MINUS 515 AdditiveExpr PLUS MultiplicativeExpr
|
/external/zlib/examples/ |
fitblk.c | 20 output size plus a specfied excess amount (see the EXCESS define 23 the compressed data that fit in the requested plus excess sized
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
RetryManager.java | 35 * separated by a comma. There are two name value pair parameters plus a series 119 * Configure for a simple linear sequence of times plus
|
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 41 * events in the series, or this event plus all following events. The user 181 * The required fields for a repeating event include the above plus the
|
/bootable/recovery/ |
verifier.c | 86 // The end-of-central-directory record is 22 bytes plus any
|
/cts/tests/tests/text/src/android/text/cts/ |
TextUtilsTest.java | 96 float textWidth = p.measureText("long, 3 plus"); 97 // avail is shorter than text width for only one item plus the appropriate ellipsis. 101 TextUtils.commaEllipsize(text, p, textWidth - 1, "plus 1", "%d plus").toString()); 102 // avail is long enough for only one item plus the appropriate ellipsis. 103 assertEquals("long, 3 plus", 104 TextUtils.commaEllipsize(text, p, textWidth, "plus 1", "%d plus").toString()); 106 // avail is long enough for two item plus the appropriate ellipsis. 121 assertEquals("", TextUtils.commaEllipsize(text, p, -1f, "plus 1", "%d plus").toString()) [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstBaseMethodRef.java | 118 * plus {@code 1} if the method is to be treated as an
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
AbstractExecutorService.java | 77 // plus the exception mechanics account for messiness of main
|
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
StatTestRunner.java | 203 System.err.println("JUnit "+Version.id()+" (plus Android performance stats)");
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/ |
CTSBlockCipher.java | 61 * return the size of the output buffer required for an update plus a
|
PaddedBlockCipher.java | 35 * return the size of the output buffer required for an update plus a
|
/dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/ |
ClassFileTransformer.java | 62 * argument plus the transformations to the array specific to the method
|
/development/tools/zoneinfo/ |
ZoneCompactor.java | 7 // Compile a set of tzfile-formatted files into a single file plus
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
macros.sgml | 193 @Returns: an untyped pointer to @struct_p plus @struct_offset bytes.
|
/external/dropbear/libtomcrypt/notes/ |
tech0004.txt | 17 plus the additional bits storing the message digest back in the pool. E.g.
|
/external/elfutils/libdw/ |
dwarf_nextcu.c | 85 escape value plus the 8 byte offset. */
|
/external/grub/stage2/ |
dir.h | 88 * without the d_name field, plus enough space for the name with a terminating
|
/external/grub/util/ |
grub-image | 78 # Add about 30% (20% overhead plus 10% breathing room), and convert
|
grub-image.in | 78 # Add about 30% (20% overhead plus 10% breathing room), and convert
|
/external/guava/src/com/google/common/base/ |
Service.java | 23 * An object with an operational state, plus asynchronous {@link #start()} and
|