HomeSort by relevance Sort by last modified time
    Searched refs:nest_level (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/third_party/symbolize/
demangle.cc 147 int nest_level; // For nested names. member in struct:__anon6356
183 state->nest_level = -1;
307 state->nest_level = 0;
313 state->nest_level = prev_value;
331 if (state->nest_level > -1) {
332 ++state->nest_level;
338 if (state->nest_level >= 1) {
345 if (state->nest_level >= 1 && state->append &&
514 LeaveNestedName(state, copy.nest_level) &&
686 LeaveNestedName(state, copy.nest_level)) {
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c 54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
896 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
905 UINT8 is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK;
907 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK);
950 /* SDP_TRACE_DEBUG1 ("SDP - attr nest level:%d(list)", nest_level); */
951 if (nest_level >= MAX_NEST_LEVELS)
958 p = add_attr (p, p_db, p_rec, ATTR_ID_PROTOCOL_DESC_LIST, p_attr, (UINT8)(nest_level + 1));
    [all...]
sdp_db.c 46 UINT16 his_len, int nest_level);
120 UINT16 uuid_len, int nest_level)
127 if (nest_level > 3)
142 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1))
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 372 void debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level);
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 688 void MatrixSearch::debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level) {
693 if (1 == nest_level) {
697 debug_print_dmi(dmi->dmi_fr, nest_level + 1);
704 if (1 == nest_level) {
    [all...]

Completed in 229 milliseconds