/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | channel.py | 41 def get(cls, index: int): member in CommandQueue
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf.h | 35 QPDFObjectHandle get() const;
|
/third_party/benchmark/test/ |
H A D | memory_manager_test.cc | 44 benchmark::RegisterMemoryManager(mm.get()); in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | charstrmap.h | 44 const char *get(const char *key) const { return static_cast<const char *>(uhash_get(map, key)); } in get() function in final
|
H A D | static_unicode_sets.h | 10 // Main entrypoint: `unisets::get(unisets::MY_SET_ID_HERE)` 30 // EMPTY is used to get an empty UnicodeSet. 89 * UBool hasIgnorables = unisets::get(unisets::DEFAULT_IGNORABLES)->contains(...); 95 U_COMMON_API const UnicodeSet* get(Key key);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | ResourceBasedPeriodFormatterDataServiceTest.java | 34 PeriodFormatterData pfd = service.get(locale); in testAvailable()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestDataModule.java | 44 static final TestDataModule get(String baseName, String localeName) throws DataModuleFormatError { in get() method in TestDataModule.Factory 88 * The behavior is analogous the get() method of the Map interface.
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | ResourceBasedPeriodFormatterDataServiceTest.java | 37 PeriodFormatterData pfd = service.get(locale); in testAvailable()
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestDataModule.java | 43 static final TestDataModule get(String baseName, String localeName) throws DataModuleFormatError { in get() method in TestDataModule.Factory 87 * The behavior is analogous the get() method of the Map interface.
|
/third_party/mesa3d/bin/ |
H A D | git_sha1_gen.py | 13 """Try to get the git SHA1 with git rev-parse.""" 46 git_sha1 = os.environ.get('MESA_GIT_SHA1_OVERRIDE', get_git_sha1())[:10]
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regexp-construct.js | 29 var obj = { get source() { throw 5 }, [Symbol.match] : true }
|
H A D | builtin-objects-accessor-property-configurable.js | 19 if (prop.get && !prop.configurable) {
|
H A D | instanceof-symbol-hasinstance.js | 78 get: function () { throw new URIError ("ErrorGenerator"); }
|
/third_party/node/lib/internal/process/ |
H A D | signal.js | 44 const wrap = signalWraps.get(type);
|
/third_party/node/lib/internal/ |
H A D | wasm_web_api.js | 28 const contentType = response.headers.get('Content-Type');
|
/third_party/node/test/internet/ |
H A D | test-inspector-help-page.js | 17 https.get(url, { agent: new https.Agent() }, common.mustCall((res) => {
|
/third_party/node/test/parallel/ |
H A D | test-gc-http-client-connaborted.js | 31 const req = http.get({
|
H A D | test-http-client-response-domain.js | 51 const req = http.get({
|
H A D | test-http-client-timeout-connect-listener.js | 35 const req = http.get(options, (res) => {
|
H A D | test-http-expect-handling.js | 37 http.get(options, (response) => {
|
H A D | test-http-host-header-ipv6-fail.js | 39 http.get(requests[i]);
|
H A D | test-http-response-no-headers.js | 47 const req = http.get(options, common.mustCall(function(res) {
|
H A D | test-http-server-connection-list-when-close.js | 7 http.get({
|
H A D | test-http-status-code.js | 48 http.get({ port: s.address().port }, function(response) {
|
H A D | test-http-unix-socket-keep-alive.js | 31 http.get({
|