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

1 2

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
StartupConfig.cpp 86 ** newContent: buffer containing new content; newContent[0] is
87 ** payload length; newContent[1..end] is payload.
92 bool StartupConfig::append (const UINT8* newContent)
95 if ((newContent[0]+mBuffer.size()) > mMaxLength)
100 ALOGD ("%s: try append %u bytes", fn, (uint8_string::size_type) (newContent[0]));
102 mBuffer.append (newContent+1, (uint8_string::size_type) (newContent[0]));
104 mBuffer[0] = mBuffer[0] + newContent[0];
115 ** newContent: buffer containing new content; newContent[0] i
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
StartupConfig.h 66 ** newContent: buffer containing new content; newContent[0] is
67 ** payload length; newContent[1..end] is payload.
72 bool append (const UINT8* newContent);
80 ** newContent: buffer containing new content; newContent[0] is
81 ** payload length; newContent[1..end] is payload.
82 ** newContentLen: total length of newContent.
87 bool append (const UINT8* newContent, UINT8 newContentLen);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 157 String newContent = newFeedWatcher.getFoundNode().getTextContent();
161 System.out.println(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newContent); //$NON-NLS-1$
170 " -newvalue \"" + newContent + "\""; //$NON-NLS-1$ //$NON-NLS-2$
174 this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent);
177 !oldContent.equals(newContent) // node has changed
181 if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,newContent); }
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 294 PredictedChainingCell *newContent)
310 cellAddr->method = newContent->method;
311 cellAddr->branch = newContent->branch;
312 cellAddr->branch2 = newContent->branch2;
318 android_atomic_release_store((int32_t)newContent->clazz,
327 cellAddr->clazz = newContent->clazz;
335 cellAddr, newContent->clazz->descriptor, newContent->method->name, newContent->method));
337 } else if (cellAddr->stagedClazz != newContent->clazz)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptDebugServer.h 75 bool editScriptSource(const String& sourceID, const String& newContent, String* error);
ScriptDebugServer.cpp 214 bool ScriptDebugServer::editScriptSource(const String& sourceID, const String& newContent, String* error)
224 v8::Handle<v8::Value> argv[] = { v8String(sourceID), v8String(newContent) };
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 165 String newContent = " ";
166 newContent += nextItemText->data();
169 itemText->appendData(newContent, ec);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 104 LayerContent* newContent = getFirstLayer()->content();
106 fullInval = newContent->width() != oldContent->width()
107 || newContent->height() != oldContent->height();
  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.h 81 bool editScriptSource(const String& sourceID, const String& newContent, String* error);
  /external/webkit/Source/WebCore/inspector/
InspectorDebuggerAgent.h 88 void editScriptSource(ErrorString*, const String& sourceID, const String& newContent, RefPtr<InspectorArray>* newCallFrames);
InspectorDebuggerAgent.cpp 280 void InspectorDebuggerAgent::editScriptSource(ErrorString* error, const String& sourceID, const String& newContent, RefPtr<InspectorArray>* newCallFrames)
282 if (scriptDebugServer().editScriptSource(sourceID, newContent, error))
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 713 setContent: function(newContent, majorChange, callback)
721 binding.setContent(this, newContent, majorChange, callback);
724 addRevision: function(newContent)
729 this._content = newContent;
StylesSidebarPane.js     [all...]
SourceFrame.js     [all...]
ResourcesPanel.js 416 _applyDiffMarkup: function(view, baseContent, newContent) {
418 var newLines = newContent.split(/\r?\n/);
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
  /sdk/attribute_stats/src/
Analyzer.java 528 String newContent = sb.toString();
535 writer.write(newContent);
  /dalvik/docs/
prettify.js     [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 677 milliseconds

1 2