/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/clang/test/SemaTemplate/ |
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}}
|
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/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
videotext.h | 86 int page; /* number of requested page (hexadecimal) */ 87 int hour; /* requested hour (hexadecimal) */ 88 int minute; /* requested minute (hexadecimal) */ 91 int start; /* start of requested part of page */ 92 int end; /* end of requested part of page */
|
/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/base/libs/androidfw/tests/ |
ConfigLocale_test.cpp | 300 ResTable_config supported, requested; local 303 fillIn("fr", "CA", NULL, NULL, &requested); 305 EXPECT_TRUE(supported.match(requested)); 308 fillIn("fr", "CA", NULL, NULL, &requested); 310 EXPECT_FALSE(supported.match(requested)); 313 fillIn("fil", "PH", NULL, NULL, &requested); 315 EXPECT_TRUE(supported.match(requested)); 318 fillIn("qaa", "CA", NULL, NULL, &requested); 320 EXPECT_FALSE(supported.match(requested)); 323 fillIn("qaa", "CA", NULL, NULL, &requested); 397 ResTable_config supported, requested; local [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...] |
/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/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/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
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentCompat.java | 132 * @param permissions The requested permissions. Never null. 164 * must be requested in your manifest, they should not be granted to your app, 170 * are granted at install time if requested in the manifest. Signature permissions 172 * install time if requested in the manifest and the signature of your app matches 176 * If your app does not have the requested permissions the user will be presented 178 * requested permissions you will receive a callback reporting whether the 204 * @param permissions The requested permissions. 221 * which the permission is requested does not clearly communicate to the user 225 * would be expected by the user and no rationale for why it is requested is
|
/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/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/ |
AssistantActivity.java | 44 // Launch the new activity if requested 53 // Enter pip if requested 63 // 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/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...] |
/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.
|