OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entrycount
(Results
101 - 125
of
311
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/interfaces/camera/common/1.0/default/include/
CameraMetadata.h
116
size_t
entryCount
() const;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c
554
UINTN
EntryCount
;
694
&
EntryCount
698
for (Index = 0; Index <
EntryCount
; Index++) {
1052
&
EntryCount
1057
for (Index = 0; Index <
EntryCount
; Index++) {
[
all
...]
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
ApkSigningBlockUtils.java
238
int
entryCount
= 0;
240
entryCount
++;
243
"Insufficient data to read size of APK Signing Block entry #" +
entryCount
);
248
"APK Signing Block entry #" +
entryCount
255
"APK Signing Block entry #" +
entryCount
+ " size out of range: " + len
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c
207
UINTN
EntryCount
;
297
&
EntryCount
303
for (Index = 0; Index <
EntryCount
; Index++) {
407
UINTN
EntryCount
;
471
&
EntryCount
478
for (Index = 0; Index <
EntryCount
; Index++) {
[
all
...]
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
GuidedStepSupportFragment.java
[
all
...]
GuidedStepFragment.java
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdSymbol.c
239
if (Object->
EntryCount
== 0) {
257
for (SubIndex = 0; SubIndex < Object->
EntryCount
; SubIndex++, Entry++) {
/external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java
502
int
entryCount
= entry.getCount();
503
return countMap.remove(element,
entryCount
);
/external/libunwind_llvm/include/mach-o/
compact_unwind_encoding.h
456
uint16_t
entryCount
;
465
uint16_t
entryCount
;
/frameworks/av/services/camera/libcameraservice/tests/
CameraProviderManagerTest.cpp
361
ASSERT_EQ(2u, secondMetadata.
entryCount
());
362
ASSERT_EQ(2u, metadata.
entryCount
());
/hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp
156
size_t CameraMetadata::
entryCount
() const {
162
return
entryCount
() == 0;
/device/generic/goldfish/camera/
EmulatedFakeCamera2.h
161
size_t *
entryCount
,
/device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera2.h
149
size_t *
entryCount
, size_t *dataCount, uint32_t tag,
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c
762
UINTN
EntryCount
;
765
EntryCount
= 0;
771
&
EntryCount
773
for (Index = 0; Index <
EntryCount
; Index++) {
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormCallback.h
83
UINT32
EntryCount
; ///< Number of EFI_IFR_DATA_ENTRY entries.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Partition.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.c
[
all
...]
/frameworks/base/libs/androidfw/include/androidfw/
LoadedArsc.h
65
if (entry_index >= dtohl(type_spec->
entryCount
)) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c
451
UINTN
EntryCount
;
464
&
EntryCount
474
for (Index = 0; Index <
EntryCount
; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.c
348
UINTN
EntryCount
;
414
&
EntryCount
424
for (Index = 0; Index <
EntryCount
; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp
155
if (mCaptureRequest.
entryCount
() != 0) {
550
if (captureCopy.
entryCount
() == 0) {
686
if (mCaptureRequest.
entryCount
() == 0) {
/frameworks/base/tools/aapt2/format/binary/
TableFlattener.cpp
363
type_header->
entryCount
= util::HostToDevice32(entries->size());
376
type_header->
entryCount
= util::HostToDevice32(num_total_entries);
434
spec_header->
entryCount
= util::HostToDevice32(num_entries);
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c
[
all
...]
Completed in 1310 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>