OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desired
(Results
201 - 225
of
6587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/src/test/java/org/mockitousage/verification/
VerificationStartedListenerTest.java
40
//this is a hack to simulate
desired
behavior
63
//this is a hack to simulate
desired
behavior
83
//this is a hack to simulate
desired
behavior
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
PreferencesFacade.java
61
@RpcParameter(name = "filename", description = "
Desired
preferences file. If not defined, uses the default Shared Preferences.") @RpcOptional String filename) {
70
@RpcParameter(name = "filename", description = "
Desired
preferences file. If not defined, uses the default Shared Preferences.") @RpcOptional String filename)
95
@RpcParameter(name = "filename", description = "
Desired
preferences file. If not defined, uses the default Shared Preferences.") @RpcOptional String filename) {
/external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc
114
VideoFormat
desired
= VideoFormat(kTestFormat);
local
115
EXPECT_FALSE(capturer_.GetBestCaptureFormat(
desired
, NULL));
120
EXPECT_TRUE(capturer_.GetBestCaptureFormat(
desired
, &best_format));
/frameworks/base/core/java/android/app/
IWallpaperManager.aidl
89
* Sets the dimension hint for the wallpaper. These hints indicate the
desired
95
* Returns the
desired
minimum width for the wallpaper.
100
* Returns the
desired
minimum height for the wallpaper.
/frameworks/base/libs/hwui/
RenderBufferCache.h
45
* @param format The
desired
render buffer format
46
* @param width The
desired
width of the buffer
47
* @param height The
desired
height of the buffer
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
IconLoader.java
76
// First check for the
desired
density.
82
// Didn't find in the
desired
density. Search in all.
85
// Skip the
desired
density since it's already been checked.
/frameworks/support/
README.md
48
1. Open the
desired
test file in Android Studio.
52
1. In the project side panel open the
desired
module.
59
These applications are named support-\*-demos (e.g. support-4v-demos or support-leanback-demos. You can run them by clicking `Run > Run ...` and choosing the
desired
application.
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/drawable/
Drawable.kt
37
* @param width Width of the
desired
bitmap. Defaults to [Drawable.getIntrinsicWidth].
38
* @param height Height of the
desired
bitmap. Defaults to [Drawable.getIntrinsicHeight].
39
* @param config Bitmap config of the
desired
bitmap. Null attempts to use the native config, if
/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
PasswordGenerator.java
46
* Generates password of
desired
length. See {@link #usage} method
51
* chars, limited by
desired
length and printed in standard output as password
61
"Password Generator produces password of
desired
LENGTH.");
/prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
PasswordGenerator.java
46
* Generates password of
desired
length. See {@link #usage} method
51
* chars, limited by
desired
length and printed in standard output as password
61
"Password Generator produces password of
desired
LENGTH.");
/system/bt/tools/mcap_tool/
mcap_test_mcl.h
55
* @param mdl_id
Desired
MDL ID, user supported
67
* @param mdl_id
Desired
MDL ID, user supported
84
* @param mdl_id
Desired
MDL ID, peer supported
/test/vts-testcase/kernel/ltp/shell_environment/definitions/
path_permission.py
32
_failed_paths: list of string, paths that don't have
desired
permissions
33
_permissions: list of int,
desired
permissions for each path
79
self.note = ("Some paths do not have
desired
"
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_power_test_utils.py
33
"""Sets the phone and Bluetooth in the
desired
state
71
# Set the
desired
screen status
88
scan mode:
desired
BLE scan type
/external/tensorflow/tensorflow/python/keras/_impl/keras/
constraints.py
45
to have a norm less than or equal to a
desired
value.
69
desired
= K.clip(norms, 0, self.max_value)
70
return w * (
desired
/ (K.epsilon() + norms))
130
towards a value inside the
desired
interval.
152
desired
= (
155
return w * (
desired
/ (K.epsilon() + norms))
/pdk/apps/TestingCamera2/
README.txt
29
2. Add at least one target pane, and for each, select the kind of target
desired
and its
32
4. Add a request pane, select the
desired
camera and targets, and the
desired
use case template.
48
Target panes represent various destinations for camera data. The kind of destination
desired
, and
64
application-accessible. It is simply configured with the
desired
output format, and the size.
131
to intercept/override camera device operations as
desired
.
/build/soong/scripts/
setup_go_workspace_for_soong.sh
30
echo "Error; could not determine the
desired
location at which to create a Go-compatible workspace. Please update GOPATH to specify the
desired
destination directory"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Pei/
MonoStatusCode.h
73
// This is the platform function to initialize the listeners
desired
by the
83
// This is the platform function that calls all of the listeners
desired
by the
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
SecPeiDxeTimerLibCpu.uni
14
// support is
desired
, the SecPeiDxeTimerLibUefiCpu library can be used.
30
#string STR_MODULE_DESCRIPTION #language en-US "This Timer Library only uses CPU resources to provide calibrated delays on IA-32, x64, and IPF. Note: A driver of types DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER can use this TimerLib in their initialization without any issues. They only have to be careful in the implementation of runtime services and SMI handlers. Because CPU Local APIC and ITC could be programmed by the OS, it cannot be used by SMM drivers and runtime drivers, and ACPI timer is recommended for SMM drivers and runtime drivers. Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC support is
desired
, the SecPeiDxeTimerLibUefiCpu library can be used."
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
MonoStatusCode.h
83
// This is the platform function to initialize the listeners
desired
by the
93
// This is the platform function that calls all of the listeners
desired
by the
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Redrawer.java
26
* @param maxRefreshRate
Desired
frequency at which to redraw plots.
81
// TODO: meet
desired
refresh rate.
/external/boringssl/src/third_party/fiat/
README.md
12
the
desired
field operation). The "source" file specifying the finite field and
13
referencing the
desired
implementation strategy is
/external/clang/test/OpenMP/
atomic_capture_codegen.cpp
109
// CHECK: [[
DESIRED
:%.+]] = load i16, i16* [[TEMP]],
110
// CHECK: [[RES:%.+]] = cmpxchg i16* [[X_ADDR]], i16 [[EXPECTED]], i16 [[
DESIRED
]] monotonic monotonic
125
// CHECK: [[
DESIRED
:%.+]] = load i32, i32* [[TEMP]],
126
// CHECK: [[RES:%.+]] = cmpxchg i32* [[X_ADDR]], i32 [[EXPECTED]], i32 [[
DESIRED
]] monotonic monotonic
146
// CHECK: [[
DESIRED
:%.+]] = load i32, i32* [[TEMP]],
147
// CHECK: [[RES:%.+]] = cmpxchg i32* [[X_ADDR]], i32 [[EXPECTED]], i32 [[
DESIRED
]] monotonic monotonic
162
// CHECK: [[
DESIRED
:%.+]] = load i32, i32* [[TEMP]],
163
// CHECK: [[RES:%.+]] = cmpxchg i32* [[X_ADDR]], i32 [[EXPECTED]], i32 [[
DESIRED
]] monotonic monotonic
176
// CHECK: [[
DESIRED
:%.+]] = sdiv i64 [[EXPECTED]], [[EXPR]]
177
// CHECK: store i64 [[
DESIRED
]], i64* [[TEMP:%.+]]
[
all
...]
/external/libdrm/rockchip/
rockchip_drm.h
36
* User-
desired
buffer creation information structure.
38
* @size: user-
desired
memory allocation size.
/external/lmfit/lib/
lmstruct.h
32
double ftol; /* Relative error
desired
in the sum of squares.
39
double gtol; /* Orthogonality
desired
between fvec and its derivs.
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
feature-stats-accumulator.h
47
// the
desired
slot.
55
// within the
desired
feature column. Default stats are returned if no match
Completed in 1578 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>