Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Daddons.md109 ### Context-aware addons
325 ### Building
390 ### Linking to libraries included with Node.js
409 ### Loading addons using `require()`
/third_party/node/deps/npm/node_modules/stream-shift/
Dtest.js32 passthrough.write({world: 1}) property
35 t.same(shift(passthrough), {world: 1}) property
43 passthrough.write({world: 1}) property
46 t.same(shift(passthrough), {world: 1}) property
/third_party/typescript/tests/cases/compiler/
DtypeUsedAsValueError2.ts4 world: any; property
11 export type world = any; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.3/static_index_signatures/
Dstatic_index_signatures.ts28 world = "1213"; property in SIS
46 static world = 1342; property in B
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesOverloads03.js20 let world: "world"; variable
49 var world; variable
DcommentInNamespaceDeclarationWithIdentifierPathName.js15 (function (world) { argument
DjsDeclarationsPrivateFields01.js4 #world = 100; field in C
DstringLiteralTypesAndTuples01.js3 let [hello, brave, newish, world] = ["Hello", "Brave", "New", "World"]; variable
DcontextualTypeShouldBeLiteral.js116 world: { property
167 world: { property
/third_party/rust/crates/log/tests/
Dmacros.rs166 let world = "world"; in implicit_named_args() localVariable
195 let world = "world"; in kv_implicit_named_args() localVariable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/module_identifiers_allow_for_js_extension/
Dmodule_identifiers_allow_for_js_extension_1.ts25 let world = new HelloWorld("HelloWorld.txt"); variable
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DSample13_Hello.java19 String world = LocaleDisplayNames in main() local
/third_party/node/test/node-api/test_policy/
Dbinding.c6 napi_value world; in Method() local
/third_party/node/test/node-api/1_hello_world/
Dbinding.c6 napi_value world; in Method() local
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesAndTuples01.ts4 let [hello, brave, newish, world] = ["Hello", "Brave", "New", "World"]; variable
DstringLiteralTypesOverloads03.ts21 let world: "world"; variable
/third_party/node/deps/npm/test/tap/
Dinstall-scoped-link.js20 var world = '#!/usr/bin/env node\nconsole.log("hello blrbld")\n' variable
Duninstall-link-clean.js19 var world = 'console.log("hello blrbld")\n' variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DRegionTest.java585 Region world = Region.getInstance("001"); in TestAvailableTerritories() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java582 Region world = Region.getInstance("001"); in TestAvailableTerritories() local
/third_party/icu/icu4c/source/test/intltest/
Dregiontst.cpp675 const Region *world = Region::getInstance("001",status); in TestAvailableTerritories() local
/third_party/ffmpeg/libavfilter/
Daf_lv2.c58 LilvWorld *world; member
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc894 char* const world = world_array; in TEST() local
914 wchar_t* const world = world_array; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc990 std::string world = "world"; in TEST() local
/third_party/ntfs-3g/libntfs-3g/
Dacls.c2938 le32 owner, le32 group, le32 world, le32 special) in merge_permissions()