Home
last modified time | relevance | path

Searched refs:parent (Results 751 - 775 of 1793) sorted by relevance

1...<<31323334353637383940>>...72

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_gvn.cpp54 assert(n.parent); in visit()
56 if (n.parent->subtype == NST_LOOP_PHI_CONTAINER) { in visit()
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.h129 struct intel_group *parent; member
185 struct intel_group *parent; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_ts.c107 assert(tcs->base.parent == NULL); in svga_delete_tcs_state()
187 assert(tes->base.parent == NULL); in svga_delete_tes_state()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_scientific.cpp118 const MicroPropsGenerator *parent) : in ScientificHandler()
119 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
117 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, const MicroPropsGenerator *parent) ScientificHandler() argument
H A Dnumber_multiplier.cpp149 MultiplierFormatHandler::setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent) { in setAndChain() argument
151 fParent = parent; in setAndChain()
/third_party/libfuse/test/
H A Dtest_setattr.c55 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument
60 if (parent != FUSE_ROOT_ID) in tfs_lookup()
/third_party/ltp/testcases/kernel/pty/
H A Dhangup01.c84 * parent process for hangup test
86 void parent(int masterfd, int childpid) in parent() function
232 parent(masterfd, childpid); in main()
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DFormattableRvAdapter.java34 public ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { in onCreateViewHolder() argument
35 View view = layoutInflater.inflate(R.layout.formattable_list_item, parent, false); in onCreateViewHolder()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h117 inline Node *parent() const; // returns NULL if count(incident edges) != 1
185 Graph::Node *Graph::Node::parent() const in parent() function in nv50_ir::Graph::Node
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_local.h89 void *parent; member
182 (void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch,
/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py113 return True if decl.parent else False
119 return False if decl.parent else True
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_tuple_params.py93 line.parent = suite[0]
104 line.parent = suite[0]
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_local.h89 void *parent; member
182 (void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_multiplier.cpp149 MultiplierFormatHandler::setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent) { in setAndChain() argument
151 fParent = parent; in setAndChain()
H A Dnumber_scientific.cpp118 const MicroPropsGenerator *parent) : in ScientificHandler()
119 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
117 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, const MicroPropsGenerator *parent) ScientificHandler() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiPortSelector.java69 public void onItemSelected(AdapterView<?> parent, View view, in MidiPortSelector()
75 public void onNothingSelected(AdapterView<?> parent) { in MidiPortSelector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h12 // The parent register is never changed. Instead, a number of new virtual
127 /// Create a LiveRangeEdit for breaking down parent into smaller pieces.
128 /// @param parent The register being spilled or split.
138 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs, in LiveRangeEdit() argument
142 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis), in LiveRangeEdit()
151 assert(Parent && "No parent LiveInterval"); in getParent()
183 /// parent.
190 /// anyRematerializable - Return true if any parent values may be
/third_party/typescript/tests/baselines/reference/
H A DtruthinessCallExpressionCoercion2.js39 [].forEach((f: () => void) => f && f.apply(parent, []));
148 [].forEach(function (f) { return f && f.apply(parent, []); });
/third_party/python/Lib/test/test_importlib/
H A Dtest_reader.py13 path = pathlib.Path(__file__).parent / 'namespacedata01'
93 site_dir = str(pathlib.Path(__file__).parent)
/third_party/ffmpeg/libavcodec/
H A Dh264_mb.c68 if (ref->parent->tf.progress->data != h->cur_pic.tf.progress->data || in get_lowest_part_y()
81 if (ref->parent->tf.progress->data != h->cur_pic.tf.progress->data || in get_lowest_part_y()
172 int ref_field_picture = ref_pic->parent->field_picture; in await_references()
179 av_assert2((ref_pic->parent->reference & 3) == 3); in await_references()
180 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
184 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
188 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
193 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
197 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp381 unsigned parent = AddPrefix(phyParent, logParent, fs2us(name2)); in EnumerateDir() local
382 RINOK(EnumerateDir((int)parent, (int)parent, phyPrefix + name2)) in EnumerateDir()
465 const unsigned parent = AddPrefix(phyParentCur, logParent, fs2us(name2)); in EnumerateItems2() local
466 RINOK(EnumerateDir((int)parent, (int)parent, phyPrefix + phyPrefixCur + name2)) in EnumerateItems2()
506 const unsigned parent = dirItems.AddPrefix(phyParent, logParent, fs2us(name2)); in EnumerateDirItems_Spec() local
509 curNode, (int)parent, (int)parent, phyPrefix + name2, in EnumerateDirItems_Spec()
724 NOTE: (curNode and parent node in EnumerateForItem()
[all...]
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js210 // Make sure only top level parent propagates from allocPool
214 assert.strictEqual(b.parent, c.parent);
215 assert.strictEqual(b.parent, d.parent);
223 assert.strictEqual(c.parent, d.parent);
1078 assert(Buffer.allocUnsafe(1).parent instanceof ArrayBuffer);
1102 assert.strictEqual(Buffer.prototype.parent, undefined);
1104 assert.strictEqual(SlowBuffer.prototype.parent, undefine
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs139 /// Get the `Cursor` for this cursor's referent's lexical parent.
141 /// The lexical parent is the parent of the definition. The semantic parent
142 /// is the parent of the declaration. Generally, the lexical parent doesn't
143 /// have any effect on semantics, while the semantic parent does.
145 /// In the following snippet, the `Foo` class would be the semantic parent
146 /// of the out-of-line `method` definition, while the lexical parent is the
164 /// Get the referent's semantic parent, i
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py454 def theme_create(self, themename, parent=None, settings=None):
457 It is an error if themename already exists. If parent is
459 layouts from the specified parent theme. If settings are present,
463 if parent:
465 "-parent", parent, "-settings", script)
507 """Constructs a Ttk Widget with the parent master.
571 """Construct a Ttk Button widget with the parent master.
594 """Construct a Ttk Checkbutton widget with the parent master.
624 """Constructs a Ttk Entry widget with the parent maste
1374 def parent(self, item): global() member in Treeview
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBDecodeException.php42 parent::__construct(

Completed in 16 milliseconds

1...<<31323334353637383940>>...72