HomeSort by relevance Sort by last modified time
    Searched full:leaf (Results 101 - 125 of 281) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/rendering/
RenderThemeSafari.h 52 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
RenderTheme.h 88 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
93 // A method for asking if a control is a container or not. Leaf controls have to have some special behavior (like
  /external/quake/quake/src/WinQuake/
world.cpp 183 int axis; // -1 = leaf node
331 mleaf_t *leaf; local
338 // add an efrag if the node is a leaf
345 leaf = (mleaf_t *)node;
346 leafnum = leaf - sv.worldmodel->leafs - 1;
pr_cmds.cpp 691 mleaf_t *leaf; local
729 leaf = Mod_PointInLeaf (org, sv.worldmodel);
730 pvs = Mod_LeafPVS (leaf, sv.worldmodel);
756 mleaf_t *leaf; local
778 leaf = Mod_PointInLeaf (view, sv.worldmodel);
779 l = (leaf - sv.worldmodel->leafs) - 1;
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 568 mleaf_t *leaf; local
606 leaf = Mod_PointInLeaf (org, sv.worldmodel);
607 pvs = Mod_LeafPVS (leaf, sv.worldmodel);
633 mleaf_t *leaf; local
655 leaf = Mod_PointInLeaf (view, sv.worldmodel);
656 l = (leaf - sv.worldmodel->leafs) - 1;
world.c 321 mleaf_t *leaf; local
328 // add an efrag if the node is a leaf
335 leaf = (mleaf_t *)node;
336 leafnum = leaf - sv.worldmodel->leafs - 1;
model.c 135 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model)
137 if (leaf == model->leafs)
139 return Mod_DecompressVis (leaf->compressed_vis, model);
  /external/iproute2/man/man8/
tc-cbq.8 108 instruction refers us to. If the class found is a barren leaf-node (without
109 children), we enqueue the packet there. If it is not yet a leaf node, we do
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node_cap_config.cpp 175 // Match couldn't be found or non-leaf node specified
176 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFDummyFileOutputNode::VerifyAndSetConfigParameter() Unsupported key or non-leaf node"));
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node_cap_config.cpp 201 // Match couldn't be found or non-leaf node specified
202 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFFileOutputNode::VerifyAndSetConfigParameter() Unsupported key or non-leaf node"));
  /external/tinyxml/
tinyxml.h 138 A Document can contain: Element (container or leaf)
139 Comment (leaf)
140 Unknown (leaf)
141 Declaration( leaf )
143 An Element can contain: Element (container or leaf)
144 Text (leaf)
146 Comment (leaf)
147 Unknown (leaf)
    [all...]
  /dalvik/hit/src/com/android/hit/
Queries.java 49 * rootsTo make a call to findObject on the leaf node
  /external/iproute2/include/linux/
atm.h 199 #define ATM_LIJ_NONE 0 /* no leaf-initiated join */
  /external/kernel-headers/original/linux/
atm.h 202 #define ATM_LIJ_NONE 0 /* no leaf-initiated join */
  /external/openssl/crypto/
sparccpuid.S 145 be 1f ! could have been a leaf function...
  /frameworks/base/cmds/installd/
commands.c 598 const char* leaf)
600 if ((strlen(prefix) + strlen(pkgname) + strlen(leaf) + 1) >= PKG_PATH_MAX) {
604 sprintf(path, "%s%s/%s", prefix, pkgname, leaf);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
output.h 144 available in leaf functions. */
352 /* Nonzero if the function being compiled is a leaf function which only
353 uses leaf registers. This is valid after reload (specifically after
  /frameworks/base/tools/aapt/
Resource.cpp 36 static String8 parseResourceName(const String8& leaf)
38 const char* firstDot = strchr(leaf.string(), '.');
39 const char* str = leaf.string();
101 String8 leaf(group->getLeaf());
102 mLeafName = String8(leaf);
115 mPath.appendPath(leaf);
116 mBaseName = parseResourceName(leaf);
    [all...]
  /build/core/
java.mk 63 # Choose leaf name for the compiled jar file.
  /external/iproute2/tc/
tc_class.c 209 fprintf(fp, "leaf %x: ", t->tcm_info>>16);
  /external/stlport/stlport/stl/
_rope.c 152 /* Treat the root as a leaf. */
219 /* More stuff in this leaf, we just didn't cache it. */
373 // Concatenate a C string onto a leaf rope by copying the rope data.
    [all...]
  /external/v8/benchmarks/
splay.js 53 string : 'String for key ' + key + ' in leaf node'
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 48 string : 'String for key ' + key + ' in leaf node'
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 150 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
  /external/e2fsprogs/e2fsck/
rehash.c 521 * This function takes the leaf nodes which have been written in
749 * will become the leaf nodes.

Completed in 233 milliseconds

1 2 3 45 6 7 8 91011>>