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

  /system/nvram/core/include/nvram/core/
persistence.h 46 void SetFlag(Flags flag) {
103 void SetFlag(Flags flag) {
  /external/webrtc/webrtc/tools/
simple_command_line_parser.cc 117 void CommandLineParser::SetFlag(std::string flag_name,
  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 65 pNode->SetFlag(XFA_NodeFlag_UnusedNode, true);
258 void CXFA_Document::SetFlag(uint32_t dwFlag, bool bOn) {
cxfa_node.cpp 541 pClone->SetFlag(XFA_NodeFlag_OwnXMLNode, false);
549 pClone->SetFlag(XFA_NodeFlag_Initialized, true);
682 pNewNode->SetFlag(XFA_NodeFlag_Initialized, true);
695 pNode->SetFlag(dwFlags, true);
715 pClone->SetFlag(XFA_NodeFlag_Initialized, true);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c     [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 56 void SetFlag(volatile std::atomic<uint32_t>* flags, int flag) {
105 // the CheckFlag() and SetFlag() methods defined above.
499 SetFlag(&shared_meta()->flags, kFlagFull);
648 SetFlag(const_cast<volatile std::atomic<uint32_t>*>(&shared_meta()->flags),
    [all...]
  /external/v8/src/parsing/
parse-info.h 60 void setter() { SetFlag(flag); } \
61 void setter(bool val) { SetFlag(flag, val); }
80 SetFlag(kParseRestriction, restriction != NO_PARSE_RESTRICTION);
290 void SetFlag(Flag f) { flags_ |= f; }
291 void SetFlag(Flag f, bool v) { flags_ = v ? flags_ | f : flags_ & ~f; }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c     [all...]
  /external/python/cpython2/Python/
sysmodule.c     [all...]
  /external/v8/src/
compilation-info.h 98 void MarkAsDeferredCalling() { SetFlag(kDeferredCalling); }
102 void MarkAsNonDeferredCalling() { SetFlag(kNonDeferredCalling); }
106 void MarkAsSavesCallerDoubles() { SetFlag(kSavesCallerDoubles); }
110 void MarkAsRequiresFrame() { SetFlag(kRequiresFrame); }
119 SetFlag(kDeoptimizationSupport);
129 SetFlag(kFunctionContextSpecializing);
136 void MarkAsFrameSpecializing() { SetFlag(kFrameSpecializing); }
140 void MarkAsDeoptimizationEnabled() { SetFlag(kDeoptimizationEnabled); }
146 void MarkAsAccessorInliningEnabled() { SetFlag(kAccessorInliningEnabled); }
152 void MarkAsSourcePositionsEnabled() { SetFlag(kSourcePositionsEnabled);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 262 SetFlag(kRtcpRemb, false);
276 SetFlag(RTCPPacketType::kRtcpTmmbr, false);
868 SetFlag(sending_ ? kRtcpSr : kRtcpRr, true);
872 SetFlag(kRtcpSdes, true);
876 SetFlag(kRtcpXrReceiverReferenceTime, true);
878 SetFlag(kRtcpXrDlrrReportBlock, true);
972 SetFlag(kRtcpApp, true);
985 SetFlag(kRtcpXrVoipMetric, true);
    [all...]
  /external/v8/src/heap/
spaces.h 508 void SetFlag(Flag flag) { flags_ |= flag; }
523 void MarkNeverEvacuate() { SetFlag(NEVER_EVACUATE); }
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 598 void SetFlag(Flag f) { flags_ |= (1 << f); }
602 if (other->CheckFlag(f)) SetFlag(f);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 51 #ifndef SetFlag
52 #define SetFlag(_F,_SF) ((_F) |= (_SF))
    [all...]

Completed in 2500 milliseconds