HomeSort by relevance Sort by last modified time
    Searched refs:Modified (Results 1 - 25 of 73) sorted by null

1 2 3

  /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):
containers.py 57 Modified() method when it is modified.
102 Modified() method when it is modified.
114 self._message_listener.Modified()
121 self._message_listener.Modified()
133 self._message_listener.Modified()
140 self._message_listener.Modified()
145 self._message_listener.Modified()
151 self._message_listener.Modified()
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 19 Last Modified Date: 8 June 2000
MESA_copy_sub_buffer.spec 19 Last Modified Date: 12 January 2009
MESA_pixmap_colormap.spec 19 Last Modified Date: 8 June 2000
MESA_set_3dfx_mode.spec 19 Last Modified Date: 8 June 2000
  /external/mesa3d/docs/
MESA_release_buffers.spec 19 Last Modified Date: 8 June 2000
MESA_copy_sub_buffer.spec 19 Last Modified Date: 12 January 2009
MESA_pixmap_colormap.spec 19 Last Modified Date: 8 June 2000
MESA_set_3dfx_mode.spec 19 Last Modified Date: 8 June 2000
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 163 bool Modified = false;
248 Modified = true;
252 return Modified;
265 bool Modified = false;
269 Modified |= InsertITInstructions(MBB);
272 if (Modified)
275 return Modified;
A15SDOptimizer.cpp 615 bool Modified = false;
656 Modified = true;
675 return Modified;
682 bool Modified = false;
694 Modified |= runOnInstruction(MI++);
705 return Modified;
MLxExpansionPass.cpp 388 bool Modified = false;
390 Modified |= ExpandFPMLxInstructions(MBB);
392 return Modified;
  /external/jhead/
jhead.c 212 int Modified = FALSE;
229 Modified = TRUE;
241 Modified = TRUE;
251 Modified = TRUE;
271 Modified = TRUE;
279 Modified = TRUE;
281 return Modified;
774 int Modified = FALSE;
841 Modified = TRUE;
852 Modified = TRUE
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
otf_basic_editing_test.cc 59 int64_t mod_date = header_builder->Modified();
77 int64_t after_mod_date = header->Modified();
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 367 bool Modified = false;
393 Modified = true;
419 Modified=true;
426 Modified=true;
432 Modified=true;
438 return Modified;
516 bool Modified = false;
525 Modified |= fixupFPReturnAndCall(*F, &M, Subtarget);
528 Modified = true;
532 return Modified;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 69 virtual int64_t Modified();
116 // Get the modified date. Number of seconds since 12:00 midnight, January 1,
118 int64_t Modified();
font_header_table.cc 53 int64_t FontHeaderTable::Modified() {
177 int64_t FontHeaderTable::Builder::Modified() {
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
  /external/nanohttpd/
README.md 5 *NanoHttpd* has been released under a Modified BSD licence.
10 * Released as open source, free software, under a Modified BSD licence.
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 10 // This file is a copy of the generic LLVM PrologEpilogInserter pass, modified
53 bool Modified = false;
64 Modified = true;
78 return Modified;
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 161 bool Modified = markTails(F, AllCallsAreTailCalls);
163 Modified |= runTRE(F);
164 return Modified;
266 bool Modified = false;
326 Modified = true;
373 Modified = true;
379 return Modified;
475 // We currently handle static constants and arguments that are not modified as
752 // other tail recursions eliminated) the accumulator is not modified.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 411 // Track which registers have been modified and used between the first insn
470 // If the Rt of the second instruction was not modified or used between
478 // Likewise, if the Rt of the first instruction is not modified or used
508 // Update modified / uses register lists.
511 // Otherwise, if the base register is modified, we have no match, so
662 // Track which registers have been modified and used between the first insn
685 // Otherwise, if the base register is used or modified, we have no match, so
715 // Track which registers have been modified and used between the first insn
738 // Otherwise, if the base register is used or modified, we have no match, so
747 bool Modified = 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/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
75 FT_Long Modified[2];
    [all...]

Completed in 349 milliseconds

1 2 3