HomeSort by relevance Sort by last modified time
    Searched refs:Modified (Results 1 - 25 of 47) 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/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
MESA_shader_debug.spec 20 Last Modified Date: July 30, 2006
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 164 bool Modified = false;
240 Modified = true;
244 return Modified;
256 bool Modified = false;
260 Modified |= InsertITInstructions(MBB);
263 if (Modified)
266 return Modified;
MLxExpansionPass.cpp 319 bool Modified = false;
323 Modified |= ExpandFPMLxInstructions(MBB);
326 return Modified;
Thumb2SizeReduction.cpp 815 bool Modified = false;
836 Modified = true;
846 Modified = true;
855 Modified = true;
872 return Modified;
880 bool Modified = false;
882 Modified |= ReduceMBB(*I);
883 return Modified;
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
  /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...]
  /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...]

Completed in 502 milliseconds

1 2