/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
qc_data.h | 95 Word16 pe; member in struct:__anon9152
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
regex.h | 178 * @param pe Receives the position (line and column nubers) of any error 186 UParseError &pe, 206 * @param pe Receives the position (line and column nubers) of any error 215 UParseError &pe, 312 * @param pe Receives the position of any syntax errors within the regular expression 320 UParseError &pe, [all...] |
uregex.h | 123 * @param pe Receives the position (line and column nubers) of any syntax 134 UParseError *pe, 151 * @param pe Receives the position (line and column nubers) of any syntax 164 UParseError *pe, [all...] |
uspoof.h | 271 * @param pe In the event of an error in the input, receives the position 282 int32_t *errType, UParseError *pe, UErrorCode *status); [all...] |
/external/quake/quake/src/QW/server/ |
sv_user.c | 1244 physent_t *pe; local 1271 pe = &pmove.physents[pmove.numphysent]; 1274 VectorCopy (check->v.origin, pe->origin); 1275 pe->info = NUM_FOR_EDICT(check); 1277 pe->model = sv.models[(int)(check->v.modelindex)]; 1280 pe->model = NULL; 1281 VectorCopy (check->v.mins, pe->mins); 1282 VectorCopy (check->v.maxs, pe->maxs); 1310 physent_t *pe; local 1334 pe = &pmove.physents[pmove.numphysent] [all...] |
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 305 ParseException pe = new ParseException(ex); local 306 pe.addContext("...while parsing cst " + Hex.u2(idx) + 308 throw pe;
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
DirectClassFile.java | 398 ParseException pe = new ParseException(ex); local 399 pe.addContext("...while parsing " + filePath); 400 throw pe;
|
/external/icu4c/i18n/unicode/ |
uregex.h | 126 * @param pe Receives the position (line and column nubers) of any syntax 137 UParseError *pe, 156 * @param pe Receives the position (line and column nubers) of any syntax 166 UParseError *pe, 183 * @param pe Receives the position (line and column nubers) of any syntax 196 UParseError *pe, [all...] |
/external/chromium/third_party/icu/source/i18n/ |
rbt_pars.h | 157 * @param pe Struct to recieve information on position 163 UParseError& pe,
|
rbnf.cpp | 295 UParseError& pe; member in class:LocDataParser 300 : data(NULL), e(NULL), p(NULL), ch(0xffff), pe(parseError), ec(status) {} 358 pe.line = 0; 359 pe.offset = -1; 360 pe.postContext[0] = 0; 361 pe.preContext[0] = 0; 548 u_strncpy(pe.preContext, start, (int32_t)(p-start)); 549 pe.preContext[p-start] = 0; 550 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); 551 pe.postContext[limit-p] = 0 [all...] |
transreg.cpp | 99 Transliterator* TransliteratorAlias::create(UParseError& pe, 107 t = Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec); 142 transliterators.addElement(Transliterator::createInstance(idBlock, UTRANS_FORWARD, pe, ec), ec); 148 transliterators.addElement(Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec), ec); 155 anonymousRBTs, pe, ec); 178 UParseError& pe, UErrorCode& ec) const { 184 parser.parse(aliasesOrRules, direction, pe, ec); [all...] |
transreg.h | 95 UParseError& pe, UErrorCode& ec) const;
|
/external/icu4c/i18n/ |
rbt_pars.h | 157 * @param pe Struct to recieve information on position 163 UParseError& pe,
|
rbnf.cpp | 295 UParseError& pe; member in class:LocDataParser 300 : data(NULL), e(NULL), p(NULL), ch(0xffff), pe(parseError), ec(status) {} 358 pe.line = 0; 359 pe.offset = -1; 360 pe.postContext[0] = 0; 361 pe.preContext[0] = 0; 548 u_strncpy(pe.preContext, start, (int32_t)(p-start)); 549 pe.preContext[p-start] = 0; 550 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); 551 pe.postContext[limit-p] = 0 [all...] |
transreg.cpp | 99 Transliterator* TransliteratorAlias::create(UParseError& pe, 107 t = Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec); 142 transliterators.addElement(Transliterator::createInstance(idBlock, UTRANS_FORWARD, pe, ec), ec); 148 transliterators.addElement(Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec), ec); 155 anonymousRBTs, pe, ec); 178 UParseError& pe, UErrorCode& ec) const { 184 parser.parse(aliasesOrRules, direction, pe, ec); [all...] |
transreg.h | 95 UParseError& pe, UErrorCode& ec) const;
|
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 823 final PatternMatcher pe = i.next(); local 824 if (pe.match(data)) { 1184 PatternMatcher pe = mDataPaths.get(i); local 1302 PatternMatcher pe = it.next(); local [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldMessageFormatTest.java | 351 } catch (java.text.ParseException pe) { 359 } catch (java.text.ParseException pe) { 373 } catch (java.text.ParseException pe) { 380 } catch (java.text.ParseException pe) {
|
OldNumberFormatTest.java | [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
reptest.cpp | 285 UParseError pe; local 287 pe, status);
|
/external/icu4c/test/intltest/ |
reptest.cpp | 285 UParseError pe; local 287 pe, status);
|
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 543 public void paintControl(PaintEvent pe) { 544 draw(pe.display, pe.gc); 615 public void paintControl(PaintEvent pe) { 616 draw(pe.display, pe.gc); 651 public void paintControl(PaintEvent pe) { 652 draw(pe.display, pe.gc); 860 public void paintControl(PaintEvent pe) { [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
DateUtils.java | 162 } catch (ParseException pe) {
|
/external/chromium/base/crypto/ |
rsa_private_key_nss.cc | 53 param.pe = 65537L;
|
/external/chromium/net/base/ |
keygen_handler_nss.cc | 111 rsaKeyGenParams.pe = DEFAULT_RSA_PUBLIC_EXPONENT;
|