Home
last modified time | relevance | path

Searched refs:tabs (Results 1 - 25 of 34) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsReactComponents.js21 tabs: undefined
40 tabs: "default value"
48 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)}
59 tabs: "default value"
75 tabs: "default value"
114 tabs: undefined
131 tabs: "default value"
142 * @type {{defaultProps: {tabs: string}} & ((props?: {elem: string}) => JSX.Element)}
148 tabs: "default value"
162 tabs
[all...]
/third_party/toybox/toys/posix/
H A Dexpand.c1 /* expand.c - expands tabs to space
15 Expand tabs to spaces according to tabstops.
93 struct arg_list *tabs; in parse_tablist() local
96 for (tabs = TT.t; tabs; tabs = tabs->next) { in parse_tablist()
97 char *s = tabs->arg; in parse_tablist()
/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dbackground.js52 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
54 for (let i = 0; i < tabs.length; ++i) {
55 chrome.tabs.sendMessage(tabs[i].id, message);
/third_party/ffmpeg/libavcodec/
H A Dmace.c146 } tabs[] = { variable
180 if (val < tabs[tab_idx].stride) in read_table()
181 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val]; in read_table()
183 current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_idx].stride-val-1]; in read_table()
185 if (( chd->index += tabs[tab_idx].tab1[val]-(chd->index >> 5) ) < 0) in read_table()
H A Dtwinvq_data.h10346 } tabs[] = { variable
H A Dtwinvqdec.c145 size = tabs[b / 5].size; in very_broken_op()
146 rtab = tabs[b / 5].tab; in very_broken_op()
H A Don2avc.c325 int step, int order0, int order1, const double * const *tabs) in pretwiddle()
332 tab = tabs[0]; in pretwiddle()
341 tab = tabs[order0]; in pretwiddle()
353 int order0, int order1, const double * const *tabs) in twiddle()
360 pretwiddle(src1, src2, src2_len, tab_len, step, order0, order1, tabs); in twiddle()
324 pretwiddle(float *src, float *dst, int dst_len, int tab_step, int step, int order0, int order1, const double * const *tabs) pretwiddle() argument
351 twiddle(float *src1, float *src2, int src2_len, const double *tab, int tab_len, int step, int order0, int order1, const double * const *tabs) twiddle() argument
/third_party/skia/src/core/
H A DSkStringUtils.cpp33 SkString tabs; in SkTabString() local
35 tabs.append("\t"); in SkTabString()
43 result.append(tabs); in SkTabString()
50 result.append(tabs); in SkTabString()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py961 tabs = self.nb.tabs()
964 self.assertEqual(self.nb.tabs(), tabs)
968 tabs = self.nb.tabs()
975 self.assertEqual(self.nb.tabs(), tabs)
977 self.assertEqual(str(self.child2), self.nb.tabs()[child2_index])
986 tabs
[all...]
/third_party/python/Tools/scripts/
H A Dobjgraph.py96 tabs = '\t'
98 tabs = '\t\t'
100 print('\t' + ext + tabs + ' *undefined')
102 print('\t' + ext + tabs + flat(def2file[ext]))
H A Dpindent.py154 tabs, spaces = divmod(indent*self.indentsize, self.tabsize)
158 line = '\t'*tabs + ' '*spaces + line
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_android_bp.py33 def tabs(indent): function
60 output.append(tabs(indent) + '%s: [' % name)
62 output.append(tabs(indent + 1) + '"%s",' % item)
63 output.append(tabs(indent) + '],')
68 output.append(tabs(indent) + '%s: {' % name)
71 output.append(tabs(indent) + '},')
74 output.append(tabs(indent) + '%s: %s,' % (name, 'true' if value else 'false'))
76 output.append(tabs(indent) + '%s: "%s",' % (name, value))
/third_party/python/Lib/
H A Dquopri.py24 The 'quotetabs' flag indicates whether embedded tabs and spaces should be
25 quoted. Note that line-ending tabs and spaces are always encoded, as per
48 indicates whether embedded tabs and spaces should be quoted. Note that
49 line-ending tabs and spaces are always encoded, as per RFC 1521.
204 print("-t: quote tabs")
208 tabs = False
210 if o == '-t': tabs = True
212 if tabs and deco:
232 encode(fp, sys.stdout.buffer, tabs)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c1456 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) in print_instr() argument
1459 print_tabs(tabs, fp); in print_instr()
1509 unsigned tabs);
1512 print_block(nir_block *block, print_state *state, unsigned tabs) in print_block() argument
1516 print_tabs(tabs, fp); in print_block()
1521 print_tabs(tabs, fp); in print_block()
1531 print_instr(instr, state, tabs); in print_block()
1536 print_tabs(tabs, fp); in print_block()
1546 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) in print_if() argument
1550 print_tabs(tabs, f in print_if()
1567 print_loop(nir_loop *loop, print_state *state, unsigned tabs) print_loop() argument
1581 print_cf_node(nir_cf_node *node, print_state *state, unsigned int tabs) print_cf_node() argument
1585 print_block(nir_cf_node_as_block(node), state, tabs); print_cf_node() local
1589 print_if(nir_cf_node_as_if(node), state, tabs); print_cf_node() local
1593 print_loop(nir_cf_node_as_loop(node), state, tabs); print_cf_node() local
[all...]
/third_party/python/Mac/PythonLauncher/
H A DFileSettings.h19 - (BOOL) tabs;
35 BOOL tabs; // -t option: warn about inconsistent tabs variable
H A DPreferencesWindowController.h17 IBOutlet NSButton *tabs; variable
H A DMyDocument.h23 IBOutlet NSButton *tabs; variable
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DResultActivity.java11 import com.google.android.material.tabs.TabLayout;
12 import com.google.android.material.tabs.TabLayoutMediator;
74 // The titles for the tabs (respectively for the Fragment at the same position in fragments). in setUpTapLayout()
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c340 print_quad_word(FILE *fp, uint32_t *words, unsigned tabs) in print_quad_word() argument
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()
1195 print_vector_field(ctx, fp, "vmul", word_ptr, *beginning_ptr, consts, tabs, verbose); in print_alu_word()
1204 print_scalar_field(ctx, fp, "sadd", word_ptr, *beginning_ptr, consts, tabs, verbose); in print_alu_word()
1213 print_vector_field(ctx, fp, "vadd", word_ptr, *beginning_ptr, consts, tabs, verbose); in print_alu_word()
1222 print_scalar_field(ctx, fp, "smul", word_ptr, *beginning_ptr, consts, tabs, verbose); in print_alu_word()
1231 print_vector_field(ctx, fp, "lut", word_ptr, *beginning_ptr, consts, tabs, verbose); in print_alu_word()
1712 unsigned tabs, unsigne in print_texture_word()
790 print_vector_field(disassemble_context *ctx, FILE *fp, const char *name, uint16_t *words, uint16_t reg_word, const midgard_constants *consts, unsigned tabs, bool verbose) print_vector_field() argument
907 print_scalar_field(disassemble_context *ctx, FILE *fp, const char *name, uint16_t *words, uint16_t reg_word, const midgard_constants *consts, unsigned tabs, bool verbose) print_scalar_field() argument
1152 print_alu_word(disassemble_context *ctx, FILE *fp, uint32_t *words, unsigned num_quad_words, unsigned tabs, unsigned next, bool verbose) print_alu_word() argument
1711 print_texture_word(disassemble_context *ctx, FILE *fp, uint32_t *word, unsigned tabs, unsigned in_reg_base, unsigned out_reg_base) print_texture_word() argument
1894 int tabs = 0; disassemble_midgard() local
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py584 def _XCPrint(self, file, tabs, line):
585 file.write("\t" * tabs + line)
587 def _XCPrintableValue(self, tabs, value, flatten_list=False):
594 _should_print_single_line is False, the tabs parameter is used to determine
611 element_tabs = "\t" * (tabs + 1)
612 end_tabs = "\t" * tabs
634 + self._XCPrintableValue(tabs + 1, item, flatten_list)
644 + self._XCPrintableValue(tabs + 1, item_key, flatten_list)
646 + self._XCPrintableValue(tabs + 1, item_value, flatten_list)
659 def _XCKVPrint(self, file, tabs, ke
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py584 def _XCPrint(self, file, tabs, line):
585 file.write("\t" * tabs + line)
587 def _XCPrintableValue(self, tabs, value, flatten_list=False):
594 _should_print_single_line is False, the tabs parameter is used to determine
611 element_tabs = "\t" * (tabs + 1)
612 end_tabs = "\t" * tabs
634 + self._XCPrintableValue(tabs + 1, item, flatten_list)
644 + self._XCPrintableValue(tabs + 1, item_key, flatten_list)
646 + self._XCPrintableValue(tabs + 1, item_value, flatten_list)
659 def _XCKVPrint(self, file, tabs, ke
[all...]
/third_party/json/
H A DMakefile160 --convert-tabs \
/third_party/ltp/scripts/
H A Dcheckpatch.pl1485 # Drop the diff line leader and expand tabs
2500 #convert leading spaces to tabs
3735 # at the beginning of a line any tabs must come first and anything
3736 # more than $tabsize must use tabs.
3742 "code indent should use tabs where possible\n" . $herevet) &&
3748 # check for space before tabs.
3752 "please, no space before tabs\n" . $herevet) &&
4017 my $tabs = length($1) + 1;
4018 if ($prevline =~ /^\+\t{$tabs,$tabs}brea
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2761 tabs = "\t" * int((88 - len(sTypeName)) / 4)
2762 blobChecker += "\t\t{{ {0},{1}VK_API_VERSION_{2}_{3} }},\n".format(sTypeName, tabs, blobName[0], blobName[1])
2969 tabs = "\t" * int((80 - len(sTypeName)) / 4)
2970 blobChecker += "\t\t{{ {0},{1}VK_API_VERSION_{2}_{3} }},\n".format(sTypeName, tabs, blobName[0], blobName[1])
H A Dgen_framework_sc.py2479 tabs = "\t" * int((88 - len(sTypeName)) / 4)
2480 blobChecker += "\t\t{{ {0},{1}VK_API_VERSION_{2}_{3} }},\n".format(sTypeName, tabs, blobName[0], blobName[1])
2687 tabs = "\t" * int((76 - len(sTypeName)) / 4)
2688 blobChecker += "\t\t{{ {0},{1}VK_API_VERSION_{2}_{3} }},\n".format(sTypeName, tabs, blobName[0], blobName[1])

Completed in 61 milliseconds

12