OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newContents
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Tools/Scripts/
do-file-rename
106
my $
newContents
= $contents;
109
$
newContents
=~ s/\b\Q$from\E(?!\w)/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
112
if ($
newContents
ne $contents) {
114
print FILE $
newContents
;
do-webcore-rename
228
my $
newContents
= $contents;
233
$
newContents
=~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;
237
$
newContents
=~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
241
if ($
newContents
ne $contents) {
243
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
;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h
55
// call |-ensureContentsVisible| to display the |
newContents
|'s render widget
57
- (void)changeTabContents:(TabContents*)
newContents
;
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h
67
- (void)selectTabWithContents:(TabContentsWrapper*)
newContents
77
- (void)tabReplacedWithContents:(TabContentsWrapper*)
newContents
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java
197
String
newContents
= readTestFile(sourceName, true);
198
if (currentContents == null || !currentContents.equals(
newContents
)) {
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
Completed in 1995 milliseconds