HomeSort by relevance Sort by last modified time
    Searched full:rootid (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetConfigure.java 86 void pickAccount(long rootId) {
87 BookmarkThumbnailWidgetService.setupWidgetState(this, mAppWidgetId, rootId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 362 String rootId = getId(primary);
367 if (doc != null && rootId != null) {
369 end, rootId, referenceId);
526 String rootId = getRootId();
527 if (rootId != null) {
528 return rootId + "_ref";
WrapInRefactoring.java 217 String rootId = getRootId();
223 doc, mSelectionStart, mSelectionEnd, rootId, id);
VisualRefactoring.java 348 String rootId, String referenceId) {
349 if (rootId == null) {
354 String match1 = rootId;
395 int end = start + rootId.length();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 343 int rootID = adaptor.GetUniqueID(root);
345 Transmit("addChild\t" + rootID + "\t" + childID);
RemoteDebugEventSocketListener.cs 477 int rootID = int.Parse(elements[1]);
479 ProxyTree root = new ProxyTree(rootID);
IDebugEventListener.cs 363 /** <summary>Make childID a child of rootID.</summary>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 390 int rootID = adaptor.GetUniqueID( root );
392 Transmit( "addChild\t" + rootID + "\t" + childID );
RemoteDebugEventSocketListener.cs 621 int rootID = int.Parse( elements[1] );
623 ProxyTree root = new ProxyTree( rootID );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 309 int rootID = adaptor.getUniqueID(root);
311 transmit("addChild\t"+rootID+"\t"+childID);
RemoteDebugEventSocketListener.java 414 int rootID = Integer.parseInt(elements[1]);
416 ProxyTree root = new ProxyTree(rootID);
DebugEventListener.java 308 /** Make childID a child of rootID.
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcContainer.h 174 mcRootid_t rootid; member in struct:__anon21517
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 265 /** Make childID a child of rootID.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 265 /** Make childID a child of rootID.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 265 /** Make childID a child of rootID.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 265 /** Make childID a child of rootID.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 370 /** Make childID a child of rootID.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 365 /** <summary>Make childID a child of rootID.</summary>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 658 # Make childID a child of rootID.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java     [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 420 mcRootid_t rootid; member in struct:__anon21328
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 708 """Make childID a child of rootID.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 697 milliseconds

1 2