/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrCode.java | 668 int root = 1; in reedSolomonComputeDivisor() 672 result[j] = (byte)reedSolomonMultiply(result[j] & 0xFF, root); in reedSolomonComputeDivisor() 676 root = reedSolomonMultiply(root, 0x02); in reedSolomonComputeDivisor()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SeparateCompoundExpressions.cpp | 636 TIntermBlock &root) in SeparateCompoundExpressions() 643 if (!SimplifyLoopConditions(&compiler, &root, &compiler.getSymbolTable())) in SeparateCompoundExpressions() 648 if (!PrePass(compiler).rebuildRoot(root)) in SeparateCompoundExpressions() 653 if (!Separator(compiler, symbolEnv, idGen).rebuildRoot(root)) in SeparateCompoundExpressions() 633 SeparateCompoundExpressions(TCompiler &compiler, SymbolEnv &symbolEnv, IdGen &idGen, TIntermBlock &root) SeparateCompoundExpressions() argument
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 443 Window root; in rpng_x_create_window() local 457 root = RootWindow(display, screen); in rpng_x_create_window() 516 colormap = XCreateColormap(display, root, visual, AllocNone); in rpng_x_create_window() 558 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0, in rpng_x_create_window()
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 61 Program root files: ["/user/username/projects/myproject/app.ts"]
352 Program root files: ["/user/username/projects/myproject/app.ts"]
570 Program root files: ["/user/username/projects/myproject/app.ts"]
776 Program root files: ["/user/username/projects/myproject/app.ts"]
|
H A D | export.js | 61 Program root files: ["/user/username/projects/myproject/app.ts"]
238 Program root files: ["/user/username/projects/myproject/app.ts"]
322 Program root files: ["/user/username/projects/myproject/app.ts"]
394 Program root files: ["/user/username/projects/myproject/app.ts"]
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 61 Program root files: ["/user/username/projects/myproject/app.ts"]
375 Program root files: ["/user/username/projects/myproject/app.ts"]
560 Program root files: ["/user/username/projects/myproject/app.ts"]
745 Program root files: ["/user/username/projects/myproject/app.ts"]
|
H A D | export.js | 61 Program root files: ["/user/username/projects/myproject/app.ts"]
263 Program root files: ["/user/username/projects/myproject/app.ts"]
336 Program root files: ["/user/username/projects/myproject/app.ts"]
409 Program root files: ["/user/username/projects/myproject/app.ts"]
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/ |
H A D | exports-with-incremental.js | 67 Program root files: ["/user/username/projects/myproject/app.ts"]
422 Program root files: ["/user/username/projects/myproject/app.ts"]
625 Program root files: ["/user/username/projects/myproject/app.ts"]
828 Program root files: ["/user/username/projects/myproject/app.ts"]
|
H A D | exports.js | 67 Program root files: ["/user/username/projects/myproject/app.ts"]
295 Program root files: ["/user/username/projects/myproject/app.ts"]
371 Program root files: ["/user/username/projects/myproject/app.ts"]
447 Program root files: ["/user/username/projects/myproject/app.ts"]
|
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 190 auto root = CompositionBuilder(*this, fCompSize, jroot).build(*this); in parse() local 195 return { sksg::Scene::Make(std::move(root)), std::move(animators) }; in parse() 385 if (!dom.root().is<skjson::ObjectValue>()) { in make() 392 const auto& json = dom.root().as<skjson::ObjectValue>(); in make()
|
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | napi_util.cpp | 656 // base64("calendar.calendarmanager") as rootPropName, i.e. global.<root> in DefineClass() 658 napi_value root = nullptr; in DefineClass() local 664 napi_get_named_property(env, global, rootPropName.c_str(), &root); in DefineClass() 666 napi_create_object(env, &root); in DefineClass() 667 napi_set_named_property(env, global, rootPropName.c_str(), root); in DefineClass() 673 napi_has_named_property(env, root, propName.c_str(), &hasProp); in DefineClass() 675 napi_get_named_property(env, root, propName.c_str(), &constructor); in DefineClass() 687 napi_set_named_property(env, root, propName.c_str(), constructor); in DefineClass()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix.c | 951 * \param root Configuration root 963 snd_config_t *root, snd_config_t *sconf, in snd_pcm_dmix_open() 997 ret = snd_pcm_open_slave(&spcm, root, sconf, stream, in snd_pcm_dmix_open() 1045 ret = snd_pcm_open_slave(&spcm, root, sconf, stream, in snd_pcm_dmix_open() 1277 * \param root Root configuration node 1286 snd_config_t *root, snd_config_t *conf, in _snd_pcm_dmix_open() 1295 err = snd_pcm_direct_parse_open_conf(root, conf, stream, &dopen); in _snd_pcm_dmix_open() 1308 err = snd_pcm_slave_conf(root, dopen.slave, &sconf, 8, in _snd_pcm_dmix_open() 1337 root, scon in _snd_pcm_dmix_open() 960 snd_pcm_dmix_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) snd_pcm_dmix_open() argument 1285 _snd_pcm_dmix_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_dmix_open() argument [all...] |
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 507 self.root = Tk.Tk() 508 self.root.wm_title("Spreadsheet: %s" % self.filename) 509 self.beacon = Tk.Label(self.root, text="A1", 511 self.entry = Tk.Entry(self.root) 512 self.savebutton = Tk.Button(self.root, text="Save", 514 self.cellgrid = Tk.Frame(self.root) 825 g.root.mainloop()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffobjs.c | 66 CFF_Face face = (CFF_Face)size->root.face; in cff_size_get_globals_funcs() 72 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs() 85 CFF_Face face = (CFF_Face)size->root.face; in cff_size_done() 384 module = FT_Get_Module( slot->face->driver->root.library, in FT_LOCAL_DEF() 520 FT_Library library = cffface->driver->root.library; in FT_LOCAL_DEF() 654 /* Complement the root flags with some interesting information. */ in FT_LOCAL_DEF() 748 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM; in FT_LOCAL_DEF()
|
/base/startup/init/services/init/ |
H A D | init_common_cmds.c | 698 int GetCmdLinesFromJson(const cJSON *root, CmdLines **cmdLines)
in GetCmdLinesFromJson() argument 700 INIT_CHECK(root != NULL, return -1);
in GetCmdLinesFromJson() 703 if (!cJSON_IsArray(root)) {
in GetCmdLinesFromJson() 706 int cmdCnt = cJSON_GetArraySize(root);
in GetCmdLinesFromJson() 713 cJSON *line = cJSON_GetArrayItem(root, i);
in GetCmdLinesFromJson()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 94 cJSON *root = cJSON_Parse(rawJson.c_str()); in ParseOperatorConf() local 95 if (root == nullptr) { in ParseOperatorConf() 96 TELEPHONY_LOGE("SimTest::ParseOperatorConf root is error!\n"); in ParseOperatorConf() 118 ofp.WriteOperatorConfigJson(filename, root); in ParseOperatorConf() 119 cJSON_Delete(root); in ParseOperatorConf() 123 root = nullptr; in ParseOperatorConf()
|
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 445 if (c->window_id != c->screen->root) { in xcbgrab_read_packet() 446 tc = xcb_translate_coordinates(c->conn, c->window_id, c->screen->root, 0, 0); in xcbgrab_read_packet() 683 c->screen->root, in setup_window() 734 xcb_window_t root_window = screen->root; in select_region() 852 c->window_id = c->screen->root; in xcbgrab_read_header()
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 428 def __init__(self, root, strict_only, non_strict_only, unmarked_default, print_handle): 430 self.test_root = path.join(root, 'test') 431 self.lib_root = path.join(root, 'harness') 475 for root, dirs, files in os.walk(self.test_root): 481 full_path = path.join(root, f)
|
/third_party/python/Lib/ |
H A D | statistics.py | 360 """Square root of n/m, rounded to the nearest integer using round-to-odd.""" 372 """Square root of n/m as a float, correctly rounded.""" 385 """Square root of n/m as a Decimal, correctly rounded.""" 394 root = (Decimal(n) / Decimal(m)).sqrt() 395 nr, dr = root.as_integer_ratio() 397 plus = root.next_plus() 399 # test: n / m > ((root + plus) / 2) ** 2 403 minus = root.next_minus() 405 # test: n / m < ((root + minus) / 2) ** 2 409 return root [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 852 ByteString root = left.concat(right); in testWriteToOutputStream() 855 assertEquals(1, root.getTreeDepth()); in testWriteToOutputStream() 857 result = substringUsingWriteTo(root, 0, dataSize); in testWriteToOutputStream() 862 result = substringUsingWriteTo(root, dataSize, dataSize); in testWriteToOutputStream() 867 result = substringUsingWriteTo(root, dataSize / 2, dataSize); in testWriteToOutputStream()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvtst.c | 121 void addExtraTests(TestNode** root); 123 void addExtraTests(TestNode** root) in addExtraTests() argument 125 addTest(root, &TestSurrogateBehaviour, "tsconv/ncnvtst/TestSurrogateBehaviour"); in addExtraTests() 126 addTest(root, &TestErrorBehaviour, "tsconv/ncnvtst/TestErrorBehaviour"); in addExtraTests() 129 addTest(root, &TestToUnicodeErrorBehaviour, "tsconv/ncnvtst/ToUnicodeErrorBehaviour"); in addExtraTests() 130 addTest(root, &TestGetNextErrorBehaviour, "tsconv/ncnvtst/TestGetNextErrorBehaviour"); in addExtraTests() 133 addTest(root, &TestAvailableConverters, "tsconv/ncnvtst/TestAvailableConverters"); in addExtraTests() 134 addTest(root, &TestFlushInternalBuffer, "tsconv/ncnvtst/TestFlushInternalBuffer"); in addExtraTests() 135 addTest(root, &TestResetBehaviour, "tsconv/ncnvtst/TestResetBehaviour"); in addExtraTests() 136 addTest(root, in addExtraTests() [all...] |
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_file.cpp | 220 JsonNode root(packInfo); in ParseModuleInfo() 221 const JsonNode &type = root["type"]; in ParseModuleInfo() 229 const JsonNode &package = root["package"]; in ParseModuleInfo()
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 239 root = self.create_node("user_config") 240 root.append(env) 241 return ElementTree.tostring(root, encoding="utf-8")
|
/test/ostest/wukong/test_flow/src/ |
H A D | focus_test_flow.cpp | 334 auto root = std::make_shared<OHOS::Accessibility::AccessibilityElementInfo>(); in SetBlockPage() local 336 // Get root AccessibilityElementInfo from Accessibility in SetBlockPage() 337 accPtr->GetRoot(*(root.get())); in SetBlockPage() 338 std::string path = root->GetPagePath(); in SetBlockPage()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver.py | 64 config_file = request.root.source.config_file 67 "result", request.root.source.test_name) 131 self.runner.suite_name = request.root.source.test_name
|