Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/external/blktrace/
Drbtree.c25 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/linux-tools-perf/util/added/
Drbtree.c26 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left()
49 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right()
72 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
139 struct rb_root *root) in __rb_erase_color()
218 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
357 struct rb_node *rb_first(const struct rb_root *root) in rb_first()
370 struct rb_node *rb_last(const struct rb_root *root) in rb_last()
438 struct rb_root *root) in rb_replace_node()
/external/qemu/proxy/
Dproxy_http_connector.c33 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()
Dproxy_http_rewriter.c348 ProxyConnection root[1]; member
368 rewrite_connection_free( ProxyConnection* root ) in rewrite_connection_free()
386 ProxyConnection* root = conn->root; in rewrite_connection_init() local
413 ProxyConnection* root = conn->root; in rewrite_connection_create_sockets() local
431 ProxyConnection* root = conn->root; in rewrite_connection_read_request() local
477 ProxyConnection* root = conn->root; in rewrite_connection_read_reply() local
518 ProxyConnection* root = conn->root; in rewrite_connection_read_headers() local
565 ProxyConnection* root = conn->root; in rewrite_connection_rewrite_request() local
602 ProxyConnection* root = conn->root; in rewrite_connection_rewrite_reply() local
622 ProxyConnection* root = conn->root; in rewrite_connection_get_body_length() local
[all …]
/external/qemu/android/
Dconfig.c35 _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/
DTemplateSyntaxTree.java28 private final Start root; field in TemplateSyntaxTree
30 TemplateSyntaxTree(Start root) { in TemplateSyntaxTree()
DSyntaxTreeBuilder.java88 protected void process(Start root, EscapeMode escapeMode, String templateName) { in process()
112 Start root = parser.parse(); in parse() local
/external/guava/guava/src/com/google/common/collect/
DBstRangeOps.java38 BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) { in totalInRange()
56 BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) { in totalBeyondRangeToSide()
77 BstBalancePolicy<N> balancePolicy, BstNodeFactory<N> nodeFactory, @Nullable N root) { in minusRange()
97 @Nullable N root) { in subTreeBeyondRangeToSide()
127 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, @Nullable N root) { in furthestPath()
DBstOperations.java163 N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) { in extractMin()
181 N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) { in extractMax()
198 public static <N extends BstNode<?, N>> N insertMin(@Nullable N root, N entry, in insertMin()
216 public static <N extends BstNode<?, N>> N insertMax(@Nullable N root, N entry, in insertMax()
/external/chromium/chrome/common/
Djson_value_serializer_unittest.cc23 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/
Dnamei.c27 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/
DWebContextUserMessageCoders.h44 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/
DInjectedBundleUserMessageCoders.h47 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/
DLogManagerTest.java203 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAssignTokenTypesBehavior.java206 public void defineTokens(Grammar root) { in defineTokens()
248 protected void assignStringTypes(Grammar root) { in assignStringTypes()
266 protected void aliasTokenIDsAndLiterals(Grammar root) { in aliasTokenIDsAndLiterals()
288 protected void assignTokenIDTypes(Grammar root) { in assignTokenIDTypes()
300 protected void defineTokenNamesAndLiteralsInGrammar(Grammar root) { in defineTokenNamesAndLiteralsInGrammar()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DTranslatorGLSL.cpp12 static void writeVersion(ShShaderType type, TIntermNode* root, in writeVersion()
28 void TranslatorGLSL::translate(TIntermNode* root) { in translate()
/external/guava/guava-tests/test/com/google/common/collect/
DBstPathTest.java36 SimpleNode root = new SimpleNode('a', null, null); in testTailAtRoot() local
48 SimpleNode root = new SimpleNode('b', node, null); in testTailDown() local
/external/icu4c/test/cintltst/
Deurocreg.c15 void addTestEuroRegression(TestNode** root) in addTestEuroRegression()
184 void addTestEuroRegression(TestNode** root) in addTestEuroRegression()
Dcbkittst.c26 void addBreakIter(TestNode** root) in addBreakIter()
Dcutiltst.c34 void addUtility(TestNode** root) in addUtility()
Dcalltest.c43 void addAllTests(TestNode** root) in addAllTests()
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c178 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/apache-xml/src/main/java/org/apache/xpath/objects/
DXRTreeFrag.java50 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/
Dbrowser_accessibility_win_unittest.cc86 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/
Dtestcfg.py39 def __init__(self, filename, path, context, root, mode, framework): argument
73 def __init__(self, context, root): argument
108 def GetConfiguration(context, root): argument

12345678910>>...25