/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsReactComponents.js | 21 tabs: undefined property 40 tabs: "default value" property 59 tabs: "default value" property 75 tabs: "default value" property 114 tabs: undefined property 131 tabs: "default value" property 148 tabs: "default value" property 162 tabs: "default value" property 196 const tabs: undefined; constant 227 const tabs: string; constant
|
/third_party/python/Mac/PythonLauncher/ |
D | PreferencesWindowController.h | 17 IBOutlet NSButton *tabs; variable
|
D | FileSettings.h | 35 BOOL tabs; // -t option: warn about inconsistent tabs variable
|
D | MyDocument.h | 23 IBOutlet NSButton *tabs; variable
|
D | PreferencesWindowController.m | 83 - (BOOL) tabs { return [tabs state];}; method
|
D | MyDocument.m | 159 - (BOOL) tabs { return [tabs state];}; method
|
D | FileSettings.m | 302 - (BOOL) tabs { return tabs;}; method
|
/third_party/cef/libcef/common/extensions/api/ |
D | _permission_features.json | 26 "tabs": [ array
|
D | _api_features.json | 36 "tabs": { object
|
/third_party/node/deps/v8/tools/link_clicker.extension/ |
D | background.js | 52 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { argument
|
/third_party/toybox/toys/posix/ |
D | expand.c | 93 struct arg_list *tabs; in parse_tablist() local
|
/third_party/skia/src/core/ |
D | SkStringUtils.cpp | 33 SkString tabs; in SkTabString() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_print.c | 1456 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) in print_instr() 1512 print_block(nir_block *block, print_state *state, unsigned tabs) in print_block() 1546 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) in print_if() 1567 print_loop(nir_loop *loop, print_state *state, unsigned tabs) in print_loop() 1581 print_cf_node(nir_cf_node *node, print_state *state, unsigned int tabs) in print_cf_node()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | disassemble.c | 340 print_quad_word(FILE *fp, uint32_t *words, unsigned tabs) in print_quad_word() 792 const midgard_constants *consts, unsigned tabs, bool verbose) in print_vector_field() 909 const midgard_constants *consts, unsigned tabs, bool verbose) in print_scalar_field() 1153 unsigned num_quad_words, unsigned tabs, unsigned next, in print_alu_word() 1712 unsigned tabs, unsigned in_reg_base, unsigned out_reg_base) in print_texture_word() 1894 int tabs = 0; in disassemble_midgard() local
|
/third_party/typescript/src/services/formatting/ |
D | formatting.ts | 1416 const tabs = Math.floor(indentation / options.tabSize!); constant 1417 const spaces = indentation - tabs * options.tabSize!; constant
|
/third_party/ffmpeg/libavcodec/ |
D | mace.c | 145 } tabs[] = { variable
|
D | on2avc.c | 324 int step, int order0, int order1, const double * const *tabs) in pretwiddle() 352 int order0, int order1, const double * const *tabs) in twiddle()
|
D | twinvq_data.h | 10346 } tabs[] = { variable
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_android_bp.py | 33 def tabs(indent): function
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 584 def _XCPrint(self, file, tabs, line): argument 587 def _XCPrintableValue(self, tabs, value, flatten_list=False): argument 659 def _XCKVPrint(self, file, tabs, key, value): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 584 def _XCPrint(self, file, tabs, line): argument 587 def _XCPrintableValue(self, tabs, value, flatten_list=False): argument 659 def _XCKVPrint(self, file, tabs, key, value): argument
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 899 def tabs(self): member in Notebook
|