/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
headerparserhandler.py | 45 # PythonOption to specify the handler root directory. 49 # This must be a directory under the root directory. 50 # The default is the root directory.
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
VerticalFocusSearchTest.java | 49 View findNextFocus(ViewGroup root, View focused, int direction); 55 public View findNextFocus(ViewGroup root, View focused, int direction) { 57 .findNextFocus(root, focused, direction);
|
/external/bluetooth/glib/tests/ |
testglib.c | 259 GNode *root; local 268 root = g_node_new (C2P ('A')); 269 g_assert (g_node_depth (root) == 1 && g_node_max_height (root) == 1); 272 g_node_append (root, node_B); 273 g_assert (root->children == node_B); 280 g_node_append (root, node_F); 281 g_assert (root->children->next == node_F); 291 g_assert (g_node_depth (root) == 1); 292 g_assert (g_node_max_height (root) == 4) [all...] |
/external/icu4c/test/cintltst/ |
cldrtest.c | 76 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, 81 ures_resetIterator(root); 97 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); 108 log_err("key \"%s\" in \"%s\" has a different type from root for locale \"%s\"\n" 128 log_err("Arrays are different size with key \"%s\" in \"%s\" from root for locale \"%s\"\n", 152 log_err("Integer vectors are the same with key \"%s\" in \"%s\" from root for locale \"%s\"\n", 181 log_err("Different size array with key \"%s\" in \"%s\" from root for locale \"%s\"\n" 209 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */ 214 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 222 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n" 491 UResourceBundle *root, *currentLocale; local 941 UResourceBundle *root, *currentLocale; local [all...] |
cintltst.h | 16 The main root for C API tests 31 U_CFUNC void addAllTests(TestNode** root);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
OneStepIterator.java | 206 int root = getRoot(); local 207 xctxt.pushCurrentNode(root); 208 clone.setRoot(root, xctxt); 268 int root = getRoot(); local 269 xctxt.pushCurrentNode(root); 270 clone.setRoot(root, xctxt);
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportDataModel.java | 51 final AllItem root = new AllItem (); local 64 packageItem = new PackageItem (root, packageName, packageVMName); 67 root.addChild (packageItem); 126 view = new ReportDataView (root); 162 ReportDataView (final IItem root) 164 m_root = root;
|
/external/iproute2/doc/actions/ |
ifb-README | 46 $TC qdisc add dev ifb0 root handle 1: prio 71 [root@jzny action-tests]# ping 10.22 80 [root@jzny action-tests]# 85 [root@jmandrake]:~# $TC -s filter show parent ffff: dev eth0 99 [root@jmandrake]:~# $TC -s qdisc 111 [root@jmandrake]:~# ifconfig ifb0
|
/external/skia/src/core/ |
Sk64.cpp | 298 uint32_t root = 0; local 302 root <<= 1; 305 uint32_t testDiv = (root << 1) + 1; 309 root++; 312 SkASSERT((int32_t)root >= 0); 314 return root;
|
/external/stlport/ |
INSTALL | 81 <STLport root dir>/lib and bin catalogs, NOT IN SYSTEM CATALOG. You can do the system 88 chown -R root:root /usr/local/include/stlport 90 chown -R root:root /usr/local/lib/libstlport* 97 If you use cross-compiler, you can find libraries in the <STLport root dir>/lib/<target platform>
|
/external/wpa_supplicant/ |
todo.txt | 8 as non-root (need to add something like socketpair between privileged root 9 process and non-root handler; send EAPOL packets between processes 10 and send keying data from non-root -> privileged) 13 non-root part eventually 105 configured ca_cert store (e.g., ROOT) (they could be, e.g., in CA store)
|
/frameworks/base/tools/preload/ |
MemoryUsage.java | 289 Root root = Root.fromFile(args[0]); local 290 root.baseline = baseline(); 291 for (LoadedClass loadedClass : root.loadedClasses.values()) { 296 root.toFile(args[0]);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressTask.java | 198 * @param root The ProgressTask root
200 * @param start The start value in the root's coordinates
201 * @param span The span value in the root's coordinates
203 public SubTaskMonitor(ProgressTask root,
207 mRoot = root;
|
/bionic/libc/kernel/tools/ |
update_all.py | 45 for root, dirs, files in os.walk( original_dir ): 49 sources.append( "%s/%s" % (root,file) )
|
/bionic/libc/tools/ |
bionic_utils.py | 94 '''find the root of the Bionic source tree. we check for the SYSCALLS.TXT file 290 for root, dirs, files in os.walk(path): 291 #print "w-- %s (ex: %s)" % (repr((root,dirs)), repr(excludes)) 299 callback( "%s/%s" % (root,f), args ) 307 for root, dirs, files in os.walk(path, topdown=False): 308 if root.endswith("kernel_headers/"): 312 os.remove(os.path.join(root, name)) 314 os.rmdir(os.path.join(root, name))
|
/dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/ |
userprefs.xml | 25 <root type="user"> 75 </root>
|
/development/host/windows/usb/ |
readme.txt | 6 Root of the installation folder must contain:
40 and run inf2cat.exe on .inf file at the root of installation folder.
|
/external/e2fsprogs/ |
INSTALL.elfbin | 18 As root, type /sbin/ldconfig. This will update the links to 53 root directory
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 26 Fixed bugs with root reallocation; previously the parent pointers in 28 links to be wrong. Also, the inode link count for the root directory
|
rehash.c | 468 struct ext2_dx_root_info *root; local 488 root = (struct ext2_dx_root_info *) (buf+24); 489 root->reserved_zero = 0; 490 root->hash_version = fs->super->s_def_hash_version; 491 root->info_length = 8; 492 root->indirect_levels = 0; 493 root->unused_flags = 0; 499 return root; 522 * outdir, and populates the root node and any necessary interior nodes. 530 struct ext2_dx_entry *root, *dx_ent = 0 local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 87 * Do an extra check to see if this is the root device. We 89 * /dev/root for the root filesystem. Argh. Instead we 91 * as the device that the root directory is on. 109 * all of the non-root filesystems on the disk. 141 * Check to see if we're referring to the root filesystem. 143 * read/write, since if the root is mounted read/only, the 372 printf("\t%s is the root filesystem.\n", argv[1]);
|
/external/freetype/src/sfnt/ |
sfdriver.c | 170 FT_Face root = &face->root; local 174 if ( root->num_glyphs < 0 ) 176 else if ( ( FT_ULong ) root->num_glyphs < FT_UINT_MAX ) 177 max_gid = ( FT_UInt ) root->num_glyphs; 180 FT_UINT_MAX, root->num_glyphs )); 249 FT_Memory memory = face->root.memory; 291 FT_Memory memory = face->root.memory;
|
/external/grub/stage2/ |
fat.h | 44 __u8 dir_entries[2]; /* root directory entries */ 57 __u32 root_cluster; /* first cluster in root directory */
|
/external/icu4c/samples/uresb/ |
readme.txt | 17 root.txt Root resource bundle
|
/external/icu4c/tools/gentest/ |
genres32.c | 18 * Writing it as the root table tests also that 19 * the new table type is recognized for the root resource by the reader code.
|