HomeSort by relevance Sort by last modified time
    Searched refs:CheckCode (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 831 VAR_CHECK_CODE CheckCode;
863 CheckCode = IfConfigRetriveCheckListByName(
905 CheckCode = IfConfigRetriveCheckListByName(
911 if (VarCheckOk != CheckCode) {
912 switch (CheckCode) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.c 1099 VAR_CHECK_CODE CheckCode;
1131 CheckCode = IfConfig6RetriveCheckListByName(
1168 CheckCode = IfConfig6RetriveCheckListByName(
1174 if (VarCheckOk != CheckCode) {
1175 switch (CheckCode) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 1199 VAR_CHECK_CODE CheckCode;
1232 CheckCode = IfConfig6RetriveCheckListByName(
    [all...]
  /external/skia/tools/bookmaker/
includeParser.h 44 struct CheckCode {
445 CheckCode fCheck;
includeParser.cpp 313 fCheck.fState = CheckCode::State::kMethod;
327 fCheck.fState = CheckCode::State::kClassDeclaration;
333 fCheck.fState = CheckCode::State::kConstructor;
351 fCheck.fState = CheckCode::State::kForwardDeclaration;
379 fCheck.fState = CheckCode::State::kNone;
519 if (CheckCode::State::kMethod == fCheck.fState) {
521 fCheck.fState = CheckCode::State::kNone;
572 if (CheckCode::State::kMethod == fCheck.fState) {
    [all...]
  /external/skqp/tools/bookmaker/
includeParser.h 44 struct CheckCode {
445 CheckCode fCheck;
includeParser.cpp 312 fCheck.fState = CheckCode::State::kMethod;
326 fCheck.fState = CheckCode::State::kClassDeclaration;
332 fCheck.fState = CheckCode::State::kConstructor;
350 fCheck.fState = CheckCode::State::kForwardDeclaration;
378 fCheck.fState = CheckCode::State::kNone;
518 if (CheckCode::State::kMethod == fCheck.fState) {
520 fCheck.fState = CheckCode::State::kNone;
571 if (CheckCode::State::kMethod == fCheck.fState) {
    [all...]

Completed in 3717 milliseconds