Home
last modified time | relevance | path

Searched defs:removed (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRest.ts29 removed: string; property in Removable
34 removed: string; property
38 var { removed, ...removableRest } = removable; variable
40 var { removed, ...removableRest2 } = i; variable
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java52 TreeSet<APIInfo> removed; field in ReportAPI
60 APIInfo removed; field in ReportAPI.DeltaInfo
62 DeltaInfo(APIInfo added, APIInfo removed) { in DeltaInfo()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc361 bool* removed) { in GetQueryInfo()
375 bool removed() const { return removed_; } in GetQueryInfo() function in __anon8aeebdc30111::CefMessageRouterBrowserSideImpl::GetQueryInfo::Visitor
396 bool removed; in OnCallbackSuccess() local
412 bool removed; in OnCallbackFailure() local
875 bool* removed) { in GetRequestInfo()
889 bool removed() const { return removed_; } in GetRequestInfo() function in __anon8aeebdc30111::CefMessageRouterRendererSideImpl::GetRequestInfo::Visitor
951 bool removed; in SendCancel() local
1012 bool removed; in ExecuteSuccessCallback() local
1038 bool removed; in ExecuteFailureCallback() local
/third_party/vk-gl-cts/scripts/
Dcaselist_diff.py195 added, removed = diffCaseLists(renamedCases, newCases) variable
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dgstpollstress.c38 gint removed = 0; in mess_some_more() local
/third_party/node/deps/npm/test/tap/
Dunit-deps-removeObsoleteDep.js22 removed: true, property
Dprune-dev-dep-with-bins.js92 t.like(JSON.parse(stdout), {removed: [{name: 'yes'}]}, 'removed the right modules') property
Dprune-dev-dep-cycle.js75 t.like(JSON.parse(stdout), {removed: [{name: 'a'}, {name: 'b'}]}, 'removed the right modules') property
Dprune-with-only-dev-deps.js100 …t.like(JSON.parse(stdout), {removed: [{name: 'test-package'}, {name: 'test-package-with-one-dep'}]… property
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dcode_points.rs52 let removed = self.iter.next(); in consume_next() localVariable
/third_party/node/test/parallel/
Dtest-stream-pipe-error-handling.js67 let removed = false; variable
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_lower_uniforms.c178 bool removed = false; in qir_lower_uniforms() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/winrt/
Dgstwinrtdevicewatcher.h86 void (*removed) (GstWinRTDeviceWatcher * watcher, member
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.h62 GHashTable *removed; member
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick_c.h62 SDL_bool removed; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dptksa_cache.c231 bool removed = false; in ptksa_cache_flush() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick_c.h68 SDL_bool removed; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlaycompositorelement.c155 GstCaps *removed; in _oce_transform_internal_caps() local
/third_party/node/deps/npm/lib/
Dteam.js133 removed: true, property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Deloop_win.c296 int removed = 0; in eloop_cancel_timeout() local
319 int removed = 0; in eloop_cancel_timeout_one() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Deloop_win.c296 int removed = 0; in eloop_cancel_timeout() local
319 int removed = 0; in eloop_cancel_timeout_one() local
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp1167 bool Value::removeMember(const char* begin, const char* end, Value* removed) { in removeMember()
1181 bool Value::removeMember(const char* key, Value* removed) { in removeMember()
1184 bool Value::removeMember(String const& key, Value* removed) { in removeMember()
1198 bool Value::removeIndex(ArrayIndex index, Value* removed) { in removeIndex()
/third_party/node/doc/api/
Derrors.json2287 "removed": [ array
2303 "removed": [ array
2319 "removed": [ array
2335 "removed": [ array
2351 "removed": [ array
2367 "removed": [ array
2383 "removed": [ array
2406 "removed": [ array
2422 "removed": [ array
2445 "removed": [ array
[all …]
/third_party/node/tools/inspector_protocol/
Dcheck_protocol_compatibility.py76 def removed(reverse): function
/third_party/node/tools/doc/
Dhtml.mjs307 const removed = { description: '' }; variable

1234