/third_party/glslang/glslang/MachineIndependent/ |
H A D | LiveTraverser.h | 11 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following 20 // from this software without specific prior written permission. 113 return true; // traverse this subtree in visitAggregate() 126 node->getTrueBlock()->traverse(this); in visitSelection() 128 node->getFalseBlock()->traverse(this); in visitSelection()
|
/third_party/benchmark/src/ |
H A D | mutex.h | 127 int entered_ = 0; // Number of threads that have entered this barrier 130 // entered the barrier. Returns iff this is the last thread to 138 auto cb = [this, phase_number_cp]() { in REQUIRES() 139 return this->phase_number_ > phase_number_cp || in REQUIRES()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_decimfmtprops.h | 22 // (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/mbedtls/scripts/ |
H A D | lcov.sh | 18 3. Run this script from the parent of the directory containing the library 24 -r Reset traces. Run this before re-testing to get fresh measurements.
|
/third_party/lame/misc/ |
H A D | lame4dos.bat | 4 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 D | env_post.mk | 18 # 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 D | brw_ir.h | 6 * 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 D | status.h | 2 // 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 D | node_mem-inl.h | 15 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 D | node_snapshotable.h | 30 // 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 D | node_threadsafe_cow.h | 43 // 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 D | number_decimfmtprops.h | 22 // (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 D | coleitr.h | 153 * 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 D | coleitr.h | 153 * 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 D | locate-test | 5 # 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 D | node-aux-data.h | 2 // 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 D | local-isolate.h | 2 // 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 D | maglev-register-frame-array.h | 2 // 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 D | bytecode-register.h | 2 // 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 D | js-regexp-inl.h | 2 // 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 D | name.h | 2 // 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 D | regexp-stack.h | 2 // 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 D | issue-807-opaque-types-methods-being-generated.rs | 83 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 D | SizedMRUCache.h | 3 // 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 D | DebugSink.h | 3 // 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 <<()
|