Home
last modified time | relevance | path

Searched defs:real (Results 1 – 25 of 65) sorted by relevance

123

/third_party/alsa-lib/include/
Dalsa-symbols.h32 #define symbol_version(real, name, version) \ argument
34 #define default_symbol_version(real, name, version) \ argument
44 #define use_symbol_version(real, name, version) \ argument
46 #define use_default_symbol_version(real, name, version) \ argument
49 #define use_symbol_version(real, name, version) /* nothing */ argument
51 #define use_default_symbol_version(real, name, version) \ argument
55 #define use_default_symbol_version(real, name, version) \ argument
/third_party/typescript/tests/cases/compiler/
DmoduleResolutionWithSymlinks_preserveSymlinks.ts13 export const real: string; constant
/third_party/jerryscript/tests/jerry/
Dvariables.js15 var real = 42; variable
/third_party/node/test/es-module/
Dtest-esm-specifiers-symlink.mjs21 const real = path.join(tmpDir, 'subfolder', 'index.mjs'); constant
Dtest-esm-preserve-symlinks.js14 const real = path.join(tmpDir, 'real.js'); constant
Dtest-esm-symlink.js14 const real = path.join(tmpDir, 'index.mjs'); constant
/third_party/typescript/tests/baselines/reference/
DmoduleResolutionWithSymlinks_preserveSymlinks.js8 export const real: string; constant
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dload-actual.js112 const real = await realpath(this.path, this[_rpcache], this[_stcache]) constant
129 real: await realpath(this.path, this[_rpcache], this[_stcache]), property
247 async #loadFSNode ({ path, parent, real, root, loadOverrides, useRootOverrides }) { property
Dbuild-ideal-tree.js385 const real = await realpath(this.path, this[_rpcache], this[_stcache]) constant
469 const real = resolve(dirname(dir), target).replace(/#/g, '%23') constant
548 const real = await realpath(spec.fetchSpec, this[_rpcache], this[_stcache]) constant
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
D1-1.c32 char *real; in main() local
/third_party/python/Include/
Dcomplexobject.h11 double real; member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.h45 } real; member
48 struct radeon_bo *real; member
/third_party/cJSON/tests/
Dparse_number.c46 static void assert_parse_number(const char *string, int integer, double real) in assert_parse_number()
/third_party/lame/mpglib/
Dmpg123.h67 # define real float macro
69 # define real long double macro
71 # define real double macro
Dinterface.c407 int (*synth_1to1_mono_ptr) (PMPSTR, real *, unsigned char *, int *), in decodeMP3_clipchoice() argument
/third_party/node/test/parallel/
Dtest-fs-realpath.js430 realpath(abedabeda, function(er, real) { argument
433 realpath(abedabed, function(er, real) { argument
473 realpath(abedabeda, null, function(er, real) { argument
476 realpath(abedabed, null, function(er, real) { argument
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h77 } real; member
80 struct amdgpu_winsys_bo *real; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Ddual_quaternion.hpp43 glm::tquat<T, P> real, dual; member
Ddual_quaternion.inl246 const glm::tquat<T, P> real = conjugate(q.real); local
304 tquat<T, P> real(uninitialize); local
/third_party/node/deps/v8/src/libplatform/tracing/
Dtrace-writer.cc75 std::string real; in AppendArgValue() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h85 } real; member
88 struct zink_bo *real; member
/third_party/python/Lib/
Dnumbers.py55 def real(self): member in Complex
251 def real(self): member in Real
/third_party/python/Modules/_xxtestfuzz/fuzz_json_loads_corpus/
Dpass1.json12 "real": -9876.543210, number
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
Druntests.py394 def validate_normal(text, real, sig, k, kind): argument
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h288 } real; member
291 struct iris_bo *real; member

123