/external/svox/pico/lib/ |
picoextapi.c | 152 picoos_emReset(common->em); 154 status = picoos_emGetExceptionCode(common->em);
|
picoktab.c | 73 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 97 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 103 return picoos_emRaiseException(common->em, PICO_EXC_OUT_OF_MEM, 211 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 234 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 240 return picoos_emRaiseException(common->em, PICO_EXC_OUT_OF_MEM, 702 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 722 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 728 return picoos_emRaiseException(common->em, PICO_EXC_OUT_OF_MEM, 897 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING [all...] |
picospho.c | 250 return picoos_emRaiseException(this->common->em, 300 return picoos_emRaiseException(this->common->em, 391 picoos_emRaiseException(spho->common->em,PICO_EXC_OUT_OF_MEM, NULL,NULL); 656 picoos_emRaiseException(this->common->em,rv,NULL,NULL); [all...] |
picoklex.c | 159 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 176 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT, 200 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 207 return picoos_emRaiseException(common->em, PICO_EXC_OUT_OF_MEM,
|
picokdt.c | 338 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT, 345 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT, 361 return picoos_emRaiseException(common->em, 381 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT, 392 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT, 422 return picoos_emRaiseException(common->em, PICO_EXC_FILE_CORRUPT, 438 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 471 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 504 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING, 538 return picoos_emRaiseException(common->em, PICO_EXC_KB_MISSING [all...] |
/external/webkit/Source/WebCore/css/ |
wml.css | 99 padding: 0.35em 0.75em 0.625em; 215 i, em {
|
/external/chromium/chrome/browser/policy/ |
device_policy_identity_strategy.h | 46 virtual em::DeviceRegisterRequest_Type GetPolicyRegisterType() OVERRIDE;
|
device_token_fetcher.cc | 28 namespace em = enterprise_management; 66 em::DeviceRegisterRequest_Type policy_type, 87 em::DeviceRegisterRequest request; 126 const em::DeviceRegisterResponse& response) {
|
user_policy_identity_strategy.h | 38 virtual em::DeviceRegisterRequest_Type GetPolicyRegisterType() OVERRIDE;
|
cloud_policy_controller.h | 57 const em::DevicePolicyResponse& response);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 670 String em = st.nextToken(":"); local 671 if (em.equalsIgnoreCase(Request.BYE) 672 || em.equalsIgnoreCase(Request.INVITE) 673 || em.equalsIgnoreCase(Request.SUBSCRIBE) 674 || em.equalsIgnoreCase(Request.NOTIFY) 675 || em.equalsIgnoreCase(Request.ACK) 676 || em.equalsIgnoreCase(Request.OPTIONS)) 678 + em); 680 this.addExtensionMethod(em); [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodelistindexequalzero.js | 80 of 0. This should result in the whitspace before "em" being 81 selected (em when ignoring whitespace). 124 assertEqualsAutoCase("element", "childName_wo_whitespace","em",childName);
|
hc_nodereplacechildnodename.js | 85 to "em". 111 childList = employeeNode.getElementsByTagName("em"); 117 assertEqualsAutoCase("element", "replacedNodeName","em",childName);
|
hc_nodegetfirstchildnull.js | 81 Retrieve the text of the first "em" element and invoke the "getFirstChild()" method. It 102 emList = doc.getElementsByTagName("em");
|
hc_nodegetlastchildnull.js | 82 Retrieve the text of the first "em" element and invoke the "getFirstChild()" method. It 103 emList = doc.getElementsByTagName("em");
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodelistindexequalzero.js | 80 of 0. This should result in the whitspace before "em" being 81 selected (em when ignoring whitespace). 124 assertEqualsAutoCase("element", "childName_wo_whitespace","em",childName);
|
hc_nodereplacechildnodename.js | 85 to "em". 111 childList = employeeNode.getElementsByTagName("em"); 117 assertEqualsAutoCase("element", "replacedNodeName","em",childName);
|
hc_nodegetfirstchildnull.js | 81 Retrieve the text of the first "em" element and invoke the "getFirstChild()" method. It 102 emList = doc.getElementsByTagName("em");
|
hc_nodegetlastchildnull.js | 82 Retrieve the text of the first "em" element and invoke the "getFirstChild()" method. It 103 emList = doc.getElementsByTagName("em");
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
elementsetidattributens03.js | 78 Invoke setIdAttributeNS on a newly added namespace attribute on the first em element. Verify by calling 103 elemList = doc.getElementsByTagName("em"); 116 assertEquals("elementsetidattributensGetElementById03","em",elemName);
|
nodeisequalnode09.js | 80 Get the first "em" node, construct an equivalent in a new document and see if isEqualNode 118 employeeList = doc.getElementsByTagName("em"); 120 elem2 = newDoc.createElementNS("http://www.w3.org/1999/xhtml","em");
|
noderemovechild16.js | 79 Using removeChild on the first 'p' Element node attempt to remove its 'em' 104 parentList = doc.getElementsByTagName("em"); 111 assertEquals("noderemovechild16","em",removedName);
|
nodeisequalnode10.js | 78 Retreive 2 different "em" nodes of this Document Use isEqualNode 99 employeeList = doc.getElementsByTagName("em");
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 90 The NDK is designed for use <em>only</em> in conjunction with the 151 update to the latest tools or platform using the <em>Android SDK and AVD Manager</em>, rather than 202 <p><b><em><span id="filename"></span></em> is now downloading. Follow the steps below to
|
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 26 # 1 => "--" for em-dashes; no en-dash support 27 # 2 => "---" for em-dashes; "--" for en-dashes 28 # 3 => "--" for em-dashes; "---" for en-dashes 87 # 2 : set all, using old school en- and em- dash shortcuts 88 # 3 : set all, using inverted old school en and em- dash shortcuts 333 # use old smart dash shortcuts, "--" for en, "---" for em 337 # inverse of 2, "--" for em, "---" for en 529 # an em-dash HTML entity. 543 # an em-dash HTML entity. 546 # em e [all...] |