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

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/script_api/include/
rs_vector_math.rsh 209 * See also normalize(), native_normalize().
365 * native_normalize: Approximately normalize a vector
369 * See also normalize(), fast_normalize().
412 * normalize: Normalize a vector
414 * Normalize a vector.
422 normalize(float v);
425 normalize(float2 v);
428 normalize(float3 v);
431 normalize(float4 v)
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
VectorUtil.java 52 public static void normalize(double[] a) { method in class:VectorUtil
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
cdatasectionnormalize.java 32 * use of the "normalize()" method from the Element interface.
34 * the "normalize()" method. The Element under contains
36 * by the "normalize()" method.
72 lChild.normalize();
hc_attrnormalize.java 78 ((Element) /*Node */testNode).normalize(); method
hc_elementnormalize.java 31 * Append a couple of text nodes to the first sup element, normalize the
75 root.normalize();
hc_elementnormalize2.java 31 * Add an empty text node to an existing attribute node, normalize the containing element
76 element.normalize();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_nodedocumentfragmentnormalize1.java 31 * Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
70 docFragment.normalize();
normalize01.java 34 * The "normalize()" method puts all the nodes in the full
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
79 root.normalize();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java 34 * The "normalize()" method puts all the nodes in the full
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
48 public final class Normalize extends DOMTestCase {
84 root.normalize();
  /libcore/ojluni/src/main/java/java/nio/file/
Path.java 149 * #normalize normalize} method, to eliminate redundant names, for cases where
333 Path normalize(); method in interface:Path
434 * <p> For any two {@link #normalize normalized} paths <i>p</i> and
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/datausage/
MobileDataUsageActivityTest.java 60 return NetworkTemplate.normalize(mobileAll,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode_file.py 69 # Normalize the unicode strings, as round-tripping the name via the OS
71 base = unicodedata.normalize("NFD", base)
72 file_list = [unicodedata.normalize("NFD", f) for f in file_list]
131 cwd_result = unicodedata.normalize("NFD", cwd_result)
132 name_result = unicodedata.normalize("NFD", name_result)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 69 # Normalize the unicode strings, as round-tripping the name via the OS
71 base = unicodedata.normalize("NFD", base)
72 file_list = [unicodedata.normalize("NFD", f) for f in file_list]
131 cwd_result = unicodedata.normalize("NFD", cwd_result)
132 name_result = unicodedata.normalize("NFD", name_result)
  /prebuilts/go/darwin-x86/src/math/
bits.go 54 // normalize returns a normal number y and exponent exp
56 func normalize(x float64) (y float64, exp int) { func
  /prebuilts/go/linux-x86/src/math/
bits.go 54 // normalize returns a normal number y and exponent exp
56 func normalize(x float64) (y float64, exp int) { func
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_geometric.hpp 102 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/normalize.xml">GLSL normalize man page</a>
105 GLM_FUNC_DECL genType normalize(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 69 # Normalize the unicode strings, as round-tripping the name via the OS
71 base = unicodedata.normalize("NFD", base)
72 file_list = [unicodedata.normalize("NFD", f) for f in file_list]
131 cwd_result = unicodedata.normalize("NFD", cwd_result)
132 name_result = unicodedata.normalize("NFD", name_result)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 69 # Normalize the unicode strings, as round-tripping the name via the OS
71 base = unicodedata.normalize("NFD", base)
72 file_list = [unicodedata.normalize("NFD", f) for f in file_list]
131 cwd_result = unicodedata.normalize("NFD", cwd_result)
132 name_result = unicodedata.normalize("NFD", name_result)
  /prebuilts/sdk/renderscript/include/
rs_vector_math.rsh 209 * See also normalize(), native_normalize().
365 * native_normalize: Approximately normalize a vector
369 * See also normalize(), fast_normalize().
412 * normalize: Normalize a vector
414 * Normalize a vector.
422 normalize(float v);
425 normalize(float2 v);
428 normalize(float3 v);
431 normalize(float4 v)
    [all...]
  /external/icu/icu4c/source/common/
normlzr.cpp 128 Normalizer::normalize(const UnicodeString& source, function in class:Normalizer
151 normalize(source, *dest, status);
153 n2->normalize(source, *dest, status);
167 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status);
175 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status);
500 fNorm2->normalize(segment, buffer, errorCode);
522 fNorm2->normalize(segment, buffer, errorCode);
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 136 long millisToMidnight = midnight.normalize(true) - currentMillis;
171 mSelectedDay.normalize(true);
173 mFirstDayOfMonth.normalize(true);
175 mFirstVisibleDay.normalize(true);
387 mSelectedDay.normalize(true);
400 long millis = mTempTime.normalize(true);
445 millis = mFirstDayOfMonth.normalize(true);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 200 * @param filename the filename to normalize, null returns null
203 public static String normalize(String filename) { method in class:FilenameUtils
246 * @param filename the filename to normalize, null returns null
361 * The returned path is always normalized via {@link #normalize(String)},
399 return normalize(fullFilenameToAdd);
406 return normalize(fullFilenameToAdd);
410 return normalize(basePath + fullFilenameToAdd);
412 return normalize(basePath + '/' + fullFilenameToAdd);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 42 t.normalize(false /* use isDst */);
108 // Use normalize(true) with these tests to change the date by 1 day.
140 // Use normalize(false) with these tests.
195 // call normalize() to make sure that isDst is set
196 local.normalize(false /* use isDst */);
198 local.normalize(true /* ignore isDst */);
207 "day test index " + index + ", normalize(): expected local " + expectedTime
212 // call normalize() to make sure that isDst is set
213 local.normalize(false /* use isDst */);
235 // call normalize() to make sure that isDst is se
    [all...]
  /frameworks/rs/script_api/
rs_vector_math.spec 168 See also @normalize(), @native_normalize().
256 summary: Approximately normalize a vector
260 See also @normalize(), @fast_normalize().
274 function: normalize
281 summary: Normalize a vector
283 Normalize a vector.
292 function: normalize
  /libcore/ojluni/src/main/java/java/io/
File.java 285 this.path = fs.normalize(pathname);
327 this.path = fs.resolve(fs.normalize(parent),
328 fs.normalize(child));
331 this.path = fs.normalize(child);
368 fs.normalize(child));
371 fs.normalize(child));
374 this.path = fs.normalize(child);
439 this.path = fs.normalize(p);
    [all...]

Completed in 1474 milliseconds

1 2 3 4 5 67 8 91011>>