/third_party/skia/infra/bots/recipe_modules/build/ |
H A 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/ |
H A D | descriptor_database.py | 136 top_level, _, _ = symbol.rpartition('.') 138 return self._file_desc_protos_by_symbol[top_level]
|
H A 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): 922 top_level: If True, the enum is a top level symbol. If False, the enum 955 if top_level:
|
/third_party/python/Lib/ |
H A D | pstats.py | 126 self.top_level = set() 165 self.top_level.add(func) 179 for func in item.top_level: 180 self.top_level.add(func) 299 old_top = self.top_level 300 self.top_level = new_top = set() 420 for func in self.top_level:
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 204 // Start with one top_level symbol mapping to the start symbol of the grammar. in RunEarleyAlgorithm() 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() 271 // Success: The {top_level} rule matches the complete input. in RunEarleyAlgorithm()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | namespace.hpp | 3 void top_level();
|
/third_party/rust/crates/clap/examples/derive_ref/ |
H A D | hand_subcommand.rs | 71 top_level: bool,
|
H A D | flatten_hand_args.rs | 83 top_level: bool,
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_metadata_api.py | 67 distribution('egginfo-pkg').read_text('top_level.txt').strip(), 'mod' 71 top_level = [ 72 path for path in files('egginfo-pkg') if path.name == 'top_level.txt' 74 self.assertEqual(top_level.read_text(), 'mod\n')
|
/third_party/python/Lib/unittest/test/ |
H A 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/vixl/test/ |
H A D | test-api.cc | 447 GetCPUFeaturesWrapper top_level(&cpu); in TEST() 452 CPUFeaturesScope outer(&top_level, CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST() 505 CPUFeaturesScope scope(&top_level); in TEST()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | namespace.rs | 14 pub fn top_level(); in top_level() functions
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 294 bool top_level = in ExitScope() local 296 if (top_level) { in ExitScope()
|
/third_party/libbpf/src/ |
H A D | btf_dump.c | 1600 bool top_level) in btf_dump_emit_type_cast() 1618 if (top_level) in btf_dump_emit_type_cast() 1627 if (top_level) in btf_dump_emit_type_cast() 1599 btf_dump_emit_type_cast(struct btf_dump *d, __u32 id, bool top_level) btf_dump_emit_type_cast() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A 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/codegen/ |
H A 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/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.h | 687 TopLevelLiveRange* top_level);
|
H A D | register-allocator.cc | 294 TopLevelLiveRange* top_level) in LiveRange() 300 top_level_(top_level), in LiveRange() 293 LiveRange(int relative_id, MachineRepresentation rep, TopLevelLiveRange* top_level) LiveRange() argument
|