HomeSort by relevance Sort by last modified time
    Searched refs:newContents (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKitTools/Scripts/
do-file-rename 104 my $newContents = $contents;
107 $newContents =~ s/\b\Q$from\E(?!\w)/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
110 if ($newContents ne $contents) {
112 print FILE $newContents;
do-webcore-rename 182 my $newContents = $contents;
186 $newContents =~ s/\b$from/$renames{$from}/g;
190 $newContents =~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
194 if ($newContents ne $contents) {
196 print FILE $newContents;
  /system/core/libcutils/
array.c 70 void** newContents;
73 newContents = malloc(newCapacity * sizeof(void*));
74 if (newContents == NULL) {
79 newContents = realloc(array->contents, sizeof(void*) * newCapacity);
80 if (newContents == NULL) {
86 array->contents = newContents;
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 91 milliseconds