HomeSort by relevance Sort by last modified time
    Searched full:pick (Results 1 - 25 of 799) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/047-returns/
expected.txt 0 pick 1
5 pick 2
9 pick 3
  /external/webkit/WebCore/manual-tests/
remove-select-onchange.html 1 <p>This test shouldn't crash when you pick something from select, even though it removes itself.
5 <option>Shouldn't crash when you pick this.</option>
empty-title-popup.html 3 <select><option></option><option>Pick me!</option></select></p>
  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-1-expected.txt 1 Test that a subframe without manifest doesn't pick an application cache from parent frame (as long as no relevant cache contains its resource).
top-frame-1.html 3 <p>Test that a subframe without manifest doesn't pick an application cache from parent frame
  /frameworks/base/cmds/bootanimation/
Android.mk 8 # need "-lrt" on Linux simulator to pick up clock_gettime
  /system/core/libnetutils/
Android.mk 14 # need "-lrt" on Linux simulator to pick up clock_gettime
  /dalvik/tests/047-returns/src/
Main.java 9 System.out.println("pick 1");
13 System.out.println("pick 2");
17 System.out.println("pick 3");
  /development/samples/Home/
_index.html 3 A user can install additional Home applications and pick which one to use as the
  /frameworks/base/services/sensorservice/
Android.mk 15 # need "-lrt" on Linux simulator to pick up clock_gettime
  /development/samples/BusinessCard/res/values/
strings.xml 22 <string name="button_pick_contact">Pick Contact</string>
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 30 * A simple activity that shows a "Pick Contact" button and two fields: contact's name
31 * and phone number. The user taps on the Pick Contact button to bring up
58 // Install a click handler on the Pick Contact button
69 * Click handler for the Pick Contact button. Invokes a contact picker activity.
  /external/icu4c/layout/
AlternateSubstSubtables.cpp 19 // NOTE: For now, we'll just pick the first alternative...
  /frameworks/base/services/surfaceflinger/
Android.mk 31 # need "-lrt" on Linux simulator to pick up clock_gettime
  /hardware/libhardware/
Android.mk 23 # need "-lrt" on Linux simulator to pick up clock_gettime
  /hardware/libhardware_legacy/
Android.mk 24 # need "-lrt" on Linux simulator to pick up clock_gettime
  /packages/apps/Gallery/src/com/android/camera/
PickWallpaper.java 21 * This just redirects to the standard pick action.
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 128 class Pick{
129 /* The Pick is the basic language generator element*/
134 virtual ~Pick(){};
139 //typedef BUFFER<Pick *> Buffer_pPick;
142 BUFFER(Pick *, Buffer_pPick);
146 * It's a mapping table between 'variable name' and its 'active Pick object'
152 Buffer_pPick refs; // points to Pick
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){
184 void put(const char *const var_name, Pick *const var_ref = NULL)
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 128 class Pick{
129 /* The Pick is the basic language generator element*/
134 virtual ~Pick(){};
139 //typedef BUFFER<Pick *> Buffer_pPick;
142 BUFFER(Pick *, Buffer_pPick);
146 * It's a mapping table between 'variable name' and its 'active Pick object'
152 Buffer_pPick refs; // points to Pick
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){
184 void put(const char *const var_name, Pick *const var_ref = NULL)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 39 pick an e-mail address or image -- the picking activity sends the selected
44 to pick something and sends the selection back to its caller. Implementing
58 <td class="DescrColumn">Launches pick activity and receives its result</td>
62 <td class="DescrColumn">Allows user to pick an option and sends it back to its caller</td>
  /development/samples/TicTacToeLib/
AndroidManifest.xml 23 However later the tools will pick up the activities from here and merge them
  /external/webkit/JavaScriptCore/
JavaScriptCore.pro 47 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
wc4.l 1 /* Fastest version of wc: add rules to pick up newlines, too */
  /packages/apps/Gallery3D/res/values/
strings.xml 64 <!-- menu pick: crop the currently selected image -->
80 <string name="pick_prompt">Pick an item from your collection</string>
82 <string name="pick">Pick</string>
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 27 * always pick up and move widgets.

Completed in 789 milliseconds

1 2 3 4 5 6 7 8 91011>>