/hardware/qcom/display/msm8996/sdm/libs/core/ |
display_primary.cpp | 70 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode, 179 DLOGW("Invalid panel mode parameters. Requested = %d", hw_display_mode); 184 DLOGW("Same display mode requested. Current = %d, Requested = %d", hw_panel_info_.mode, 191 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode, 290 DLOGI("Same state transition is requested.");
|
/build/blueprint/microfactory/ |
microfactory.bash | 24 # requested binary. 27 # $1: name of the requested binary
|
/cts/tests/backup/app/src/android/backup/app/ |
KeyValueBackupAgent.java | 45 Log.d(MainActivity.TAG, "Backup requested, quota is " + data.getQuota()); 64 Log.d(MainActivity.TAG, "Restore requested");
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/ |
HiiConfigRouting.h | 64 corresponding to all requested names.
106 corresponding to all requested names.
274 the requested data. If Guid is NULL, then all GUID
278 the requested data. If Name is NULL, then all Name
282 the requested data. If DevicePath is NULL, then all
286 the requested data. If this parameter is NULL,
289 function which contains the retrieved string as requested.
293 EFI_SUCCESS - The request succeeded. The requested data was extracted
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadFile/ |
LoadFile.h | 62 the size of Buffer required to retrieve the requested file.
64 then no the size of the requested file is returned in
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadFile2/ |
LoadFile2.h | 56 the size of Buffer required to retrieve the requested file.
58 then no the size of the requested file is returned in
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
GenFvImageLib.h | 79 FvFileName Requested name for the FV file.
82 SymFileName Requested name for the Sym file.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FrameworkFirmwareVolumeBlock.h | 66 @retval EFI_INVALID_PARAMETER The attributes requested are in
105 The GetBlockSize() function retrieves the size of the requested
127 @retval EFI_INVALID_PARAMETER The requested LBA is out of range.
143 The Read() function reads the requested number of bytes from the
144 requested block and stores them in the provided buffer.
150 boundaries. If a read is requested that would span a block
219 requested that spans a block boundary, the write must store up
279 requested that does not exist within the associated firmware
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
PiPcdInfo.h | 40 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
43 @retval EFI_NOT_FOUND The PCD service could not find the requested token number.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
FirmwareVolumeBlock.h | 75 @retval EFI_INVALID_PARAMETER The attributes requested are in
114 The GetBlockSize() function retrieves the size of the requested
136 @retval EFI_INVALID_PARAMETER The requested LBA is out of range.
152 The Read() function reads the requested number of bytes from the
153 requested block and stores them in the provided buffer.
159 boundaries. If a read is requested that would span a block
228 requested that spans a block boundary, the write must store up
290 requested that does not exist within the associated firmware
|
PiPcdInfo.h | 40 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
43 @retval EFI_NOT_FOUND The PCD service could not find the requested token number.
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Library/ |
OmapDmaLib.h | 57 @retval EFI_DEVICE_ERROR The system hardware could not map the requested information.
76 @retval EFI_DEVICE_ERROR The system hardware could not map the requested information.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Barrier.java | 30 /**A very simple barrier wait. Once a thread has requested a 51 action(); // perform the requested operation
|
/external/autotest/client/site_tests/hardware_Backlight/ |
hardware_Backlight.py | 63 # states that the requested brightness may not be the 66 # between requested brightness and actual_brightness percent be
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
p5.cpp | 71 template X0::operator const char*() const; // expected-note{{'X0::operator const char *<char>' requested here}} 72 template X0::operator const int*(); // expected-note{{'X0::operator const int *<const int>' requested here}}
|
/external/clang/test/Sema/ |
attr-aligned.c | 3 int x __attribute__((aligned(3))); // expected-error {{requested alignment is not a power of 2}} 4 int y __attribute__((aligned(1 << 29))); // expected-error {{requested alignment must be 268435456 bytes or smaller}}
|
/external/clang/test/SemaCXX/ |
ms-interface.cpp | 69 // expected-note@+1 {{in instantiation of template class 'I6<S>' requested here}} 74 // expected-note@+1 {{in instantiation of template class 'I6<C>' requested here}}
|
static-assert.cpp | 21 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}} 28 S<char> s1; // expected-note {{in instantiation of template class 'S<char>' requested here}}
|
typedef-redecl.cpp | 89 a.f(); // expected-note{{in instantiation of member function 'PR11630::S<int>::f' requested here}} 93 b2.f(); // expected-note{{in instantiation of member function 'PR11630::S2<2>::f' requested here}}
|
/external/clang/test/SemaTemplate/ |
instantiate-field.cpp | 23 (void)xf->x; // expected-note{{in instantiation of template class 'X<float>' requested here}} 27 (void)xf->x; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
|
instantiate-member-expr.cpp | 19 Checkers.push_back(S<void *>()); // expected-note {{in instantiation of member function 'vector<S<void *> >::push_back' requested here}} 26 Eng.registerCheck(new RetainReleaseChecker); // expected-note {{in instantiation of function template specialization 'ExprEngine::registerCheck<RetainReleaseChecker>' requested here}}
|
/external/compiler-rt/test/scudo/ |
realloc.cpp | 7 // requested size can fit into the previously allocated chunk. Also tests that 29 // requested is lower or equal to the usable size of the associated chunk.
|
/external/freetype/builds/unix/ |
detect.mk | 37 # If `devel' is the requested target, we use a special configuration 47 # If `lcc' is the requested target, we use a special configuration
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
serverpairingsession.cc | 81 LOG(ERROR) << "Unsupported output encoding requested: " 89 LOG(ERROR) << "Unsupported input encoding requested: "
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
TransliteratorInputMethodDescriptor.java | 63 * @param inputLocale the requested input method locale 64 * @param displayLanguage The requested translation of the Transliterator IME
|