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

1 2

  /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/icu/android_icu4j/src/main/java/android/icu/util/
GenderInfo.java 25 * Provide information about gender in locales based on data in CLDR. Currently supplies gender of lists.
37 * Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE.
42 public enum Gender {
87 * This only affects gender for lists more than one. For lists of 1 item, the gender
88 * of the list always equals the gender of that sole item.
96 * For a single item, returns its gender;
105 * For a single item, returns its gender;
106 * Otherwise gender(all male) = male, gender(all female) = female, otherwise gender(list) = other
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GenderInfo.java 24 * Provide information about gender in locales based on data in CLDR. Currently supplies gender of lists.
35 * Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE.
40 public enum Gender {
85 * This only affects gender for lists more than one. For lists of 1 item, the gender
86 * of the list always equals the gender of that sole item.
94 * For a single item, returns its gender;
103 * For a single item, returns its gender;
104 * Otherwise gender(all male) = male, gender(all female) = female, otherwise gender(list) = other
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/ops/
readers.py 46 feature { key: "gender" value { bytes_list { value: [ "f" ] } } }
51 feature { key: "gender" value { bytes_list { value: [ "f" ] } } }
62 "gender": FixedLenFeature([], dtype=tf.string),
72 "gender": [["f"], ["f"]],
  /external/tensorflow/tensorflow/tools/dist_test/python/
census_widendeep.py 53 gender = tf.contrib.layers.sparse_column_with_keys(
54 column_name="gender", keys=["female", "male"])
85 gender, native_country, education, occupation, workclass,
98 tf.contrib.layers.embedding_column(gender, dimension=8),
107 "marital_status", "occupation", "relationship", "race", "gender",
112 "occupation", "relationship", "race", "gender",
  /frameworks/base/core/java/android/text/style/
TtsSpan.java 176 * String argument supplying gender information. Can be any of
180 public static final String ARG_GENDER = "android.arg.gender";
596 * Sets the gender information for this instance.
597 * @param gender Can any of {@link #GENDER_NEUTRAL},
601 public C setGender(String gender) {
602 return setStringArgument(TtsSpan.ARG_GENDER, gender);
    [all...]
  /external/tensorflow/tensorflow/python/ops/
parsing_ops.py 496 feature { key: "gender" value { bytes_list { value: [ "f" ] } } }
500 feature { key: "gender" value { bytes_list { value: [ "f" ] } } }
511 "gender": FixedLenFeature([], dtype=tf.string),
520 "gender": [["f"], ["f"]],
    [all...]
  /frameworks/base/tools/fonts/
fontchain_linter.py 666 for ch, gender in GENDER_DEFAULTS:
667 equivalent_emoji[(ch, ZWJ, gender)] = ch
669 skin_toned = (ch, skin_tone, ZWJ, gender)
  /external/guava/guava-testlib/test/com/google/common/testing/
NullPointerTesterTest.java 836 private enum Gender {
844 Gender gender,
862 gender,
876 Gender.MALE,
    [all...]
  /external/libmojo/third_party/jinja2/
filters.py 667 with `gender`, `first_name` and `last_name` attributes and you want to
674 {% for group in persons|groupby('gender') %}
688 {% for grouper, list in persons|groupby('gender') %}

Completed in 430 milliseconds

1 2