HomeSort by relevance Sort by last modified time
    Searched defs:pce (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java 25 ParserConfigurationException pce = new ParserConfigurationException(); local
26 assertNull(pce.getMessage());
27 assertNull(pce.getLocalizedMessage());
28 assertNull(pce.getCause());
32 ParserConfigurationException pce = local
34 assertEquals("Oops!", pce.getMessage());
35 assertEquals("Oops!", pce.getLocalizedMessage());
36 assertNull(pce.getCause());
  /external/aac/libAACdec/src/
aacdecoder.cpp 404 CProgramConfig *pce,
411 /* read PCE to temporal buffer first */
426 || (channelConfig == 0 && (tmpPce->NumChannels == pce->NumChannels)) )
431 { /* Copy the complete PCE including metadata. */
432 FDKmemcpy(pce, tmpPce, sizeof(CProgramConfig));
810 CProgramConfig_Init(&self->pce);
821 /* valid number of channels -> copy program config element (PCE) from ASC */
822 FDKmemcpy(&self->pce, &asc->m_progrConfigElement, sizeof(CProgramConfig));
1049 CProgramConfig *pce; local
    [all...]
aacdecoder.h 191 CProgramConfig pce; member in struct:AAC_DECODER_INSTANCE
  /external/valgrind/main/exp-sgcheck/
h_main.c 554 Shadow IRTemps are therefore allocated on demand. pce.tmpMap is a
572 both the table in pce->sb and to our auxiliary mapping. Note that
573 newTemp may cause pce->tmpMap to resize, hence previous results
574 from VG_(indexXA)(pce->tmpMap) are invalidated. */
575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind )
579 IRTemp tmp = newIRTemp(pce->sb->tyenv, ty);
582 newIx = VG_(addToXA)( pce->qmpMap, &ent );
592 static /*inline*/ void stmt ( HChar cat, PCEnv* pce, IRStmt* st ) {
593 if (pce->trace) {
598 addStmtToIRSB(pce->sb, st)
603 PCEnv* pce = (PCEnv*)opaque; local
616 PCEnv pce; local
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 604 /* CAUTION: The PCE (if available) is declared to be a part of the header! */
934 CProgramConfig *pce; local
937 pce = &hTp->asc[0].m_progrConfigElement;
938 err = adifRead_DecodeHeader(&hTp->parser.adif, pce, hBs);
943 hTp->asc[0].m_aot = (AUDIO_OBJECT_TYPE)(pce->Profile + 1);
944 hTp->asc[0].m_samplingFrequencyIndex = pce->SamplingFrequencyIndex;
945 hTp->asc[0].m_samplingFrequency = SamplingRateTable[pce->SamplingFrequencyIndex];
    [all...]
  /external/icu4c/i18n/
bmsearch.cpp 713 uint32_t pce = (*patCEs)[pIndex]; local
717 if (tcei->order != pce) {
usearch.cpp 359 * Initializing the pce table for a pattern.
397 if (pattern->PCE != pcetable && pattern->PCE != NULL) {
398 uprv_free(pattern->PCE);
403 int64_t pce; local
410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
413 pce,
432 pattern->PCE = pcetable;
468 if (strsrch->pattern.PCE != NULL) {
469 if (strsrch->pattern.PCE != strsrch->pattern.PCEBuffer)
    [all...]
ucol_imp.h 394 U_NAMESPACE_QUALIFIER UCollationPCE *pce; member in struct:UCollationElements
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 809 PreferenceChangeEvent pce = new PreferenceChangeEvent(this, key, newValue); local
811 events.add(pce);
  /external/icu4c/test/intltest/
ssearch.cpp 1166 const PCE *pce = get(index); local
1177 const PCE *pce = get(index); local
1188 const PCE *pce = get(index); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.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/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 381 milliseconds