HomeSort by relevance Sort by last modified time
    Searched defs:FlagValue (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderShellApp.c 177 CONST CHAR16 *FlagValue;
222 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-a");
223 if (FlagValue != NULL) {
228 *AtagMachineType = StrDecimalToUintn (FlagValue);
237 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-d");
238 if (FlagValue != NULL) {
239 *FdtPath = AllocateCopyPool (StrSize (FlagValue), FlagValue);
245 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-f");
246 if (FlagValue != NULL) {
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 101 static const char *FlagValue(const char *Param, const char *Name) {
135 if (FlagValue(Param + 1, FlagDescriptions[F].Name))
141 const char *Str = FlagValue(Param, Name);
224 if (FlagValue(S.c_str(), "jobs") || FlagValue(S.c_str(), "workers"))
  /external/webrtc/webrtc/base/
flags.h 34 union FlagValue {
40 static FlagValue New_BOOL(int b) {
41 FlagValue v;
46 static FlagValue New_INT(int i) {
47 FlagValue v;
52 static FlagValue New_FLOAT(float f) {
53 FlagValue v;
58 static FlagValue New_STRING(const char* s) {
59 FlagValue v;
78 Type type, void* variable, FlagValue default_)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 344 std::string FlagValue;
715 StringRef getFlagValue() const { return FlagValue; }
    [all...]

Completed in 189 milliseconds