Home
last modified time | relevance | path

Searched refs:base (Results 2351 - 2375 of 6816) sorted by relevance

1...<<919293949596979899100>>...273

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.h21 #include <base/containers/string.h>
22 #include <base/containers/string_view.h>
23 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.h21 #include <base/containers/string.h>
22 #include <base/containers/unordered_map.h>
23 #include <base/containers/vector.h>
H A Dnode_context_pso_manager.h22 #include <base/containers/unique_ptr.h>
23 #include <base/containers/unordered_map.h>
24 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object.h18 #include <base/containers/array_view.h>
19 #include <base/containers/vector.h>
21 #include <meta/base/types.h>
H A Dbase_object.h18 #include <base/containers/array_view.h>
19 #include <base/containers/vector.h>
21 #include <meta/base/types.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Djson_util.h22 #include <base/containers/string.h>
23 #include <base/containers/string_view.h>
24 #include <base/math/mathf.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dcamera_component.h22 #include <base/containers/string.h>
23 #include <base/math/matrix.h>
24 #include <base/util/formats.h>
273 /** Multi-view camera entities for the base camera
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_entity_collection.h19 #include <base/containers/array_view.h>
20 #include <base/containers/string.h>
21 #include <base/containers/string_view.h>
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h21 #include <base/containers/unique_ptr.h>
22 #include <base/containers/unordered_map.h>
23 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Djson_util.h22 #include <base/containers/string.h>
23 #include <base/containers/string_view.h>
24 #include <base/math/mathf.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h21 #include <base/containers/refcnt_ptr.h>
22 #include <base/containers/vector.h>
23 #include <base/namespace.h>
/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h281 int CheckDataLegal(std::string &data, int base = DECIMAL_NOTATION);
282 unsigned int CheckDataToUint(std::string &data, int base = DECIMAL_NOTATION);
283 long long CheckDataTolonglong(std::string &data, int base = DECIMAL_NOTATION);
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuFunctions.java5 import static com.google.common.base.Preconditions.checkArgument;
17 import com.google.common.base.Ascii;
18 import com.google.common.base.CharMatcher;
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapScan.java33 System.err.println("# "+CapScan.class.getSimpleName()+": This is just the base class. Use a subclass."); in main()
66 Element base = out.createElement(IcuInfo.ICU_INFO); in createProduct()
67 out.appendChild(base); in createProduct()
70 base.appendChild(products); in createProduct()
H A DSimpleScan.java31 System.err.println("# "+SimpleScan.class.getSimpleName()+": This is just the base class. Use a subclass."); in main()
64 CapElement base = out.createCapElement(IcuInfo.ICU_INFO); in createProduct()
65 out.appendChild(base); in createProduct()
68 base.appendChild(products); in createProduct()
/third_party/libuv/test/
H A Dtest-udp-send-and-recv.c50 buf->base = slab; in alloc_cb()
82 ASSERT(!memcmp("PONG", buf->base, nread)); in cl_recv_cb()
140 ASSERT(!memcmp("PING", rcvbuf->base, nread)); in sv_recv_cb()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.h67 struct svga_winsys_screen base; member
130 vmw_winsys_screen(struct svga_winsys_screen *base) in vmw_winsys_screen() argument
132 return (struct vmw_winsys_screen *)base; in vmw_winsys_screen()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dvariant_test.py16 from testrunner.testproc import base namespace
20 class FakeResultObserver(base.TestProcObserver):
31 class FakeFilter(base.TestProcFilter):
H A Dsequence_test.py18 from testrunner.testproc import base namespace
23 class FakeExecutionProc(base.TestProc):
42 class FakeResultObserver(base.TestProcObserver):
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dprocess-release.js130 const base = url.resolve(defaultUrl, './')
136 return url.resolve(base, 'win-' + arch + '/' + name + '.lib')
139 return url.resolve(base, (arch === 'x86' ? '' : arch + '/') + name + '.lib')
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c38 struct nouveau_context *nv = &nv30->base; in nv30_fragprog_upload()
40 struct pipe_context *pipe = &nv30->base.pipe; in nv30_fragprog_upload()
69 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_fragprog_validate()
/third_party/node/deps/v8/src/date/
H A Ddate.h8 #include "src/base/small-vector.h"
9 #include "src/base/timezone-cache.h"
50 base::TimezoneCache::TimeZoneDetection time_zone_detection);
237 base::TimezoneCache* tz_cache_;
251 using DateBuffer = base::SmallVector<char, 128>;
/third_party/node/deps/v8/src/base/
H A Dbit-field.h10 #include "src/base/macros.h"
13 namespace base { namespace
19 // using MyBitField = base::BitField<MyEnum, 4, 2>;
102 using Name = base::BitField<Type, RangesName::k##Name##Start, Size>;
105 using Name = base::BitField64<Type, RangesName::k##Name##Start, Size>;
154 } // namespace base
H A Dfunctional.h16 #include "src/base/base-export.h"
17 #include "src/base/macros.h"
20 namespace base { namespace
22 // base::hash is an implementation of the hash function object specified by
27 // base::hash is implemented by calling the hash_value function. The namespace
34 // simple function base::hash_combine to pass hash-relevant member variables
35 // into, in order to define a decent hash function. base::hash_combine is
47 // return base::hash_combine(p.x, p.y);
53 // base
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dframe-description.h94 return base::Malloc(size + frame_size - kSystemPointerSize);
98 base::Free(pointer);
101 void operator delete(void* description) { base::Free(description); }

Completed in 11 milliseconds

1...<<919293949596979899100>>...273