Home
last modified time | relevance | path

Searched defs:opening (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/heap-stats/
Dtrace-file-reader.js294 Object.assign({opening: entry.type === 'zonecreation'}, entry)); property
/third_party/python/Parser/
Dstring_parser.c673 int opening = (unsigned char)parenstack[nested_depth]; in fstring_find_expr() local
698 int opening = (unsigned char)parenstack[nested_depth - 1]; in fstring_find_expr() local
Dtokenizer.c2023 int opening = tok->parenstack[tok->level]; in tok_get() local
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-xsmp.c157 static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer… in new_ice_connection()
/third_party/pulseaudio/src/pulsecore/
Dx11wrap.c162 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_da… in x11_watch()