Searched defs:Modified (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_listener.py46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self): member in class:MessageListener
61 Modified() will *only* be called in response to one of these two events --
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self): member in class:NullMessageListener
H A Dpython_message.py980 def Modified(self): function in function:_AddPrivateHelperMethods
993 self._listener.Modified()
995 cls._Modified = Modified
996 cls.SetInParent = Modified
1016 we receive Modified() messages.
1032 def Modified(self): member in class:_Listener
/external/protobuf/python/google/protobuf/internal/
H A Dmessage_listener.py46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self): member in class:MessageListener
61 Modified() will *only* be called in response to one of these two events --
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self): member in class:NullMessageListener
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffFooter.pl100 Modified: svn:mergeinfo label
H A DparseSvnProperty.pl113 Modified: svn:mergeinfo label
483 Modified: documentation label
506 Modified: documentation label
571 Modified: documentation label
708 Modified: documentation label
726 Modified: documentation label
745 Modified: documentation label
767 Modified: documentation label
/external/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp53 bool Modified = false; local
64 Modified = true;
78 return Modified;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc53 int64_t FontHeaderTable::Modified() { function in class:sfntly::FontHeaderTable
177 int64_t FontHeaderTable::Builder::Modified() { function in class:sfntly::FontHeaderTable::Builder
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp163 bool Modified = false; local
248 Modified = true;
252 return Modified;
265 bool Modified = false;
269 Modified |= InsertITInstructions(MBB);
272 if (Modified)
275 return Modified;
H A DA15SDOptimizer.cpp615 bool Modified = false; local
656 Modified = true;
675 return Modified;
682 bool Modified = false; local
694 Modified |= runOnInstruction(MI++);
705 return Modified;
H A DMLxExpansionPass.cpp388 bool Modified = false; local
390 Modified |= ExpandFPMLxInstructions(MBB);
392 return Modified;
H A DThumb2SizeReduction.cpp915 bool Modified = false; local
959 Modified = true;
1001 return Modified;
1022 bool Modified = false; local
1025 Modified |= ReduceMBB(**I);
1026 return Modified;
H A DARMExpandPseudoInsts.cpp1332 bool Modified = false; local
1337 Modified |= ExpandMI(MBB, MBBI);
1341 return Modified;
1351 bool Modified = false; local
1354 Modified |= ExpandMBB(*MFI);
1357 return Modified;
H A DARMLoadStoreOptimizer.cpp1743 bool Modified = false; local
1747 Modified |= LoadStoreMultipleOpti(MBB);
1749 Modified |= MergeReturnIntoLDM(MBB);
1753 return Modified;
1803 bool Modified = false; local
1806 Modified |= RescheduleLoadStoreInstrs(MFI);
1808 return Modified;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc53 int64_t FontHeaderTable::Modified() { function in class:sfntly::FontHeaderTable
177 int64_t FontHeaderTable::Builder::Modified() { function in class:sfntly::FontHeaderTable::Builder
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
/external/jhead/
H A Djpgfile.c951 int Modified = FALSE; local
987 Modified = TRUE;
990 return Modified;
H A Dmain.c74 int Modified = FALSE; local
113 ALOGE("Modified: %s\n", filename);
/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp747 bool Modified = false; local
819 Modified = true;
875 Modified = true;
895 Modified = true;
916 Modified = true;
929 return Modified;
937 bool Modified = false; local
939 Modified |= optimizeBlock(MBB);
941 return Modified;
H A DAArch64CollectLOH.cpp1070 bool Modified = false; local
1110 return Modified;
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp367 bool Modified = false; local
393 Modified = true;
419 Modified=true;
426 Modified=true;
432 Modified=true;
438 return Modified;
516 bool Modified = false; local
525 Modified |= fixupFPReturnAndCall(*F, &M, Subtarget);
528 Modified = true;
532 return Modified;
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp161 bool Modified = markTails(F, AllCallsAreTailCalls); local
163 Modified |= runTRE(F);
164 return Modified;
266 bool Modified = false; local
326 Modified = true;
373 Modified = true;
379 return Modified;
/external/protobuf/python/google/protobuf/
H A Dreflection.py981 def Modified(self): function in function:_AddPrivateHelperMethods
994 self._listener.Modified()
996 cls._Modified = Modified
997 cls.SetInParent = Modified
1017 we receive Modified() messages.
1033 def Modified(self): member in class:_Listener
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h75 FT_Long Modified[2]; member in struct:TT_Header_
/external/freetype/include/
H A Dtttables.h75 FT_Long Modified[2]; member in struct:TT_Header_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttables.h75 FT_Long Modified[2]; member in struct:TT_Header_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h75 FT_Long Modified[2]; member in struct:TT_Header_

Completed in 2737 milliseconds

12