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

  /external/protobuf/python/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self):
51 """Called every time the message is modified in such a way that the parent
53 (a) The message was modified for the first time, so the parent message
56 modified for the first time after a previous call to ByteSize().
61 Modified() will *only* be called in response to one of these two events --
62 not every time the sub-message is modified.
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self):
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 95 diffName => "simple: modified svn:mergeinfo",
99 Modified: svn:mergeinfo
parseSvnProperty.pl 110 diffName => "simple: modified svn:mergeinfo",
112 Modified: svn:mergeinfo
130 diffName => "simple: modified svn:mergeinfo using SVN 1.4 syntax",
421 Modified: documentation
444 Modified: documentation
509 Modified: documentation
646 Modified: documentation
664 Modified: documentation
683 Modified: documentation
705 Modified: documentatio
    [all...]
  /external/jhead/
jpgfile.c 947 int Modified = FALSE;
983 Modified = TRUE;
986 return Modified;
main.c 74 int Modified = FALSE;
113 LOGE("Modified: %s\n", filename);
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 319 bool Modified = false;
323 Modified |= ExpandFPMLxInstructions(MBB);
326 return Modified;
Thumb2ITBlockPass.cpp 164 bool Modified = false;
240 Modified = true;
244 return Modified;
256 bool Modified = false;
260 Modified |= InsertITInstructions(MBB);
263 if (Modified)
266 return Modified;
ARMExpandPseudoInsts.cpp     [all...]
Thumb2SizeReduction.cpp 815 bool Modified = false;
836 Modified = true;
846 Modified = true;
855 Modified = true;
872 return Modified;
880 bool Modified = false;
882 Modified |= ReduceMBB(*I);
883 return Modified;
ARMLoadStoreOptimizer.cpp     [all...]
  /external/protobuf/python/google/protobuf/
reflection.py     [all...]
  /external/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
75 FT_Long Modified[2];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 650 milliseconds