Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ss_flags (0.09 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    const TF_ONE_WAY=0x01;const TF_ROOT_OBJECT=0x04;const TF_STATUS_CODE=0x08;const TF_ACCEPT_FDS=0x10;const NO_FLAGS=0;function binderFlagsToHuman(num){const flag=parseInt(num,16);let str='';if(flag&TF_ONE_WAY){str+='this is a one-way call: async, no return; ';}
    if(flag&TF_ROOT_OBJECT){str+='contents are the components root object; ';}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top