/third_party/rust/crates/clap/examples/derive_ref/ |
D | interop_tests.md | 113 top_level: false, 126 top_level: false, 156 top_level: false, 170 top_level: false, 201 top_level: false, 214 top_level: false, 227 top_level: false,
|
D | hand_subcommand.rs | 71 top_level: bool, field
|
D | flatten_hand_args.rs | 83 top_level: bool, field
|
/third_party/skia/infra/bots/recipe_modules/build/ |
D | chromebook.py | 24 top_level = '/SRC' if 'Docker' in builder_name else str(api.vars.workdir) 26 clang_linux = os.path.join(top_level, 'clang_linux') 28 sysroot_dir = os.path.join(top_level, 'armhf_sysroot') 46 gl_dir = os.path.join(top_level, 'chromebook_arm_gles') 81 gl_dir = os.path.join(top_level,'chromebook_x86_64_gles')
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor_database.py | 136 top_level, _, _ = symbol.rpartition('.') 138 return self._file_desc_protos_by_symbol[top_level]
|
D | descriptor_pool.py | 270 top_level = (enum_desc.full_name.count('.') 273 top_level = enum_desc.full_name.count('.') == 0 274 if top_level: 913 containing_type=None, scope=None, top_level=False): argument 955 if top_level:
|
/third_party/node/deps/v8/src/torque/ |
D | earley-parser.cc | 207 Symbol top_level; in RunEarleyAlgorithm() local 208 top_level.AddRule(Rule({start})); in RunEarleyAlgorithm() 209 worklist.push_back(Item{top_level.rule(0), 0, 0, 0}); in RunEarleyAlgorithm() 269 processed->find(Item{top_level.rule(0), 1, 0, input_length}); in RunEarleyAlgorithm()
|
/third_party/python/Lib/ |
D | pstats.py | 125 self.top_level = set() 164 self.top_level.add(func) 178 for func in item.top_level: 179 self.top_level.add(func) 298 old_top = self.top_level 299 self.top_level = new_top = set() 419 for func in self.top_level:
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | namespace.hpp | 3 void top_level();
|
/third_party/python/Lib/unittest/test/ |
D | test_discovery.py | 83 top_level = os.path.abspath('/foo') 84 loader._top_level_dir = top_level 85 suite = list(loader._find_tests(top_level, 'test*.py')) 129 top_level = os.path.abspath('/foo') 130 loader._top_level_dir = top_level 131 suite = list(loader._find_tests(top_level, 'test*.py'))
|
/third_party/python/Lib/test/test_importlib/ |
D | test_metadata_api.py | 71 top_level = [ 74 self.assertEqual(top_level.read_text(), 'mod\n')
|
/third_party/vixl/test/ |
D | test-api.cc | 448 GetCPUFeaturesWrapper top_level(&cpu); in TEST() local 453 CPUFeaturesScope outer(&top_level, CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST() 506 CPUFeaturesScope scope(&top_level); in TEST()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | namespace.rs | 14 pub fn top_level(); in top_level() function
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 294 bool top_level = in ExitScope() local 296 if (top_level) { in ExitScope()
|
/third_party/libbpf/src/ |
D | btf_dump.c | 1600 bool top_level) in btf_dump_emit_type_cast() argument 1618 if (top_level) in btf_dump_emit_type_cast() 1627 if (top_level) in btf_dump_emit_type_cast()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmetadata.h | 511 gboolean top_level; member
|
D | mxfdemux.c | 723 && MXF_METADATA_SOURCE_PACKAGE (ret)->top_level))) in gst_mxf_demux_choose_package() 735 && MXF_METADATA_SOURCE_PACKAGE (ret)->top_level))) in gst_mxf_demux_choose_package() 1171 econt->body_sid, econt->index_sid, src->top_level, pack->n_tracks, in gst_mxf_demux_show_topology() 1386 if (component->source_package && component->source_package->top_level && in gst_mxf_demux_update_tracks() 1894 || !pad->current_component->source_package->top_level in gst_mxf_demux_pad_set_component()
|
D | mxfmetadata.c | 2110 sc->source_package->top_level = TRUE; in mxf_metadata_material_package_resolve()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1115 const glw::GLfloat top_level = (glw::GLfloat)(n_mipmap_levels - 1); in prepareLodForFace() local 1118 lods[1] = top_level; in prepareLodForFace() 1120 lods[3] = top_level; in prepareLodForFace() 1122 lods[5] = top_level; in prepareLodForFace() 1124 lods[7] = top_level; in prepareLodForFace()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.h | 687 TopLevelLiveRange* top_level); in NON_EXPORTED_BASE()
|
D | register-allocator.cc | 294 TopLevelLiveRange* top_level) in LiveRange() argument 300 top_level_(top_level), in LiveRange()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 3216 Handle<SharedFunctionInfo> top_level; in Compile() local 3221 ASSIGN_RETURN_ON_EXCEPTION(isolate, top_level, maybe_result, JSFunction); in Compile()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 1550 * builds/top_level.mk, builds/detect.mk: Use it. This fixes
|
D | ChangeLog.210 | 1504 <top_level>: Use `TOP_DIR` in `wildcard` function.
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 6497 …<parameter type-id='type-id-2' name='top_level' filepath='../.././libiberty/cp-demangle.c' line='1…
|