/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrsetvaluenomodificationallowederrEE.java | 73 Node gender; local 77 genderList = doc.getElementsByTagName("gender"); 78 gender = genderList.item(2); 79 assertNotNull("genderNotNull", gender); 82 appendedChild = gender.appendChild(entRef);
|
processinginstructionsetdatanomodificationallowederrEE.java | 35 * Create an ent4 entity reference and add to document of the THIRD "gender" element. The elements 71 Node gender; local 76 genderList = doc.getElementsByTagName("gender"); 77 gender = genderList.item(2); 79 appendedChild = gender.appendChild(entRef); 80 entRef = gender.getLastChild();
|
attrsetvaluenomodificationallowederr.java | 34 * Obtain the children of the THIRD "gender" element. The elements 76 Node gender; local 84 genderList = doc.getElementsByTagName("gender"); 85 gender = genderList.item(2); 86 assertNotNull("genderNotNull", gender); 87 genList = gender.getChildNodes();
|
elementremoveattributenodenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 70 Node gender; local 80 genderList = doc.getElementsByTagName("gender"); 81 gender = genderList.item(2); 82 genList = gender.getChildNodes();
|
elementremoveattributenodenomodificationallowederrEE.java | 35 * Create an entity reference and add it to the children of the THIRD "gender" element. 70 Node gender; local 79 genderList = doc.getElementsByTagName("gender"); 80 gender = genderList.item(2); 83 appendedChild = gender.appendChild(entRef);
|
elementremoveattributenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 70 Node gender; local 77 genderList = doc.getElementsByTagName("gender"); 78 gender = genderList.item(2); 79 genList = gender.getChildNodes();
|
elementremoveattributenomodificationallowederrEE.java | 35 * Create an reference the entity ent4 and add it to the THIRD "gender" element. 69 Node gender; local 74 genderList = doc.getElementsByTagName("gender"); 75 gender = genderList.item(2); 78 appendedChild = gender.appendChild(entRef);
|
elementsetattributenodenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 70 Node gender; local 77 genderList = doc.getElementsByTagName("gender"); 78 gender = genderList.item(2); 79 entRef = gender.getFirstChild();
|
elementsetattributenodenomodificationallowederrEE.java | 35 * Create an entity reference and add to the THIRD "gender" element. The elements 76 Node gender; local 83 genderList = doc.getElementsByTagName("gender"); 84 gender = genderList.item(2); 87 appendedChild = gender.appendChild(entRef);
|
elementsetattributenomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 76 Node gender; local 80 genderList = doc.getElementsByTagName("gender"); 81 gender = genderList.item(2); 82 entRef = (EntityReference) gender.getFirstChild();
|
elementsetattributenomodificationallowederrEE.java | 35 * Add an ent4 reference to the children of the THIRD "gender" element. 70 Node gender; local 75 genderList = doc.getElementsByTagName("gender"); 76 gender = genderList.item(2); 78 appendedChild = gender.appendChild(entRef);
|
processinginstructionsetdatanomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 76 Node gender; local 80 genderList = doc.getElementsByTagName("gender"); 81 gender = genderList.item(2); 82 entRef = gender.getFirstChild();
|
textsplittextnomodificationallowederr.java | 35 * Obtain the children of the THIRD "gender" element. The elements 70 Node gender; local 77 genderList = doc.getElementsByTagName("gender"); 78 gender = genderList.item(2); 79 entRef = gender.getFirstChild();
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
removeAttributeNS01.java | 38 * Obtain the children of the THIRD "gender" element. The elements 79 Node gender; local 85 genderList = doc.getElementsByTagName("gender"); 86 gender = genderList.item(2); 87 gen = gender.getFirstChild();
|
setAttributeNS03.java | 38 * Obtain the children of the THIRD "gender" element. The elements 75 Node gender; local 82 genderList = doc.getElementsByTagName("gender"); 83 gender = genderList.item(2); 84 genList = gender.getChildNodes();
|
setAttributeNodeNS02.java | 38 * Obtain the children of the THIRD "gender" element. The elements 79 Node gender; local 89 genderList = doc.getElementsByTagName("gender"); 90 gender = genderList.item(2); 91 genList = gender.getChildNodes();
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api_chromeos.cc | 25 const std::string& gender, 58 const std::string& gender, 77 if (!gender.empty()) { 80 gender,
|
extension_tts_api_linux.cc | 21 const std::string& gender,
|
extension_tts_api_win.cc | 24 const std::string& gender, 56 const std::string& gender,
|
extension_tts_api.h | 23 // If the user does not specify the other values, then locale and gender 33 const std::string& gender, 85 const std::string& gender() { return gender_; } function in class:Utterance
|
extension_tts_api.cc | 174 if (!voice.gender.empty() && 175 !utterance->gender().empty() && 176 voice.gender != utterance->gender()) { 222 utterance->gender(),
|
extension_tts_apitest.cc | 33 const std::string& gender,
|
/external/srec/tools/cmd/ |
srecres2utd.pl | 15 my @fields = ("file", "correct", "invocab", "gdiff", "sd", "sd13", "spf", "abs", "gdiffpf", "rejrslt", "rankc", "match", "ortho", "choice1", "choice2", "score1", "conf", "gender"); 60 $token{gender} = $gender{$1}; 190 $token->{gender} = "?";
|
/external/chromium/chrome/common/extensions/ |
extension.h | 118 std::string gender; member in struct:Extension::TtsVoice [all...] |
extension_manifests_unittest.cc | 549 EXPECT_EQ("female", extension->tts_voices()[0].gender);
|