Searched refs:partials (Results 1 - 16 of 16) sorted by relevance

/external/libdrm/
H A Dxf86drmHash.h42 unsigned long partials; /* Not at top of linked list */ member in struct:HashTable
H A Dxf86drmHash.c117 table->partials = 0;
163 ++table->partials;
/external/skia/src/pathops/
H A DSkPathWriter.h42 const SkTArray<SkPath>& partials() const { return fPartials; } function in class:SkPathWriter
/external/skqp/src/pathops/
H A DSkPathWriter.h42 const SkTArray<SkPath>& partials() const { return fPartials; } function in class:SkPathWriter
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java338 int[] partials = new int[subCount];
346 partials[i] = 0; // default: no partial
361 if (partials[j] == 0) { // hasn't been processed yet
362 partials[j] = SuppressInReverse | AddToForward;
363 } else if ((partials[j] & SuppressInReverse) != 0) {
369 if ((sameAs == -1) && (partials[i] == 0)) {
375 partials[i] = SuppressInReverse | AddToForward;
382 if (partials[i] == 0) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java336 int[] partials = new int[subCount];
344 partials[i] = 0; // default: no partial
359 if (partials[j] == 0) { // hasn't been processed yet
360 partials[j] = SuppressInReverse | AddToForward;
361 } else if ((partials[j] & SuppressInReverse) != 0) {
367 if ((sameAs == -1) && (partials[i] == 0)) {
373 partials[i] = SuppressInReverse | AddToForward;
380 if (partials[i] == 0) {
/external/python/cpython3/Lib/
H A Dstatistics.py143 partials = {d: n}
144 partials_get = partials.get
150 partials[d] = partials_get(d, 0) + n
151 if None in partials:
153 # partials, and just look at this special one.
154 total = partials[None]
159 total = sum(Fraction(n, d) for d, n in sorted(partials.items()))
/external/icu/icu4c/source/common/
H A Dfilteredbrk.cpp579 LocalMemory<int> partials; local
580 partials.allocateInsteadAndReset(subCount);
599 partials[n] = 0; // default: not partial
602 // first pass - find partials.
615 if(partials[j]==0) { // hasn't been processed yet
616 partials[j] = kSuppressInReverse | kAddToForward;
618 } else if(partials[j] & kSuppressInReverse) {
624 FB_TRACE(" == partial #",&ustrs[i],FALSE,partials[i]);
626 if(sameAs == -1 && partials[i] == 0) {
633 partials[
[all...]
/external/mesa3d/src/glx/
H A Dglxhash.c119 unsigned long partials; /* Not at top of linked list */ member in struct:__glxHashTable
167 table->partials = 0;
217 ++table->partials;
361 printf("Hits = %ld, partials = %ld, misses = %ld\n",
362 table->hits, table->partials, table->misses);
/external/libdrm/tests/
H A Dhash.c109 printf("Entries = %ld, hits = %ld, partials = %ld, misses = %ld\n",
110 table->entries, table->hits, table->partials, table->misses);
/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops_test.py314 partials = []
316 partials.append(math_ops.add_n([constant_op.constant(1)]))
317 partials.append(
321 res = math_ops.add_n(partials) + constant_op.constant(0)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 231 milliseconds