/frameworks/base/core/java/android/view/ |
FocusFinderHelper.java | 22 * A helper class that allows unit tests to access FocusFinder methods.
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodCallback.aidl | 27 * Helper interface for IInputMethod to allow the input method to call back
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
ViewHelper.java | 23 * A helper class for handling text views in the dialogs.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SQLiteTransaction.java | 22 * Abstract helper base class for SQLite write transactions.
|
/sdk/files/ |
ant_test_rules_r1.xml | 20 <macrodef name="run-tests-helper"> 57 <run-tests-helper /> 71 <run-tests-helper emma.enabled="true"> 77 </run-tests-helper>
|
ant_test_rules_r2.xml | 20 <macrodef name="run-tests-helper"> 57 <run-tests-helper /> 71 <run-tests-helper emma.enabled="true"> 77 </run-tests-helper>
|
/external/v8/src/ |
checks.h | 71 // Helper function used by the CHECK_EQ function when given int 83 // Helper function used by the CHECK_EQ function when given int64_t 105 // Helper function used by the CHECK_NE function when given int 120 // Helper function used by the CHECK function when given string 152 // Helper function used by the CHECK function when given pointer 182 // Helper function used by the CHECK function when given floating 245 // helper call causes it to be resolved before joining.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputFinisher.java | 98 * Helper for {@link #add} which scrutinizes a single 125 * Helper for {@link #hasAnyLocalInfo} which scrutinizes a single 154 * Helper for {@link #getAllConstants} which adds all the info for 178 * Helper for {@link #getAllConstants} which adds all the info for 230 * Helper for {@link #add} and {@link #insert}, 298 * Helper for {@link #assignIndices} which does assignment for one 358 * Helper for {@link #finishProcessingAndGetList}, which extracts 376 * Helper for {@link #finishProcessingAndGetList}, which figures 425 * Helper for {@link #reserveRegisters}, which does one 512 * Helper for {@link #finishProcessingAndGetList}, which goe [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOM2Helper.java | 39 * This class provides a DOM level 2 "helper", which provides services currently 52 * that this helper is intended to support. This is currently 72 * Returns true if the DOM implementation handled by this helper 82 /** Field m_doc: Document Node for the document this helper is currently 90 * Specify which document this helper is currently operating on. 101 * Query which document this helper is currently operating on.
|
/bionic/libc/private/ |
thread_private.h | 39 * helper macro to make unique names in the thread namespace 65 * helper functions that exist as (weak) null functions in libc and
|
/external/bluetooth/glib/build/win32/vs8/ |
gspawn-win32-helper-console.vcproj | 5 Name="gspawn-win32-helper-console"
182 RelativePath="..\..\..\glib\gspawn-win32-helper-console.c"
|
gspawn-win32-helper.vcproj | 5 Name="gspawn-win32-helper"
182 RelativePath="..\..\..\glib\gspawn-win32-helper.c"
|
/external/bluetooth/glib/gio/ |
gasynchelper.c | 31 * @short_description: Asynchronous Helper Functions 35 * Provides helper functions for asynchronous operations.
|
gioerror.c | 31 * @short_description: Error helper functions 34 * Contains helper functions for reporting errors to the user.
|
/external/bluetooth/glib/ |
glib-zip.in | 25 bin/gspawn-win${helperbits}-helper.exe 26 bin/gspawn-win${helperbits}-helper-console.exe
|
/external/skia/src/images/ |
SkImageDecoder_libbmp.cpp | 97 image_codec::BmpDecoderHelper helper; local 99 if (!helper.DecodeImage((const char*)storage.get(), length,
|
/external/stlport/stlport/stl/ |
_move_construct_fwk.h | 98 //The helper function 106 //Helper structs used for many class.
|
/external/webkit/WebCore/dom/ |
ContainerNodeAlgorithms.h | 38 // Helper functions for TreeShared-derived classes, which have a 'Node' style interface 83 // Helper methods for removeAllChildrenInContainer, hidden from WebCore namespace
|
/external/webkit/WebCore/rendering/ |
SVGRenderTreeAsText.h | 60 // helper operators defined used in various classes to dump the render tree. 69 // helper operators specific to dumping the render tree. these are used in various classes to dump the render tree
|
/external/webkit/WebCore/svg/ |
SVGGlyphElement.h | 118 // Helper function used by SVGFont 122 // Helper function shared between SVGGlyphElement & SVGMissingGlyphElement
|
/frameworks/base/docs/html/resources/articles/ |
can-i-use-this-intent.jd | 18 The example below shows a helper method that queries the system package manager 45 <p>Here is how you could use the helper method:</p>
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerDataHelper.java | 24 * Helper class for writing and retrieving data using the TrackerProvider 158 * Helper method which converts row referenced by given cursor to a string
|
/system/core/include/cutils/ |
abort_socket.h | 17 /* Helper to perform abortable blocking operations on a socket: 33 * The helper is implemented by setting the socket non-blocking to initiate
|
/bionic/libc/kernel/tools/ |
find_users.py | 47 # helper function used to walk the user files
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureComparator.java | 27 * Helper class to assert that two Gestures are approximately equal
|