HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 876 - 900 of 1394) sorted by null

<<31323334353637383940>>

  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 688 Triple Host(Triple::normalize(sys::getProcessTriple()));
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp     [all...]
  /external/llvm/lib/Support/
Triple.cpp 693 std::string Triple::normalize(StringRef Str) { function in class:Triple
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 778 /* Create a timedelta instance. Normalize the members iff normalize is
785 new_delta_ex(int days, int seconds, int microseconds, int normalize,
790 if (normalize)
808 #define new_delta(d, s, us, normalize) \
809 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/skia/gm/
strokes.cpp 250 tangent.normalize();
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 2369 def normalize(self, context=None): member in class:Decimal
4846 def normalize(self, a): member in class:Context
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 313 llvm::Triple Target(llvm::Triple::normalize(DefaultTargetTriple));
    [all...]
  /external/python/cpython2/Lib/
decimal.py 2395 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py 179 'reduce':'normalize',
    [all...]
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrOvalOpFactory.cpp 681 startPoint.normalize();
682 stopPoint.normalize();
736 norm.normalize();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 2397 def normalize(self, context=None): member in class:Decimal
4874 def normalize(self, a): member in class:Context
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/python/cpython3/Lib/test/
test_decimal.py 228 'reduce':'normalize',
    [all...]
  /external/libxml2/
parser.c 1103 * Normalize the space in non CDATA attribute values:
9053 int normalize = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/python/cpython3/Lib/
_pydecimal.py 2548 def normalize(self, context=None): member in class:Decimal
5087 def normalize(self, a): member in class:Context
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 773 long begin = time.normalize(true);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 616 normalizedStrings.add(Normalizer.normalize(testString, form));
    [all...]

Completed in 2516 milliseconds

<<31323334353637383940>>