/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 41 String lastValue = (String) changes.get(new Integer(0)); in helperTestRules() 45 if (changes.get(new Integer(i)) != null) { in helperTestRules() 52 lastValue = (String) changes.get(new Integer(i)); in helperTestRules() 62 String expected = changes.get(new Integer(0)); in helperTestRules() 64 String value = changes.get(n); in helperTestRules() 81 Map changes = new HashMap(); in TestOneFormLocales() 82 changes.put(new Integer(0), "other"); in TestOneFormLocales() 83 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 91 Map changes in TestSingular1Locales() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 38 String lastValue = (String) changes.get(new Integer(0)); in helperTestRules() 42 if (changes.get(new Integer(i)) != null) { in helperTestRules() 49 lastValue = (String) changes.get(new Integer(i)); in helperTestRules() 59 String expected = changes.get(new Integer(0)); in helperTestRules() 61 String value = changes.get(n); in helperTestRules() 78 Map changes = new HashMap(); in TestOneFormLocales() 79 changes.put(new Integer(0), "other"); in TestOneFormLocales() 80 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 88 Map changes in TestSingular1Locales() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 12 function normalizePackageBin (pkg, changes) { 15 changes?.push('"bin" was converted to an object') 18 changes?.push('"bin" was converted to an object') 28 changes?.push(`removed invalid "bin[${binKey}]"`) 34 changes?.push(`removed invalid "bin[${binKey}]"`) 43 changes?.push(`removed invalid "bin[${binKey}]"`) 49 changes?.push(`"bin[${binKey}]" was renamed to "bin[${base}]"`) 52 changes?.push(`"bin[${base}]" script name was cleaned`) 58 changes?.push('empty "bin" was removed') 88 // We don't want the `changes` arra [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | vj.c | 171 u32_t changes = 0; in vj_compress_tcp() local 299 * receiver expects changes in the order: urgent, window, in vj_compress_tcp() 306 changes |= NEW_U; in vj_compress_tcp() 317 changes |= NEW_W; in vj_compress_tcp() 326 changes |= NEW_A; in vj_compress_tcp() 335 changes |= NEW_S; in vj_compress_tcp() 338 switch(changes) { in vj_compress_tcp() 358 * actual changes match one of our special case encodings -- in vj_compress_tcp() 366 changes = SPECIAL_I; in vj_compress_tcp() 374 changes in vj_compress_tcp() 505 u32_t vjlen, hlen, changes; vj_uncompress_tcp() local [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_config.py | 705 changes = self.changes 706 changes.add_option('main', 'Msec', 'mitem', 'mval') 707 changes.add_option('highlight', 'Hsec', 'hitem', 'hval') 708 changes.add_option('keys', 'Ksec', 'kitem', 'kval') 709 return changes 717 self.changes = config.ConfigChanges() 720 self.assertEqual(self.changes, self.empty) 723 changes = self.load() 724 self.assertEqual(changes, sel [all...] |
H A D | test_configdialog.py | 13 from idlelib.configdialog import idleConf, changes, tracers namespace 28 mainpage = changes['main'] 29 highpage = changes['highlight'] 30 keyspage = changes['keys'] 31 extpage = changes['extensions'] 47 changes.clear() 88 changes['main']['something'] = 1 90 self.assertEqual(changes['main'], {}) 106 """Test that font widgets enable users to make font changes. 108 Test that widget actions set vars, that var changes ad [all...] |
/third_party/gn/src/base/ |
H A D | environment.cc | 152 const EnvironmentMap& changes) { in AlterEnvironment() 163 EnvironmentMap::const_iterator found_change = changes.find(key); in AlterEnvironment() 164 if (found_change == changes.end()) in AlterEnvironment() 171 for (EnvironmentMap::const_iterator i = changes.begin(); i != changes.end(); in AlterEnvironment() 192 const EnvironmentMap& changes) { in AlterEnvironment() 203 EnvironmentMap::const_iterator found_change = changes.find(key); in AlterEnvironment() 204 if (found_change == changes.end()) { in AlterEnvironment() 211 for (EnvironmentMap::const_iterator i = changes.begin(); i != changes in AlterEnvironment() 151 AlterEnvironment(const char16_t* env, const EnvironmentMap& changes) AlterEnvironment() argument 191 AlterEnvironment(const char* const* const env, const EnvironmentMap& changes) AlterEnvironment() argument [all...] |
H A D | environment.h | 54 // and the list of changes given in |changes|. Each key in the environment is 64 const EnvironmentMap& changes); 80 const EnvironmentMap& changes);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | weakType.js | 36 let changes: ChangeOptions[]; 37 changes.push(options); 38 changes.push(error); 82 var changes;
83 changes.push(options);
84 changes.push(error);
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 116 parse_options_abs(int argc, char **argv, unsigned int *changes, in parse_options_abs() argument 165 *changes |= c; in parse_options_abs() 304 set_abs(struct libevdev *dev, unsigned int changes, in set_abs() argument 320 if (changes & OPT_MIN) in set_abs() 322 if (changes & OPT_MAX) in set_abs() 324 if (changes & OPT_FUZZ) in set_abs() 326 if (changes & OPT_FLAT) in set_abs() 328 if (changes & OPT_RES) in set_abs() 392 unsigned int changes = 0; /* bitmask of changes */ in main() local [all...] |
/third_party/skia/third_party/externals/tint/tools/src/gerrit/ |
H A D | gerrit.go | 71 func (g *G) QueryChanges(queryParts ...string) (changes []gerrit.ChangeInfo, query string, err error) { 72 changes = []gerrit.ChangeInfo{} 77 Skip: len(changes), 89 changes = append(changes, *batch...) 94 return changes, query, nil
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | bss.c | 533 u32 changes = 0; in wpa_bss_compare_res() local 537 changes |= WPA_BSS_FREQ_CHANGED_FLAG; in wpa_bss_compare_res() 540 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; in wpa_bss_compare_res() 543 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG; in wpa_bss_compare_res() 546 changes |= WPA_BSS_MODE_CHANGED_FLAG; in wpa_bss_compare_res() 550 return changes; in wpa_bss_compare_res() 551 changes |= WPA_BSS_IES_CHANGED_FLAG; in wpa_bss_compare_res() 554 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; in wpa_bss_compare_res() 557 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; in wpa_bss_compare_res() 560 changes | in wpa_bss_compare_res() 570 notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, const struct wpa_bss *bss) notify_bss_changes() argument 608 u32 changes; wpa_bss_update() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bss.c | 598 u32 changes = 0; in wpa_bss_compare_res() local 602 changes |= WPA_BSS_FREQ_CHANGED_FLAG; in wpa_bss_compare_res() 605 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; in wpa_bss_compare_res() 608 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG; in wpa_bss_compare_res() 611 changes |= WPA_BSS_MODE_CHANGED_FLAG; in wpa_bss_compare_res() 615 return changes; in wpa_bss_compare_res() 616 changes |= WPA_BSS_IES_CHANGED_FLAG; in wpa_bss_compare_res() 619 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; in wpa_bss_compare_res() 622 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; in wpa_bss_compare_res() 625 changes | in wpa_bss_compare_res() 635 notify_bss_changes(struct wpa_supplicant *wpa_s, u32 changes, const struct wpa_bss *bss) notify_bss_changes() argument 673 u32 changes; wpa_bss_update() local [all...] |
/third_party/node/deps/npm/node_modules/diff/lib/convert/ |
H A D | dmp.js | 11 function convertChangesToDMP(changes) { 16 for (var i = 0; i < changes.length; i++) { 17 change = changes[i];
|
H A D | xml.js | 10 function convertChangesToXML(changes) { 13 for (var i = 0; i < changes.length; i++) { 14 var change = changes[i];
|
/third_party/node/test/pummel/ |
H A D | test-watch-file.js | 34 let changes = 0; 41 changes++; 63 assert.ok(changes > 0);
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 39 changes = ConfigChanges() variable 86 # self.bind('<Alt-a>', self.Apply) #apply changes, save 175 """Apply config changes, then dismiss dialog.""" 180 """Apply config changes and leave dialog open.""" 182 changes.save_all() 192 changes.clear() 225 """Apply configuration changes to current windows. 228 with some of the configuration changes. 301 action set 3 options in changes structuree and changes th [all...] |
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
H A D | does-not-emit-any-files-on-error-with-incremental.js | 59 [[90m12:00:43 AM[0m] Found 1 error. Watching for file changes. 157 [[90m12:00:48 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 166 [[90m12:00:50 AM[0m] Found 1 error. Watching for file changes. 216 [[90m12:00:55 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 220 [[90m12:01:18 AM[0m] Found 0 errors. Watching for file changes. 361 [[90m12:01:32 AM[0m] Found 1 error. Watching for file changes. 483 [[90m12:01:38 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 492 [[90m12:01:40 AM[0m] Found 1 error. Watching for file changes. 540 [[90m12:01:45 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 544 [[90m12:01:57 AM[0m] Found 0 errors. Watching for file changes [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | adp.c | 29 int i, changes = 0; in adp_probe() local 39 changes++; in adp_probe() 42 if (changes <= 1) in adp_probe()
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | merge.js | 226 insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. 309 // Special case for remove changes that are supersets of one another 502 var changes = [], 525 changes.push(change); 531 changes.push(change); 543 return changes; 552 changes: changes 556 function allRemoves(changes) { 557 return changes [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/ |
H A D | main.go | 15 // snippets gathers information about changes merged for weekly reports (snippets). 94 if changes := changesByProject[project]; len(changes) > 0 { 96 for _, change := range changes {
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzbdtest.cpp | 460 int32_t changes = 0; in findBoundariesStepwise() 469 lastState = state;++changes; in findBoundariesStepwise() 473 if (changes == 0) { in findBoundariesStepwise() 478 else if (changes != 2) { in findBoundariesStepwise() 479 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2"); in findBoundariesStepwise() 482 errln("FAIL: useDaylightTime false but 2 changes seen"); in findBoundariesStepwise() 484 if (changes != expectedChanges) { in findBoundariesStepwise() 485 dataerrln(UnicodeString("FAIL: ") + changes + " changes see in findBoundariesStepwise() [all...] |
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 670 struct slot_change_state changes[MAX_SLOTS] = {0}; in sync_mt_state() local 695 changes[slot].state = TOUCH_STARTED; in sync_mt_state() 697 changes[slot].state = TOUCH_STOPPED; in sync_mt_state() 700 changes[slot].state = TOUCH_ONGOING; in sync_mt_state() 703 changes[slot].state = TOUCH_CHANGED; in sync_mt_state() 705 changes[slot].state = TOUCH_OFF; in sync_mt_state() 714 set_bit(changes[slot].axes, axis); in sync_mt_state() 716 set_bit(changes[slot].axes, ABS_MT_SLOT); in sync_mt_state() 721 memset(changes_out, 0, sizeof(*changes) * dev->num_slots); in sync_mt_state() 723 memcpy(changes_out, changes, sizeo in sync_mt_state() 729 terminate_slots(struct libevdev *dev, const struct slot_change_state changes[dev->num_slots], int *last_reported_slot) terminate_slots() argument 800 push_mt_sync_events(struct libevdev *dev, const struct slot_change_state changes[dev->num_slots], int last_reported_slot) push_mt_sync_events() argument 913 struct slot_change_state changes[dev->num_slots > 0 ? dev->num_slots : 1]; sync_state() local [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11.cpp | 266 XWindowChanges changes; in setDimensions() local 269 changes.width = width; in setDimensions() 270 changes.height = height; in setDimensions() 271 XConfigureWindow(dpy, m_window, mask, &changes); in setDimensions()
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 31 echo. changes to make an overview over all changed/added/deprecated items 144 if "%1" == "changes" ( 145 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes 148 echo.The overview file is in %BUILDDIR%/changes.
|