HomeSort by relevance Sort by last modified time
    Searched refs:pce (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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());
SAXParserFactoryTest.java 184 } catch (ParserConfigurationException pce) {
196 } catch (ParserConfigurationException pce) {
208 } catch (ParserConfigurationException pce) {
221 } catch (ParserConfigurationException pce) {
268 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
283 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
299 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
314 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
331 // } catch(javax.xml.parsers.ParserConfigurationException pce) {
347 // } catch(javax.xml.parsers.ParserConfigurationException pce) {
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPbapTest.py 45 self.pce = self.android_devices[0]
68 if not bt_test_utils.pair_pri_to_sec(self.pce, self.pse):
72 if not bt_test_utils.pair_pri_to_sec(self.pce, self.pse2):
78 car_bt_utils.set_car_profile_priorities_off(self.pce, self.pse)
79 car_bt_utils.set_car_profile_priorities_off(self.pce, self.pse2)
81 # Enable PBAP on PSE & PCE.
84 self.pce.droid.bluetoothGetLocalAddress(),
89 self.pce.droid.bluetoothGetLocalAddress(),
94 self.pce, self.pse, [BtEnum.BluetoothProfile.PBAP_CLIENT],
97 self.pce, self.pse2, [BtEnum.BluetoothProfile.PBAP_CLIENT]
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferenceChangeEventTest.java 55 public void preferenceChange(PreferenceChangeEvent pce) {
56 if (pce != null && pce.getKey().equals("key_int")) {
59 super.preferenceChange(pce);
80 public void preferenceChange(PreferenceChangeEvent pce) {
81 if (pce != null && pce.getNewValue().equals(Integer.toString(Integer.MAX_VALUE))) {
84 super.preferenceChange(pce);
110 public void preferenceChange(PreferenceChangeEvent pce) {
111 if (pce != null && "mock".equals(pce.getNode().name()))
    [all...]
  /external/valgrind/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
617 PCEnv pce; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferenceChangeListenerTest.java 47 public void preferenceChange(PreferenceChangeEvent pce) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 116 } catch (ParserConfigurationException pce) {
117 throw pce; // pass along pce
DOM2Helper.java 179 catch (ParserConfigurationException pce)
181 throw new TransformerException(pce);
DOMHelper.java 102 // catch (ParserConfigurationException pce) {}
111 catch (ParserConfigurationException pce)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
XMLParser.java 72 } catch (ParserConfigurationException pce) {
73 throw new SAXException(pce);
  /external/aac/libAACdec/src/
aacdecoder.cpp 501 \pce Pointer to PCE buffer
505 \return PCE status (-1: fail, 0: no new PCE, 1: PCE updated, 2: PCE updated
510 CProgramConfig *pce,
516 /* read PCE to temporal buffer first */
528 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) {
529 /* Create a standard channel config PCE to compare with *
    [all...]
aacdecoder.h 230 CProgramConfig pce; member in struct:AAC_DECODER_INSTANCE
  /system/bt/include/hardware/
bt_sdp.h 105 bluetooth_sdp_pce_record pce; member in union:__anon2025
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
NdkApiXmlReport.java 172 } catch (ParserConfigurationException pce) {
173 System.out.println("UsersXML: Error trying to instantiate DocumentBuilder " + pce);
277 } catch (ParserConfigurationException pce) {
278 System.out.println("UsersXML: Error trying to instantiate DocumentBuilder " + pce);
  /external/jdiff/src/jdiff/
Comments.java 69 } catch (ParserConfigurationException pce) {
70 System.out.println("ParserConfigurationException: " + pce);
71 pce.printStackTrace();
XMLToAPI.java 56 } catch (ParserConfigurationException pce) {
57 System.out.println("ParserConfigurationException: " + pce);
58 pce.printStackTrace();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 31 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like
634 * This is used for appending a PCE to Pattern.PCE_ buffer. We probably should
657 * This is used for appending a PCE to Pattern.PCE_ buffer. We probably should
724 * Initializing the pce table for a pattern.
746 long pce; local
753 while ((pce = iter.nextProcessed(null)) != CollationPCE.PROCESSED_NULLORDER) {
754 long[] temp = addToLongArray(pcetable, offset, pcetablesize, pce, patternlength - coleiter.getOffset() + 1);
1546 long pce = textProcessedIter_.nextProcessed(null); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 30 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like
651 * This is used for appending a PCE to Pattern.PCE_ buffer. We probably should
674 * This is used for appending a PCE to Pattern.PCE_ buffer. We probably should
741 * Initializing the pce table for a pattern.
763 long pce; local
770 while ((pce = iter.nextProcessed(null)) != CollationPCE.PROCESSED_NULLORDER) {
771 long[] temp = addToLongArray(pcetable, offset, pcetablesize, pce, patternlength - coleiter.getOffset() + 1);
1562 long pce = textProcessedIter_.nextProcessed(null); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 225 catch (ParserConfigurationException pce) {}
232 catch (ParserConfigurationException pce)
234 throw new TransformerException(pce);
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 764 /* CAUTION: The PCE (if available) is declared to be a part of the
1455 CProgramConfig *pce; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/prefs/
AbstractPreferences.java     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_contacts_utils.py 378 def get_and_compare_call_logs(pse, pce, call_log_type):
379 """Gather and compare call logs from PSE and PCE for the specified type.
382 pce_call_log = pce.droid.callLogsGet(call_log_type)
393 """Gather and compare call logs from PSE and PCE for the specified type.
424 log.info("PCE Call Log:")
  /libcore/ojluni/src/main/java/java/util/
XMLUtils.java 139 } catch (ParserConfigurationException pce) {
  /external/icu/icu4c/source/i18n/
usearch.cpp 352 * Initializing the pce table for a pattern.
393 int64_t pce; local
400 while ((pce = iter.nextProcessed(NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
403 pce,
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 

Completed in 1493 milliseconds

1 2 3 4