Home
last modified time | relevance | path

Searched refs:collision (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/boost/tools/quickbook/test/include/
Dcompatibility-1_6.quickbook6 [section:collision Outer]
9 [section:collision Include compatibility 1.1]
12 [section:collision Include compatibility 1.5]
15 [section:collision Include compatibility 1.6]
Dcompatibility-1_1.quickbook7 [section:collision Outer]
10 [section:collision Include compatibility 1.1]
13 [section:collision Include compatibility 1.5]
16 [section:collision Include compatibility 1.6]
Dcompatibility-1_5.quickbook7 [section:collision Outer]
10 [section:collision Include compatibility 1.1]
13 [section:collision Include compatibility 1.5]
16 [section:collision Include compatibility 1.6]
/third_party/e2fsprogs/tests/f_inode_ea_collision/
Dexpect.12 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
4 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 14 extended attribute is corrupt (allocation collision). Clear? yes
/third_party/e2fsprogs/tests/f_ea_value_crash/
Dexpect.14 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c876 _check_collision (GstGLContext * context, GstGLContext * collision) in _check_collision() argument
881 if (!context || !collision) in _check_collision()
885 collision_thread = gst_gl_context_get_thread (collision); in _check_collision()
921 GstGLContext *collision = NULL; in gst_gl_display_add_context() local
936 collision = _get_gl_context_for_thread_unlocked (display, thread); in gst_gl_display_add_context()
940 if (context == collision) { in gst_gl_display_add_context()
947 if (_check_collision (context, collision)) { in gst_gl_display_add_context()
962 if (collision) in gst_gl_display_add_context()
963 gst_object_unref (collision); in gst_gl_display_add_context()
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dhaptic_feedback.dart27 /// Provides a haptic feedback corresponding a collision impact with a light mass.
41 /// Provides a haptic feedback corresponding a collision impact with a medium mass.
55 /// Provides a haptic feedback corresponding a collision impact with a heavy mass.
/third_party/boost/libs/outcome/doc/src/content/experimental/worked-example/
Dconstructor.md19 (In case you are wondering about the chance of collision for a 64 bit integer, SG14 estimated that
21 for there to be a 0.00000001% probability of collision if the random number
/third_party/e2fsprogs/tests/f_itable_collision/
Dname1 collision between IND/extent tree blocks and inode table
/third_party/python/Objects/
Ddictnotes.txt129 entries as a first step in collision resolution. Unfortunately, the
130 introduction of any regularity into collision searches results in more
139 more popular entries *and* their collision chains tend to remain in cache.
141 To exploit cache locality, change the collision resolution section
/third_party/mesa3d/src/amd/vulkan/
Dvulkan.sym14 # That may cause symbol collision, so explicitly demote everything.
/third_party/typescript/tests/baselines/reference/
DdecoratorMetadataWithImportDeclarationNameCollision5.types30 constructor(db: db) { // collision
DdecoratorMetadataWithImportDeclarationNameCollision6.types30 constructor(db: database) { // no collision
DdecoratorMetadataWithImportDeclarationNameCollision2.types31 constructor(db: Database) { // no collision
DdecoratorMetadataWithImportDeclarationNameCollision8.types22 constructor(db: database.db) { // no collision
DdecoratorMetadataWithImportDeclarationNameCollision3.types22 constructor(db: db.db) { // collision with namespace of external module db
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.errors.txt24 // collision with 'Origin' var in other part of merged module
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.types46 // collision with 'Origin' var in other part of merged module
DnameCollision.types82 // no collision, since interface doesn't
DdecoratorMetadataWithImportDeclarationNameCollision6.symbols31 constructor(db: database) { // no collision
DdecoratorMetadataWithImportDeclarationNameCollision2.symbols32 constructor(db: Database) { // no collision
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1112 int collision = -1; // no collision in addUsedLocation() local
1126 collision = checkLocationRange(set, range, type, typeCollision); in addUsedLocation()
1127 if (collision < 0) { in addUsedLocation()
1136 collision = checkLocationRange(set, range2, type, typeCollision); in addUsedLocation()
1137 if (collision < 0) in addUsedLocation()
1160 collision = checkLocationRange(set, range, type, typeCollision); in addUsedLocation()
1162 if (collision < 0) in addUsedLocation()
1166 return collision; in addUsedLocation()
/third_party/boost/libs/graph_parallel/doc/
Dst_connected.rst93 called. When any process detects a collision in the two traversals
97 and no collision is detected then all processes terminate and return
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dpermutate.go111 if existing, collision := hashes[shortHash]; collision {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dplatform.dart24 /// non-empty directory as long as there is no collision with the `"platform"`

1234567