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

1 2 3

  /external/nanopb-c/generator/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/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.
113 self._message_listener.Modified()
119 self._message_listener.Modified()
130 self._message_listener.Modified()
137 self._message_listener.Modified()
142 self._message_listener.Modified()
152 self._message_listener.Modified()
    [all...]
python_message.py     [all...]
  /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;
268 bool Modified = false;
272 Modified |= InsertITInstructions(MBB);
275 if (Modified)
278 return Modified;
A15SDOptimizer.cpp 620 bool Modified = false;
661 Modified = true;
680 return Modified;
692 bool Modified = false;
704 Modified |= runOnInstruction(MI++);
715 return Modified;
MLxExpansionPass.cpp 391 bool Modified = false;
393 Modified |= ExpandFPMLxInstructions(MBB);
395 return Modified;
Thumb2SizeReduction.cpp 915 bool Modified = false;
    [all...]
  /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/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 378 bool Modified = false;
405 Modified = true;
431 Modified=true;
438 Modified=true;
444 Modified=true;
450 return Modified;
525 bool Modified = false;
534 Modified |= fixupFPReturnAndCall(*F, &M, TM);
537 Modified = true;
541 return Modified;
    [all...]
  /external/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/llvm/lib/Target/R600/
SILoadStoreOptimizer.cpp 365 bool Modified = false;
381 Modified = true;
392 Modified = true;
404 return Modified;
419 bool Modified = false;
422 Modified |= optimizeBlock(MBB);
424 return 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
54 bool Modified = false;
65 Modified = true;
79 return Modified;
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 162 bool Modified = markTails(F, AllCallsAreTailCalls);
164 Modified |= runTRE(F);
165 return Modified;
265 bool Modified = false;
325 Modified = true;
372 Modified = true;
378 return Modified;
473 /// We currently handle static constants and arguments that are not modified as
747 // other tail recursions eliminated) the accumulator is not modified.
    [all...]
Float2Int.cpp 506 // Perform dead code elimination on the instructions we just modified.
531 bool Modified = validateAndTransform();
532 if (Modified)
534 return Modified;
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 516 // Track which registers have been modified and used between the first insn
587 // If the Rt of the second instruction was not modified or used between
595 // Likewise, if the Rt of the first instruction is not modified or used
625 // Update modified / uses register lists.
628 // Otherwise, if the base register is modified, we have no match, so
779 // Track which registers have been modified and used between the first insn
802 // Otherwise, if the base register is used or modified, we have no match, so
832 // Track which registers have been modified and used between the first insn
855 // Otherwise, if the base register is used or modified, we have no match, so
864 bool Modified = false
    [all...]
AArch64ExpandPseudoInsts.cpp 714 /// pseudo instructions. Return true if anything was modified.
716 bool Modified = false;
721 Modified |= expandMI(MBB, MBBI);
725 return Modified;
731 bool Modified = false;
733 Modified |= expandMBB(MBB);
734 return Modified;

Completed in 1039 milliseconds

1 2 3