OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stree
(Results
1 - 25
of
31
) sorted by null
1
2
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb
1014
stree
= result.tree.nil? ? '' : result.tree.inspect
1015
stree
.should == "34 abc"
1028
stree
= result.tree.nil? ? '' : result.tree.inspect
1029
stree
.should == "(34 abc)"
1065
stree
= result.tree.nil? ? '' : result.tree.inspect
1066
stree
.should == "(abc abc)"
1079
stree
= result.tree.nil? ? '' : result.tree.inspect
1080
stree
.should == "3 4 5 a b c"
1093
stree
= result.tree.nil? ? '' : result.tree.inspect
1094
stree
.should == "abc
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java
96
SourceTree
sTree
= (SourceTree) m_sourceTree.elementAt(i);
98
if (owner ==
sTree
.m_root)
99
return
sTree
.m_url;
213
SourceTree
sTree
= (SourceTree) m_sourceTree.elementAt(i);
216
// System.out.println("getNode -
sTree
.m_url: "+
sTree
.m_url);
217
if (url.equals(
sTree
.m_url))
218
return
sTree
.m_root;
/external/chromium_org/third_party/zlib/
trees.c
491
* The length opt_len is updated; static_len is also updated if
stree
is
500
const ct_data *
stree
= desc->stat_desc->static_tree;
local
532
if (
stree
) s->static_len += (ulg)f * (
stree
[n].Len + xbits);
621
* also updated if
stree
is not null. The field max_code is set.
628
const ct_data *
stree
= desc->stat_desc->static_tree;
local
658
s->opt_len--; if (
stree
) s->static_len -=
stree
[node].Len;
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
trees.c
487
* The length opt_len is updated; static_len is also updated if
stree
is
496
const ct_data *
stree
= desc->stat_desc->static_tree;
local
528
if (
stree
) s->static_len += (ulg)f * (
stree
[n].Len + xbits);
617
* also updated if
stree
is not null. The field max_code is set.
624
const ct_data *
stree
= desc->stat_desc->static_tree;
local
654
s->opt_len--; if (
stree
) s->static_len -=
stree
[node].Len;
[
all
...]
/external/zlib/src/
trees.c
485
* The length opt_len is updated; static_len is also updated if
stree
is
494
const ct_data *
stree
= desc->stat_desc->static_tree;
local
526
if (
stree
) s->static_len += (ulg)f * (
stree
[n].Len + xbits);
615
* also updated if
stree
is not null. The field max_code is set.
622
const ct_data *
stree
= desc->stat_desc->static_tree;
local
652
s->opt_len--; if (
stree
) s->static_len -=
stree
[node].Len;
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so
/external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java
29
* Note that
Stree
and DTM used a single FastStringBuffer as a string pool,
[
all
...]
/external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp
138
if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "
stree
")) {
[
all
...]
/external/icu4c/common/
rbbitblb.cpp
138
if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "
stree
")) {
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java
626
// the transform thread spawned by the
STree
handler.
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-string-tagcloud.html
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js
[
all
...]
/development/ndk/platforms/android-9/arch-x86/lib/
libz.a
[
all
...]
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libz.a
[
all
...]
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libz.a
[
all
...]
Completed in 1232 milliseconds
1
2