Home
last modified time | relevance | path

Searched full:bubble (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DBubbleEntry.java8 * Subclass of Entry that holds a value for one entry in a BubbleChart. Bubble
25 * @param size The size of the bubble.
37 * @param size The size of the bubble.
50 * @param size The size of the bubble.
63 * @param size The size of the bubble.
79 * Returns the size of this entry (the size of the bubble).
DCombinedData.java14 * Data object that allows the combination of Line-, Bar-, Scatter-, Bubble- and
139 * Returns all data objects in row: line-bar-scatter-candle-bubble if not null.
DBarLineScatterCandleBubbleData.java9 * Baseclass for all Line, Bar, Scatter, Candle and Bubble data.
DBubbleData.java24 * Sets the width of the circle that surrounds the bubble when highlighted
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DBubbleChart.java12 * The BubbleChart. Draws bubbles. Bubble chart implementation: Copyright 2015
14 * is the area of the bubble, not the radius or diameter of the bubble that
DCombinedChart.java55 BAR, BUBBLE, LINE, CANDLE, SCATTER enumConstant
76 DrawOrder.BAR, DrawOrder.BUBBLE, DrawOrder.LINE, DrawOrder.CANDLE, DrawOrder.SCATTER in init()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/
DIBubbleDataSet.java11 * Sets the width of the circle that surrounds the bubble when highlighted,
23 * Returns the width of the highlight-circle that surrounds the bubble
/external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/http/
DHttpClientForNativeImpl.java30 /** Used to bubble up unexpected errors and exceptions. */
80 // exception bubble up to the unchecked exception handler. in enqueueRequest()
95 // those cases we just let the exception bubble up to create a crash report. in performRequests()
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/poet/
DPoetMatchers.java57 //Since we bubble an exception this will never actually get called in generatesTo()
80 //Since we bubble an exception this will never actually get called
/external/guava/android/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java456 // comparisons with toTrickle, but in some cases we will need to bubble it in fillHole()
462 // Could not bubble toTrickle up min levels, try moving in fillHole()
463 // it from min level to max level (or max to min level) and bubble up in fillHole()
540 * Tries to move {@code toTrickle} from a min to a max level and bubble up there. If it moved
550 // Bubble up max levels. in tryCrossOverAndBubbleUp()
562 // bubble it up the opposite heap in tryCrossOverAndBubbleUp()
651 * when we bubble up alternate levels, violating the invariant. in crossOverUp()
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java456 // comparisons with toTrickle, but in some cases we will need to bubble it in fillHole()
462 // Could not bubble toTrickle up min levels, try moving in fillHole()
463 // it from min level to max level (or max to min level) and bubble up in fillHole()
540 * Tries to move {@code toTrickle} from a min to a max level and bubble up there. If it moved
550 // Bubble up max levels. in tryCrossOverAndBubbleUp()
562 // bubble it up the opposite heap in tryCrossOverAndBubbleUp()
651 * when we bubble up alternate levels, violating the invariant. in crossOverUp()
/external/aws-crt-java/codebuild/cd/
Ddeploy-snapshot-android.sh4 set -o pipefail # Make sure one process in pipe fail gets bubble up
/external/python/cpython2/Lib/
Dheapq.py299 # Bubble up the smaller child until hitting a leaf.
310 # The leaf at pos is empty now. Put newitem there, and bubble it up
335 # Bubble up the larger child until hitting a leaf.
346 # The leaf at pos is empty now. Put newitem there, and bubble it up
/external/mesa3d/src/broadcom/common/
Dv3d_performance_counters.h119 {"QPU", "QPU-wait-bubble", "[QPU] Pipeline bubble in qcycles due all threads waiting"},
120 {"QPU", "QPU-ic-miss-bubble", "[QPU] Pipeline bubble in qcycles due instruction-cache miss"},
/external/googleapis/google/actions/sdk/v2/conversation/prompt/
Dsimple.proto32 // Optional text to display in the chat bubble. If not given, a display
/external/python/cpython2/Modules/
D_heapqmodule.c89 /* Bubble up the smaller child until hitting a leaf. */ in _siftup()
116 /* Bubble it up to its final resting place (by sifting its parents down). */ in _siftup()
432 /* Bubble up the smaller child until hitting a leaf. */ in _siftupmax()
457 /* The leaf at pos is empty now. Put newitem there, and bubble in _siftupmax()
/external/python/cpython3/Modules/
D_heapqmodule.c84 /* Bubble up the smaller child until hitting a leaf. */ in siftup()
115 /* Bubble it up to its final resting place (by sifting its parents down). */ in siftup()
453 /* Bubble up the smaller child until hitting a leaf. */ in siftup_max()
484 /* Bubble it up to its final resting place (by sifting its parents down). */ in siftup_max()
/external/llvm/test/Transforms/GVN/
Dload-pre-licm.ll7 define void @Bubble() nounwind noinline {
/external/googleapis/google/actions/sdk/v2/interactionmodel/prompt/
Dstatic_simple_prompt.proto38 // Optional. Text to display in the chat bubble. If not given, a display rendering of
/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
DPkcs11LibTest.java48 // check that errors during initialization bubble up as Exceptions in testPkcs11LibException()
/external/python/cpython3/Lib/
Dheapq.py264 # Bubble up the smaller child until hitting a leaf.
275 # The leaf at pos is empty now. Put newitem there, and bubble it up
300 # Bubble up the larger child until hitting a leaf.
311 # The leaf at pos is empty now. Put newitem there, and bubble it up
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/
DMainActivity.java107 objects.add(26, new ContentItem("Bubble Chart", "Simple bubble chart.")); in onCreate()
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/
DCombinedChartActivity.java64 DrawOrder.BAR, DrawOrder.BUBBLE, DrawOrder.CANDLE, DrawOrder.LINE, DrawOrder.SCATTER in onCreate()
224 BubbleDataSet set = new BubbleDataSet(entries, "Bubble DataSet"); in generateBubbleData()
/external/cronet/third_party/icu/source/i18n/
Dunits_complexconverter.cpp249 // Only one element, no need to bubble up the carry in applyRounder()
253 // Check if there's a carry, and bubble it back up the resulting intValues. in applyRounder()
/external/rust/crates/syn/src/
Ddiscouraged.rs180 // bubble up the chain by replacing the root `unexpected` in advance_to()
182 // parsers should bubble. in advance_to()

12345678910>>...12