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

1 2

  /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.
91 Modified() method when it is modified.
103 self._message_listener.Modified()
110 self._message_listener.Modified()
122 self._message_listener.Modified()
129 self._message_listener.Modified()
134 self._message_listener.Modified()
140 self._message_listener.Modified()
    [all...]
  /external/llvm/lib/Target/ARM/
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;
MLxExpansionPass.cpp 387 bool Modified = false;
391 Modified |= ExpandFPMLxInstructions(MBB);
394 return Modified;
Thumb2SizeReduction.cpp 894 bool Modified = false;
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /external/webkit/Tools/Scripts/
update-webkit-dependency 62 # Last-Modified times.
74 print "Checking Last-Modified date of $zipFile...\n";
76 my $result = system "curl -s -I $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
79 print STDERR "Couldn't check Last-Modified date of new $zipFile.\n";
83 print STDERR "Unable to check Last-Modified date and no version of $file to fall back to.\n";
147 $str =~ /^Last-Modified: (.*)$/ or return;
  /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...]
jpgfile.c 947 int Modified = FALSE;
983 Modified = TRUE;
986 return Modified;
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
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...]
parseSvnDiffFooter.pl 95 diffName => "simple: modified svn:mergeinfo",
99 Modified: svn:mergeinfo
  /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;
  /hardware/invensense/libsensors/
Android.mk 14 # Modified 2011 by InvenSense, Inc
  /external/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
75 FT_Long Modified[2];
    [all...]
  /hardware/invensense/libsensors_iio/
Android.mk 14 # Modified 2011 by InvenSense, Inc
  /external/protobuf/python/google/protobuf/
reflection.py     [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 87 Modified on 27 June 2003 to avoid setting an invalid style
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 87 Modified on 27 June 2003 to avoid setting an invalid style
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 7 # Modified to remove non-deterministic system calls
  /external/oprofile/events/x86-64/family10/
unit_masks 47 0x10 Modified-state line from L2
178 0x10 Read Block Modified (Dcache store miss refill)
189 0x02 Modified
306 0x04 Read block modified
315 0x04 Read block modified
342 0x08 Modified
351 0x08 Modified
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 191 oHTTP.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 1970 00:00:00 GMT");
  /external/freetype/src/sfnt/
ttload.c 13 /* modified, and distributed under the terms of the FreeType project */
552 FT_FRAME_LONG ( Modified[0] ),
553 FT_FRAME_LONG ( Modified[1] ),
    [all...]
  /external/oprofile/events/mips/25K/
events 38 event:0x14 counters:0,1 um:zero minimum:500 name:JTLB_EXCEPTIONS : Refill, Invalid and Modified TLB exceptions
  /external/oprofile/events/x86-64/family11h/
unit_masks 165 0x10 Read Block Modified (Dcache store miss refill)
176 0x02 Modified

Completed in 648 milliseconds

1 2