Searched
full:leaves (Results
426 -
450 of
1333) sorted by null
<<11121314151617181920>>
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btDbvt.java | 585 public static void extractLeaves(btDbvtNode node, SWIGTYPE_p_btAlignedObjectArrayT_btDbvtNode_const_p_t leaves) { 586 CollisionJNI.btDbvt_extractLeaves(btDbvtNode.getCPtr(node), node, SWIGTYPE_p_btAlignedObjectArrayT_btDbvtNode_const_p_t.getCPtr(leaves));
|
/external/mesa3d/src/mesa/main/ |
texenv.c | 872 /* spec leaves open to support larger matrices. 924 /* spec leaves open to support larger matrices.
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfHuf.cpp | 334 // constructing a tree whose leaves are the symbols with non-zero 352 // the distances of the leaves from the root on the fly. When a new
|
/external/ppp/pppd/ |
utils.c | 82 * always leaves destination null-terminated (for len > 0). 105 * always leaves destination null-terminated (for len > 0).
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
ByteStringTest.java | 649 // Test that even if we force empty strings in as rope leaves in this 654 // trees of empty leaves, to make a string that will fail this test.
|
/external/skia/include/core/ |
SkImageFilter.h | 268 // input at the specified "index". If the input is null, it leaves 382 // specified "index". If the input is null, it leaves "result" and
|
/external/tcpdump/ |
print-pgm.c | 499 ND_PRINT((ndo, "[Total option length leaves no room for final option]")); 510 ND_PRINT((ndo, "[Total option length leaves no room for final option]"));
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
IntegralToString.java | 170 * Returns the string representation of i and leaves sb alone if sb is null. 304 * Returns the string representation of n and leaves sb alone if sb is null.
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
Pop3Store.java | 706 * if it is closed. Leaves the connection open. 717 * if it is closed. Leaves the connection open.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
refactor.py | 429 match_set = self.BM.run(tree.leaves()) 473 new_matches = self.BM.run(new.leaves())
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
refactor.py | 429 match_set = self.BM.run(tree.leaves()) 473 new_matches = self.BM.run(new.leaves())
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
ggen.go | 455 // The loop leaves R16 on the last zeroed dword 468 // duffzero leaves R16 on the last zeroed dword
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
ggen.go | 449 // The loop leaves R3 on the last zeroed dword 465 // duffzero leaves R3 on the last zeroed dword
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
ggen.go | 452 // The loop leaves R16 on the last zeroed dword 465 // duffzero leaves R16 on the last zeroed dword
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/ |
ggen.go | 446 // The loop leaves R3 on the last zeroed dword 462 // duffzero leaves R3 on the last zeroed dword
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
ggen.go | 455 // The loop leaves R16 on the last zeroed dword 468 // duffzero leaves R16 on the last zeroed dword
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
ggen.go | 449 // The loop leaves R3 on the last zeroed dword 465 // duffzero leaves R3 on the last zeroed dword
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
ggen.go | 452 // The loop leaves R16 on the last zeroed dword 465 // duffzero leaves R16 on the last zeroed dword
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/ |
ggen.go | 446 // The loop leaves R3 on the last zeroed dword 462 // duffzero leaves R3 on the last zeroed dword
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 429 match_set = self.BM.run(tree.leaves()) 473 new_matches = self.BM.run(new.leaves())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 429 match_set = self.BM.run(tree.leaves()) 473 new_matches = self.BM.run(new.leaves())
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
descriptor.h | 357 // extent of this message declaration. Returns false and leaves 648 // extent of this field declaration. Returns false and leaves 765 // extent of this oneof declaration. Returns false and leaves [all...] |
/system/connectivity/shill/cellular/ |
cellular.h | 111 // failure, leaves it unchanged otherwise. 115 // |error| on failure, leaves it unchanged otherwise.
|
/external/opencv3/modules/objdetect/ |
opencl_kernels_objdetect.cpp | 139 "__global const float* leaves = leaves0;\n" 174 "for( i = 0; i < ntrees; i++, node += NODE_COUNT, leaves += NODE_COUNT+1 )\n" 194 "s += leaves[-idx];\n" 221 "__global const float* leaves = leaves0 + stages[stageIdx].first*(NODE_COUNT+1);\n" 281 "partsum += leaves[i*3-idx];\n" [all...] |
/external/robolectric/v1/src/main/java/android/net/ |
Uri__FromAndroid.java | 180 * relative URI, this method returns the entire URI. Leaves escaped octets 314 * default port explicitly and the other leaves it implicit, they will not [all...] |
Completed in 4336 milliseconds
<<11121314151617181920>>