HomeSort by relevance Sort by last modified time
    Searched refs:FieldName (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/subzero/src/
IceTLS.h 26 /// \def ICE_TLS_DECLARE_FIELD(Type, FieldName)
30 /// \def ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName)
34 /// \def ICE_TLS_INIT_FIELD(FieldName)
40 /// \def ICE_TLS_GET_FIELD(Type, FieldName)
44 /// \def ICE_TLS_SET_FIELD(FieldName, Value)
76 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \
77 using FieldName##__type = Type; \
78 static pthread_key_t FieldName##__key; \
79 static int FieldName##__initStatus
80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
HttpUtilitiesImpl.c 68 if (HeaderFields[Index].FieldName != NULL) {
69 FreePool (HeaderFields[Index].FieldName);
86 @param[in] FieldName Pointer to header field's name.
96 IN CHAR8 *FieldName
102 if (AsciiStrCmp (FieldName, HeaderFields[Index].FieldName) == 0) {
114 Check whether header field called FieldName is in DeleteList.
118 @param[in] FieldName Pointer to header field's name.
120 @return TRUE if FieldName is not in DeleteList, that means this header field is valid.
121 @return FALSE if FieldName is in DeleteList, that means this header field is invalid.
    [all...]
HttpUtilitiesProtocol.c 125 if (IsValidHttpHeader( DeleteList, DeleteCount, SeedHeaderFields[Index].FieldName)) {
128 SeedHeaderFields[Index].FieldName,
154 TempHeaderFields[Index].FieldName,
165 HttpHeader = FindHttpHeader (NewHeaderFields, NewFieldCount, AppendList[Index]->FieldName);
169 AppendList[Index]->FieldName,
178 AppendList[Index]->FieldName,
194 StrLength = AsciiStrLen (HttpHeader->FieldName);
225 StrLength = AsciiStrLen (HttpHeader->FieldName);
226 CopyMem (NewMessagePtr, HttpHeader->FieldName, StrLength);
304 CHAR8 *FieldName;
    [all...]
HttpUtilitiesDxe.h 62 @param[in] FieldName Pointer to header field's name.
72 IN CHAR8 *FieldName
77 Check whether header field called FieldName is in DeleteList.
81 @param[in] FieldName Pointer to header field's name.
83 @return TRUE if FieldName is not in DeleteList, that means this header field is valid.
84 @return FALSE if FieldName is in DeleteList, that means this header field is invalid.
91 IN CHAR8 *FieldName
96 Set FieldName and FieldValue into specified HttpHeader.
99 @param[in] FieldName FieldName of this HttpHeader.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 50 static void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,
TypeDumpVisitor.h 37 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
39 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp 206 HCodeGenerator::FieldName(name.c_str()).c_str());
211 HCodeGenerator::FieldName(name.c_str()).c_str(),
291 this->writeRuntimeValue(s.fType, HCodeGenerator::FieldName(name).c_str());
354 "%s, \"%s\");\n", HCodeGenerator::FieldName(name).c_str(), type, precision, name);
446 name, name, pdman, HCodeGenerator::FieldName(name).c_str(), name);
451 name, name, name, pdman, HCodeGenerator::FieldName(name).c_str(),
461 pdman, HCodeGenerator::FieldName(name).c_str(), name);
478 name, HCodeGenerator::FieldName(name).c_str(), name);
521 HCodeGenerator::FieldName(name).c_str());
535 HCodeGenerator::FieldName(name).c_str())
    [all...]
SkSLHCodeGenerator.cpp 182 this->writef("\n , %s(std::move(%s)", FieldName(name).c_str(), name);
191 this->writef("\n , %s(%s)", FieldName(name).c_str(), name);
195 String field = FieldName(s->fArgument.c_str());
204 FieldName(param->fName.c_str()).c_str());
208 String field = FieldName(s->fArgument.c_str());
220 this->writef(" %s %s;\n", FieldType(param->fType).c_str(), FieldName(name).c_str());
224 FieldName(s->fArgument.c_str()).c_str());
251 FieldType(param->fType).c_str(), name, FieldName(name).c_str());
SkSLHCodeGenerator.h 43 static String FieldName(const char* varName) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 64 (*variables)["name"] = FieldName(descriptor);
74 StrCat("&this->", FieldName(descriptor), "()");
87 "set_has_" + FieldName(descriptor) + "();";
89 "clear_has_" + FieldName(descriptor) + "();";
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.c 542 FreePool (HttpIoHeader->Headers[Index].FieldName);
555 @param[in] FieldName Null terminated string which describes a field name.
564 IN CHAR8 *FieldName
569 if (HeaderCount == 0 || Headers == NULL || FieldName == NULL) {
577 if (AsciiStriCmp (Headers[Index].FieldName, FieldName) == 0) {
588 @param[in] FieldName Null terminated string which describes a field name.
600 IN CHAR8 *FieldName,
608 if (HttpIoHeader == NULL || FieldName == NULL || FieldValue == NULL) {
612 Header = HttpBootFindHeader (HttpIoHeader->HeaderCount, HttpIoHeader->Headers, FieldName);
    [all...]

Completed in 577 milliseconds

1 2 3 4 5