HomeSort by relevance Sort by last modified time
    Searched full:take (Results 176 - 200 of 2658) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tools/aidl/
aidl_language.h 130 // these functions all take ownership of the strings
  /frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java 29 * Methods that take an unknown class as parameter or as return object, have been removed for now.
  /hardware/ti/omap3/dspbridge/inc/
dbapi.h 31 *! Changed DDSPStream_Issue/Reclaim to take DWORD dwArg.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbapi.h 31 *! Changed DDSPStream_Issue/Reclaim to take DWORD dwArg.
  /ndk/samples/san-angeles/jni/
app-android.c 84 * to take care of the pause interval. */
  /packages/apps/AccountsAndSyncSettings/res/values/
strings.xml 56 <!-- Dialog message for when there are too many deletes that would take place and we want user confirmation -->
58 <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to delete the items -->
60 <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to undo the deletions -->
62 <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to do nothing for now -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 78 task = mQueue.take();
  /bootable/recovery/edify/
expr.h 64 // Take one of the Expr*s passed to the function as an argument,
69 // Take one of the Expr*s passed to the function as an argument,
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
ErrorHandler.java 57 * recommendation. The default behaviour is to take no
83 * validity constraint. The default behaviour is to take no
  /dalvik/tests/068-classloader/src/
FancyLoader.java 178 * version of the class to take precedence over an already-loaded
223 * super-class which can take care of it for us.)
  /development/pdk/docs/about/
philosophy.jd 35 welcome all such uses. However, in order to take part in the shared
37 can take advantage of the Compatibility Program.</p>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 52 // to take appropriate action when the activity looses focus
60 // to take appropriate action when the activity looses focus
  /external/freetype/src/truetype/
ttinterp.h 84 /* reading a cvt value. Take care of non-square pixels if necessary */
88 /* setting or moving a cvt value. Take care of non-square pixels */
  /external/opencore/fileformats/mp4/parser/src/
expandablebaseclass.cpp 76 size = data & 0x7f; // Take last 7 bits
89 size = (size << 7) | (data & 0x7f); // Take last 7 bits
  /external/srec/srec/ca/
rec_basi.c 55 * Any methods which take 'recog_info' as an argument,
142 * Any methods which take 'recog_info' as an argument,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 32 // transition to take from an FST's state. They should return a number
140 if (n == ifst.NumArcs(opts.source)) { // Take 'super-final' transition
  /external/v8/test/mjsunit/
array-concat.js 64 // When we take the number off the prototype it disappears from a, but
90 // When we take moe off the prototype it disappears from all arrays.
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 325 // take greater branch from the nth node in the path, otherwise
326 // take the less branch. branch[0] gives branch from root, and
466 // Create a class whose sole purpose is to take advantage of
610 // take greater branch from the nth node in the path, otherwise
611 // take the less branch. branch[0] gives branch from root, and
760 // take greater branch from the nth node in the path, otherwise
761 // take the less branch. branch[0] gives branch from root, and
790 // node in the greater subtree. We take the leaf node from the
  /external/webkit/WebCore/css/
CSSVariablesDeclaration.cpp 63 RefPtr<CSSValue> val = m_variablesMap.take(variableName);
101 CSSValue* current = m_variablesMap.take(variableName).get();
  /external/webkit/WebCore/storage/
StorageMap.cpp 64 // can take the shortest route.
155 oldValue = m_map.take(key);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextMetricsCalculator.java 84 * Take baseline offsets from the first font or graphic attribute
88 // Take baseline offsets of the first font and normalize them
  /frameworks/base/core/java/android/app/
IntentService.java 35 * simplify this pattern and take care of the mechanics. To use it, extend
40 * <p>All requests are handled on a single worker thread -- they may take as
package.html 53 must do, each of which is provided by a separate activity: take a picture
57 "take a picture" or "select an image" activity that is part of the camera
  /frameworks/base/docs/html/guide/topics/search/
index.jd 79 <p>When you implement search in your application, you should take steps to protect the user's
93 send the personal information, you should take steps to avoid logging it. If you must log it, you
  /packages/apps/Calculator/res/values/
strings.xml 85 <!-- Menu item text to take user to the screen with the basic digits and operators. -->
87 <!-- Menu item text to take user to the screen with the advanced functions, such as sin, cos, ln, log, etc. -->

Completed in 169 milliseconds

1 2 3 4 5 6 78 91011>>