/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSNamedFlowView.js | 152 * @param {!Array.<!DOMAgent.NodeId>} newContent 154 _mergeContentNodes: function(oldContent, newContent) 157 for (var i = 0; i < newContent.length; ++i) 158 nodeIdSet[newContent[i]] = true; 164 while (oldContentIndex < oldContent.length || newContentIndex < newContent.length) { 166 this._insertContentNode(newContent[newContentIndex]); 171 if (newContentIndex === newContent.length) { 177 if (oldContent[oldContentIndex] === newContent[newContentIndex]) { 185 this._insertContentNode(newContent[newContentIndex], contentTreeChildIndex);
|
ScriptSnippetModel.js | 155 * @param {string} newContent 157 _setScriptSnippetContent: function(name, newContent) 160 snippet.content = newContent; 642 * @param {string} newContent 645 setFileContent: function(path, newContent, callback) 647 this._model._setScriptSnippetContent(path, newContent);
|
Workspace.js | 99 * @param {string} newContent 102 setFileContent: function(path, newContent, callback) { }, 327 * @param {string} newContent 330 setFileContent: function(uiSourceCode, newContent, callback) 332 this._projectDelegate.setFileContent(uiSourceCode.path(), newContent, onSetContent.bind(this)); 340 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeContentCommitted, { uiSourceCode: uiSourceCode, content: newContent });
|
RevisionHistoryView.js | 234 * @param {?string} newContent 237 function step2(baseContent, newContent) 240 var newLines = difflib.stringAsLines(newContent);
|
StylesSidebarPane.js | [all...] |
FileSystemProjectDelegate.js | 137 * @param {string} newContent 140 setFileContent: function(path, newContent, callback) 143 this._fileSystem.setFileContent(filePath, newContent, callback.bind(this, ""));
|
ContentProviderBasedProjectDelegate.js | 112 * @param {string} newContent 115 setFileContent: function(path, newContent, callback)
|
/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 | 298 PredictedChainingCell *newContent) 314 cellAddr->method = newContent->method; 315 cellAddr->branch = newContent->branch; 316 cellAddr->branch2 = newContent->branch2; 322 android_atomic_release_store((int32_t)newContent->clazz, 331 cellAddr->clazz = newContent->clazz; 339 cellAddr, newContent->clazz->descriptor, newContent->method->name, newContent->method)); 341 } else if (cellAddr->stagedClazz != newContent->clazz) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptDebugServer.h | 80 bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, ScriptObject* result);
|
ScriptDebugServer.cpp | 251 bool ScriptDebugServer::setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>& errorData, ScriptValue* newCallFrames, ScriptObject* result) 267 v8::Handle<v8::Value> argv[] = { v8String(debuggerContext->GetIsolate(), sourceID), v8String(debuggerContext->GetIsolate(), newContent), v8Boolean(preview, debuggerContext->GetIsolate()) };
|
/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);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDebuggerAgent.h | 105 virtual void setScriptSource(ErrorString*, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* preview, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace);
|
InspectorDebuggerAgent.cpp | 599 void InspectorDebuggerAgent::setScriptSource(ErrorString* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>& errorData, const String& scriptId, const String& newContent, const bool* const preview, RefPtr<Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace) 603 if (!scriptDebugServer().setScriptSource(scriptId, newContent, previewOnly, error, errorData, &m_currentCallStack, &resultObject)) [all...] |
/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 | |