Searched defs:elements (Results 1 - 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dbloom_filter_test.cpp34 std::vector<int> elements; local
42 elements.push_back(randomNumberGenerator());
48 for (const int elem : elements) {
58 for (const int elem : elements) {
66 for (const int elem : elements) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DWnnSentence.java30 public ArrayList<WnnClause> elements; field in class:WnnSentence
47 this.elements = clauses;
90 this.elements = new ArrayList<WnnClause>();
91 this.elements.add(clause);
108 this.elements = new ArrayList<WnnClause>();
109 this.elements.addAll(prev.elements);
110 this.elements.add(clause);
128 this.elements = new ArrayList<WnnClause>();
129 this.elements
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
H A DImapTestUtils.java66 public static final ImapList buildList(ImapElement... elements) { argument
68 for (ImapElement e : elements) {
76 ImapElement... elements) {
78 for (ImapElement e : elements) {
75 buildResponse(String tag, boolean isContinuationRequest, ImapElement... elements) argument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DAbstractKeyboardBuilder.java22 * This class builds a keyboard that is a two dimensional array of elements <code>E</code>.
24 * A keyboard consists of an array of rows, and a row consists of an array of elements. Each row
25 * may have different number of elements. A element of a keyboard can be specified by a row number
50 * elements of <code>rows</rows>.
51 * @param rows the template keyboard rows. The elements of the <code>rows</code> will be
81 * @return the array of elements at row number <code>row</code>.
93 * Set an array of elements to the specified row.
94 * @param row the row number to set <code>elements</code>.
95 * @param elements the array of elements t
98 setRowAt(final int row, final E[] elements) argument
[all...]
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DSmartPoster.java189 * Returns the first element of {@code elements} which is an instance
192 private static <T> T getFirstIfExists(Iterable<?> elements, Class<T> type) { argument
193 Iterable<T> filtered = Iterables.filter(elements, type);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java201 * Parses the layout and returns the number of elements added on the homescreen.
240 * Parses the current node and returns the number of elements added.
534 public FolderParser(ArrayMap<String, TagParser> elements) { argument
535 mFolderElements = elements;
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h98 This class implements a Random Access Iterator for GenericMember elements
486 \param allocator Allocator for allocating copied elements and buffers. Commonly use GenericDocument::GetAllocator().
571 /*! Need to destruct elements of array, members of object, or copy-string.
577 for (GenericValue* v = data_.a.elements; v != data_.a.elements + data_.a.size; ++v)
579 Allocator::Free(data_.a.elements);
1277 //! Get the number of elements in array.
1286 //! Remove all elements in the array.
1293 data_.a.elements[i].~GenericValue();
1305 return data_.a.elements[inde
1669 GenericValue* elements; member in struct:GenericValue::Array
2046 ValueType* elements = stack_.template Pop<ValueType>(elementCount); local
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHTML4.java30 * See http://www.w3.org/TR/html401/index/elements.html
37 /** Map of all elements */
38 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap(); field in class:HTML4
67 return elements.get(name.toLowerCase());
76 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
80 return Collections.unmodifiableMap(elements);
123 elements.put(tag, element);
154 * All HTML4 elements.
159 * Some deprecated elements aren't listed there so we make an educated guess:
165 * http://www.w3.org/TR/REC-html40/index/elements
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 543 milliseconds