Searched refs:to (Results 251 - 254 of 254) sorted by relevance

<<11

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp10 * Unless required by applicable law or agreed to in writing, software
75 // Standard C isspace() is only required to look at the low byte of its input, so
82 // range checked; guaranteed to NUL-terminate within the stated number of available slots
83 // NOTE: if this truncates the dst string due to running out of space, no attempt is
84 // made to avoid splitting surrogate pairs.
184 // Use calloc since we're going to leave a few holes in the data
185 // and want this to run cleanly under valgrind
227 if (*map != htodl(IDMAP_MAGIC)) { // htodl: map data expected to be in correct endianess
241 map = map + IDMAP_HEADER_SIZE; // skip ahead to data segment
414 // check invariant: stringCount > 0 requires a string pool to exis
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java10 * Unless required by applicable law or agreed to in writing, software
76 * Base class that can be used to implement virtualized lists of items. A list does
106 * The list will automatically scroll to the bottom when a data set change
114 * The list will automatically scroll to the bottom, no matter what items
127 * Indicates we just received the touch event and we are waiting to see if the it is a tap or a
133 * Indicates the touch has been recognized as a tap and we are now waiting to see if the touch
175 * Force the selected item to be on somewhere on the screen
191 * Layout to sync as a result of a data change. Restore mSyncPosition to have its top
207 * The list allows up to on
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java10 * Unless required by applicable law or agreed to in writing, software
143 // we should bounce the call out via the proxy to enable any sub-class to override it.
150 * to the text and sends them either as key strokes or text changes.
153 // Used for mapping characters to keys typed.
251 // Move caret to the end of the new text
296 // We have to delete the same text in webkit.
397 // inputType needs to be overwritten because of the different text variation.
403 // inputType needs to be overwritten because of the different class.
407 // action, so set the action to NEX
[all...]
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h15 // contributors may be used to endorse or promote products derived from
37 // IMPORTANT NOTE: Due to limitation of the C++ language, we have to
43 // Such code is NOT meant to be used by a user directly, and is subject
44 // to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user
71 // contributors may be used to endorse or promote products derived from
91 // Google Test. They are subject to change without notice.
110 // contributors may be used to endorse or promote products derived from
127 // Low-level types and utilities for porting Google Test to various
128 // platforms. They are subject to chang
2074 const To to = NULL; local
7677 CopyArray(const T& from, U* to) argument
7689 CopyArray(const T* from, size_t size, U* to) argument
[all...]

Completed in 156 milliseconds

<<11