HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 26 - 50 of 4880) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 24 * Simple wrapper class to encapsulate the root node of the AST and allow additional information to
28 private final Start root; field in class:TemplateSyntaxTree
30 TemplateSyntaxTree(Start root) {
31 this.root = root;
35 return root;
40 root.apply(sw);
  /external/icu/icu4c/source/test/cintltst/
ccolltst.c 27 void addCollTest(TestNode** root);
29 void addCollTest(TestNode** root)
31 addCollAPITest(root);
32 addCurrencyCollTest(root);
34 addNormTest(root);
36 addGermanCollTest(root);
37 addSpanishCollTest(root);
38 addFrenchCollTest(root);
39 addKannaCollTest(root);
40 addTurkishCollTest(root);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTree.java 36 * @param root The root of the source tree, which may or may not be a
40 public SourceTree(int root, String url)
42 m_root = root;
49 /** The root of the source tree, which may or may not be a
  /external/deqp/framework/common/
tcuTestHierarchyUtil.hpp 33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_no_nonrelease_files.config 11 /root/.dev_mode
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
copy.rs 20 uchar4 RS_KERNEL root(uchar4 v_in) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
copy.rs 20 uchar4 RS_KERNEL root(uchar4 v_in) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
copy.rs 20 uchar4 RS_KERNEL root(uchar4 v_in) {
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor.c 35 * Successive approximation of the equation (root + delta) ^ 2 = N
48 try1 = root + (1 << (N)); \
52 root |= 2 << (N); \
57 int32_t root = 0, try1; local
76 return root >> 1;
  /bionic/libc/bionic/
tdestroy.cpp 23 void tdestroy(void* root, void (*destroy_func)(void*)) {
24 node_t* root_node = reinterpret_cast<node_t*>(root);
35 free(root);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1parse.h 41 /* root :: The root parser. */
63 PS_ParserRec root; member in struct:T1_ParserRec_
88 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
89 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1parse.h 41 /* root :: The root parser. */
63 PS_ParserRec root; member in struct:T1_ParserRec_
88 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
89 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
macosxSupport.py 25 def isCarbonAquaTk(root):
33 'aqua' in root.tk.call('tk', 'windowingsystem') and
34 'AppKit' not in root.tk.call('winfo', 'server', '.'))
37 def tkVersionWarning(root):
47 ('AppKit' in root.tk.call('winfo', 'server', '.')) ):
48 patchlevel = root.tk.call('info', 'patchlevel')
58 def addOpenEventSupport(root, flist):
70 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
72 def hideTkConsole(root):
74 root.tk.call('console', 'hide'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
macosxSupport.py 25 def isCarbonAquaTk(root):
33 'aqua' in root.tk.call('tk', 'windowingsystem') and
34 'AppKit' not in root.tk.call('winfo', 'server', '.'))
37 def tkVersionWarning(root):
47 ('AppKit' in root.tk.call('winfo', 'server', '.')) ):
48 patchlevel = root.tk.call('info', 'patchlevel')
58 def addOpenEventSupport(root, flist):
70 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
72 def hideTkConsole(root):
74 root.tk.call('console', 'hide'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 25 def isCarbonAquaTk(root):
33 'aqua' in root.tk.call('tk', 'windowingsystem') and
34 'AppKit' not in root.tk.call('winfo', 'server', '.'))
37 def tkVersionWarning(root):
47 ('AppKit' in root.tk.call('winfo', 'server', '.')) ):
48 patchlevel = root.tk.call('info', 'patchlevel')
58 def addOpenEventSupport(root, flist):
70 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
72 def hideTkConsole(root):
74 root.tk.call('console', 'hide'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 25 def isCarbonAquaTk(root):
33 'aqua' in root.tk.call('tk', 'windowingsystem') and
34 'AppKit' not in root.tk.call('winfo', 'server', '.'))
37 def tkVersionWarning(root):
47 ('AppKit' in root.tk.call('winfo', 'server', '.')) ):
48 patchlevel = root.tk.call('info', 'patchlevel')
58 def addOpenEventSupport(root, flist):
70 root.createcommand("::tk::mac::OpenDocument", doOpenFile)
72 def hideTkConsole(root):
74 root.tk.call('console', 'hide'
    [all...]
  /bionic/tests/
ftw_test.cpp 29 static void MakeTree(const char* root) {
32 snprintf(path, sizeof(path), "%s/dir", root);
34 snprintf(path, sizeof(path), "%s/dir/sub", root);
36 snprintf(path, sizeof(path), "%s/unreadable-dir", root);
39 snprintf(path, sizeof(path), "%s/dangler", root);
41 snprintf(path, sizeof(path), "%s/symlink", root);
45 snprintf(path, sizeof(path), "%s/regular", root);
89 TemporaryDir root; local
90 MakeTree(root.dirname);
91 ASSERT_EQ(0, ftw(root.dirname, check_ftw, 128))
95 TemporaryDir root; local
101 TemporaryDir root; local
107 TemporaryDir root; local
    [all...]
  /external/libcxx/test/std/containers/associative/
tree_remove.pass.cpp 36 Node root; local
43 root.__left_ = &b;
45 b.__parent_ = &root;
70 std::__tree_remove(root.__left_, &y);
71 assert(std::__tree_invariant(root.__left_));
73 assert(root.__parent_ == 0);
74 assert(root.__left_ == &d);
75 assert(root.__right_ == 0);
76 assert(root.__is_black_ == false);
78 assert(d.__parent_ == &root);
101 Node root; local
166 Node root; local
242 Node root; local
321 Node root; local
386 Node root; local
451 Node root; local
516 Node root; local
581 Node root; local
646 Node root; local
711 Node root; local
776 Node root; local
841 Node root; local
906 Node root; local
971 Node root; local
1036 Node root; local
1105 Node root; local
1375 Node root; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/
tree_remove.pass.cpp 36 Node root; local
43 root.__left_ = &b;
45 b.__parent_ = &root;
70 std::__tree_remove(root.__left_, &y);
71 assert(std::__tree_invariant(root.__left_));
73 assert(root.__parent_ == 0);
74 assert(root.__left_ == &d);
75 assert(root.__right_ == 0);
76 assert(root.__is_black_ == false);
78 assert(d.__parent_ == &root);
101 Node root; local
166 Node root; local
242 Node root; local
321 Node root; local
386 Node root; local
451 Node root; local
516 Node root; local
581 Node root; local
646 Node root; local
711 Node root; local
776 Node root; local
841 Node root; local
906 Node root; local
971 Node root; local
1036 Node root; local
1105 Node root; local
1375 Node root; local
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ContainerTest.java 29 Table root = new Table(); local
30 root.setFillParent(true);
31 root.debug().defaults().space(6).size(110);
32 stage.addActor(root);
34 root.add(new Container(label("center")));
35 root.add(new Container(label("top")).top());
36 root.add(new Container(label("right")).right());
37 root.add(new Container(label("bottom")).bottom());
38 root.add(new Container(label("left")).left());
39 root.row()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 11 # The chmod and links must indicate a path relative to the root directory.
13 # List the files and folders to be copied into the root of eclipse for all platform
15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
16 root.permissions.755=eclipse,*.so*
17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
19 root.win32.win32.x86=eclipse.exe, eclipsec.exe
20 root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm
21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
23 root.linux.gtk.ppc=eclips
    [all...]
  /art/runtime/
class_table-inl.h 28 for (GcRoot<mirror::Class>& root : class_set) {
29 visitor.VisitRoot(root.AddressWithoutBarrier());
32 for (GcRoot<mirror::Object>& root : strong_roots_) {
33 visitor.VisitRoot(root.AddressWithoutBarrier());
41 for (GcRoot<mirror::Class>& root : class_set) {
42 visitor.VisitRoot(root.AddressWithoutBarrier());
45 for (GcRoot<mirror::Object>& root : strong_roots_) {
46 visitor.VisitRoot(root.AddressWithoutBarrier());
54 for (GcRoot<mirror::Class>& root : class_set) {
55 if (!visitor(root.Read()))
    [all...]
  /external/e2fsprogs/intl/
os2compat.c 51 char *root = getenv ("UNIXROOT"); local
57 if (root)
59 size_t sl = strlen (root);
61 memcpy (_nlos2_libdir, root, sl);
71 if (root)
73 size_t sl = strlen (root);
75 memcpy (_nlos2_localealiaspath, root, sl);
85 if (root)
87 size_t sl = strlen (root);
89 memcpy (_nlos2_localedir, root, sl)
    [all...]
  /external/v8/build/linux/
pkg-config-wrapper 12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
18 root="$1"
25 if [ -z "$root" -o -z "$target_arch" ]
34 libdir=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig
46 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /system/bt/osi/src/
buffer.c 30 buffer_t *root; member in struct:buffer_t
41 buffer->root = buffer;
60 ret->root = buf->root;
64 ++buf->root->refcount;
73 if (buffer->root != buffer) {
74 // We're a leaf node. Delete the root node if we're the last referent.
75 if (--buffer->root->refcount == 0)
76 osi_free(buffer->root);
79 // We're a root node. Roots are only deleted when their refcount goes to 0
    [all...]

Completed in 531 milliseconds

12 3 4 5 6 7 8 91011>>