OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pick
(Results
1 - 25
of
657
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/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/libs/surfaceflinger/
Android.mk
26
# need "-lrt" on Linux simulator to
pick
up clock_gettime
/hardware/libhardware/
Android.mk
26
# 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/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.
/packages/apps/Music/
AndroidManifest.xml
106
<action android:name="android.intent.action.
PICK
" />
113
<action android:name="android.intent.action.
PICK
" />
120
<action android:name="android.intent.action.
PICK
" />
128
<action android:name="android.intent.action.
PICK
" />
148
<action android:name="android.intent.action.
PICK
" />
174
<action android:name="android.intent.action.
PICK
" />
190
<action android:name="android.intent.action.
PICK
" />
222
<!-- Second way to invoke us: someone asks to
pick
an item from
225
<action android:name="android.intent.action.
PICK
" />
/packages/apps/Gallery/res/values/
strings.xml
33
choose an application to
pick
a picture or a video) -->
45
<!-- menu
pick
: crop the currently selected image -->
48
<!-- menu
pick
: view the currently selected image -->
51
<!-- menu
pick
: go to the preferences screen for the camera or image gallery -->
79
<!-- menu
pick
to view the currently selected image -->
82
<!-- menu
pick
to view the details of the currently selected image -->
85
<!-- menu
pick
to show the location of the currently selected image on maps-->
88
<!-- menu
pick
to rotate the currently selected image (brings up submenu) -->
91
<!-- menu
pick
to rotate the currently selected image to the left -->
94
<!-- menu
pick
to rotate the currently selected image to the right --
[
all
...]
Completed in 146 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>