HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 226 - 250 of 5051) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vboot_reference/scripts/image_signing/
insert_au_publickey.sh 29 sudo chown root:root "$rootfs/$key_location/update-payload-key.pub.pem"
  /external/wpa_supplicant_8/src/utils/
xml-utils.c 16 xml_node_t *root, char *uri)
26 node = root;
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
56 node = get_node_uri_iter(ctx, root, search);
64 xml_node_t *root, const char *path)
74 xml_node_for_each_child(ctx, node, root) {
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
99 node = get_node_iter(ctx, root, search);
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
112 xml_node_for_each_child(ctx, node, root) {
280 xml_node_t *root; local
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 34 void ConfigParsingUtils::loadAudioPortGain(cnode *root, AudioPort &audioPort, int index)
36 cnode *node = root->first_child;
80 void ConfigParsingUtils::loadAudioPortGains(cnode *root, AudioPort &audioPort)
82 cnode *node = root->first_child;
92 void ConfigParsingUtils::loadDeviceDescriptorGains(cnode *root, sp<DeviceDescriptor> &deviceDesc)
94 loadAudioPortGains(root, *deviceDesc);
101 status_t ConfigParsingUtils::loadHwModuleDevice(cnode *root, DeviceVector &devices)
103 cnode *node = root->first_child;
118 sp<DeviceDescriptor> deviceDesc = new DeviceDescriptor(type, String8(root->name));
120 node = root->first_child
393 cnode *root; local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUResponse.java 22 protected OSUResponse(XMLNode root, OSUMessageType messageType, String... attributes)
25 String ns = root.getNameSpace() + ":";
26 mVersion = root.getAttributeValue(ns + SPPVersionAttribute);
27 mSessionID = root.getAttributeValue(ns + SPPSessionIDAttribute);
29 String status = root.getAttributeValue(ns + SPPStatusAttribute);
36 throw new OMAException("Incomplete request: " + root.getAttributes());
42 String value = root.getAttributeValue(ns + attribute);
55 for (XMLNode child : root.getChildren()) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintProgressFragment.java 36 public View onCreateView(LayoutInflater inflater, ViewGroup root, Bundle state) {
37 return inflater.inflate(R.layout.print_progress_fragment, root, false);
  /frameworks/base/tools/preload/
PrintPsTree.java 38 Root root = (Root) oin.readObject(); local
40 for (Proc proc : root.processes.values()) {
WritePreloadedClassFile.java 49 Root root = Root.fromFile(rootFile); local
52 for (LoadedClass loadedClass : root.loadedClasses.values()) {
80 for (LoadedClass loadedClass : root.loadedClasses.values()) {
98 for (Proc proc : root.processes.values()) {
118 addAllClassesFrom("zygote", root, toPreload);
130 root.toFile(rootFile);
133 private static void addAllClassesFrom(String processName, Root root,
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemBridgeAdapterShadowOverlayWrapper.java 34 public View createWrapper(View root) {
35 Context context = root.getContext();
  /hardware/bsp/intel/soc/edison/
init.edison.rc 23 chown system root /dev/watchdog
24 chown root system /sys/module/bcm4334x/parameters/firmware_path
26 chown root system /sys/module/bcm4334x/parameters/nvram_path
40 group root
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 61 Element root = document.getDocumentElement(); local
62 assertNotNull(root);
63 assertEquals("http://www.foo.bar", root.getNamespaceURI());
64 assertEquals("t", root.getPrefix());
65 assertEquals("stuff", root.getLocalName());
67 NodeList list = root.getElementsByTagName("nestedStuff");
114 Element root = document.getDocumentElement(); local
115 assertNotNull(root);
  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 62 PreferenceScreen root = getPreferenceScreen(); local
63 if (root != null) {
64 root.removeAll();
67 root = getPreferenceScreen();
69 mHighAccuracy = (RadioButtonPreference) root.findPreference(KEY_HIGH_ACCURACY);
70 mBatterySaving = (RadioButtonPreference) root.findPreference(KEY_BATTERY_SAVING);
71 mSensorsOnly = (RadioButtonPreference) root.findPreference(KEY_SENSORS_ONLY);
77 return root;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
TvSettingsActivity.java 41 final ViewGroup root = (ViewGroup) findViewById(android.R.id.content); local
42 root.getViewTreeObserver().addOnPreDrawListener(
46 root.getViewTreeObserver().removeOnPreDrawListener(this);
47 final Scene scene = new Scene(root);
64 / root.getWidth());
78 final ViewGroup root = (ViewGroup) findViewById(android.R.id.content); local
79 final Scene scene = new Scene(root);
90 getResources().getDimension(R.dimen.lb_settings_pane_width) / root.getWidth());
  /system/update_engine/common/
hwid_override.cc 37 string HwidOverride::Read(const base::FilePath& root) {
39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release"));
  /external/ImageMagick/MagickCore/
xml-tree.c 112 root;
514 *root;
524 Free root tag allocations.
526 root=(XMLTreeRoot *) xml_info;
527 for (i=NumberPredefinedEntities; root->entities[i] != (char *) NULL; i+=2)
528 root->entities[i+1]=DestroyString(root->entities[i+1]);
529 root->entities=(char **) RelinquishMagickMemory(root->entities);
530 for (i=0; root->attributes[i] != (char **) NULL; i++
109 root; member in struct:_XMLTreeRoot
506 *root; local
789 *root; local
1085 *root; local
1972 *root; local
2355 *root; local
2771 *root; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c 75 #define IS_INCREMENTAL (FT_Bool)( face->root.internal->incremental_interface != 0 )
108 FT_Memory memory = face->root.memory;
304 FT_Memory memory = face->root.memory;
516 FT_Memory memory = face->root.memory;
600 memory = face->root.memory;
639 loader->parser.root.error = error;
674 FT_Byte* old_cursor = parser->root.cursor;
675 FT_Byte* old_limit = parser->root.limit;
691 parser->root.cursor = token->start;
692 parser->root.limit = token->limit
1123 FT_Face root = (FT_Face)&face->root; local
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
LayerTests.java 104 FrameLayout root = (FrameLayout) view.findViewById(R.id.frame_layout);
106 root.setClipChildren(false);
114 root.addView(child, new FrameLayout.LayoutParams(
127 FrameLayout root = (FrameLayout) view.findViewById(R.id.frame_layout);
129 root.setClipChildren(false);
135 root.addView(child, new FrameLayout.LayoutParams(90, 90,
141 root.getViewTreeObserver().addOnPreDrawListener(
147 root.getChildAt(0).getLayoutParams().width = 0;
148 root.getChildAt(0).requestLayout();
149 root.getChildAt(1).getLayoutParams().height = 0
    [all...]
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_json_iterator.py 20 1. "_deps" value in the root config file contains a list of common config
22 the root config file.
23 For example (common.config is in the same directory as root.config):
24 root.config:
34 and common2.config are in the same directory as root.config):
35 root.config:
43 3. values in the root config will override the ones in the common config
46 For example (common.config is in the same directory as root.config):
47 root.config:
63 @param config_path: String of root config file path
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 44 for root, dir_name, file_names in os.walk(dir_name):
46 if root.endswith(self.SYSINFO_FOLDER_NAME_END):
51 self._message_log = os.path.join(root, file_name)
52 for root, dir_name, file_names in os.walk(root):
55 self._net_log = os.path.join(root, file_name)
56 if root.endswith(self.TEST_DEBUG_FOLDER_NAME_END):
57 for root, dir_name, file_names in os.walk(root):
61 os.path.join(root, file_name)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TableTest.java 40 Table root; field in class:TableTest
56 root = new Table() {
61 stage.addActor(root);
62 // root.setTransform(true);
79 // root.addActor(table);
90 // root.setPosition(10, 10);
91 root.debug();
92 root.setFillParent(true);
93 root.add(new Label("meow meow meow meow meow meow meow meow meow meow meow meow", skin)).colspan(3).expandX();
94 root.add(new TextButton("Text Button", skin));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FileList.py 11 def __init__(self, root):
12 self.root = root
25 master=self.root)
63 self.root.quit()
88 master=self.root)
111 root = Tk()
112 fixwordbreaks(root)
113 root.withdraw()
114 flist = FileList(root)
    [all...]
textView.py 83 root=Tk() variable
84 root.title('textView test')
87 btn1 = Button(root, text='view_text',
88 command=lambda:view_text(root, 'view_text', text))
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
93 btn3 = Button(root, text='nonmodal view_text',
94 command=lambda:view_text(root, 'nonmodal view_text', text,
97 close = Button(root, text='Close', command=root.destroy
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FileList.py 11 def __init__(self, root):
12 self.root = root
25 master=self.root)
63 self.root.quit()
88 master=self.root)
111 root = Tk()
112 fixwordbreaks(root)
113 root.withdraw()
114 flist = FileList(root)
    [all...]
textView.py 83 root=Tk() variable
84 root.title('textView test')
87 btn1 = Button(root, text='view_text',
88 command=lambda:view_text(root, 'view_text', text))
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
93 btn3 = Button(root, text='nonmodal view_text',
94 command=lambda:view_text(root, 'nonmodal view_text', text,
97 close = Button(root, text='Close', command=root.destroy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 11 def __init__(self, root):
12 self.root = root
25 master=self.root)
63 self.root.quit()
88 master=self.root)
111 root = Tk()
112 fixwordbreaks(root)
113 root.withdraw()
114 flist = FileList(root)
    [all...]
textView.py 83 root=Tk() variable
84 root.title('textView test')
87 btn1 = Button(root, text='view_text',
88 command=lambda:view_text(root, 'view_text', text))
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
93 btn3 = Button(root, text='nonmodal view_text',
94 command=lambda:view_text(root, 'nonmodal view_text', text,
97 close = Button(root, text='Close', command=root.destroy
    [all...]

Completed in 817 milliseconds

1 2 3 4 5 6 7 8 91011>>