/foundation/window/window_manager/utils/include/ |
H A D | client_agent_container.h | 4 * you may not use this file except in compliance with the License.
71 new AgentDeathRecipient([this](const sptr<IRemoteObject>& remoteObject) { this->RemoveAgent(remoteObject); })) {}
in ClientAgentContainer() 128 WLOGFD("could not find this agent");
in UnregisterAgentLocked()
|
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_event.h | 4 * you may not use this file except in compliance with the License. 51 return !(*this == other); in operator !=() 105 auto func = [this, env = each.m_regEnv, obj] () -> napi_value { return CreateResult(env, obj); }; in CheckAndNotify()
|
/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 4 @rem you may not use this file except in compliance with the License. 34 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | lru_bucket.h | 4 * you may not use this file except in compliance with the License. 181 Node *prev_ = this; 182 Node *next_ = this;
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | lru_bucket.h | 4 * you may not use this file except in compliance with the License. 181 Node *prev_ = this; 182 Node *next_ = this;
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 2 " Use of this source code is governed by a BSD-style license that can be 71 " Operators; I think this is a bit too colourful.
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | fmtable.h | 72 * or struct, then we no longer need this enum. 86 * @param flag the flag to indicate this is a date. Always set it to kIsDate 161 * @param objectToAdopt the UObject to set this object to 174 * @param rhs The Formattable object to copy into this object. 182 * @return true if other are equal to this, false otherwise. 190 * @return true if other are unequal to this, false otherwise. 203 * Clone this object. 208 * @return a clone of this object 273 * Gets the data type of this Formattable object. 274 * @return the data type of this Formattabl [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_remote.tex | 50 is passed in argument \Var{as}, this routine is also safe to use from 58 (this normally happens when defining \Const{UNW\_LOCAL\_ONLY} before
|
/third_party/lzma/CPP/Common/ |
H A D | MyBuffer.h | 112 if (&buffer != this)
in operator =() 114 return *this;
in operator =() 281 return *this;
|
/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 3 # Use of this source code is governed by a BSD-style license that can be 170 # Careful, this replacement is quite flaky, because otherwise the regex is 187 // Use of this source code is governed by a BSD-style license that can be 214 '"gperf generated tables don\'t work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."', 215 '"gperf generated tables don\'t work with this execution character set."\\\n// If you see this error, please report a bug to <bug-gperf@gnu.org>.'
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 7 " Version 1.4 of this script is in the upstream vim repository and will be 8 " included in the next vim release. If you change this, please send your change
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | fmtable.h | 72 * or struct, then we no longer need this enum. 86 * @param flag the flag to indicate this is a date. Always set it to kIsDate 161 * @param objectToAdopt the UObject to set this object to 174 * @param rhs The Formattable object to copy into this object. 182 * @return true if other are equal to this, false otherwise. 190 * @return true if other are unequal to this, false otherwise. 203 * Clone this object. 208 * @return a clone of this object 273 * Gets the data type of this Formattable object. 274 * @return the data type of this Formattabl [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-context.h | 2 // Use of this source code is governed by a BSD-style license that can be 129 * Note that this is different from a detached context where all accesses to 132 * It is also not possible to detach an object returned by this method. 137 * returned by this method. 152 /** Returns the security token of this context.*/ 156 * Enter this context. After entering a context, all code compiled 157 * and run is compiled and run in this context. If another context 158 * is already entered, this old context is saved so it can be 164 * Exit this context. Exiting the current context restores the 177 * object. The provided object *will* be frozen by DeepFreeze after this [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | signature.h | 2 // Use of this source code is governed by a BSD-style license that can be 56 if (this == &other) return true; in operator ==() 61 bool operator!=(const Signature& other) const { return !(*this == other); } in operator !=() 141 // Add return types to this signature (only allowed if there are none yet). 149 // Add parameters to this signature (only allowed if there are none yet).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.h | 37 assert(this->Ctx && "Ctx can not be null"); in JITLinkerBase() 144 return static_cast<const LinkerImpl &>(*this); in impl() 239 /// of this process are removed.
|
/third_party/skia/src/core/ |
H A D | SkImageFilter_Base.h | 4 * Use of this source code is governed by a BSD-style license that can be 55 * While this operation transforms an device-space output bounds to a layer-space input bounds, 76 * Calculate the device-space bounds of the output of this filter DAG, if it were to process 82 * While this operation transforms a parameter-space input bounds to an device-space output 92 * drawn into the source image prior to filtering with this DAG, i.e. 102 // Returns true if this image filter graph transforms a source transparent black pixel to a 149 * Apply this cropRect to the imageBounds. If a given edge of the cropRect is not set, then 171 * If this fails (i.e. corrupt buffer or contents) then return false and common will 173 * If this returns true, then inputCount() is the number of found input filters, each 220 return this in filterInput() [all...] |
H A D | SkMaskGamma.h | 4 * Use of this source code is governed by a BSD-style license that can be 175 * a convenience function to test for the absence of this case. 198 /** True if this PreBlend should be applied. When false, fR, fG, and fB are nullptr. */ 199 bool isApplicable() const { return SkToBool(this->fG); } in isApplicable() 210 : SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>(sk_ref_sp(this), in preBlend()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.h | 4 * Use of this source code is governed by a BSD-style license that can be 47 OpsTask* asOpsTask() override { return this; } 68 // require the specifics of GrTextureProxy, so this avoids a number of unnecessary virtual in addSampledTexture() 70 // be a texture. Eventually, when proxies are a unified type with flags, this can just in addSampledTexture() 96 // Returns whether the given opsTask can be appended at the end of this one. 100 // renderPass compatible. Return the number of tasks merged into 'this'. 153 // If a surfaceDrawContext splits its opsTask, it uses this method to guarantee stencil values 157 // Prevents this opsTask from merging backward. This is used by DMSAA when a non-multisampled 186 // Attempts to move the ops from the passed chain to this chain at the head. Also attempts 191 // Attempts to add 'op' to this chai [all...] |
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew.bat | 5 @rem you may not use this file except in compliance with the License.
32 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | fmtable.h | 72 * or struct, then we no longer need this enum. 86 * @param flag the flag to indicate this is a date. Always set it to kIsDate 161 * @param objectToAdopt the UObject to set this object to 174 * @param rhs The Formattable object to copy into this object. 182 * @return true if other are equal to this, false otherwise. 190 * @return true if other are unequal to this, false otherwise. 203 * Clone this object. 208 * @return a clone of this object 273 * Gets the data type of this Formattable object. 274 * @return the data type of this Formattabl [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsQuad.h | 4 * Use of this source code is governed by a BSD-style license that can be 59 return *this; in SkDEBUGPARAMS() 76 * Return the number of valid roots (0 < root < 1) for this cubic intersecting the 96 void subDivide(double t1, double t2, SkDQuad* quad) const { *quad = this->subDivide(t1, t2); } in subDivide() 112 * Return the number of valid roots (0 < root < 1) for this cubic intersecting the
|
H A D | SkPathOpsConic.h | 4 * Use of this source code is governed by a BSD-style license that can be 52 return *this; in set() 110 void subDivide(double t1, double t2, SkDConic* c) const { *c = this->subDivide(t1, t2); } in subDivide()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | gl_raii.h | 3 // Use of this source code is governed by a BSD-style license that can be 47 if (this != &rht) in operator =() 53 return *this; in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RawByteChannel.h | 44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage() 63 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) { in startReceiveMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 34 /// MCSymbol - Instances of this class represent a symbol name in the MC file, 43 /// The kind of the symbol. If it is any value other than unset then this 70 /// If this is a variable symbol, this caches the variable value's fragment. 71 /// FIXME: We might be able to simplify this by having the asm streamer create 73 /// If this is a section, then it gives the symbol is defined in. This is null 76 /// If this is a fragment, then it gives the fragment this symbol's value is 79 /// For the 'HasName' integer, this is true if this symbo [all...] |