OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:picked
(Results
26 - 50
of
410
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragmentPreL.java
25
// correctly
picked
up here if it's open.
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java
271
VoiceInteractor.PickOptionRequest.Option[]
picked
local
273
for (int i=0; i<
picked
.length; i++) {
274
picked
[i] = mPendingOptions[i*2];
276
mPendingOptions =
picked
;
277
if (
picked
.length <= 1) {
278
pick.sendPickOptionResult(
picked
, null);
282
pick.sendIntermediatePickOptionResult(
picked
, null);
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp
58
int
picked
;
local
60
picked
= static_cast<int>(RandFloat() * num_classes_);
61
//
picked
= static_cast<int>(random_.RandFloat() * num_classes_);
62
} while (target ==
picked
);
63
return
picked
;
/development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageInterstitial.java
54
// We will launch the app showing what the user
picked
. In this simple
/external/jmonkeyengine/
README
18
saved in the Java classpath and
picked
up by the classloader. On Android, they
/development/tools/idegen/src/
Configuration.java
222
SortedSet<File>
picked
= new TreeSet<File>();
local
228
picked
.add(file);
234
return
picked
;
/build/core/
executable_prefer_symlink.mk
51
# We need this so that the installed files could be
picked
up based on the
/external/libselinux/
README.android
3
Some changes have been cherry-
picked
from the upstream libselinux.
/external/libunwind/
ChangeLog
37
the file is
picked
up from same directory.
/external/mesa3d/bin/
.cherry-ignore
1
# These commits were cherry
picked
without using -x.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
VideoTrackDecoder.java
60
* Waits for the frame to be
picked
up by the MFF thread, i.e. blocks until the
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java
191
* in an Intent to be
picked
up by AdvertiserFragment and stops this Service.
214
* code as an extra. This is intended to be
picked
up by the {@code AdvertiserFragment}.
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java
191
* in an Intent to be
picked
up by AdvertiserFragment and stops this Service.
214
* code as an extra. This is intended to be
picked
up by the {@code AdvertiserFragment}.
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java
191
* in an Intent to be
picked
up by AdvertiserFragment and stops this Service.
214
* code as an extra. This is intended to be
picked
up by the {@code AdvertiserFragment}.
/device/htc/flounder/
bcmdhd.cal
34
#triso values for 2G are
picked
from older nvram. Might need to change.
50
#triso values for 5G are
picked
from older nvram. Might need to change.
bcmdhd_lte.cal
34
#triso values for 2G are
picked
from older nvram. Might need to change.
50
#triso values for 5G are
picked
from older nvram. Might need to change.
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java
37
// If a device was
picked
from the device picker or was in discoverable mode
104
// If the device was
picked
in the device picker recently
/external/clang/unittests/Driver/
MultilibTest.cpp
295
<< "Selection
picked
" << SelectionM64 << " which was not expected";
303
<< "Selection
picked
" << SelectionNoM64 << " which was not expected";
336
ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection
picked
" << Selection
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java
78
* @return Id of the background image resource. null if no image is
picked
.
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java
78
* @return Id of the background image resource. null if no image is
picked
.
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java
78
* @return Id of the background image resource. null if no image is
picked
.
/external/ceres-solver/include/ceres/
fpclassify.h
31
// Portable floating point classification. The names are
picked
such that they
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
wdg_validate.py
115
executable (by default
picked
up from $PATH)
/external/droiddriver/
contributing_aosp.md
34
If commits are uploaded together (on the same branch) then they are considered dependent upon eachother. To submit an individual commit without requiring other commits to be merged first, that commit must be cherry
picked
to a new branch. This can be done either locally or via the gerrit UI.
/external/skia/src/core/
SkBitmapScaler.h
57
// High quality resizing. The algorithm is
picked
to favor image quality.
Completed in 5361 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>