/frameworks/native/cmds/atrace/ |
atrace.rc | 9 chown root shell /sys/kernel/debug/tracing/trace_clock 10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb 11 chown root shell /sys/kernel/debug/tracing/options/overwrite 12 chown root shell /sys/kernel/debug/tracing/options/print-tgid 13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable 14 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable 15 chown root shell /sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable 16 chown root shell /sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable 17 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable 18 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enabl [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentgetrootnode.java | 32 * to the child node that is the root element of the document. 64 Element root; local 67 root = doc.getDocumentElement(); 68 rootName = root.getNodeName();
|
elementgettagname.java | 35 * root node. The value returned should be "staff". 64 Element root; local 67 root = doc.getDocumentElement(); 68 tagname = root.getTagName();
|
hc_documentgetrootnode.java | 60 Element root; local 63 root = doc.getDocumentElement(); 64 rootName = root.getNodeName();
|
hc_elementgettagname.java | 32 * root node. The value returned should be "html" or "svg". 60 Element root; local 63 root = doc.getDocumentElement(); 64 tagname = root.getTagName();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm_plugin.h | 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, 82 snd_config_t *root, snd_config_t *conf, 92 snd_config_t *root, snd_config_t *conf, 102 snd_config_t *root, snd_config_t *conf, 112 snd_config_t *root, snd_config_t *conf, 122 snd_config_t *root, snd_config_t *conf, 132 snd_config_t *root, snd_config_t *conf, 152 snd_config_t *root, snd_config_t *conf, 163 snd_config_t *root, snd_config_t *conf, 172 snd_config_t *root, snd_config_t *conf [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
pcm_plugin.h | 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, 82 snd_config_t *root, snd_config_t *conf, 92 snd_config_t *root, snd_config_t *conf, 102 snd_config_t *root, snd_config_t *conf, 112 snd_config_t *root, snd_config_t *conf, 122 snd_config_t *root, snd_config_t *conf, 132 snd_config_t *root, snd_config_t *conf, 152 snd_config_t *root, snd_config_t *conf, 163 snd_config_t *root, snd_config_t *conf, 172 snd_config_t *root, snd_config_t *conf [all...] |
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 16 sysincludes[arch] -- dict with includes root as key 17 sysincludes[arch][root] -- dict with header name as key 18 sysincludes[arch][root][header] -- list [last_platform, ..., first_platform] 36 self.root = platforms_root 40 def scan_dir(self, root): 43 for filename in os.listdir(root): 44 if os.path.isfile(os.path.join(root, filename)): 48 def scan_includes(self, root): 49 """Recursive includes scan in given root""" 51 includes_root = os.path.join(root, 'include' [all...] |
/build/target/product/ |
emulator.mk | 57 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \ 58 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \ 60 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ 61 device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \ 62 device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \ 63 device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc \
|
/device/google/marlin/ |
device-marlin.mk | 45 device/google/marlin/init.common.rc:root/init.marlin.rc \ 46 device/google/marlin/init.common.usb.rc:root/init.marlin.usb.rc \ 47 device/google/marlin/fstab.common:root/fstab.marlin \ 48 device/google/marlin/ueventd.common.rc:root/ueventd.marlin.rc \ 49 device/google/marlin/init.recovery.common.rc:root/init.recovery.marlin.rc 53 device/google/marlin/init.common.nanohub.rc:root/init.marlin.nanohub.rc
|
device-sailfish.mk | 45 device/google/marlin/init.common.rc:root/init.sailfish.rc \ 46 device/google/marlin/init.common.usb.rc:root/init.sailfish.usb.rc \ 47 device/google/marlin/fstab.common:root/fstab.sailfish \ 48 device/google/marlin/ueventd.common.rc:root/ueventd.sailfish.rc \ 49 device/google/marlin/init.recovery.common.rc:root/init.recovery.sailfish.rc 53 device/google/marlin/init.common.nanohub.rc:root/init.sailfish.nanohub.rc
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_explicit_packages.py | 17 root = os.path.join( 22 path=[root]+sys.path, 23 scripts=[os.path.join(root, "main_script.py")], 34 root = os.path.join( 39 path=[root]+sys.path, 40 scripts=[os.path.join(root, "main_script.py")],
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
t1parse.c | 146 psaux->ps_parser_funcs->init( &parser->root, NULL, NULL, memory ); 231 parser->root.base = parser->base_dict; 232 parser->root.cursor = parser->base_dict; 233 parser->root.limit = parser->root.cursor + parser->base_len; 246 FT_Memory memory = parser->root.memory; 256 parser->root.funcs.done( &parser->root ); 265 FT_Memory memory = parser->root.memory; 367 parser->root.cursor = parser->base_dict [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
ImageTest.java | 33 Table root;
field in class:ImageTest 43 root = new Table();
44 root.setSize(Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
45 ui.addActor(root);
46 root.debug();
50 root.add(image).width(image2.getRegionWidth()).height(image2.getRegionHeight());
|
/external/pdfium/third_party/freetype/src/type1/ |
t1parse.c | 146 psaux->ps_parser_funcs->init( &parser->root, NULL, NULL, memory ); 231 parser->root.base = parser->base_dict; 232 parser->root.cursor = parser->base_dict; 233 parser->root.limit = parser->root.cursor + parser->base_len; 246 FT_Memory memory = parser->root.memory; 256 parser->root.funcs.done( &parser->root ); 265 FT_Memory memory = parser->root.memory; 367 parser->root.cursor = parser->base_dict [all...] |
/frameworks/support/compat/jellybean/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompatJellyBean.java | 32 public static void setSource(Object info, View root, int virtualDescendantId) { 33 ((AccessibilityNodeInfo) info).setSource(root, virtualDescendantId); 56 public static Object obtain(View root, int virtualDescendantId) { 57 return AccessibilityNodeInfo.obtain(root, virtualDescendantId); 68 public static void setParent(Object info, View root, int virtualDescendantId) { 69 ((AccessibilityNodeInfo) info).setParent(root, virtualDescendantId);
|
/development/scripts/ |
gdbclient.py | 28 def get_gdbserver_path(root, arch): 31 return path.format(root, arch, "64", "64") 33 return path.format(root, arch, "", "") 55 "--user", nargs="?", default="root", 56 help="user to run commands as on the device [default: root]") 61 def dump_var(root, variable): 63 "BUILD_SYSTEM={}/build/core".format(root), 65 "{}/build/core/config.mk".format(root), 71 os.environ['PWD'] = root 72 make_output = subprocess.check_output(make_args, cwd=root) [all...] |
/development/tools/line_endings/ |
line_endings.c | 62 Node* root = malloc(sizeof(Node)); local 63 Node* node = root; 93 while (root) { 94 ssize_t amt2 = strlen(root->buf); 96 ssize_t amt = write(fd, root->buf, amt2); 102 node = root; 103 root = root->next;
|
/external/autotest/client/site_tests/security_Minijail0/src/ |
test-usergroups | 7 needgroup=audio # a group chronos is in and root isn't 8 neednogroup=root # we'd better not still be in root...
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
SyntaxTreeBuilder.java | 82 * @param root The AST to post process. 88 protected void process(Start root, EscapeMode escapeMode, String templateName) { 89 root.apply(typeResolver); 90 root.apply(sequenceOptimizer); 91 root.apply(inlineRewriter); 93 // root.apply(varOptimizer); 98 root.apply(new AutoEscaper(escapeMode, templateName)); 112 Start root = parser.parse(); local 113 process(root, escapeMode, templateName); 114 return new TemplateSyntaxTree(root); [all...] |
/external/libxml2/python/tests/ |
push.py | 15 root = doc.children variable 16 if root.name != "foo": 17 print("root element name error")
|
/external/llvm/utils/ |
llvmgrep | 25 TOPDIR=`llvm-config --src-root`
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMenuInflater.java | 25 public void inflate(int resource, Menu root) { 26 shadowOf(context.getApplicationContext()).getResourceLoader().inflateMenu(context, resource, root);
|
/external/selinux/libsepol/cil/test/unit/ |
test_cil_copy_ast.c | 65 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); 87 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); 111 cil_set_to_list(test_tree->root->cl_head, cil_l, 1); 156 test_ast_node->parent = test_db->ast->root; 159 cil_gen_block(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0); 200 cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node); 203 cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head->next, test_ast_node); 206 cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head->next->next, test_ast_node); 224 test_ast_node->parent = test_db->ast->root; 227 cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node) 1453 struct cil_tree_node *root; local [all...] |
/external/v8/src/ast/ |
ast-expression-visitor.h | 24 AstExpressionVisitor(Isolate* isolate, Expression* root); 25 AstExpressionVisitor(uintptr_t stack_limit, Expression* root);
|