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

1 2

  /tools/build/builder/src/test/java/com/android/builder/
MockSourceSet.java 29 mRoot = root;
32 private final String mRoot;
36 return Collections.singleton(new File(mRoot, "resources"));
46 return new File(mRoot, "res");
51 return new File(mRoot, "assets");
56 return new File(mRoot, "AndroidManifest.xml");
61 return new File(mRoot, "aidl");
66 return new File(mRoot, "rs");
71 return new File(mRoot, "jni");
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SynchronizedHandler.java 26 private final GLRoot mRoot;
29 mRoot = Utils.checkNotNull(root);
34 mRoot.lockRenderThread();
38 mRoot.unlockRenderThread();
GLView.java 61 private GLRoot mRoot;
115 Utils.assertTrue(mParent == null && mRoot == null);
121 Utils.assertTrue(mParent == null && mRoot != null);
151 if (mRoot != null) {
152 component.onAttachToRoot(mRoot);
199 return mRoot;
431 mRoot = root;
441 mRoot = null;
445 if (mRoot != null) {
446 mRoot.lockRenderThread()
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
FusionDictionaryTests.java 35 assertNull(FusionDictionary.findWordInTree(dict.mRoot, "aaa"));
36 assertNotNull(FusionDictionary.findWordInTree(dict.mRoot, "abc"));
39 assertNull(FusionDictionary.findWordInTree(dict.mRoot, "aaa"));
40 assertNotNull(FusionDictionary.findWordInTree(dict.mRoot, "aa"));
44 assertNull(FusionDictionary.findWordInTree(dict.mRoot, "ba"));
45 assertNotNull(FusionDictionary.findWordInTree(dict.mRoot, "babcd"));
46 assertNotNull(FusionDictionary.findWordInTree(dict.mRoot, "bacde"));
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 59 private ViewGroup mRoot;
74 mRoot = (ViewGroup) inflater.inflate(R.layout.focus_2, null);
77 mRoot.measure(500, 500);
78 mRoot.layout(0, 0, 500, 500);
80 mLeftButton = (Button) mRoot.findViewById(R.id.leftButton);
81 mCenterButton = (Button) mRoot.findViewById(R.id.centerButton);
82 mRightButton = (Button) mRoot.findViewById(R.id.rightButton);
104 mFocusFinder.findNextFocus(mRoot, mLeftButton, View.FOCUS_RIGHT));
111 mFocusFinder.findNextFocus(mRoot, mRightButton, View.FOCUS_LEFT));
  /frameworks/base/core/java/android/util/
FinitePool.java 41 private T mRoot;
64 if (mRoot != null) {
65 element = mRoot;
66 mRoot = element.getNextPoolable();
85 element.setNextPoolable(mRoot);
87 mRoot = element;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
TaskMonitorImpl.java 239 private final TaskMonitorImpl mRoot;
259 mRoot = taskMonitor;
268 return mRoot.isCancelRequested();
273 mRoot.setDescription(format, args);
278 mRoot.log(format, args);
283 mRoot.logError(format, args);
288 mRoot.logVerbose(format, args);
323 mRoot.internalIncProgress(realDelta);
329 return mRoot.displayPrompt(title, message);
334 return mRoot.displayLoginCredentialsPrompt(title, message)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 26 private Node mRoot = new Node();
29 mRoot = new Node();
34 Node current = mRoot;
44 Node current = mRoot;
DownloadCache.java 73 private final File mRoot;
82 mRoot = Utils.checkNotNull(root);
205 if (!mRoot.isDirectory()) mRoot.mkdirs();
206 if (!mRoot.isDirectory()) {
207 throw new RuntimeException("cannot create " + mRoot.getAbsolutePath());
235 for (File file : mRoot.listFiles()) {
321 tempFile = File.createTempFile("cache", ".tmp", mRoot);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewMock.java 22 GLRoot mRoot;
39 mRoot = root;
46 mRoot = null;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 495 private final ConsoleTaskMonitor mRoot;
515 mRoot = root;
524 return mRoot.isCancelRequested();
529 mRoot.setDescription(format, args);
534 mRoot.log(format, args);
539 mRoot.logError(format, args);
544 mRoot.logVerbose(format, args);
578 mRoot.internalIncProgress(realDelta);
584 return mRoot.displayPrompt(title, message);
589 return mRoot.displayLoginCredentialsPrompt(title, message)
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 83 mRoot(NULL), mShared(false) {
88 mRoot(NULL), mShared(false) {
105 delete mRoot;
114 mRoot = new mcld::InputTree::iterator(mLDInfo->inputs().root());
143 if (mRoot->isRoot()) {
144 mRoot->move<mcld::TreeIteratorBase::Leftward>();
146 mRoot->move<mcld::TreeIteratorBase::Rightward>();
199 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
212 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
226 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input)
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 76 mRoot(NULL), mShared(false) {
81 mRoot(NULL), mShared(false) {
98 delete mRoot;
107 mRoot = new mcld::InputTree::iterator(mLDInfo->inputs().root());
136 if (mRoot->isRoot()) {
137 mRoot->move<mcld::TreeIteratorBase::Leftward>();
139 mRoot->move<mcld::TreeIteratorBase::Rightward>();
192 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
205 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
219 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 34 public ObjectManager mRoot;
50 if (mBackgroundObject != null && mRoot != null) {
53 mRoot.remove(mBackgroundObject);
55 mRoot = null;
110 mRoot = root;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 48 private Node mRoot;
55 mRoot = new Node(null, -1); // The id of the root node is unused.
60 mRoot = new Node(null, -1);
80 Node node = mRoot;
113 writeAllStacks(mRoot, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 53 View mRoot;
84 mLayout.addView(mExternalStoragePublicPicture.mRoot);
100 mLayout.addView(mExternalStoragePrivatePicture.mRoot);
116 mLayout.addView(mExternalStoragePrivateFile.mRoot);
363 item.mRoot = inflater.inflate(R.layout.external_storage_item, null);
364 TextView tv = (TextView)item.mRoot.findViewById(R.id.label);
367 tv = (TextView)item.mRoot.findViewById(R.id.path);
370 item.mCreate = (Button)item.mRoot.findViewById(R.id.create);
372 item.mDelete = (Button)item.mRoot.findViewById(R.id.delete);
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
BinaryDictInputOutputTest.java 51 final ArrayList<Node> result = BinaryDictInputOutput.flattenTree(dict.mRoot);
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 85 private View mRoot;
152 mRoot.findViewById(R.id.history).setVisibility(View.GONE);
153 mRoot.findViewById(android.R.id.empty).setVisibility(View.VISIBLE);
155 mRoot.findViewById(R.id.history).setVisibility(View.VISIBLE);
156 mRoot.findViewById(android.R.id.empty).setVisibility(View.GONE);
208 mRoot = inflater.inflate(R.layout.history, container, false);
210 ViewStub stub = (ViewStub) mRoot.findViewById(R.id.pref_stub);
221 return mRoot;
225 mHistoryList = (ExpandableListView) mRoot.findViewById(R.id.history);
234 mGroupList = (ListView) mRoot.findViewById(android.R.id.list)
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Linker.h 70 mcld::TreeIteratorBase *mRoot;
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 63 mcld::TreeIteratorBase *mRoot;
  /frameworks/base/core/java/android/widget/
MediaController.java 76 private View mRoot;
102 mRoot = this;
110 if (mRoot != null)
111 initControllerView(mRoot);
236 mRoot = inflate.inflate(com.android.internal.R.layout.media_controller, null);
238 initControllerView(mRoot);
240 return mRoot;
503 if (mRoot == null || mPauseButton == null)
649 if (mRoot != null) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 268 public final Node mRoot;
271 mRoot = root;
355 CharGroup charGroup = findWordInTree(mRoot, word1);
357 final CharGroup charGroup2 = findWordInTree(mRoot, word2);
389 Node currentNode = mRoot;
394 int nodeIndex = findIndexOfChar(mRoot, word[charIndex]);
591 return null != findWordInTree(mRoot, s);
650 return hasBigramsInternal(mRoot);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 98 private final IWorkspaceRoot mRoot;
106 mRoot = ResourcesPlugin.getWorkspace().getRoot();
416 IResource resource = mRoot.findMember(path);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 76 private UiElementNode mRoot;
124 mRoot = top;
135 push(mRoot);
303 Document doc = mRoot.getXmlDocument();
454 Document doc = mRoot.getXmlDocument();
512 // we have only one element left (mRoot), then we're done with the document.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 93 private List<Map.Entry<String, List<Attr>>> mRoot;
160 mCheckedView.setInput(mRoot);
240 mRoot = new ArrayList<Map.Entry<String, List<Attr>>>(
245 Collections.sort(mRoot, new Comparator<Map.Entry<String, List<Attr>>>() {
274 for (Map.Entry<String, List<Attr>> entry : mRoot) {
424 if (inputElement == mRoot) {

Completed in 674 milliseconds

1 2