/external/icu4c/i18n/unicode/ |
smpdtfmt.h | 627 * . Base* polymorphic_pointer = createPolymorphicObject(); [all...] |
ucol.h | 135 * Base letter represents a primary difference. Set comparison 140 * Diacritical differences on the same base letter represent a secondary [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 548 Quote(Pick & base):item(base),e(Escaper::NO, Escaper::NO, Escaper::BSLASH_ONLY){ 568 Morph(Pick & base):item(base){} 738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL): 740 this->item = base; [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 396 .It Ic exchange_mode ( main | aggressive | base ) ; [all...] |
/external/libxml2/ |
schematron.c | 1013 xmlChar *base = NULL; 1027 /* do the URI base composition, load and find the root */ 1028 base = xmlNodeGetBase(cur->doc, cur); 1029 URI = xmlBuildURI(href, base); 1056 if (base != NULL) 1057 xmlFree(base); [all...] |
debugXML.c | 2045 xmlChar *base; local [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | 76 int16_t fX, fY; // relative to base matrix/clip 491 The caller really needs to restore() back to the base if they want to 864 SkRegion base; local 866 base.setRect(0, 0, bm.width(), bm.height()); 869 return fMCRec->fRegion->setPath(devPath, base); 872 rgn.setPath(devPath, base); [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ucol.h | 144 * Base letter represents a primary difference. Set comparison 149 * Diacritical differences on the same base letter represent a secondary [all...] |
/external/webkit/WebCore/dom/ |
Element.cpp | 157 // Virtual function, defined in base class. 706 KURL base(KURL(), baseAttribute); 707 if (!base.protocol().isEmpty()) 708 return base; 712 return base; 716 return base; [all...] |
/external/webkit/WebCore/icu/unicode/ |
ucol.h | 144 * Base letter represents a primary difference. Set comparison 149 * Diacritical differences on the same base letter represent a secondary [all...] |
/frameworks/base/camera/libcameraservice/ |
CameraService.cpp | 961 (uint8_t *)heap->base() + offset, size); 1017 (uint8_t *)heap->base() + offset, size); 1041 (uint8_t *)heap->base() + offset, size); 1065 (uint8_t *)heap->base() + offset, size); [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 111 * This is the Android platform's base MIME type for a content: URI 113 * as the base type along with their own sub-type of their content: URIs 125 * This is the Android platform's base MIME type for a content: URI 127 * as the base type along with their own sub-type of their content: URIs 134 * <p>Note how the base MIME type varies between this and 791 * @param uri The URI to watch for changes. This can be a specific row URI, or a base URI [all...] |
/frameworks/base/core/java/android/view/ |
KeyEvent.java | 126 // frameworks/base/include/ui/KeycodeLabels.h 128 // frameworks/base/core/res/res/values/attrs.xml 873 * in the {@link android.os.SystemClock#uptimeMillis} time base. If this [all...] |
/hardware/ti/wlan/wl1271/Test/ |
TWD_Debug.c | 148 WLAN_OS_REPORT(("MAC REGS (Base=0x%08x) = 0x%08x\n", 154 WLAN_OS_REPORT(("PHY REGS (Base=0x%08x) = 0x%08x\n", [all...] |
/system/core/sh/ |
arith_lex.c | 293 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
TWD_Debug.c | 148 WLAN_OS_REPORT(("MAC REGS (Base=0x%08x) = 0x%08x\n", 154 WLAN_OS_REPORT(("PHY REGS (Base=0x%08x) = 0x%08x\n", [all...] |
/external/webkit/JavaScriptCore/jit/ |
JITStubs.cpp | 804 // If baseCell != base, then baseCell must be a proxy for another object. 805 if (baseCell != slot.base()) { 1263 JSObject* base = asObject(baseValue); local 2605 JSObject* base; local 2811 JSObject* base = stackFrame.args[0].jsObject(); local [all...] |
/packages/apps/Settings/res/values-es-rUS/ |
strings.xml | [all...] |
/bionic/libc/netbsd/net/ |
base64.c | 210 src from base - 64 numbers into three 8 bit bytes in the target area. 289 * We are done decoding Base-64 chars. Let's see if we ended
|
/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 99 * the given string as a base for the name (or "NT$" if null is passed). 100 * @param prefix base name to construct unique name from.
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfTranslator.java | 77 * excluding any base directory specification 98 * excluding any base directory specification
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
Collator.java | 80 * between base characters. See class documentation for more explanation. 102 * strength level. In addition, a variant of a letter differs from the base
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
ExternalMessages.properties | 166 K00d7=Wrong base type in\: {0} 313 KA015=Incompatible class (base name)\: {0} but expected {1}
|
/dalvik/libcore/math/src/main/java/java/math/ |
BigInteger.java | 306 * the base to be used for the conversion. 1185 BigInteger base; local [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
RuleBasedCollator.java | 130 * Even if the provided rule string contains only base characters and separate 257 * // suppose the last character before the first base letter 'a' in
|