| /third_party/python/Doc/library/ |
| H A D | importlib.rst | 54 :ref:`sys-path-init` 55 The initialization of :data:`sys.path`. 130 .. function:: find_loader(name, path=None) 132 Find the loader for a module, optionally within the specified *path*. If the 141 argument to *path*. 163 Namespace packages created/installed in a different :data:`sys.path` 268 .. abstractmethod:: find_module(fullname, path=None) 272 for use in :data:`sys.meta_path` and in the path-based import subsystem. 285 An abstract base class representing a :term:`meta path finder`. 292 .. method:: find_spec(fullname, path, targe [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_deref.c | 43 nir_deref_path_init(nir_deref_path *path, in nir_deref_path_init() argument 48 /* The length of the short path is at most ARRAY_SIZE - 1 because we need in nir_deref_path_init() 51 static const int max_short_path_len = ARRAY_SIZE(path->_short_path) - 1; in nir_deref_path_init() 55 nir_deref_instr **tail = &path->_short_path[max_short_path_len]; in nir_deref_path_init() 68 /* If we're under max_short_path_len, just use the short path. */ in nir_deref_path_init() 69 path->path = head; in nir_deref_path_init() 75 for (unsigned i = 0; i < ARRAY_SIZE(path->_short_path); i++) in nir_deref_path_init() 76 path->_short_path[i] = (void *)(uintptr_t)0xdeadbeef; in nir_deref_path_init() 79 path in nir_deref_path_init() 95 nir_deref_path_finish(nir_deref_path *path) nir_deref_path_finish() argument 307 nir_deref_path path; nir_deref_instr_get_const_offset() local 341 nir_deref_path path; nir_build_deref_offset() local [all...] |
| /third_party/node/deps/npm/node_modules/glob/ |
| H A D | README.md | 71 // you can also pass withFileTypes: true to get Path objects 73 // check out http://npm.im/path-scurry for more info on their API 75 g3.stream().on('data', path => { 77 'got a path object', 78 path.fullpath(), 79 path.isDirectory(), 80 path.readdirSync().map(e => e.name) 93 .map(path => path.fullpath()) 96 .filter(path [all...] |
| /base/telephony/telephony_data/common/src/ |
| H A D | parser_util.cpp | 47 const char *PATH = "/etc/telephony/pdp_profile.json"; member 101 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserPdpProfileJson() local 102 return ParserPdpProfileJson(vec, path); in ParserPdpProfileJson() 105 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *path) in ParserPdpProfileJson() argument 109 if (path && *path != '\0') { in ParserPdpProfileJson() 110 ret = LoaderJsonFile(content, path); in ParserPdpProfileJson() 217 int ParserUtil::GetOpKeyFilePath(std::string &path) in GetOpKeyFilePath() argument 223 path in GetOpKeyFilePath() 230 ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) ParserOpKeyJson() argument 340 char *path = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); ParserNumMatchJson() local 434 char *path = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); ParserEccDataJson() local 582 GetPdpProfilePath(int slotId, std::string &path) GetPdpProfilePath() argument 598 GetFileChecksum(const char *path, std::string &checkSum) GetFileChecksum() argument 638 IsDigestChanged(const char *path, const std::string &key) IsDigestChanged() argument [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
| H A D | mtpfs_mtp_device.cpp | 227 const MtpFsTypeDir *MtpFsDevice::DirFetchContent(std::string path) in DirFetchContent() argument 237 path = '/' + rootDir_.Dirs().begin()->Name() + path; in DirFetchContent() 239 if (path == "/") { in DirFetchContent() 244 std::istringstream ss(path); in DirFetchContent() 278 int MtpFsDevice::DirCreateNew(const std::string &path) in DirCreateNew() argument 280 const std::string tmpBaseName(SmtpfsBaseName(path)); in DirCreateNew() 281 const std::string tmpDirName(SmtpfsDirName(path)); in DirCreateNew() 284 LOGE("Can not remove directory: %{public}s", path.c_str()); in DirCreateNew() 292 LOGE("Could not create directory: %{public}s", path in DirCreateNew() 304 DirRemove(const std::string &path) DirRemove() argument 451 FileRead(const std::string &path, char *buf, size_t size, off_t offset) FileRead() argument 483 FileWrite(const std::string &path, const char *buf, size_t size, off_t offset) FileWrite() argument 593 FileRemove(const std::string &path) FileRemove() argument [all...] |
| /third_party/curl/m4/ |
| H A D | zz40-xc-ovr.m4 | 145 dnl Emits shell code that verifies that 'PATH' variable 152 # Verify that 'PATH' variable is set, otherwise abort. 156 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 162 echo "$xc_msg_err 'PATH' variable not set. $xc_msg_abrt" >&2 202 dnl is found within 'PATH', otherwise aborts execution. 212 # Verify that 'sed' utility is found within 'PATH', otherwise abort. 223 echo "$xc_msg_err 'sed' utility not found in 'PATH'. $xc_msg_abrt" >&2 235 dnl is found within 'PATH', otherwise aborts execution. 245 # Verify that 'grep' utility is found within 'PATH', otherwise abort. 256 echo "$xc_msg_err 'grep' utility not found in 'PATH' [all...] |
| /third_party/node/deps/v8/tools/sanitizers/ |
| H A D | sancov_formatter.py | 82 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname( 83 os.path.abspath(__file__)))) 86 SANCOV_TOOL = os.path.join( 91 SANITIZE_PCS = os.path.join(BASE_DIR, 'tools', 'sanitizers', 'sanitize_pcs.py') 94 SYMBOLIZER = os.path.join( 109 file_path = os.path.join(build_dir, f) 110 if (os.path.isfile(file_path) and 126 # Path prefi [all...] |
| /third_party/nghttp2/src/ |
| H A D | h2load_quic.cc | 401 auto path = config->qlog_file_base; in quic_init() local 402 path += '.'; in quic_init() 403 path += util::utos(worker->id); in quic_init() 404 path += '.'; in quic_init() 405 path += util::utos(id); in quic_init() 406 path += ".sqlog"; in quic_init() 407 quic.qlog_file = fopen(path.c_str(), "w"); in quic_init() 409 std::cerr << "Failed to open a qlog file: " << path << std::endl; in quic_init() 430 auto path = ngtcp2_path{ in quic_init() local 451 rv = ngtcp2_conn_client_new(&quic.conn, &dcid, &scid, &path, quic_versio in quic_init() 579 auto path = ngtcp2_path{ read_quic() local [all...] |
| /third_party/typescript/src/tsserver/ |
| H A D | nodeServer.ts | 122 openSync(path: string, options: string): number;
125 statSync(path: string): Stats;
126 stat(path: string, callback?: (err: NodeJS.ErrnoException, stats: Stats) => any): void;
203 sys.watchDirectory = (path, callback, recursive, options) => {
204 const cacheKey = extractWatchDirectoryCacheKey(path, currentDrive);
208 logger.info(`${cacheKey} for path ${path} not found in cache...`);
211 const args = [combinePaths(__dirname, "watchGuard.js"), path];
218 logger.info(`WatchGuard for path ${path} returne [all...] |
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | js_context_utils.cpp | 166 std::string path = context->GetCacheDir(); in OnGetCacheDir() local 167 return CreateJsValue(env, path); in OnGetCacheDir() 182 std::string path = context->GetTempDir(); in OnGetTempDir() local 183 return CreateJsValue(env, path); in OnGetTempDir() 198 std::string path = context->GetResourceDir(); in OnGetResourceDir() local 199 return CreateJsValue(env, path); in OnGetResourceDir() 214 std::string path = context->GetFilesDir(); in OnGetFilesDir() local 215 return CreateJsValue(env, path); in OnGetFilesDir() 230 std::string path = context->GetDistributedFilesDir(); in OnGetDistributedFilesDir() local 231 return CreateJsValue(env, path); in OnGetDistributedFilesDir() 246 std::string path = context->GetDatabaseDir(); OnGetDatabaseDir() local 262 std::string path = context->GetPreferencesDir(); OnGetPreferencesDir() local 278 std::string path = context->GetBundleCodeDir(); OnGetBundleCodeDir() local 294 std::string path = context->GetCloudFileDir(); OnGetCloudFileDir() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/track/ |
| H A D | rosen_render_arc_track.cpp | 166 SkPath path; in DrawIndicator() local 169 path.moveTo(pathStartVertexX, pathStartVertexY); in DrawIndicator() 170 path.lineTo(pathStartVertexX - EDGE, pathStartVertexY + EDGE); in DrawIndicator() 171 path.lineTo(pathStartVertexX - EDGE, pathStartVertexY + EDGE + HEIGHT_OFFSET); in DrawIndicator() 172 path.lineTo(pathStartVertexX + EDGE, pathStartVertexY + EDGE + HEIGHT_OFFSET); in DrawIndicator() 173 path.lineTo(pathStartVertexX + EDGE, pathStartVertexY + EDGE); in DrawIndicator() 174 path.lineTo(pathStartVertexX, pathStartVertexY); in DrawIndicator() 182 canvas->drawPath(path, paint); in DrawIndicator() 187 canvas->drawPath(path, paint); in DrawIndicator() 192 RSRecordingPath path; in DrawIndicator() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | installd_client.h | 39 * @param bundleDir Indicates the bundle code directory path that to be created. 45 * @param srcModulePath Indicates the HAP file path. 46 * @param targetPath normal files decompression path. 47 * @param targetSoPath so files decompression path. 54 * @brief Rename the module directory from temporaily path to the real path. 55 * @param oldPath Indicates the old path name. 56 * @param newPath Indicates the new path name. 71 * @param bundleName Indicates the bundleName data directory path that to be created. 78 * @param ModuleDir Indicates the module data directory path tha [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
| H A D | installd_proxy.h | 35 * @param bundleDir Indicates the bundle code directory path that to be created. 41 * @param srcModulePath Indicates the HAP file path. 42 * @param targetPath normal files decompression path. 43 * @param targetSoPath so files decompression path. 75 * @brief Rename the module directory from temporaily path to the real path through a proxy object. 76 * @param oldPath Indicates the old path name. 77 * @param newPath Indicates the new path name. 91 * @param bundleDir Indicates the bundle data directory path that to be created. 99 * @param ModuleDir Indicates the module data directory path tha [all...] |
| /test/testfwk/xdevice/plugins/devicetest/utils/ |
| H A D | util.py | 43 clean sys.path/sys.modules resource 44 :param file_path: sys path 48 if file_path in sys.path: 49 sys.path.remove(file_path) 58 file_abs_path: str , file path 67 base_name = file_abs_path if is_abs_name else os.path.basename( 69 file_base_name, _ = os.path.splitext(base_name) 76 if os.path.exists(file_path): 77 return os.path.dirname(file_path) 82 if file_path in sys.path [all...] |
| /test/xts/acts/ |
| H A D | OAT.xml | 17 basedir: Root dir, the basedir + project path is the real source file location. 26 5. task project: Projects to be checked, the path field define the source root dir of the project. 31 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is: 32 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/> 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 "filename" is used to check whether the specified file exists in the specified path(suppor [all...] |
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 56 // A FilePath with a value ending in a path separator ("like/this/") represents 113 // Returns true if and only if the path is "". 122 // Example: FilePath("path/to/file").RemoveDirectoryName() returns 126 // On Windows platform, '\' is the path separator, otherwise it is '/'. 129 // RemoveFileName returns the directory path with the filename removed. 130 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". 134 // On Windows platform, '\' is the path separator, otherwise it is '/'. 143 // Creates directories so that path exists. Returns true if successful or if 146 // not represent a directory (that is, it doesn't end with a path separato [all...] |
| /third_party/node/test/pummel/ |
| H A D | test-policy-integrity-worker-commonjs.js | 22 const path = require('path'); 64 const path = require('path'); 78 const w = new Worker(path.resolve(process.env.PARENT_FILE)); 87 common.requireNoPackageJSONAbove(tmpdir.path); 112 const configDirPath = path.join( 113 tmpdir.path, 116 const tmpPolicyPath = path.join( 117 tmpdir.path, [all...] |
| H A D | test-policy-integrity-worker-module.js | 22 const path = require('path'); 64 const path = require('path'); 78 const w = new Worker(path.resolve(process.env.PARENT_FILE)); 87 common.requireNoPackageJSONAbove(tmpdir.path); 112 const configDirPath = path.join( 113 tmpdir.path, 116 const tmpPolicyPath = path.join( 117 tmpdir.path, [all...] |
| /third_party/skia/src/core/ |
| H A D | SkGlyph.cpp | 144 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath() argument 148 if (path != nullptr) { in installPath() 149 fPathData->fPath = *path; in installPath() 158 SkPath path; in setPath() local 159 if (scalerContext->getPath(this->getPackedID(), &path)) { in setPath() 160 this->installPath(alloc, &path); in setPath() 164 return this->path() != nullptr; in setPath() 170 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath() argument 172 this->installPath(alloc, path); in setPath() 173 return this->path() ! in setPath() 178 const SkPath* SkGlyph::path() const { path() function in SkGlyph 187 calculate_path_gap( SkScalar topOffset, SkScalar bottomOffset, const SkPath& path) calculate_path_gap() argument 331 const SkPath* path = &(fPathData->fPath); ensureIntercepts() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_fnmatch.py | 80 ignorecase = os.path.normcase('ABC') == os.path.normcase('abc') 88 normsep = os.path.normcase('\\') == os.path.normcase('/') 96 ignorecase = os.path.normcase('ABC') == os.path.normcase('abc') 123 ignorecase = os.path.normcase('ABC') == os.path.normcase('abc') 124 normsep = os.path.normcase('\\') == os.path [all...] |
| /third_party/libwebsockets/doc-assets/ |
| H A D | abstract-overview.svg | 6 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 9 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 12 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 15 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 18 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 21 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 37 <path transform="matrix(1.4034 0 0 .97704 -753.56 -386.92)" d="m59.044 32.54h130.59v103.94h-130.59z" filter="url(#filter5390)"/> 38 <path d="m-672.06-359.62h182.71v103.94h-182.71z" fill="#fff"/> 39 <path d="m-597.49-344.31h40.632v52.35h-40.632z" fill="#b3b3b3" stroke-width=".24059"/> 40 <path [all...] |
| /applications/standard/app_samples/code/SuperFeature/MultiDeviceAppDev/MultiMusic/entry/src/main/resources/base/media/ |
| H A D | ic_music_musicfm.svg | 5 <path d="M15.0933833,12.0365066 C13.544412,13.0552122 13.0676409,12.6066723 13.0676409,15.1828191 C13.0676409,16.9002503 13.0779757,19.3975612 13.0986453,22.6747519 C13.0986453,24.8762932 11.4494926,26.324628 9.7209524,26.5395632 C7.99241217,26.7544984 6.36898473,25.7773454 6.36898473,24.0087953 C6.36898473,22.2402453 7.96385997,21.2524679 8.8250458,20.9291128 C9.32074246,20.7429903 11.1183194,20.1731955 11.1183194,19.3283302 L11.0900643,11.2862387 C11.0884636,10.8306393 11.4073139,10.4366668 11.853238,10.3432586 L16.224744,9.42755531 L16.224744,9.42755531 C16.5031511,10.4877191 16.1260308,11.3573695 15.0933833,12.0365066 Z" id="path-1"></path> 11 <path d="M16.3779214,18.0903381 C18.2688539,16.7286814 19.5,14.5081155 19.5,12 C19.5,7.85786438 16.1421356,4.5 12,4.5 C7.85786438,4.5 4.5,7.85786438 4.5,12 C4.5,14.3538858 5.58438946,16.4544988 7.28086279,17.8295335" id="路径"></path> 14 <use xlink:href="#path-1"></use> 16 <use id="Shape-Copy备份" fill="#FF1949" fill-rule="nonzero" opacity="0.800000012" transform="translate(11.341205, 17.998242) rotate(-10.000000) translate(-11.341205, -17.998242) " xlink:href="#path-1"></use> 18 <path d="M18.3450344,22 C21.7407096,19.8984344 24,16.1602054 24,11.8987434 C24,5.32724889 18.627417,0 12,0 C5.372583,0 0,5.32724889 0,11.8987434 C0,15.959724 2.05171325,19.5455449 5.18337719,21.6926432" id="路径" stroke="#FF1949" stroke-width="2.88" opacity="0.600000024" stroke-linecap="round"></path>
|
| /applications/standard/screenlock/features/wificomponent/src/main/resources/base/media/ |
| H A D | ic_statusbar_wifi_1.svg | 7 <path fill="#ffffff" fill-rule="nonzero" opacity=".3" d="M69.9744626,45.0195926 C71.072819,46.2600679 70.9576088,48.1560657 69.7171334,49.2544222 C68.4766581,50.3527786 66.5806603,50.2375684 65.4823038,48.997093 C61.0765328,44.0212488 54.7759133,41.1219512 48,41.1219512 C41.2214137,41.1219512 34.9185412,44.0235553 30.5126366,49.0028091 C29.4146833,50.2436413 27.518723,50.3594675 26.2778909,49.2615142 C25.0370587,48.1635608 24.9212325,46.2676006 26.0191858,45.0267684 C31.5522379,38.7736891 39.4845532,35.1219512 48,35.1219512 C56.5120844,35.1219512 64.4415747,38.7707911 69.9744626,45.0195926 Z" id="Path"></path> 8 <path fill="#ffffff" fill-rule="nonzero" opacity=".3" d="M82.3616061,32.5395035 C83.4895897,33.7531011 83.4201857,35.6513277 82.2065881,36.7793112 C80.9929904,37.9072947 79.0947639,37.8378907 77.9667804,36.6242931 C70.2738119,28.3474272 59.5240253,23.5609756 48,23.5609756 C36.4749045,23.5609756 25.7242093,28.3483226 18.0311365,36.6265345 C16.9032432,37.8402159 15.0050218,37.909761 13.7913404,36.7818677 C12.5776589,35.6539744 12.5081139,33.755753 13.6360072,32.5420715 C22.4527523,23.0547201 34.7897676,17.5609756 48,17.5609756 C61.2090048,17.5609756 73.5449795,23.0536935 82.3616061,32.5395035 Z" id="Path"></path> 9 <path fill="#ffffff" opacity=".3" fill-rule="nonzero" d="M94.7620496,20.0915822 C95.9026896,21.293292 95.8531826,23.1921417 94.6514728,24.3327817 C93.449763,25.4734216 91.5509133,25.4239147 90.4102734,24.2222049 C79.4385844,12.6630915 64.2549922,6 48,6 C31.7469103,6 16.5649384,12.6615213 5.59347355,24.2182577 C4.45272247,25.419862 2.55386823,25.4691933 1.3522639,24.3284422 C0.150659566,23.1876912 0.101328265,21.2888369 1.24207935,20.0872326 C13.3349615,7.34925698 30.0843207,5.68434189e-14 48,5.68434189e-14 C65.9177701,5.68434189e-14 82.6689218,7.35098815 94.7620496,20.0915822 Z" id="Path"></path>
|
| H A D | ic_statusbar_wifi_2.svg | 7 <path fill="#ffffff" fill-rule="nonzero" d="M69.9744626,45.0195926 C71.072819,46.2600679 70.9576088,48.1560657 69.7171334,49.2544222 C68.4766581,50.3527786 66.5806603,50.2375684 65.4823038,48.997093 C61.0765328,44.0212488 54.7759133,41.1219512 48,41.1219512 C41.2214137,41.1219512 34.9185412,44.0235553 30.5126366,49.0028091 C29.4146833,50.2436413 27.518723,50.3594675 26.2778909,49.2615142 C25.0370587,48.1635608 24.9212325,46.2676006 26.0191858,45.0267684 C31.5522379,38.7736891 39.4845532,35.1219512 48,35.1219512 C56.5120844,35.1219512 64.4415747,38.7707911 69.9744626,45.0195926 Z" id="Path"></path> 8 <path fill="#ffffff" fill-rule="nonzero" opacity=".3" d="M82.3616061,32.5395035 C83.4895897,33.7531011 83.4201857,35.6513277 82.2065881,36.7793112 C80.9929904,37.9072947 79.0947639,37.8378907 77.9667804,36.6242931 C70.2738119,28.3474272 59.5240253,23.5609756 48,23.5609756 C36.4749045,23.5609756 25.7242093,28.3483226 18.0311365,36.6265345 C16.9032432,37.8402159 15.0050218,37.909761 13.7913404,36.7818677 C12.5776589,35.6539744 12.5081139,33.755753 13.6360072,32.5420715 C22.4527523,23.0547201 34.7897676,17.5609756 48,17.5609756 C61.2090048,17.5609756 73.5449795,23.0536935 82.3616061,32.5395035 Z" id="Path"></path> 9 <path fill="#ffffff" opacity=".3" fill-rule="nonzero" d="M94.7620496,20.0915822 C95.9026896,21.293292 95.8531826,23.1921417 94.6514728,24.3327817 C93.449763,25.4734216 91.5509133,25.4239147 90.4102734,24.2222049 C79.4385844,12.6630915 64.2549922,6 48,6 C31.7469103,6 16.5649384,12.6615213 5.59347355,24.2182577 C4.45272247,25.419862 2.55386823,25.4691933 1.3522639,24.3284422 C0.150659566,23.1876912 0.101328265,21.2888369 1.24207935,20.0872326 C13.3349615,7.34925698 30.0843207,5.68434189e-14 48,5.68434189e-14 C65.9177701,5.68434189e-14 82.6689218,7.35098815 94.7620496,20.0915822 Z" id="Path"></path>
|
| H A D | ic_statusbar_wifi_3.svg | 7 <path fill="#ffffff" fill-rule="nonzero" d="M69.9744626,45.0195926 C71.072819,46.2600679 70.9576088,48.1560657 69.7171334,49.2544222 C68.4766581,50.3527786 66.5806603,50.2375684 65.4823038,48.997093 C61.0765328,44.0212488 54.7759133,41.1219512 48,41.1219512 C41.2214137,41.1219512 34.9185412,44.0235553 30.5126366,49.0028091 C29.4146833,50.2436413 27.518723,50.3594675 26.2778909,49.2615142 C25.0370587,48.1635608 24.9212325,46.2676006 26.0191858,45.0267684 C31.5522379,38.7736891 39.4845532,35.1219512 48,35.1219512 C56.5120844,35.1219512 64.4415747,38.7707911 69.9744626,45.0195926 Z" id="Path"></path> 8 <path fill="#ffffff" fill-rule="nonzero" d="M82.3616061,32.5395035 C83.4895897,33.7531011 83.4201857,35.6513277 82.2065881,36.7793112 C80.9929904,37.9072947 79.0947639,37.8378907 77.9667804,36.6242931 C70.2738119,28.3474272 59.5240253,23.5609756 48,23.5609756 C36.4749045,23.5609756 25.7242093,28.3483226 18.0311365,36.6265345 C16.9032432,37.8402159 15.0050218,37.909761 13.7913404,36.7818677 C12.5776589,35.6539744 12.5081139,33.755753 13.6360072,32.5420715 C22.4527523,23.0547201 34.7897676,17.5609756 48,17.5609756 C61.2090048,17.5609756 73.5449795,23.0536935 82.3616061,32.5395035 Z" id="Path"></path> 9 <path fill="#ffffff" opacity=".3" fill-rule="nonzero" d="M94.7620496,20.0915822 C95.9026896,21.293292 95.8531826,23.1921417 94.6514728,24.3327817 C93.449763,25.4734216 91.5509133,25.4239147 90.4102734,24.2222049 C79.4385844,12.6630915 64.2549922,6 48,6 C31.7469103,6 16.5649384,12.6615213 5.59347355,24.2182577 C4.45272247,25.419862 2.55386823,25.4691933 1.3522639,24.3284422 C0.150659566,23.1876912 0.101328265,21.2888369 1.24207935,20.0872326 C13.3349615,7.34925698 30.0843207,5.68434189e-14 48,5.68434189e-14 C65.9177701,5.68434189e-14 82.6689218,7.35098815 94.7620496,20.0915822 Z" id="Path"></path>
|