| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
| URITest.java | [all...] |
| /libcore/luni/src/test/java/libcore/java/nio/file/ |
| LinuxPathTest.java | 208 assertEquals(Paths.get("t2/t3"), Paths.get("t1/../t2/t3").normalize()); method 209 assertEquals(Paths.get("../t2/t3"), Paths.get("t1/../../t2/t3").normalize()); method 210 assertEquals(Paths.get("t1/t2/t3"), Paths.get("t1/./t2/t3").normalize()); method 211 assertEquals(Paths.get("t1/t2/t3"), Paths.get("t1/././t2/t3").normalize()); method 212 assertEquals(Paths.get("t1/t2/t3"), Paths.get("t1/././t2/t3").normalize()); method
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| DatagramChannelImpl.java | 522 return IOStatus.normalize(n); 603 return IOStatus.normalize(n); 632 return IOStatus.normalize(n); 659 return IOStatus.normalize(n); 688 return IOStatus.normalize(n); [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| locale.py | 38 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
363 def normalize(localename):
function 379 # Normalize the locale name and extract the encoding and modifier
461 code = normalize(localename)
578 locale = normalize(_build_localename(locale))
634 # to C locale encoding names (case-sensitive). Note that normalize()
686 # Note that the normalize() function which uses this tables
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| locale.py | 30 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
334 def normalize(localename):
function 350 # Normalize the locale name and extract the encoding
414 code = normalize(localename)
530 locale = normalize(_build_localename(locale))
586 # to C locale encoding names (case-sensitive). Note that normalize()
638 # Note that the normalize() function which uses this tables
[all...] |
| /external/deqp/modules/gles2/stress/ |
| es2sDrawTests.cpp | 67 spec.attribs[0].normalize = false; 78 spec.attribs[1].normalize = false; 339 attribSpec.normalize = random.getBool();
|
| /external/eigen/Eigen/src/Eigenvalues/ |
| EigenSolver.h | 358 matV.col(j).normalize(); 368 matV.col(j).normalize(); 369 matV.col(j+1).normalize();
|
| /external/icu/icu4c/source/i18n/ |
| uspoof.cpp | 545 gNfdNormalizer->normalize(id, nfdText, *status); 650 gNfdNormalizer->normalize(id, nfdId, *status); 663 gNfdNormalizer->normalize(skelStr, dest, *status);
|
| /external/icu/icu4c/source/test/intltest/ |
| normconf.cpp | 389 Normalizer::normalize(field[0], UNORM_FCD, options, fcd, status); 403 Normalizer::normalize(fcd, UNORM_NFD, options, out, status); 410 dataerrln("Normalizer::normalize returned error status: %s", u_errorName(status)); 455 Normalizer::normalize(s, mode, options, out, errorCode); 457 dataerrln("Error running normalize UNORM_NF%s: %s", modeString, u_errorName(errorCode));
|
| /external/python/cpython2/Lib/ |
| locale.py | 40 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY", 365 def normalize(localename): function 381 # Normalize the locale name and extract the encoding and modifier 463 code = normalize(localename) 580 locale = normalize(_build_localename(locale)) 636 # to C locale encoding names (case-sensitive). Note that normalize() 688 # Note that the normalize() function which uses this tables [all...] |
| /external/python/cpython3/Lib/ |
| locale.py | 30 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY", 379 def normalize(localename): function 395 # Normalize the locale name and extract the encoding and modifier 476 code = normalize(localename) 597 locale = normalize(_build_localename(locale)) 657 # to C locale encoding names (case-sensitive). Note that normalize() 727 # Note that the normalize() function which uses this tables [all...] |
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| ShadowTimeTest.java | 403 long millis = time.normalize(true); 413 millis = time.normalize(true); 426 long millis = time.normalize(true);
|
| /external/skia/src/utils/ |
| SkCamera.cpp | 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { function in class:SkPoint3D 218 fAxis.normalize(&axis); 227 SkTCast<SkPoint3D*>(&zenith)->normalize(&zenith);
|
| /external/skqp/src/utils/ |
| SkCamera.cpp | 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { function in class:SkPoint3D 218 fAxis.normalize(&axis); 227 SkTCast<SkPoint3D*>(&zenith)->normalize(&zenith);
|
| /frameworks/native/libs/math/include/math/ |
| mat4.h | 495 TVec3<T> z_axis(normalize(center - eye)); 496 TVec3<T> norm_up(normalize(up)); 501 TVec3<T> x_axis(normalize(cross(z_axis, norm_up)));
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| locale.py | 38 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY", 347 def normalize(localename): function 363 # Normalize the locale name and extract the encoding 429 code = normalize(localename) 546 locale = normalize(_build_localename(locale)) 602 # to C locale encoding names (case-sensitive). Note that normalize() 654 # Note that the normalize() function which uses this tables [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| locale.py | 38 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY", 347 def normalize(localename): function 363 # Normalize the locale name and extract the encoding 429 code = normalize(localename) 546 locale = normalize(_build_localename(locale)) 602 # to C locale encoding names (case-sensitive). Note that normalize() 654 # Note that the normalize() function which uses this tables [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| locale.py | 38 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY", 347 def normalize(localename): function 363 # Normalize the locale name and extract the encoding 429 code = normalize(localename) 546 locale = normalize(_build_localename(locale)) 602 # to C locale encoding names (case-sensitive). Note that normalize() 654 # Note that the normalize() function which uses this tables [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| locale.py | 38 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY", 347 def normalize(localename): function 363 # Normalize the locale name and extract the encoding 429 code = normalize(localename) 546 locale = normalize(_build_localename(locale)) 602 # to C locale encoding names (case-sensitive). Note that normalize() 654 # Note that the normalize() function which uses this tables [all...] |
| /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| Demo.java | 790 String NFKDSentence = Normalizer.normalize(sentence, Normalizer.NFKD); 791 String NFKDLatin = Normalizer.normalize(latin, Normalizer.NFKD) [all...] |
| /packages/apps/Calendar/src/com/android/calendar/event/ |
| EditEventHelper.java | [all...] |
| /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
| CalendarQueryService.java | 113 time.normalize(true); 114 long endTime = time.normalize(true);
|
| /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
| CalendarQueryService.java | 113 time.normalize(true); 114 long endTime = time.normalize(true);
|
| /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
| CalendarQueryService.java | 113 time.normalize(true); 114 long endTime = time.normalize(true);
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
| SimplexTableau.java | 224 normalized.add(normalize(constraint)); method 234 private LinearConstraint normalize(final LinearConstraint constraint) { method in class:SimplexTableau
|