Searched defs:root (Results 1 - 25 of 62) sorted by last modified time

123

/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java121 private void addButtonsToPanel(LinearLayout root, List<View> buttons) { argument
127 root.addView(panel);
/packages/providers/CalendarProvider/
H A Dmaketests.py72 root = dom.documentElement variable
74 entries = root.getElementsByTagName("entry")
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql107 CREATE TABLE 'search_index_segdir'(level INTEGER,idx INTEGER,start_block INTEGER,leaves_end_block INTEGER,end_block INTEGER,root BLOB,PRIMARY KEY(level, idx));
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c103 NJ_UINT8 *root, NJ_UINT8 *node_mid,
552 NJ_UINT8 *root, *now, *node, *node_mid; local
585 root = NODE_AREA_TOP_ADDR(loctset->loct.handle);
588 node_mid = root + NODE_AREA_MID_ADDR(loctset->loct.handle);
611 node = root;
741 (root != node_mid)) {
742 now = root;
1541 NJ_UINT8 *root, *now, *node, *node_mid; local
1587 root = NODE_AREA_TOP_ADDR(loctset->loct.handle);
1590 node_mid = root
1975 search_yomi_node(NJ_UINT8 operation, NJ_UINT8 *node, NJ_UINT8 *now, NJ_UINT16 idx_no, NJ_CHAR *yomi, NJ_UINT16 yomilen, NJ_UINT8 * root, NJ_UINT8 * node_mid, NJ_UINT16 bit_left, NJ_UINT16 bit_data, NJ_UINT8 * data_top, NJ_INT16 ytbl_cnt, NJ_UINT16 y, NJ_UINT8 * ytbl_top, NJ_CACHE_INFO * storebuf, NJ_UINT8 ** con_node, NJ_UINT32 * data_offset) argument
[all...]
/packages/experimental/FillService/src/foo/bar/fill/
H A DFillService.java206 ViewNode root = window.getRootViewNode();
207 if (root == null) {
210 ViewNode node = findByPredicate(root, predicate);
218 private static ViewNode findByPredicate(ViewNode root, Predicate<ViewNode> predicate) { argument
219 if (root == null) {
222 if (predicate.test(root)) {
223 return root;
225 final int childCount = root.getChildCount();
227 ViewNode child = root.getChildAt(i);
/packages/experimental/TestBack/src/foo/bar/testback/
H A DTestBackService.java93 AccessibilityNodeInfo root = source;
95 AccessibilityNodeInfo parent = root.getParent();
98 } else if (parent.equals(root)) {
99 Log.i(LOG_TAG, "Node is own parent:" + root);
101 root = parent;
103 dumpTree(root, new ArraySet<AccessibilityNodeInfo>());
106 private void dumpTree(AccessibilityNodeInfo root, Set<AccessibilityNodeInfo> visited) { argument
107 if (root == null) {
111 if (!visited.add(root)) {
112 Log.i(LOG_TAG, "Cycle detected to node:" + root);
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DWaitFragment.java84 private View getContent(ViewGroup root) { argument
90 view = mInflater.inflate(R.layout.wait_for_manual_sync, root, false);
96 view = mInflater.inflate(R.layout.loading_messages, root, false);
98 view = mInflater.inflate(R.layout.wait_default, root, false);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h382 \param root Root value of a DOM subtree to be resolved. It can be any value other than document root.
387 ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExist = 0) const { argument
389 ValueType* v = &root;
454 \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root.
457 ValueType* Get(ValueType& root) const {
459 ValueType* v = &root;
484 \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root
504 GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::AllocatorType& allocator) const argument
511 GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorType& allocator) const argument
519 GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename ValueType::AllocatorType& allocator) const argument
532 GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) const argument
581 Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) const argument
586 Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocator) const argument
591 Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) const argument
597 Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorType& allocator) const argument
608 Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const argument
663 Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) const argument
1020 CreateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::AllocatorType& a) argument
1025 CreateValueByPointer(T& root, const CharType(&source)[N], typename T::AllocatorType& a) argument
1044 GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) argument
1049 GetValueByPointer(const T& root, const GenericPointer<typename T::ValueType>& pointer) argument
1054 GetValueByPointer(T& root, const CharType (&source)[N]) argument
1059 GetValueByPointer(const T& root, const CharType(&source)[N]) argument
1066 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& defaultValue, typename T::AllocatorType& a) argument
1071 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* defaultValue, typename T::AllocatorType& a) argument
1077 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const std::basic_string<typename T::Ch>& defaultValue, typename T::AllocatorType& a) argument
1084 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 defaultValue, typename T::AllocatorType& a) argument
1089 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const typename T::ValueType& defaultValue, typename T::AllocatorType& a) argument
1094 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const typename T::Ch* defaultValue, typename T::AllocatorType& a) argument
1100 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const std::basic_string<typename T::Ch>& defaultValue, typename T::AllocatorType& a) argument
1107 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::AllocatorType& a) argument
1162 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::ValueType& value, typename T::AllocatorType& a) argument
1167 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& value, typename T::AllocatorType& a) argument
1172 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* value, typename T::AllocatorType& a) argument
1178 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const std::basic_string<typename T::Ch>& value, typename T::AllocatorType& a) argument
1185 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 value, typename T::AllocatorType& a) argument
1190 SetValueByPointer(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) argument
1195 SetValueByPointer(T& root, const CharType(&source)[N], const typename T::ValueType& value, typename T::AllocatorType& a) argument
1200 SetValueByPointer(T& root, const CharType(&source)[N], const typename T::Ch* value, typename T::AllocatorType& a) argument
1206 SetValueByPointer(T& root, const CharType(&source)[N], const std::basic_string<typename T::Ch>& value, typename T::AllocatorType& a) argument
1213 SetValueByPointer(T& root, const CharType(&source)[N], T2 value, typename T::AllocatorType& a) argument
1278 SwapValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::ValueType& value, typename T::AllocatorType& a) argument
1283 SwapValueByPointer(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) argument
1300 EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) argument
1305 EraseValueByPointer(T& root, const CharType(&source)[N]) argument
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java274 PreferenceScreen root = getPreferenceScreen();
275 if (root != null) {
276 root.removeAll();
279 root = getPreferenceScreen();
301 maybeAddFingerprintPreference(root, mProfileChallengeUserId);
304 root.findPreference(KEY_UNLOCK_SET_OR_CHANGE_PROFILE);
330 root.findPreference(KEY_SECURITY_CATEGORY);
338 (SwitchPreference) root.findPreference(KEY_VISIBLE_PATTERN_PROFILE);
339 mUnifyProfile = (SwitchPreference) root.findPreference(KEY_UNIFICATION);
351 root
434 initTrustAgentPreference(PreferenceScreen root, int numberOfTrustAgent) argument
[all...]
H A DShowAdminSupportDetailsDialog.java100 private void initializeDialogViews(View root, ComponentName admin, int userId, argument
118 ((ImageView) root.findViewById(R.id.admin_support_icon)).setImageDrawable(
124 setAdminSupportTitle(root, restriction);
125 setAdminSupportDetails(this, root, new EnforcedAdmin(admin, userId), true);
128 private void setAdminSupportTitle(View root, String restriction) { argument
129 final TextView titleView = (TextView) root.findViewById(R.id.admin_support_dialog_title);
159 public static void setAdminSupportDetails(final Activity activity, View root, argument
182 TextView textView = (TextView) root.findViewById(R.id.admin_support_msg);
188 root.findViewById(R.id.admins_policies_list).setOnClickListener(
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPrivateVolumeSettings.java527 private Intent getIntentForStorage(String authority, String root) { argument
530 DocumentsContract.buildRootUri(authority, root),
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintSettings.java373 PreferenceScreen root = getPreferenceScreen();
374 if (root != null) {
375 root.removeAll();
378 root = getPreferenceScreen();
379 addFingerprintItemPreferences(root);
380 setPreferenceScreen(root);
381 return root;
384 private void addFingerprintItemPreferences(PreferenceGroup root) { argument
385 root.removeAll();
390 FingerprintPreference pref = new FingerprintPreference(root
[all...]
/packages/apps/Settings/src/com/android/settings/location/
H A DLocationSettings.java176 PreferenceScreen root = getPreferenceScreen();
177 if (root != null) {
178 root.removeAll();
181 root = getPreferenceScreen();
183 setupManagedProfileCategory(root);
184 mLocationMode = root.findPreference(KEY_LOCATION_MODE);
203 preferenceController.displayPreference(root);
206 (PreferenceCategory) root.findPreference(KEY_RECENT_LOCATION_REQUESTS);
238 addLocationServices(activity, root, lockdownOnLocationAccess);
241 return root;
244 setupManagedProfileCategory(PreferenceScreen root) argument
295 addLocationServices(Context context, PreferenceScreen root, boolean lockdownOnLocationAccess) argument
[all...]
/packages/apps/Settings/src/com/android/settings/notification/
H A DWorkSoundPreferenceController.java182 private DefaultRingtonePreference initWorkPreference(PreferenceGroup root, String key) { argument
184 (DefaultRingtonePreference) root.findPreference(key);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/Messaging/src/com/android/messaging/util/
H A DFileUtil.java74 /** Delete everything below and including root */
75 public static void removeFileOrDirectory(File root) { argument
76 removeFileOrDirectoryExcept(root, null);
79 /** Delete everything below and including root except for the given file */
80 public static void removeFileOrDirectoryExcept(File root, File exclude) { argument
81 if (root.exists()) {
82 if (root.isDirectory()) {
83 for (File file : root.listFiles()) {
88 root.delete();
89 } else if (root
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java156 * @param ancestor The root view to make the coordinates relative to.
195 public static void mapCoordInSelfToDescendant(View descendant, View root, int[] coord) { argument
198 while(v != root) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java81 public DownloadCache(GalleryApp application, File root, long capacity) { argument
82 mRoot = Utils.checkNotNull(root);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTextureUploader.java35 public TextureUploader(GLRoot root) { argument
36 mGLRoot = root;
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java125 File root = Environment.getExternalStorageDirectory();
127 updatePath(new File(root, "DCIM"), entries, dbHelper, oldExtPath);
129 if (!entries.isEmpty()) updatePath(root, entries, dbHelper, oldExtPath);
131 private static void updatePath(File root, HashMap<Integer, Entry> entries, argument
133 File[] files = root.listFiles();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java86 GLRoot root = getGLRoot();
87 if (root == null) throw new IllegalStateException();
91 root.registerLaunchedAnimation(mAnimation);
115 public void attachToRoot(GLRoot root) { argument
117 onAttachToRoot(root);
151 // If this is added after we have a root, tell the component.
206 GLRoot root = getGLRoot();
207 if (root != null) root.requestRender();
219 GLRoot root
431 onAttachToRoot(GLRoot root) argument
[all...]
H A DPhotoView.java325 public MyHandler(GLRoot root) { argument
326 super(root);
487 GLRoot root = getGLRoot();
488 int displayRotation = root.getDisplayRotation();
489 int compensation = root.getCompensation();
1652 GLRoot root = getGLRoot();
1653 if(root == null) return false;
1654 root.lockRenderThread();
1658 root.unlockRenderThread();
1816 public PhotoFallbackEffect buildFallbackEffect(GLView root, GLCanva argument
[all...]

Completed in 1423 milliseconds

123