/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 21 /// Make sure GV is visible from both modules. Delete is true if it is 25 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument 27 if (Local || Delete) { in makeVisible() 85 bool Delete = variable 87 if (!Delete) { 94 makeVisible(*I, Delete); 96 if (Delete) { 105 bool Delete = variable 107 if (!Delete) { 112 makeVisible(F, Delete); 127 bool Delete = deleteStuff == (bool)Named.count(&*CurI); global() variable [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_handle_test.cc | 58 CordzHandle::Delete(handle); in TEST() 78 CordzHandle::Delete(handle); in TEST() 96 CordzHandle::Delete(handle[i]); in TEST() 124 CordzHandle::Delete(handle1); in TEST() 134 CordzHandle::Delete(handle2); in TEST() 153 CordzHandle::Delete(handle); in TEST() 156 // sent to Delete. in TEST() 170 CordzHandle::Delete(snapshot1); in TEST() 173 CordzHandle::Delete(snapshot2); in TEST() 234 CordzHandle::Delete(old_handl in TEST() [all...] |
H A D | cord_internal.cc | 62 CordRepExternal::Delete(rep); in Destroy() 74 CordRepFlat::Delete(rep); in Destroy()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 204 /** Delete texture instance 209 void Texture::Delete(const Functions& gl, GLuint& id) in Delete() function in gl4cts::Texture 382 Texture::Delete(gl, texture); in iterate() 406 Texture::Delete(gl, texture); in iterate() 1169 Texture::Delete(gl, texture); in positiveTesting() 1185 Texture::Delete(gl, texture); in positiveTesting() 1189 Texture::Delete(gl, texture); in positiveTesting() 1218 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1228 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1291 Texture::Delete(g in verifyTexParameterErrors() [all...] |
/third_party/gn/src/base/files/ |
H A D | scoped_temp_dir.cc | 22 if (!path_.empty() && !Delete()) in ~ScopedTempDir() 64 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zProperties.cpp | 67 src.Delete(i);
in CopyOneItem() 77 src.Delete(i);
in RemoveOneItem() 87 dest.Delete(i);
in InsertToHead()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shared.c | 277 /* NOTE: Delete should always be defined but there are two reports in delete_framebuffer_cb() 280 if (fb->Delete) in delete_framebuffer_cb() 281 fb->Delete(fb); in delete_framebuffer_cb() 294 if (rb->Delete) in delete_renderbuffer_cb() 295 rb->Delete(ctx, rb); in delete_renderbuffer_cb()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBufferAgeTest.cpp | 155 OSWindow::Delete(&osWindow); in TEST_P() 223 OSWindow::Delete(&osWindow); in TEST_P() 270 OSWindow::Delete(&osWindow); in TEST_P() 340 OSWindow::Delete(&osWindow); in TEST_P()
|
H A D | EGLX11VisualTest.cpp | 155 OSWindow::Delete(&osWindow); in TEST_P() 179 OSWindow::Delete(&osWindow); in TEST_P() 220 OSWindow::Delete(&osWindow); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.cpp | 56 EGLWindow::Delete(&eglWindow); in IsAngleEGLConfigSupported() 72 WGLWindow::Delete(&wglWindow); in IsSystemWGLConfigSupported() 93 EGLWindow::Delete(&eglWindow); in IsSystemEGLConfigSupported() 640 OSWindow::Delete(&osWindow); in IsConfigSupported()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set.cc | 61 (fields_)[--n].Delete(); in ClearFallback() 182 // Delete the specified fields. in DeleteSubrange() 184 (fields_)[i + start].Delete(); in DeleteSubrange() 201 field->Delete(); in DeleteByNumber() 239 void UnknownField::Delete() { in Delete() function in google::protobuf::UnknownField
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 183 name.Delete(0);
in SetProperty() 190 name.Delete(0, 2);
in SetProperty() 199 name.Delete(0, 3);
in SetProperty()
|
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.h | 145 bool Delete(Handle<Object> key, V* deleted_value) { in Delete() function in v8::internal::IdentityMap 146 return Delete(*key, deleted_value); in Delete() 148 bool Delete(Object key, V* deleted_value) { in Delete() function in v8::internal::IdentityMap
|
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
H A D | CaptureReplayTests.cpp | 47 EGLWindow::Delete(&mEGLWindow); in ~CaptureReplayTests() 48 OSWindow::Delete(&mOSWindow); in ~CaptureReplayTests() 65 EGLWindow::Delete(&mEGLWindow); in initializeTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 1220 DominatorTree::Delete, FC0.ExitingBlock, FC1.Preheader)); in performFusion() 1229 DominatorTree::Delete, FC1.Preheader, FC1.Header)); in performFusion() 1276 TreeUpdates.emplace_back(DominatorTree::UpdateType(DominatorTree::Delete, in performFusion() 1280 TreeUpdates.emplace_back(DominatorTree::UpdateType(DominatorTree::Delete, in performFusion() 1318 // Delete the now empty loop L1. in performFusion() 1406 DominatorTree::Delete, FC1GuardBlock, FC1.Preheader)); in fuseGuardedLoops() 1408 DominatorTree::Delete, FC1GuardBlock, FC1NonLoopBlock)); in fuseGuardedLoops() 1410 DominatorTree::Delete, FC0GuardBlock, FC1GuardBlock)); in fuseGuardedLoops() 1459 DominatorTree::Delete, FC0.ExitingBlock, FC0.ExitBlock)); in fuseGuardedLoops() 1481 DominatorTree::Delete, FC in fuseGuardedLoops() [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 90 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo 168 ON_CALL(*raw_foo, DoThis()).WillByDefault(Invoke(raw_foo, &MockFoo::Delete)); in TEST() 216 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete)); in TEST() 354 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete)); in TEST() 477 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete)); in TEST()
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test.js | 220 assert.strictEqual(test_object.Delete(obj, 'foo'), true); 224 assert.strictEqual(test_object.Delete(obj, sym), true); 235 assert.strictEqual(test_object.Delete(obj, 'foo'), false); 250 assert.strictEqual(test_object.Delete(obj, 'foo'), true); 252 assert.strictEqual(test_object.Delete(obj, 'foo'), true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DomTreeUpdater.cpp | 46 if (Kind == DominatorTree::Delete && HasEdge) in isUpdateValid() 262 // If the first update to an edge is "Delete", it means that the edge in applyUpdatesPermissive() 266 // For example, if the user submits {{Delete, A, B}, {Insert, A, B}}, in applyUpdatesPermissive() 275 // edge, so both {Delete, A, B}, {Insert, A, B} actually happened and in applyUpdatesPermissive() 277 // b. If the edge doesn't exist, we can then infer that {Delete, A, B} in applyUpdatesPermissive() 279 // happened. DTU will submit {Delete, A, B} in this case. in applyUpdatesPermissive() 366 assert(isUpdateValid({DominatorTree::Delete, From, To}) && in deleteEdge() 385 PendUpdates.push_back({DominatorTree::Delete, From, To}); in deleteEdge() 395 if (!isUpdateValid({DominatorTree::Delete, From, To})) in deleteEdgeRelaxed() 406 PendUpdates.push_back({DominatorTree::Delete, Fro in deleteEdgeRelaxed() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.cc | 336 bool OrderedHashTable<Derived, entrysize>::Delete(Isolate* isolate, in Delete() function in v8::internal::OrderedHashTable 580 template V8_EXPORT_PRIVATE bool OrderedHashTable<OrderedHashSet, 1>::Delete( 604 template V8_EXPORT_PRIVATE bool OrderedHashTable<OrderedHashMap, 2>::Delete( 741 bool SmallOrderedHashSet::Delete(Isolate* isolate, SmallOrderedHashSet table, in Delete() function in v8::internal::SmallOrderedHashSet 743 return SmallOrderedHashTable<SmallOrderedHashSet>::Delete(isolate, table, in Delete() 785 bool SmallOrderedHashMap::Delete(Isolate* isolate, SmallOrderedHashMap table, in Delete() function in v8::internal::SmallOrderedHashMap 787 return SmallOrderedHashTable<SmallOrderedHashMap>::Delete(isolate, table, in Delete() 880 bool SmallOrderedHashTable<Derived>::Delete(Isolate* isolate, Derived table, in Delete() function in v8::internal::SmallOrderedHashTable 1049 SmallOrderedHashTable<SmallOrderedHashSet>::Delete(Isolate* isolate, 1069 SmallOrderedHashTable<SmallOrderedHashMap>::Delete(Isolat 1103 bool OrderedHashTableHandler<SmallTable, LargeTable>::Delete( Delete() function in v8::internal::OrderedHashTableHandler [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-container.h | 65 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context, 102 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context,
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-container.h | 65 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context, 102 V8_WARN_UNUSED_RESULT Maybe<bool> Delete(Local<Context> context,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 9 // This file defines a CFG Edge Update: Insert or Delete, and two Nodes as the 26 enum class UpdateKind : unsigned char { Insert, Delete }; 45 OS << (getKind() == UpdateKind::Insert ? "Insert " : "Delete "); in print() 91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete; in LegalizeUpdates()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 145 pthread_key_create(&key_, &ThreadLocalStorage::Delete); in ThreadLocalStorage() 159 static void Delete(void* value) { in Delete() function in google::protobuf::internal::ThreadLocalStorage
|
/third_party/node/deps/v8/src/builtins/ |
H A D | constants-table-builder.cc | 83 if (map_.Delete(self_reference, &key)) { in PatchSelfReference() 94 if (map_.Delete(ReadOnlyRoots(isolate_).basic_block_counters_marker(), in PatchBasicBlockCountersReference()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.h | 76 static void Delete(GLWindowBase **window); 129 static void Delete(EGLWindow **window);
|