OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requested
(Results
176 - 200
of
12437
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DeviceRecoveryModule.h
6
- Finds the
requested
firmware binary capsule
70
Returns the size and type of the
requested
recovery capsule.
82
the size of the
requested
recovery module is
85
the type of the
requested
recovery capsule is
116
the
requested
recovery capsule will be returned.
120
@retval EFI_NOT_FOUND A
requested
recovery DXE capsule cannot be found.
138
EFI_PEI_DEVICE_GET_RECOVERY_CAPSULE_INFO GetRecoveryCapsuleInfo; ///< Returns the size and type of the
requested
recovery capsule.
/external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp
194
// Prevent access to non
requested
data to coerce the parser to send new
195
// request for non available (non
requested
before) data.
221
// Prevent access to non
requested
data to coerce the parser to send new
222
// request for non available (non
requested
before) data.
226
// The main cross ref table should not be
requested
.
256
// Prevent access to non
requested
data to coerce the parser to send new
257
// request for non available (non
requested
before) data.
/external/skia/src/core/
SkAutoMalloc.h
27
* Passed to reset to specify what happens if the
requested
size is smaller
32
* If the
requested
size is smaller than the current size, and the
39
* If the
requested
size is smaller than the current size, and the
77
size_t fSize; // can be larger than the
requested
size (see kReuse)
82
* Manage an allocated block of memory. If the
requested
size is <= kSizeRequested (or slightly
126
* Return a new block of the
requested
size, freeing (as necessary) any previously allocated
170
size_t fSize; // can be larger than the
requested
size (see kReuse)
/external/skqp/src/core/
SkAutoMalloc.h
27
* Passed to reset to specify what happens if the
requested
size is smaller
32
* If the
requested
size is smaller than the current size, and the
39
* If the
requested
size is smaller than the current size, and the
77
size_t fSize; // can be larger than the
requested
size (see kReuse)
82
* Manage an allocated block of memory. If the
requested
size is <= kSizeRequested (or slightly
126
* Return a new block of the
requested
size, freeing (as necessary) any previously allocated
170
size_t fSize; // can be larger than the
requested
size (see kReuse)
/external/syslinux/gpxe/src/hci/
wireless_errors.c
42
{ EINVAL | EUNIQ_07, "Invalid active scan
requested
" },
47
{ ECONNREFUSED | EUNIQ_0A, "Cannot support all
requested
capabilities" },
113
{ ENETRESET | EUNIQ_04, "
Requested
; STA is leaving the BSS (or resetting)" },
114
{ ENETRESET | EUNIQ_05, "
Requested
; does not want to use the mechanism" },
115
{ ENETRESET | EUNIQ_06, "
Requested
; setup is required" },
116
{ ENETRESET | EUNIQ_07, "
Requested
from peer STA due to timeout" },
117
{ ENETRESET | EUNIQ_0D, "Peer STA does not support
requested
cipher suite" },
/frameworks/native/services/surfaceflinger/
LayerRejecter.cpp
59
if (mFront.active != mFront.
requested
) {
60
if (isFixedSize || (bufWidth == mFront.
requested
.w && bufHeight == mFront.
requested
.h)) {
64
mFront.active = mFront.
requested
;
96
"
requested
={ wh={%4u,%4u} }}\n",
100
mFront.
requested
.w, mFront.
requested
.h);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
ThreadOnlyModifierTest.java
58
* <BR>Then calls this method multiple times and verifies that
requested
83
* multiple times and verifies that
requested
METHOD_ENTRY event occurs
102
* multiple times and verifies that
requested
METHOD_EXIT event occurs only
123
* multiple times and verifies that
requested
METHOD_EXIT_WITH_RETURN_VALUE
144
* multiple times and verifies that
requested
EXCEPTION event occurs only
163
* multiple times and verifies that
requested
THREAD_START event occurs
181
* multiple times and verifies that
requested
THREAD_END event occurs only
201
* multiple times and verifies that
requested
FIELD_ACCESS event occurs
225
* multiple times and verifies that
requested
FIELD_MODIFICATION event
/packages/apps/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java
38
* An LRU cache that supports finding the thumbnail of the
requested
uri with a different size than
39
* the
requested
one.
191
* Indicates there is no thumbnail for the
requested
uri. The thumbnail will be null.
195
* Indicates the thumbnail matches the
requested
size and
requested
uri.
199
* Indicates the thumbnail is in a smaller size than the
requested
one from the
requested
204
* Indicates the thumbnail is in a larger size than the
requested
one from the
requested
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
AssistantActivity.java
42
// Launch the new activity if
requested
59
// Enter pip if
requested
69
// Finish this activity if
requested
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/
AndroidManifest.xml
23
On Android M and above, use of these permissions is only
requested
at run time. -->
26
<!-- The following permissions are only
requested
if the device is on M or above.
27
On older platforms these permissions are not
requested
and will not be available. -->
/developers/samples/android/system/RuntimePermissions/Application/src/main/
AndroidManifest.xml
23
On Android M and above, use of these permissions is only
requested
at run time. -->
26
<!-- The following permissions are only
requested
if the device is on M or above.
27
On older platforms these permissions are not
requested
and will not be available. -->
/development/samples/browseable/RuntimePermissions/
AndroidManifest.xml
23
On Android M and above, use of these permissions is only
requested
at run time. -->
26
<!-- The following permissions are only
requested
if the device is on M or above.
27
On older platforms these permissions are not
requested
and will not be available. -->
/external/clang/test/SemaTemplate/
typename-specifier.cpp
69
N::X<N::B>::type *ip5 = &i; // expected-note{{in instantiation of template class 'N::X<N::B>'
requested
here}}
70
N::X<N::C>::type *ip6 = &i; // expected-note{{in instantiation of template class 'N::X<N::C>'
requested
here}}
72
N::X<int>::type fail1; // expected-note{{in instantiation of template class 'N::X<int>'
requested
here}}
76
typedef typename N::X<T>::type *type; // expected-note{{in instantiation of template class 'N::X<B>'
requested
here}} \
77
// expected-note{{in instantiation of template class 'N::X<C>'
requested
here}}
93
::Y<B>::type ip8 = &i; // expected-note{{in instantiation of template class 'Y<B>'
requested
here}}
94
::Y<C>::type ip9 = &i; // expected-note{{in instantiation of template class 'Y<C>'
requested
here}}
101
D<long> struct_D; // expected-note {{in instantiation of template class 'D<long>'
requested
here}}
112
E<F> struct_E; // expected-note {{in instantiation of template class 'E<F>'
requested
here}}
241
g<int>(); // expected-note-re {{in instantiation {{.*}}
requested
here}
[
all
...]
/external/curl/tests/
ftp.pm
161
my @
requested
;
168
# Make '
requested
' hold the non-duplicate pids from 'pidlist'.
169
@
requested
= split(' ', $pidlist);
170
return if(not @
requested
);
171
if(scalar(@
requested
) > 2) {
172
@
requested
= sort({$a <=> $b} @
requested
);
174
for(my $i = scalar(@
requested
) - 2; $i >= 0; $i--) {
175
if($
requested
[$i] == $
requested
[$i+1])
[
all
...]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.fail.cpp
21
TEST_IGNORE_NODISCARD std::get<long>(t1); // expected-note {{
requested
here}}
22
TEST_IGNORE_NODISCARD std::get<char>(t1); // expected-note {{
requested
here}}
25
TEST_IGNORE_NODISCARD std::get<char*>(t0); // expected-node {{
requested
here}}
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_parser_ops.h
46
/* This function returns the
requested
number of bits(<=32) and increments au byte position.
50
/* This function returns
requested
number of bits(<=32) with out incrementing au byte position
54
/* This function skips
requested
number of bits(<=32) by incrementing au byte position.
/hardware/interfaces/bluetooth/a2dp/1.0/
IBluetoothAudioHost.hal
35
* Invoked when the start stream is
requested
from HAL server
45
* Invoked when the suspend stream is
requested
from HAL server
54
* Invoked when the stop stream is
requested
from HAL server
/libcore/libart/src/main/java/dalvik/system/
VMStack.java
31
* @return the
requested
class loader, or {@code null} if this is the
40
* @return the
requested
class, or {@code null}.
49
* @return the
requested
class, or {@code null}.
/libcore/ojluni/src/main/java/java/security/
AccessControlException.java
30
* that a
requested
access (to a critical system resource such as the
33
* <p> The reason to deny access can vary. For example, the
requested
62
* specified, detailed message, and the
requested
permission that caused
/system/iot/attestation/atap/libatap/
atap_types.h
31
* ATAP_RESULT_OK is returned if the
requested
operation was
42
* not support the
requested
algorithm.
45
* not support the
requested
operation.
/test/vts/runners/host/
records.py
215
self.
requested
: A list of records for tests
requested
by user.
227
self.
requested
= []
283
"""Check and report any
requested
tests that did not finish.
285
Adds a test record to self.error list iff it is in
requested
list but not
288
for
requested
in self.
requested
:
292
if (
requested
.test_name == executed.test_name and
293
requested
.test_class == executed.test_class):
298
requested
.testBegin(
[
all
...]
/art/runtime/interpreter/mterp/arm64/
op_aget_wide.S
11
GET_VREG w1, w3 // w1<- vCC (
requested
index)
op_aput_wide.S
11
GET_VREG w1, w3 // w1<- vCC (
requested
index)
/art/runtime/interpreter/mterp/mips/
op_aget_wide.S
12
GET_VREG(a1, a3) # a1 <- vCC (
requested
index)
op_aput_wide.S
10
GET_VREG(a1, a3) # a1 <- vCC (
requested
index)
Completed in 1276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>