Home
last modified time | relevance | path

Searched refs:base (Results 851 - 875 of 6466) sorted by relevance

1...<<31323334353637383940>>...259

/third_party/node/deps/v8/src/common/
H A Dptr-compr.h8 #include "src/base/memory.h"
28 return base::ReadUnalignedValue<V>(p); in ReadMaybeUnalignedValue()
30 return base::Memory<V>(p); in ReadMaybeUnalignedValue()
46 base::WriteUnalignedValue<V>(p, value); in WriteMaybeUnalignedValue()
48 base::Memory<V>(p) = value; in WriteMaybeUnalignedValue()
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk-inl.h17 base::CheckedIncrement(&external_backing_store_bytes_[type], amount); in IncrementExternalBackingStoreBytes()
25 base::CheckedDecrement(&external_backing_store_bytes_[type], amount); in DecrementExternalBackingStoreBytes()
36 base::CheckedDecrement(&(from->external_backing_store_bytes_[type]), amount); in MoveExternalBackingStoreBytes()
37 base::CheckedIncrement(&(to->external_backing_store_bytes_[type]), amount); in MoveExternalBackingStoreBytes()
/third_party/node/deps/v8/src/torque/
H A Dserver-data.cc21 base::Optional<SourcePosition> LanguageServerData::FindDefinition( in FindDefinition()
23 if (!source.IsValid()) return base::nullopt; in FindDefinition()
26 if (iter == Get().definitions_map_.end()) return base::nullopt; in FindDefinition()
33 return base::nullopt; in FindDefinition()
/third_party/node/deps/v8/src/utils/
H A Dversion.h10 #include "src/base/functional.h"
14 namespace base { namespace
17 } // namespace base
32 base::hash_combine(major_, minor_, build_, patch_)); in Hash()
36 static void GetString(base::Vector<char> str);
39 static void GetSONAME(base::Vector<char> str);
H A Dversion.cc9 #include "src/base/strings.h"
30 void Version::GetString(base::Vector<char> str) { in GetString()
33 base::SNPrintF(str, "%d.%d.%d.%d%s%s", GetMajor(), GetMinor(), GetBuild(), in GetString()
36 base::SNPrintF(str, "%d.%d.%d%s%s", GetMajor(), GetMinor(), GetBuild(), in GetString()
42 void Version::GetSONAME(base::Vector<char> str) { in GetSONAME()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_shader_module.h41 struct vk_object_base base; member
50 VK_DEFINE_NONDISP_HANDLE_CASTS(vk_shader_module, base, VkShaderModule,
71 .base.type = VK_OBJECT_TYPE_SHADER_MODULE, \
76 .base.type = VK_OBJECT_TYPE_SHADER_MODULE, \
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.h22 #include <base/containers/array_view.h>
23 #include <base/containers/string.h>
24 #include <base/containers/string_view.h>
25 #include <base/containers/unordered_map.h>
26 #include <base/containers/vector.h>
27 #include <base/util/uid.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_camera.h23 #include <base/containers/array_view.h>
24 #include <base/containers/string.h>
25 #include <base/containers/string_view.h>
26 #include <base/containers/unordered_map.h>
27 #include <base/containers/vector.h>
28 #include <base/util/uid.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object.h21 #include <meta/base/bit_field.h>
22 #include <meta/base/ids.h>
23 #include <meta/base/meta_types.h>
24 #include <meta/base/namespace.h>
25 #include <meta/base/shared_ptr.h>
26 #include <meta/base/types.h>
62 * @brief Tries to find the last object the uri points to using this object as base.
80 * @brief Tries to find the last object the uri points to using this object as base.
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/
H A Drender_node_dotfield_simulation.h19 #include <base/containers/string.h>
20 #include <base/containers/string_view.h>
21 #include <base/containers/unordered_map.h>
22 #include <base/containers/vector.h>
23 #include <base/math/vector.h>
24 #include <base/util/uid.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.h21 #include <base/containers/array_view.h>
22 #include <base/containers/string.h>
23 #include <base/containers/string_view.h>
24 #include <base/containers/unique_ptr.h>
25 #include <base/containers/vector.h>
26 #include <base/namespace.h>
/third_party/gn/src/gn/
H A Dcommand_format_unittest.cc7 #include "base/files/file_util.h"
8 #include "base/strings/string_util.h"
23 base::FilePath src_dir = \
25 base::SetCurrentDirectory(src_dir); \
26 ASSERT_TRUE(base::ReadFileToString( \
27 base::FilePath(FILE_PATH_LITERAL("src/gn/format_test_data/") \
30 ASSERT_TRUE(base::ReadFileToString( \
31 base::FilePath(FILE_PATH_LITERAL("src/gn/format_test_data/") \
H A Dtrace.cc15 #include "base/command_line.h"
16 #include "base/files/file_path.h"
17 #include "base/files/file_util.h"
18 #include "base/json/string_escape.h"
19 #include "base/logging.h"
20 #include "base/strings/stringprintf.h"
80 out << base::StringPrintf(" %8.2f ", load->delta().InMillisecondsF()); in Coalesced()
103 out << base::StringPrintf(" %8.2f %d ", cur.total_duration, cur.count); in Coalesced()
154 void ScopedTrace::SetCommandLine(const base::CommandLine& cmdline) { in Coalesced()
243 out << base in Coalesced()
[all...]
H A Dvisual_studio_utils.cc9 #include "base/md5.h"
10 #include "base/strings/string_split.h"
11 #include "base/strings/string_util.h"
22 std::string str = base::ToUpperASCII(base::MD5String(seed + entry_path)); in MakeGuid()
119 if (base::starts_with(ldflag, kSubsytemPrefix)) { in ParseLinkerOption()
122 const std::vector<std::string> tokens = base::SplitString( in ParseLinkerOption()
123 subsystem, ",", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY); in ParseLinkerOption()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeArrayTimeZoneRule.java15 * defined by an array of milliseconds since the standard base time.
36 * @param startTimes The start times in milliseconds since the base time
58 * @return An array of the start times in milliseconds since the base time
101 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() argument
105 if (time < base || (!inclusive && time == base)) { in getNextStart()
120 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart() argument
124 if (time < base || (inclusive && time == base)) { in getPreviousStart()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeArrayTimeZoneRule.java16 * defined by an array of milliseconds since the standard base time.
37 * @param startTimes The start times in milliseconds since the base time
57 * @return An array of the start times in milliseconds since the base time
95 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() argument
99 if (time < base || (!inclusive && time == base)) { in getNextStart()
113 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart() argument
117 if (time < base || (inclusive && time == base)) { in getPreviousStart()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dcombiner.py8 from . import base namespace
10 from ..outproc import base as outproc
12 class CombinerProc(base.TestProc):
37 def setup(self, requirement=base.DROP_RESULT):
40 assert requirement == base.DROP_RESULT
41 self._next_proc.setup(base.DROP_RESULT)
/third_party/libinput/src/
H A Dutil-strings.c243 const char *base = safe_basename(filename); in trunkname() local
246 if (base == NULL) in trunkname()
249 suffix = rindex(base, '.'); in trunkname()
251 return safe_strdup(base); in trunkname()
253 return strndup(base, suffix-base); in trunkname()
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h8 #include "src/base/macros.h"
67 base::SharedMutex* internalized_string_access() { in internalized_string_access()
83 // Upcast to the privately inherited base-class using c-style casts to avoid in factory()
165 base::Optional<WorkerThreadRuntimeCallStatsScope> rcs_scope_;
173 template <base::MutexSharedType kIsShared>
176 SharedMutexGuardIfOffThread(base::SharedMutex* mutex, LocalIsolate* isolate) { in SharedMutexGuardIfOffThread()
187 base::Optional<base::SharedMutexGuard<kIsShared>> mutex_guard_;
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.h14 #include "src/base/compiler-specific.h"
15 #include "src/base/optional.h"
16 #include "src/base/platform/mutex.h"
24 namespace base { namespace
27 } // namespace base
65 base::Optional<int> length_limit = base::nullopt);
66 void AppendString(base::Vector<const char> str);
112 base::Mutex* mutex() { return &mutex_; } in mutex()
128 base
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.c68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, in realloc_query_bo()
130 ctx->base.flush(&ctx->base, NULL, 0); in etna_acc_get_query_result()
137 ctx->base.flush(&ctx->base, NULL, 0); in etna_acc_get_query_result()
192 q = &aq->base; in etna_acc_create_query()
/third_party/rust/crates/clap/examples/
H A Dgit.rs21 .arg(arg!(base: [COMMIT])) in cli()
75 let mut base = sub_matches.get_one::<String>("base").map(|s| s.as_str()); in main() variables
82 path = base; in main()
83 base = None; in main()
86 let base = base.unwrap_or("stage"); in main()
89 println!("Diffing {base}..{head} {path} (color={color})"); in main()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DScriptTable.java16 ScriptTable(ReadableFontData data, int base, boolean dataIsCanonical) { in ScriptTable() argument
17 super(data, base, dataIsCanonical); in ScriptTable()
71 Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
72 super(data, base, dataIsCanonical); in Builder()
91 protected ScriptTable readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() argument
92 return new ScriptTable(data, base, dataIsCanonical); in readTable()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dexample_util.c26 uint32_t ExUtilGetUInt(const char* const v, int base, int* const error) { in ExUtilGetUInt() argument
28 const uint32_t n = (v != NULL) ? (uint32_t)strtoul(v, &end, base) : 0u; in ExUtilGetUInt()
37 int ExUtilGetInt(const char* const v, int base, int* const error) { in ExUtilGetInt() argument
38 return (int)ExUtilGetUInt(v, base, error); in ExUtilGetInt()
41 int ExUtilGetInts(const char* v, int base, int max_output, int output[]) { in ExUtilGetInts() argument
44 const int value = ExUtilGetInt(v, base, &error); in ExUtilGetInts()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_next.py20 power< base=any+ trailer< '.' attr='next' > trailer< '(' ')' > >
49 base = results.get("base")
53 if base:
57 base = [n.clone() for n in base]
58 base[0].prefix = ""
59 node.replace(Call(Name("next", prefix=node.prefix), base))

Completed in 8 milliseconds

1...<<31323334353637383940>>...259