HomeSort by relevance Sort by last modified time
    Searched full:root (Results 426 - 450 of 2656) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
package.html 14 the entire certificate chain until the root Certificate Authority is reached.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemAttributeSet.java 167 * @param root The root stylesheet for this transformation.
169 public void recompose(StylesheetRoot root)
171 root.recomposeAttributeSets(this);
KeyDeclaration.java 191 * @param root The root stylesheet for this transformation.
193 public void recompose(StylesheetRoot root)
195 root.recomposeKeys(this);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
package.html 23 found at this root level of the XPath packages.<p>
  /external/bison/lib/
stripslash.c 30 when given a file that ends in "/" (except for the root directory). */
  /external/bluetooth/glib/gio/
gcontenttype.h 51 char ** g_content_type_guess_for_tree (GFile *root);
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 178 cleanup_dir_recurse (GFile *parent, GFile *root)
187 g_assert (root != NULL);
202 relative_path = g_file_get_relative_path (root, descend);
206 cleanup_dir_recurse (descend, root);
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 148 ((struct ext3_extent_header *) (tree)->root)
152 (((struct ext3_extent_header *)((_t_)->root))->eh_depth)
154 (((struct ext3_extent_header *)((_t_)->root))->eh_generation)
188 void *root; /* ptr to data top of tree resides at */ member in struct:ext3_extents_tree
  /external/e2fsprogs/misc/
mklost+found.8.in 18 directory in the root directory of each filesystem.
  /external/e2fsprogs/tests/f_noroot/
expect.1 12 Root inode not allocated. Allocate? yes
  /external/freetype/include/freetype/internal/
pcftypes.h 41 FT_FaceRec root; member in struct:PCF_Public_FaceRec_
  /external/freetype/src/truetype/
ttobjs.c 215 library = ttface->driver->root.library;
405 TT_Face face = (TT_Face)size->root.face;
490 TT_Face face = (TT_Face)size->root.face;
546 FT_Memory memory = face->root.memory;
590 FT_Memory memory = face->root.memory;
648 FT_Library library = face->root.driver->root.library;
685 TT_Face face = (TT_Face)size->root.face;
800 face = (TT_Face)size->root.face;
805 *metrics = size->root.metrics
    [all...]
  /external/icu4c/data/brkitr/
brkfiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/xml/brkitr/
root.xml 15 <language type="root"/>
  /external/icu4c/data/xml/main/
root.xml 15 <language type="root"/>
  /external/icu4c/test/cintltst/
eurocreg.c 12 void addTestEuroRegression(TestNode** root);
15 void addTestEuroRegression(TestNode** root)
17 addTest(root, &TestEuroRegression, "tsconv/eurocreg/TestEuroRegression");
184 void addTestEuroRegression(TestNode** root)
  /external/icu4c/test/letest/
xmlreader.cpp 138 UXMLElement *root = parser->parseFile(testFilePath, status); local
140 if (root == NULL) {
166 while((testCase = root->nextChildElement(tc)) != NULL) {
255 delete root;
  /external/proguard/examples/
midlets.pro 24 # Put all obfuscated classes into the nameless root package.
retrace.pro 31 # Put all obfuscated classes into the nameless root package.
  /external/qemu/android/avd/
info.h 23 * Each AVD has a human-readable name and is backed by a root
27 * - a root configuration file named ~/.android/avd/foo.ini
109 * 'androidBuildRoot' must be the absolute path to the root of the
159 /* Returns the root skin directory for this device */
  /external/qemu/proxy/
proxy_http.c 175 service->root->opaque = service;
176 service->root->serv_free = (ProxyServiceFreeFunc) http_service_free;
177 service->root->serv_connect = (ProxyServiceConnectFunc) http_service_connect;
179 if (proxy_manager_add_service( service->root ) < 0) {
proxy_http_int.h 20 ProxyService root[1]; member in struct:HttpService
  /external/srec/config/en.us/grammars/
digits.grxml 2 <grammar version="1.0" xml:lang="en-US" mode="voice" root="_digits">
  /external/srec/tools/thirdparty/OpenFst/
README 24 Include "fst/lib/fstlib.h" (path must be relative to the OpenFst root
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 74 bool InitState(StateId s, StateId root) {
89 if (root == start_) {
132 if ((*dfnumber_)[s] == (*lowlink_)[s]) { // root of new SCC
188 vector<StateId> *lowlink_; // lowlink[s] == dfnumber[s] => SCC root

Completed in 2068 milliseconds

<<11121314151617181920>>