/external/bluetooth/glib/docs/reference/glib/tmpl/ |
trash_stack.sgml | 29 Each piece of memory that is pushed onto the stack 39 Pushes a piece of memory onto a #GTrashStack. 43 @data_p: the piece of memory to push on the stack. 48 Pops a piece of memory off a #GTrashStack.
|
/external/icu4c/tools/toolutil/ |
swapimpl.h | 27 * Identifies and then transforms the ICU data piece in-place, or determines
|
/cts/tests/tests/example/src/android/example/cts/ |
ExampleSecondaryTest.java | 27 * separate your test classes by what class or major piece of
|
/frameworks/base/docs/html/resources/articles/ |
drawable-mutations.jd | 54 <p>Unfortunately, this piece of code yields a rather strange result: 77 <p>Let's update our previous piece of code to make use of <code>mutate()</code>:</p> 88 does not however create a new drawable instance. With this new piece of
|
/dalvik/dx/src/com/android/dx/dex/file/ |
Item.java | 23 * repeated piece of a Dalvik file.
|
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 36 * - Use a jump table from the main piece to jump directly into the
|
/external/dnsmasq/contrib/openvpn/ |
README | 37 > piece of the puzzle and that this problem has been solved before. Any
|
/external/icu4c/common/ |
udatamem.h | 12 * UDataMemory A class-like struct that serves as a handle to a piece of memory
|
/external/zlib/projects/ |
README.projects | 6 a custom piece of code that changes the zlib interface or its behavior),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
PaletteFactory.java | 68 Leave this piece of code here in case we want it back later.
|
/external/webkit/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 155 // Unlike Mac, on MSW you draw the scrollbar piece by piece.
|
/frameworks/base/tests/CoreTests/android/core/ |
ZipFileTest.java | 148 * Read a piece of file #1. 154 * Read a piece of file #2.
|
/frameworks/base/include/utils/ |
Asset.h | 221 * entire file or just a piece of it. Access is through fread/fseek. 229 * Use a piece of an already-open file. 284 * Use a piece of an already-open file.
|
FileMap.h | 66 * Get a pointer to the piece of the file we requested.
|
/cts/tools/dx-tests/ |
dx-tests.html | 127 some invalid piece of code or it rejected a valid one.
|
/dalvik/vm/native/ |
java_lang_reflect_Array.c | 62 * piece and work our way in.
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie2.java | 39 * HTTP "magic-cookie" represents a piece of state information
|
/external/e2fsprogs/intl/ |
xsize.h | 36 returns a piece of memory that is way too small, and the program then
|
/external/proguard/docs/ |
acknowledgements.html | 15 License. <b>RetroGuard</b> is a very nice piece of code, but it only performed
|
/frameworks/base/core/java/android/content/pm/ |
InstrumentationInfo.java | 27 * Information you can retrieve about a particular piece of test
|
/frameworks/base/services/java/com/android/server/status/ |
IconData.java | 23 * Indicates ths item represents a piece of text.
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Stmt.java | 28 * @return true when the next piece of the SQL statement sequence 50 * // s.prepare() for the next piece of SQL
|
/dalvik/vm/analysis/ |
CodeVerify.h | 27 * Enumeration for register type values. The "hi" piece of a 64-bit value 28 * MUST immediately follow the "lo" piece in the enumeration, so we can check
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumLinux.cpp | 111 // around the thumb piece. Not all themes have a clearly defined 117 // known color of the track and the thumb piece. This is difficult
|
/external/icu4c/layout/ |
IndicReordering.cpp | 234 LEUnicode piece = (*splitMatra)[j]; local 236 fOutChars[i+inv_count] = piece; 237 matraClass = classTable->getCharClass(piece); 239 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData); 325 LEUnicode piece = (*splitMatra)[i]; local 326 IndicClassTable::CharClass pieceClass = classTable->getCharClass(piece); 328 saveMatra(piece, matraIndex, pieceClass); [all...] |