Searched refs:json (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215/tools/lldbmacros/tests/ |
| H A D | runtests.py | 42 import json 77 RunnerClass = LLDBJSONTestRunner if args.json else LLDBTextTestRunner 95 if args.json: 139 structured_data.SetFromJSON(json.dumps({ 142 "json": args.json
|
| H A D | lldb_test_process.py | 71 self.json = args.GetValueForKey("json").GetStringValue(256) 72 print(self.json) 184 RunnerClass = LLDBJSONTestRunner if sp.json else LLDBTextTestRunner 187 if sp.json:
|
| /xnu-11215/tools/lldbmacros/plugins/ |
| H A D | speedtracer.py | 1 import json, urllib, urllib2 32 j = json.loads(response_str) 38 outstr += json.dumps(j)
|
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 34 import json 347 json.dump(test_results, self.stream)
|
| /xnu-11215/ |
| H A D | Makefile | 108 … -o -name .svn -o -name .git -o -name cscope.\* -o -name compile_commands.json -o -name \*~ \) -pr… 122 …ILD -o -name .svn -o -name .git -o -name cscope.\* -name compile_commands.json -o -name \*~ \) -pr…
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 5 import json 292 return json.dumps(elementValue) 318 return json.dumps(''.join(str_arr)) 523 return json.dumps(self.obj) 805 return json.dumps(elementValues[-1]) 1957 def GetExclavesFrames(AllImageCatalog, json, scid, notes): argument 1958 kcdata = json['kcdata_stackshot'] 1994 def InsertExclavesFrames(AllImageCatalog, json, thdata, notes, kernel_frames): argument 2004 exclaves_frames = GetExclavesFrames(AllImageCatalog, json, scid, notes) 2311 fh.write(json.dumps(header, sort_keys=True)) [all …]
|
| H A D | vm_pageout.py | 5 import json
|
| H A D | memory.py | 13 import json 162 as_json = json.dumps(memstats) 446 json.dumps(zone) 568 print(json.dumps(zones)) 2070 print(json.dumps(perps)) 3682 as_json = json.dumps(tags) 4579 as_json = json.dumps(pids) 5104 as_json = json.dumps(device_info)
|
| H A D | xnu.py | 5 import json 1199 out_file.write(json.dumps(ext_paniclog))
|
| H A D | process.py | 14 import json 2158 print(json.dumps(ledgers)) 2189 print(json.dumps(tasks))
|
| /xnu-11215/tools/tests/ |
| H A D | Makefile.common | 115 ARCH_CONFIGS:=$(shell /usr/bin/plutil -extract SupportedTargets.$(PLATFORM_LOWERCASE).Archs json -o…
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.kernel | 106 do_build_compile_commands_json: $(TARGET)/compile_commands.json 238 $(TARGET)/compile_commands.json: $(addprefix $(TARGET)/,$(foreach component,$(COMPONENT_LIST),$(com… 239 $(_v)files="$$(sed -e 's/$$/.json/' $(filter %.filelist,$+))"; \ 240 sed -e '1s/^/[\'$$'\n''/' -e '$$s/,$$/\'$$'\n'']/' $$files > compile_commands.json
|
| H A D | MakeInc.rule | 542 S_RULE_1A=$(_v)$(S_KCC) -c $(SFLAGS) -MD -MF $(@:o=d) -MJ $(@:o=o.json) -MP $($@_SFLAGS_ADD) $(INCF… 550 …ut $($@_CFLAGS_RM), $(CFLAGS) $(CWARNFLAGS)) -MD -MF $(@:o=d) -MJ $(@:o=o.json) -MP $($@_CFLAGS_AD… 572 … $($@_CFLAGS_RM), $(CFLAGS) $(CXXWARNFLAGS)) -MD -MF $(@:o=d) -MJ $(@:o=o.json) -MP $($@_CFLAGS_AD…
|
| H A D | MakeInc.top | 691 … -o -name .svn -o -name .git -o -name cscope.\* -o -name compile_commands.json -o -name \*~ \) -pr…
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 3808 dtrace_json(uint64_t size, uintptr_t json, char *elemlist, int nelems, in dtrace_json() argument 3824 for (cur = json; cur < json + size; cur++) { in dtrace_json() 5512 uintptr_t json = tupregs[0].dttk_value; in dtrace_dif_subr() local 5513 size_t jsonlen = dtrace_strlen((char *)json, size); in dtrace_dif_subr() 5523 if (!dtrace_canload(json, jsonlen + 1, mstate, vstate) || in dtrace_dif_subr() 5563 if ((regs[rd] = (uintptr_t)dtrace_json(size, json, elemlist, in dtrace_dif_subr()
|