OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scripttable
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
SmmScriptSave.c
43
IN EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
49
IN EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
65
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
74
if (
ScriptTable
== NULL) {
85
Status = BootScriptIoWrite (
ScriptTable
, Marker);
91
Status = BootScriptPciCfgWrite(
ScriptTable
, Marker);
106
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
113
if (
ScriptTable
== NULL) {
117
Buffer = (UINT8*) ((UINTN)(*
ScriptTable
));
130
*
ScriptTable
= *ScriptTable + sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
[
all
...]
SmmScriptSave.h
45
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
51
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
SmmScriptLib.h
37
@param SmmScriptTablePages The expected
ScriptTable
page number
38
@param SmmScriptTableBase The returned
ScriptTable
base address
57
@param
ScriptTable
Pointer to the boot script table to create.
67
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
76
@param
ScriptTable
Pointer to the script table to write to. In the thunk implementation, this parameter is ignored
92
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
SmmScriptLib.c
290
@param
ScriptTable
Pointer to the script table to write to. In the thunk implementation, this parameter is ignored
306
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
387
@param SmmScriptTablePages The expected
ScriptTable
page number
388
@param SmmScriptTableBase The returned
ScriptTable
base address
460
@param
ScriptTable
Pointer to the boot script table to create.
470
IN OUT EFI_SMM_SCRIPT_TABLE *
ScriptTable
,
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLikelySubtags.java
42
V
scriptTable
= langTable.get(language);
43
if (
scriptTable
== null) {
44
langTable.put(language,
scriptTable
= (V) make());
46
return
scriptTable
;
365
Map<String, Map<String, LSR>>
scriptTable
= Maker.TREEMAP.getSubtable(langTable, language);
366
Map<String, LSR> regionTable = Maker.TREEMAP.getSubtable(
scriptTable
, script);
398
Map<String, Map<String, LSR>>
scriptTable
= langTable.get(language);
399
if (
scriptTable
== null) { // cannot happen if language == "und"
401
scriptTable
= langTable.get("und");
409
Map<String, LSR> regionTable =
scriptTable
.get(script)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLikelySubtags.java
38
V
scriptTable
= langTable.get(language);
39
if (
scriptTable
== null) {
40
langTable.put(language,
scriptTable
= (V) make());
42
return
scriptTable
;
361
Map<String, Map<String, LSR>>
scriptTable
= Maker.TREEMAP.getSubtable(langTable, language);
362
Map<String, LSR> regionTable = Maker.TREEMAP.getSubtable(
scriptTable
, script);
394
Map<String, Map<String, LSR>>
scriptTable
= langTable.get(language);
395
if (
scriptTable
== null) { // cannot happen if language == "und"
397
scriptTable
= langTable.get("und");
405
Map<String, LSR> regionTable =
scriptTable
.get(script)
[
all
...]
Completed in 459 milliseconds