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

  /external/chromium_org/third_party/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):
python_message.py     [all...]
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 96 diffName => "simple: modified svn:mergeinfo",
100 Modified: svn:mergeinfo
parseSvnProperty.pl 111 diffName => "simple: modified svn:mergeinfo",
113 Modified: svn:mergeinfo
131 diffName => "simple: modified svn:mergeinfo using SVN 1.4 syntax",
483 Modified: documentation
506 Modified: documentation
571 Modified: documentation
708 Modified: documentation
726 Modified: documentation
745 Modified: documentation
767 Modified: documentatio
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 10 // This file is a copy of the generic LLVM PrologEpilogInserter pass, modified
51 bool Modified = false;
62 Modified = true;
76 return Modified;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 53 int64_t FontHeaderTable::Modified() {
177 int64_t FontHeaderTable::Builder::Modified() {
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
  /external/jhead/
jpgfile.c 951 int Modified = FALSE;
987 Modified = TRUE;
990 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     [all...]
ARMLoadStoreOptimizer.cpp     [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 53 int64_t FontHeaderTable::Modified() {
177 int64_t FontHeaderTable::Builder::Modified() {
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 329 bool Modified = false;
355 Modified = true;
377 Modified=true;
382 return Modified;
442 bool Modified = false;
446 Modified |= fixupFPReturnAndCall(*F, &M, Subtarget);
449 Modified = true;
453 return Modified;
  /external/protobuf/python/google/protobuf/
reflection.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js 94 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
97 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
75 FT_Long Modified[2];
    [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 920 milliseconds