Home
last modified time | relevance | path

Searched refs:this (Results 1501 - 1525 of 4949) sorted by relevance

1...<<61626364656667686970>>...198

/third_party/lame/misc/
H A Dlame4dos.bat4 rem - put this Batch-Command on your Desktop,
7 rem - put this Batch-Command in a place mentioned
/third_party/ltp/include/mk/
H A Denv_post.mk18 # with this program; if not, write to the Free Software Foundation, Inc.,
24 ENV_PRE_LOADED ?= $(error You must load env_pre.mk before including this file)
63 INSTALL_DIR := $(error You must define INSTALL_DIR before including this file)
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
45 return static_cast<const brw_reg &>(*this); in as_brw_reg()
52 return static_cast<brw_reg &>(*this); in as_brw_reg()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dstatus.h2 // Use of this source code is governed by a BSD-style license that can be
125 T& value() & { return *this; } in value()
130 const T& value() const& { return *this; } in value()
/third_party/node/src/
H A Dnode_mem-inl.h15 static_cast<void*>(static_cast<Class*>(this)), in MakeAllocator()
40 // This means we called StopTracking() on this pointer before. in ReallocImpl()
100 Class* manager = static_cast<Class*>(this); in StopTrackingMemory()
H A Dnode_snapshotable.h30 // The memory chunk looks like this:
61 memcpy(result, this, sizeof(T)); in Copy()
65 void Delete() { ::operator delete[](this); } in Delete()
75 // serialization. Use this method to e.g. release references that
84 // embedder field of the object. Use this to restore native states
H A Dnode_threadsafe_cow.h43 // Define this early since some of the public members depend on it
94 Read read() const { return Read(this); } in read()
95 Write write() { return Write(this); } in write()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimfmtprops.h22 // (When building DLLs for Windows this is required.)
40 // Using this wrapper is rather unfortunate, but is needed on Windows platforms in order to allow
55 if (this != &other && // self-assignment: no-op in operator =()
59 return *this; in operator =()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcoleitr.h153 * Returns true if "other" is the same as "this"
156 * @return true if "other" is the same as "this"
162 * Returns true if "other" is not the same as "this".
165 * @return true if "other" is not the same as "this"
285 * ICU "poor man's RTTI", returns a UClassID for this class.
302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements()
306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h153 * Returns true if "other" is the same as "this"
156 * @return true if "other" is the same as "this"
162 * Returns true if "other" is not the same as "this".
165 * @return true if "other" is not the same as "this"
285 * ICU "poor man's RTTI", returns a UClassID for this class.
302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements()
306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test5 # of this license, see the COPYING file at the top level of this
22 --help Show this help and exit
25 up by this tool. This might change in the future. So far, the ones
94 # be established for this file.
/third_party/node/deps/v8/src/compiler/
H A Dnode-aux-data.h2 // Use of this source code is governed by a BSD-style license that can be
83 return !(*this == other); in operator !=()
87 return *this; in operator ++()
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h2 // Use of this source code is governed by a BSD-style license that can be
78 // to use the LocalLogger for this instead. in main_thread_logger()
85 return (v8::internal::LocalFactory*)this; in factory()
131 LocalIsolate* AsLocalIsolate() { return this; } in AsLocalIsolate()
133 // TODO(victorgomes): Remove this when/if MacroAssembler supports LocalIsolate
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-register-frame-array.h2 // Use of this source code is governed by a BSD-style license that can be
65 (*this)[reg] = other[reg]; in CopyFrom()
70 (*this)[reg] = other[reg]; in CopyFrom()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register.h2 // Use of this source code is governed by a BSD-style license that can be
20 // in its stack-frame. Register hold parameters, this, and expression values.
128 // Returns a new RegisterList which is a truncated version of this list, with
146 return (register_count() == 0) ? Register(0) : (*this)[0]; in first_register()
150 return (register_count() == 0) ? Register(0) : (*this)[register_count_ - 1]; in last_register()
/third_party/node/deps/v8/src/objects/
H A Djs-regexp-inl.h2 // Use of this source code is governed by a BSD-style license that can be
31 Object data = this->data(); in type_tag()
69 DCHECK(this->source().IsString()); in EscapedPattern()
95 // Only implementation data can be set this way. in SetDataAt()
H A Dname.h2 // Use of this source code is governed by a BSD-style license that can be
39 return RELAXED_READ_UINT32_FIELD(*this, kRawHashFieldOffset); in raw_hash_field()
43 RELAXED_WRITE_UINT32_FIELD(*this, kRawHashFieldOffset, hash); in set_raw_hash_field()
61 // We optimize this by setting a flag on the object's map when such
81 // Return a string version of this name that is converted according to the
117 // Array index strings this short can keep their index in the hash field.
176 // [is_private]: Whether this is a private symbol. Private symbols can only
180 // [is_well_known_symbol]: Whether this is a spec-defined well-known symbol,
185 // [is_interesting_symbol]: Whether this is an "interesting symbol", which
191 // [is_in_public_symbol_table]: Whether this i
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-stack.h2 // Use of this source code is governed by a BSD-style license that can be
44 // pushes must be longer than this without doing a stack-limit check.
64 // sequence of pushes longer that this.
77 void FreeThreadResources() { thread_local_.ResetToStaticStack(this); } in FreeThreadResources()
103 // archives and restores this struct.
147 void ResetIfEmpty() { thread_local_.ResetToStaticStackIfEmpty(this); } in ResetIfEmpty()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-807-opaque-types-methods-being-generated.rs83 pub fn Opaque_eleven_out_of_ten(this: *mut Opaque) -> SuchWow; in Opaque_eleven_out_of_ten()
87 pub fn Opaque_Opaque(this: *mut Opaque, pup: Pupper); in Opaque_Opaque()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSizedMRUCache.h3 // Use of this source code is governed by a BSD-style license that can be
123 ValueAndSize(ValueAndSize &&other) : ValueAndSize() { *this = std::move(other); } in ValueAndSize()
128 return *this; in operator =()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h3 // Use of this source code is governed by a BSD-style license that can be
104 EscapedSink escape() { return EscapedSink(*this); } in escape()
116 return *this; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h89 /// For Symbols in known sections, this will return a RelocationValueRef
91 /// For Symbols whose section is not known, this will return a
147 Impl &impl() { return static_cast<Impl &>(*this); } in impl()
148 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h43 // The TripleName for this disassembler.
59 // when this LLVMDisasmContext is deleted.
117 void addOptions(uint64_t Options) { this->Options |= Options; } in addOptions()
119 void setCPU(const char *CPU) { this->CPU = CPU; } in setCPU()
/third_party/skia/src/core/
H A DSkSafeMath.h4 * Use of this source code is governed by a BSD-style license that can be
16 // This must be correct for all platforms, because this is a check for safety at runtime.
36 * Return a + b, unless this result is an overflow/underflow. In those cases, fOK will
37 * be set to false, and it is undefined what this returns.
92 result = this->add(lx_ly, (hx_ly << 32)); in mul64()
93 result = this->add(result, (lx_hy << 32)); in mul64()
/third_party/skia/src/gpu/glsl/
H A DGrGLSLUniformHandler.h4 * Use of this source code is governed by a BSD-style license that can be
15 // variable names beginning with this prefix will not be mangled
50 supported at this time. The actual uniform name will be mangled. If outName is not nullptr
59 return this->addUniformArray(owner, visibility, type, name, 0, outName); in addUniform()
70 return this->internalAddUniformArray(owner, visibility, type, name, mangle, arrayCount, in addUniformArray()

Completed in 12 milliseconds

1...<<61626364656667686970>>...198