Home
last modified time | relevance | path

Searched refs:parent (Results 2351 - 2375 of 2399) sorted by relevance

1...<<919293949596

/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc4867 // and will confuse the parent process. Otherwise, create/delete in Run()
4999 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5000 : parent_(parent),
/third_party/node/deps/googletest/src/
H A Dgtest.cc5420 // and will confuse the parent process. Otherwise, create/delete
5557 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5558 : parent_(parent),
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTestUtil.java2017 * Calls {@code parent.newBuilderForField()} or uses the
2022 Message.Builder parent, Descriptors.FieldDescriptor field) { in newBuilderForField()
2024 return parent.newBuilderForField(field); in newBuilderForField()
2973 // Search each parent directory looking for "src/google/protobuf". in getTestDataDir()
2021 newBuilderForField( Message.Builder parent, Descriptors.FieldDescriptor field) newBuilderForField() argument
/third_party/python/Lib/test/
H A Dtest_tarfile.py3341 except the destination directory itself and parent directories of
3392 for parent in path.parents:
3393 self.expected_paths.discard(parent)
3439 arc.add('parent', symlink_to='current/..')
3440 arc.add('parent/evil')
3453 self.expect_file('parent', symlink_to='current/..')
3459 """'parent/evil' would be extracted to ['"].*evil['"], """
3465 """'parent' would link to ['"].*outerdir['"], """
3471 self.expect_file('parent/evil')
3473 self.expect_file('parent/evi
[all...]
H A Dtest_logging.py262 # Logging levels in a nested namespace, inherited from parent loggers.
297 # Logging levels when some parent does not exist yet.
5235 self.assertIs(root, logging.getLogger('foo').parent)
5238 self.assertIsNot(root, logging.getLogger('foo.bar').parent)
5274 # Set parent logger level and ensure caches are emptied
5279 # Ensure logger2 uses parent logger's effective level
5289 # Verify logger2 follows parent and not root
H A D_test_multiprocessing.py348 # its parent (a.k.a the child process).
682 # The fork method by design inherits all fds from the parent,
791 # The fork method by design inherits all fds from the parent,
3205 # We test that a pipe connection can be closed by parent
4089 # not affect signal handling in the parent process.
4098 # same resource_tracker process as its parent.
4111 # resource_tracker process as its parent would make the parent's
4964 # Issue 12098: check sys.flags of child matches that for parent
5013 parent, chil
[all...]
H A Dtest_os.py1601 parent = os.path.join(base, 'dir1')
1602 path = os.path.join(parent, 'dir2')
1608 self.assertEqual(os.stat(parent).st_mode & 0o777, 0o775)
1646 # The os should apply S_ISGID from the parent dir for us, but
2455 # subprocess to the parent that the interpreter is ready. When it
2943 # the parent directory if CreateFileW() fails with a permission
2944 # error. If reading the parent directory fails because the file or
3057 # We are the parent of our subprocess
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js1039 var controlFlowPrefix = (ast: AST, parent: AST, walker: IAstWalker) => {
3382 var controlFlowPrefix = function (ast, parent, walker) {
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp708 ExpandContext (const ExpandContext& parent) in ExpandContext() argument
709 : m_symCounter(parent.m_symCounter) {} in ExpandContext()
/third_party/elfutils/src/
H A Dreadelf.c7795 values. If the parent of this variant DIE is a in attr_callback()
7803 Dwarf_Die *parent = &cbargs->dies[level - 1]; in attr_callback() local
7805 && dwarf_tag (parent) == DW_TAG_variant_part) in attr_callback()
7810 if (dwarf_formref_die (dwarf_attr (parent, in attr_callback()
7816 die_type_sign_bytes (parent, &is_signed, &bytes); in attr_callback()
/third_party/ffmpeg/libavformat/
H A Dmovenc.c468 * concatenates dependent frames to their independent parent */ in handle_eac3()
513 int parent = hdr->substreamid; in handle_eac3() local
525 info->substream[parent].num_dep_sub++; in handle_eac3()
541 info->substream[parent].chan_loc |= (get_bits(&gbc, 16) >> 5) & 0x1f; in handle_eac3()
543 info->substream[parent].chan_loc |= hdr->channel_mode; in handle_eac3()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp10556 root.parent = NULL; in getArgumentListsForVariableType()
10593 new_subnode->parent = current_node_ptr; in getArgumentListsForVariableType()
10622 new_subnode->parent = current_node_ptr; in getArgumentListsForVariableType()
10686 current_node_ptr = current_node_ptr->parent; in getArgumentListsForVariableType()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp171 DECLARE_NAPI_GETTER("parent", JSParent), in Init()
1159 int32_t parent; in JSParent() local
1169 parent = obj->fileAssetPtr->GetParent(); in JSParent()
1170 napi_create_int32(env, parent, &jsResult); in JSParent()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1183 // Load value from current parent frame by given offset in bytes.
1905 // Allocate a SlicedOneByteString with the given length, parent and offset.
1909 TNode<String> parent,
1911 // Allocate a SlicedTwoByteString with the given length, parent and offset.
1914 TNode<String> parent,
4171 TNode<String> parent, TNode<Smi> offset);
/third_party/ffmpeg/libswscale/
H A Dutils.c1263 c->slice_ctx[i]->parent = c; in context_init_threaded()
/third_party/libabigail/tools/
H A Dabipkgdiff.cc686 string abi_path, dir, parent; in create_abi_file_path() local
788 /// Getter for the path to the parent directory under which packages
791 /// @return the path to the parent directory under which packages
1079 << "Erasing temporary extraction parent directory " in erase_created_temporary_directories_parent()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h852 struct anv_state_pool *parent,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1252 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1802 parent: ::Option<unsafe extern "C" fn()>, in pthread_atfork()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c2734 u->sink->parent.process_msg = sink_process_msg; in pa_alsa_sink_new()
H A Dalsa-source.c2399 u->source->parent.process_msg = source_process_msg; in pa_alsa_source_new()
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c1239 u->sink->parent.process_msg = sink_process_msg_cb; in pa__init()
/third_party/openssl/include/openssl/
H A Devp.h1250 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs19318 //! with boxes because each node often has only one owner, the parent.
19527 //! [`Rc`] pointers from parent nodes to children, and [`Weak`] pointers from
21436 /// have strong [`Rc`] pointers from parent nodes to children, and `Weak`
23382 /// strong `Arc` pointers from parent nodes to children, and [`Weak`]
23535 /// have strong [`Arc`] pointers from parent nodes to children, and `Weak`
29234 Ok(parent) => { in bulk_push()
29235 let parent = parent.into_node(); in bulk_push()
29236 if parent.len() < node::CAPACITY { in bulk_push()
29238 open_node = parent; in bulk_push()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp3993 // Pack any dependent struct types before we pack a parent struct. in align_struct()
13414 auto &parent = get<SPIRType>(get_pointee_type(type).parent_type);
13415 return join("array<", sampler_type(parent, id), ", ", array_size, ">");
13460 auto &parent = get<SPIRType>(get_pointee_type(type).parent_type);
13461 return join("array<", image_type_glsl(parent, id), ", ", array_size, ">");
14511 // We could use parent type here and recurse, but that makes creating physical type remappings

Completed in 204 milliseconds

1...<<919293949596