OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requested
(Results
151 - 175
of
12437
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
instantiate-expr-1.cpp
10
(void)sizeof(Bitfields<0, 1>); // expected-note{{in instantiation of template class 'Bitfields<0, 1>'
requested
here}}
20
(void)sizeof(BitfieldPlus<-5, 5>); // expected-note{{in instantiation of template class 'BitfieldPlus<-5, 5>'
requested
here}}
31
(void)sizeof(BitfieldMinus<0, 1>); // expected-note{{in instantiation of template class 'BitfieldMinus<0, 1>'
requested
here}}
32
(void)sizeof(BitfieldMinus<5, 5>); // expected-note{{in instantiation of template class 'BitfieldMinus<5, 5>'
requested
here}}
43
(void)sizeof(BitfieldDivide<5, 0>); // expected-note{{in instantiation of template class 'BitfieldDivide<5, 0>'
requested
here}}
67
(void)sizeof(BitfieldNeg<5>); // expected-note{{in instantiation of template class 'BitfieldNeg<5>'
requested
here}}
69
(void)sizeof(BitfieldNeg2<int, 5>); // expected-note{{in instantiation of template class 'BitfieldNeg2<int, 5>'
requested
here}}
138
test_asm(b); // expected-note {{in instantiation of function template specialization 'test_asm<int>'
requested
here}}
instantiate-non-dependent-types.cpp
47
// expected-note@+1 {{in instantiation of member function 'C<Q, int>::f'
requested
here}}
49
// expected-note@+1 {{in instantiation of member function 'C<Q, Colors>::f'
requested
here}}
instantiate-objc-1.mm
68
template struct BoxingTest<int *>; // expected-note {{in instantiation of member function 'BoxingTest<int *>::box'
requested
here}}
69
template struct BoxingTest<long double>; // expected-note {{in instantiation of member function 'BoxingTest<long double>::box'
requested
here}}
instantiate-sizeof.cpp
19
M() {}; // expected-note {{in instantiation of default member initializer 'M<S>::m'
requested
here}}
28
template struct M<S>; // expected-note {{in instantiation of member function 'M<S>::M'
requested
here}}
ms-sizeof-missing-typename.cpp
19
type_f<X>() + // expected-note-re {{in instantiation {{.*}}
requested
here}}
20
type_g<X>() + // expected-note-re {{in instantiation {{.*}}
requested
here}}
21
type_h<X>() + // expected-note-re {{in instantiation {{.*}}
requested
here}}
49
template struct Foo<Bar>; // expected-note-re {{in instantiation {{.*}}
requested
here}}
59
// expected-note-re@+1 {{in instantiation {{.*}}
requested
here}}
/external/curl/docs/cmdline-opts/
location.d
6
If the server reports that the
requested
page has moved to a different
9
--include or --head, headers from all
requested
pages will be shown. When
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
function_type_default_deleter.fail.cpp
41
SPtr<4> s4(getFn<4>()); // expected-note {{
requested
here}}
42
SPtr<5> s5(getFn<5>(), std::default_delete<FnType<5>>{}); // expected-note {{
requested
here}}
/external/selinux/libselinux/man/man3/
security_getenforce.3
32
protection
requested
by the application or the actual protection that will
35
protection, 1 if it checks the
requested
protection, and \-1 on error.
/external/syslinux/gpxe/src/include/gpxe/
umalloc.h
37
* @v new_size
Requested
size
48
* @v size
Requested
size
/external/v8/src/ppc/
constants-ppc.cc
34
// No register with the
requested
name found.
47
// No register with the
requested
name found.
/frameworks/base/core/java/android/app/backup/
ISelectBackupTransportCallback.aidl
28
* Called when BackupManager has successfully bound to the
requested
transport.
36
* Called when BackupManager fails to bind to the
requested
transport.
SelectBackupTransportCallback.java
31
* Called when BackupManager has successfully bound to the
requested
transport.
39
* Called when BackupManager fails to bind to the
requested
transport.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
function_type_default_deleter.fail.cpp
41
SPtr<4> s4(getFn<4>()); // expected-note {{
requested
here}}
42
SPtr<5> s5(getFn<5>(), std::default_delete<FnType<5>>{}); // expected-note {{
requested
here}}
/system/extras/cppreopts/
cppreopts.rc
15
on property:sys.cppreopt=
requested
&& property:ro.boot.slot_suffix=_a
23
on property:sys.cppreopt=
requested
&& property:ro.boot.slot_suffix=_b
/system/update_engine/update_manager/
interactive_update_policy_impl.cc
21
// Check to see if an interactive update was
requested
.
29
// First, check to see if an interactive update was
requested
.
/external/libpcap/pcap/
dlt.h
299
*
requested
by Tomas Kukosa.
598
*
Requested
by Oolan Zimmer <oz@gcom.com> for use in Gcom's T1/E1 line
612
* Link types
requested
by Gregor Maier <gregor@endace.com> of Endace
621
*
Requested
by Daniele Orlandi <daniele@orlandi.com> for raw LAPD
655
* DLT_
requested
by Gianluca Varenni <gianluca.varenni@cacetech.com>.
664
* DLT_
requested
by Gianluca Varenni <gianluca.varenni@cacetech.com>.
671
*
requested
by Paolo Abeni <paolo.abeni@email.it>."
690
* Bluetooth HCI UART transport layer (part H:4);
requested
by
696
* IEEE 802.16 MAC Common Part Sublayer;
requested
by Maria Cruz
702
* USB packets, beginning with a Linux USB header;
requested
b
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolAttrib.c
69
@retval EFI_SUCCESS The
requested
firmware volume attributes
175
Return information of type InformationType for the
requested
firmware
179
@param InformationType InformationType for
requested
.
200
Set information with InformationType into the
requested
firmware volume.
203
@param InformationType InformationType for
requested
.
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_request_invalid_value_category.fail.cpp
30
any_cast<TestType &>(a); // expected-note {{
requested
here}}
35
any_cast<int&>(a2); // expected-note {{
requested
here}}
42
any_cast<TestType &&>(a); // expected-note {{
requested
here}}
46
any_cast<int&&>(a2); // expected-note {{
requested
here}}
54
any_cast<TestType &>(std::move(a)); // expected-note {{
requested
here}}
/frameworks/base/core/java/android/os/
ProxyFileDescriptorCallback.java
55
* It needs to return exact
requested
size of bytes unless it reaches file end.
57
* operation is conducted on the file descriptor, then a read operation is
requested
, the
58
* offset refrects the proper position of
requested
bytes.
71
* operation is conducted on the file descriptor, then a write operation is
requested
, the
72
* offset refrects the proper position of
requested
bytes.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_request_invalid_value_category.fail.cpp
30
any_cast<TestType &>(a); // expected-note {{
requested
here}}
35
any_cast<int&>(a2); // expected-note {{
requested
here}}
42
any_cast<TestType &&>(a); // expected-note {{
requested
here}}
46
any_cast<int&&>(a2); // expected-note {{
requested
here}}
54
any_cast<TestType &>(std::move(a)); // expected-note {{
requested
here}}
/external/libpcap/
pcap-common.c
360
*
Requested
by Oolan Zimmer <oz@gcom.com> for use in Gcom's T1/E1 line
374
* Link types
requested
by Gregor Maier <gregor@endace.com> of Endace
383
*
Requested
by Daniele Orlandi <daniele@orlandi.com> for raw LAPD
417
* DLT_
requested
by Gianluca Varenni <gianluca.varenni@cacetech.com>.
426
* DLT_
requested
by Gianluca Varenni <gianluca.varenni@cacetech.com>.
433
*
requested
by Paolo Abeni <paolo.abeni@email.it>."
445
* Bluetooth HCI UART transport layer (part H:4);
requested
by
451
* IEEE 802.16 MAC Common Part Sublayer;
requested
by Maria Cruz
457
* USB packets, beginning with a Linux USB header;
requested
by
464
* DLT_
requested
by Gianluca Varenni <gianluca.varenni@cacetech.com>
[
all
...]
/frameworks/opt/bitmap/src/com/android/bitmap/util/
InputStreamBuffer.java
49
* the buffer will be shifted forward such that the index
requested
becomes the first element in
93
* that the
requested
index becomes the first element. If false,
95
* greater than the
requested
index.
110
* Attempt to get byte at the
requested
index from the wrapped input stream. If the internal
111
* buffer contains the
requested
index, return immediately. If the index is less than the
116
* If the index is not in the internal buffer, but it can be
requested
from the input stream,
126
* @param index The
requested
index.
143
* Attempt to return whether the
requested
index is within the size of the wrapped input
148
* will not fail. That means that if the
requested
index is within the size of the wrapped
155
* @param index The
requested
index
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java
49
* the buffer will be shifted forward such that the index
requested
becomes the first element in
93
* that the
requested
index becomes the first element. If false,
95
* greater than the
requested
index.
110
* Attempt to get byte at the
requested
index from the wrapped input stream. If the internal
111
* buffer contains the
requested
index, return immediately. If the index is less than the
116
* If the index is not in the internal buffer, but it can be
requested
from the input stream,
126
* @param index The
requested
index.
143
* Attempt to return whether the
requested
index is within the size of the wrapped input
148
* will not fail. That means that if the
requested
index is within the size of the wrapped
155
* @param index The
requested
index
[
all
...]
/external/zlib/src/examples/
fitblk.c
14
/* Approach to just fitting a
requested
compressed size:
18
nearly the
requested
output block size. The first pass generates
19
enough deflate blocks to produce output to fill the
requested
23
the compressed data that fit in the
requested
plus excess sized
31
requested
size minus an amount to allow the compressed stream to
34
requested
size. Assuming sufficient input and a
requested
size
39
before filling the
requested
output size, then that compressed
47
out the
requested
size, and small enough so that the final deflate
130
unsigned size; /*
requested
fixed output block size *
[
all
...]
/toolchain/binutils/binutils-2.27/zlib/examples/
fitblk.c
14
/* Approach to just fitting a
requested
compressed size:
18
nearly the
requested
output block size. The first pass generates
19
enough deflate blocks to produce output to fill the
requested
23
the compressed data that fit in the
requested
plus excess sized
31
requested
size minus an amount to allow the compressed stream to
34
requested
size. Assuming sufficient input and a
requested
size
39
before filling the
requested
output size, then that compressed
47
out the
requested
size, and small enough so that the final deflate
130
unsigned size; /*
requested
fixed output block size *
[
all
...]
Completed in 1834 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>