HomeSort by relevance Sort by last modified time
    Searched defs:Modified (Results 1 - 14 of 14) 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/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 95 bool Modified; // This is only used by doInitialization.
217 Modified = true;
224 Modified = true;
231 Modified = true;
238 Modified = true;
245 Modified = true;
893 Modified = false;
899 return Modified;
  /external/jhead/
jpgfile.c 947 int Modified = FALSE;
983 Modified = TRUE;
986 return Modified;
main.c 74 int Modified = FALSE;
113 ALOGE("Modified: %s\n", filename);
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 387 bool Modified = false;
391 Modified |= ExpandFPMLxInstructions(MBB);
394 return Modified;
Thumb2ITBlockPass.cpp 161 bool Modified = false;
241 Modified = true;
245 return Modified;
257 bool Modified = false;
261 Modified |= InsertITInstructions(MBB);
264 if (Modified)
267 return Modified;
A15SDOptimizer.cpp 616 bool Modified = false;
657 Modified = true;
669 return Modified;
676 bool Modified = false;
688 Modified |= runOnInstruction(MI++);
699 return Modified;
ARMExpandPseudoInsts.cpp     [all...]
Thumb2SizeReduction.cpp 894 bool Modified = false;
    [all...]
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...]

Completed in 496 milliseconds