/external/blktrace/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 222 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 292 struct rb_node *rb_first(struct rb_root *root) in rb_first() 304 struct rb_node *rb_last(struct rb_root *root) in rb_last() 369 struct rb_root *root) in rb_replace_node()
|
/external/qemu/proxy/ |
D | proxy_http_connector.c | 33 ProxyConnection root[1]; member 39 connection_free( ProxyConnection* root ) in connection_free() 53 ProxyConnection* root = conn->root; in connection_init() local 82 connection_select( ProxyConnection* root, in connection_select() 106 connection_poll( ProxyConnection* root, in connection_poll()
|
D | proxy_http_rewriter.c | 341 ProxyConnection root[1]; member 360 rewrite_connection_free( ProxyConnection* root ) in rewrite_connection_free() 378 ProxyConnection* root = conn->root; in rewrite_connection_init() local 405 ProxyConnection* root = conn->root; in rewrite_connection_create_sockets() local 423 ProxyConnection* root = conn->root; in rewrite_connection_read_request() local 469 ProxyConnection* root = conn->root; in rewrite_connection_read_reply() local 510 ProxyConnection* root = conn->root; in rewrite_connection_read_headers() local 557 ProxyConnection* root = conn->root; in rewrite_connection_rewrite_request() local 594 ProxyConnection* root = conn->root; in rewrite_connection_rewrite_reply() local 614 ProxyConnection* root = conn->root; in rewrite_connection_get_body_length() local [all …]
|
/external/qemu/android/ |
D | config.c | 35 _aconfig_find(AConfig *root, const char *name, int create) in _aconfig_find() 60 aconfig_find(AConfig *root, const char *name) in aconfig_find() 66 aconfig_bool(AConfig *root, const char *name, int _default) in aconfig_bool() 84 aconfig_unsigned(AConfig *root, const char *name, unsigned _default) in aconfig_unsigned() 95 aconfig_int(AConfig *root, const char *name, int _default) in aconfig_int() 107 aconfig_str(AConfig *root, const char *name, const char *_default) in aconfig_str() 118 aconfig_set(AConfig *root, const char *name, const char *value) in aconfig_set() 318 aconfig_load(AConfig *root, char *data) in aconfig_load() 338 aconfig_load_file(AConfig *root, const char *fn) in aconfig_load_file() 464 aconfig_save_file(AConfig *root, const char *fn) in aconfig_save_file()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | TemplateSyntaxTree.java | 28 private final Start root; field in TemplateSyntaxTree 30 TemplateSyntaxTree(Start root) { in TemplateSyntaxTree()
|
D | SyntaxTreeBuilder.java | 88 protected void process(Start root, EscapeMode escapeMode, String templateName) { in process() 112 Start root = parser.parse(); in parse() local
|
/external/chromium/chrome/common/ |
D | json_value_serializer_unittest.cc | 23 scoped_ptr<Value> root(serializer.Deserialize(NULL, NULL)); in TEST() local 123 DictionaryValue root; in TEST() local 147 DictionaryValue root; in TEST() local 179 scoped_ptr<Value> root; in TEST() local 197 scoped_ptr<Value> root(base::JSONReader::Read(json, false)); in ValidateJsonList() local 218 scoped_ptr<Value> root; in TEST() local 259 scoped_ptr<Value> root; in TEST_F() local 309 scoped_ptr<Value> root; in TEST_F() local 335 scoped_ptr<Value> root; in TEST_F() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 27 static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, in follow_link() 75 static errcode_t dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, in dir_namei() 113 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, in open_namei() 150 errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_namei() 169 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_namei_follow() 188 errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, in ext2fs_follow_link()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContextUserMessageCoders.h | 44 WebContextUserMessageEncoder(APIObject* root) in WebContextUserMessageEncoder() 87 WebContextUserMessageDecoder(RefPtr<APIObject>& root, WebContext* context) in WebContextUserMessageDecoder() 93 …ontextUserMessageDecoder(WebContextUserMessageDecoder& userMessageDecoder, RefPtr<APIObject>& root) in WebContextUserMessageDecoder()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundleUserMessageCoders.h | 47 InjectedBundleUserMessageEncoder(APIObject* root) in InjectedBundleUserMessageEncoder() 90 InjectedBundleUserMessageDecoder(RefPtr<APIObject>& root) in InjectedBundleUserMessageDecoder() 95 InjectedBundleUserMessageDecoder(InjectedBundleUserMessageDecoder&, RefPtr<APIObject>& root) in InjectedBundleUserMessageDecoder()
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | LogManagerTest.java | 203 Logger root = new MockLogger("testAddLoggerReverseOrder", null); in testAddLoggerReverseOrder() local 238 Logger root = new MockLogger("testAddSimiliarLogger", null); in testAddSimiliarLogger() local 291 Logger root = new MockLogger("", null); in testAddGetLogger_addRoot() local 321 Logger root = manager.getLogger(""); in testDefaultLoggerProperties() local 342 Logger root = new MockLogger("", null); in testMockGetProperty() local 366 Logger root = manager.getLogger(""); in testGetProperty() local 507 Logger root = manager.getLogger(""); in testReadConfigurationInputStream_root() local 539 Logger root = Logger.getLogger(""); in testReadConfigurationUpdatesRootLoggersHandlers() local 649 Logger root = manager.getLogger(""); in testReset() local 819 Logger root = manager.getLogger(""); in main() local [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | TranslatorGLSL.cpp | 12 static void writeVersion(ShShaderType type, TIntermNode* root, in writeVersion() 28 void TranslatorGLSL::translate(TIntermNode* root) { in translate()
|
/external/icu4c/test/cintltst/ |
D | eurocreg.c | 15 void addTestEuroRegression(TestNode** root) in addTestEuroRegression() 184 void addTestEuroRegression(TestNode** root) in addTestEuroRegression()
|
D | cconvtst.c | 30 void addConvert(TestNode** root) in addConvert()
|
D | cutiltst.c | 34 void addUtility(TestNode** root) in addUtility()
|
D | calltest.c | 43 void addAllTests(TestNode** root) in addAllTests()
|
D | cbkittst.c | 26 void addBreakIter(TestNode** root) in addBreakIter()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 178 GFile *root; in test_create_structure() local 383 GFile *root; in test_initial_structure() local 481 traverse_recurse_dirs (GFile * parent, GFile * root) in traverse_recurse_dirs() 546 GFile *root; in test_traverse_structure() local 569 GFile *root, *child; in test_enumerate() local 646 do_copy_move (GFile * root, struct StructureItem item, const char *target_dir, in do_copy_move() 736 GFile *root; in test_copy_move() local 799 GFile *root, *child; in test_create() local 885 GFile *root, *child; in test_open() local 955 GFile *root; in test_delete() local [all …]
|
/external/v8/test/preparser/ |
D | testcfg.py | 37 def __init__(self, root, path, executable, mode, context): argument 62 def __init__(self, context, root): argument 89 def GetConfiguration(context, root): argument
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XRTreeFrag.java | 50 public XRTreeFrag(int root, XPathContext xctxt, ExpressionNode parent) in XRTreeFrag() 61 public XRTreeFrag(int root, XPathContext xctxt) in XRTreeFrag() 67 private final void initDTM(int root, XPathContext xctxt){ in initDTM()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win_unittest.cc | 86 WebAccessibility root; in TEST_F() local 156 WebAccessibility root; in TEST_F() local 244 WebAccessibility root; in TEST_F() local 289 WebAccessibility root; in TEST_F() local
|
/external/v8/test/es5conform/ |
D | testcfg.py | 39 def __init__(self, filename, path, context, root, mode, framework): argument 73 def __init__(self, context, root): argument 108 def GetConfiguration(context, root): argument
|
/external/webkit/Source/WebKit/android/nav/ |
D | CachedLayer.cpp | 36 IntRect CachedLayer::adjustBounds(const LayerAndroid* root, in adjustBounds() 123 IntRect CachedLayer::localBounds(const LayerAndroid* root, in localBounds() 153 void CachedLayer::toLocal(const LayerAndroid* root, int* xPtr, int* yPtr) const in toLocal() argument
|
/external/v8/test/mozilla/ |
D | testcfg.py | 59 def __init__(self, filename, path, context, root, mode, framework): argument 92 def __init__(self, context, root): argument 136 def GetConfiguration(context, root): argument
|
/external/blktrace/btt/ |
D | dip_rb.c | 24 int rb_insert(struct rb_root *root, struct io *iop) in rb_insert() 49 struct io *rb_find_sec(struct rb_root *root, __u64 sec) in rb_find_sec()
|