/external/v8/src/compiler/ |
control-flow-optimizer.cc | 55 for (Edge edge : node->use_edges()) { 56 if (NodeProperties::IsControlEdge(edge)) { 57 Enqueue(edge.from());
|
control-equivalence.cc | 103 Edge edge = *entry.input; local 104 Node* input = edge.to(); 106 if (NodeProperties::IsControlEdge(edge)) { 133 Edge edge = *entry.use; local 134 Node* use = edge.from(); 136 if (NodeProperties::IsControlEdge(edge)) {
|
/external/v8/tools/clang/blink_gc_plugin/ |
RecordInfo.cpp | 422 Edge* edge = CreateEdgeFromOriginalType(unexpandedType); local 423 if (!edge) 424 edge = CreateEdge(field->getType().getTypePtrOrNull()); 425 if (edge) { 426 fields_status = fields_status.LUB(edge->NeedsTracing(Edge::kRecursive)); 427 fields->insert(std::make_pair(field, FieldPoint(field, edge))); 528 if (it->second.edge()->NeedsFinalization()) 550 TracingStatus RecordInfo::NeedsTracing(Edge::NeedsTracingOption option) [all...] |
/external/v8/tools/turbolizer/ |
node.js | 113 var edge = this.inputs[i]; 114 edge.visible = v; 116 if (!edge.source.visible) { 117 edge.source.visible = true;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_ExpandFrame_I.c | 43 * pre-allocated for edge expansion, and the input frame should be located in 45 * replicating source frame edge pixel intensities in the empty pixel 46 * locations (expansion region) between the source frame edge and the plane 47 * buffer edge. The width/height of the expansion regions on the
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
bricked.rs | 99 if (in_br_y == 0) { // att the edge in brick go to y-1 brick
100 if (by > 0) { // edge of screen
102 } else {// edge of volume
122 if (bz > 0) { // edge of screen
|
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/ |
TransitionHelperApi21.java | 112 public static Object createFadeAndShortSlide(int edge) { 113 return new FadeAndShortSlide(edge); 116 public static Object createFadeAndShortSlide(int edge, float distance) { 117 FadeAndShortSlide slide = new FadeAndShortSlide(edge);
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
CameraInterface.java | 100 * What text to display on the Edge and NR mode buttons. 105 * What text to display on the Edge and NR mode buttons (reprocessing flow). 151 void setCaptureFlow(Boolean yuv1, Boolean yuv2, Boolean raw10, Boolean nr, Boolean edge, Boolean face); 153 void setReprocessingFlow(Boolean nr, Boolean edge);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
insituparsing.dot | 10 edge [fontname="Inconsolata, Consolas", fontsize=10, arrowhead=normal] 50 edge [arrowhead=vee] 53 edge [arrowhead="none"] 58 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
edge.s | 1 # Test VIS EDGE instructions
|
/art/compiler/optimizing/ |
find_loops_test.cc | 134 // Simple loop with one preheader and one back edge. 189 // incoming blocks and one back edge. 233 TestBlock(graph, 4, false, 2); // back edge 234 TestBlock(graph, 5, false, 2); // back edge 260 TestBlock(graph, 5, false, 2); // back edge 285 TestBlock(graph, 4, false, 3); // back edge on inner loop 286 TestBlock(graph, 5, false, 2); // back edge on outer loop 314 TestBlock(graph, 3, false, 2); // back edge of first loop 317 TestBlock(graph, 5, false, 4); // back edge of second loop 360 TestBlock(graph, 3, false, 2); // back edge of first loo [all...] |
/cts/apps/CameraITS/tests/inprog/ |
test_param_edge_mode.py | 24 """Test that the android.edge.mode parameter is applied. 41 req["android.edge.mode"] = e
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
BoxModelable.java | 28 * Returns a RectF instance describing the inner edge of the margin layer.
35 * Returns a RectF instance describing the inner edge of the padding layer.
|
/external/llvm/test/CodeGen/WebAssembly/ |
cpus.ll | 7 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=bleeding-edge 2>&1 | FileCheck %s 8 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=bleeding-edge 2>&1 | FileCheck %s
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
conflict.ll | 5 ; Test that we can handle conflict edge facts 25 ; Test that we can handle conflicting assume vs edge facts
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
conservativeRast.h | 166 /// offset edge away from pixel center by 1/2 pixel + 1/512, in Fixed 16.9 precision 167 /// this allows the rasterizer to do the 3 edge coverage tests against a single point, instead of 185 /// offset edge away from pixel center by 1/2 pixel + 1/512, in Fixed 16.9 precision 186 /// this allows the rasterizer to do the 3 edge coverage tests against a single point, instead of 205 /// offset edge away from pixel center by 1/2 pixel + 1/512, in Fixed 16.9 precision 206 /// this allows the rasterizer to do the 3 edge coverage tests against a single point, instead of 211 /// undo the outer conservative offset and offset edge towards from pixel center by 1/2 pixel + 1/512, in Fixed 16.9 precision 212 /// this allows the rasterizer to do the 3 edge coverage tests against a single point, instead of
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/ |
Instrumentation.h | 21 // Insert edge profiling instrumentation 24 // Insert optimal edge profiling instrumentation
|
/frameworks/base/core/java/android/transition/ |
Slide.java | 141 * slide edge direction. 148 * Constructor using the provided slide edge direction. 157 int edge = a.getInt(R.styleable.Slide_slideEdge, Gravity.BOTTOM); local 159 setSlideEdge(edge); 182 * Change the edge that Views appear and disappear from. 184 * @param slideEdge The edge of the scene to use for Views appearing and disappearing. One of 220 * Returns the edge that Views appear and disappear from. 222 * @return the edge of the scene to use for Views appearing and disappearing. One of
|
/frameworks/support/compat/java/android/support/v4/widget/ |
EdgeEffectCompat.java | 75 * Set the size of this edge effect in pixels. 113 * A view should call this when content is pulled away from an edge by the user. 120 * back toward the edge reached to initiate the effect. 132 * A view should call this when content is pulled away from an edge by the user. 142 * back toward the edge reached to initiate the effect. 157 * A view should call this when content is pulled away from an edge by the user. 163 * from an edge by the user. 166 * back toward the edge reached to initiate the effect.
|
/frameworks/support/design/tests/src/android/support/design/testutils/ |
DrawerLayoutActions.java | 29 * Opens the drawer at the specified edge gravity. 57 * Closes the drawer at the specified edge gravity.
|
/frameworks/support/transition/src/android/support/transition/ |
Slide.java | 151 * slide edge direction. 158 * Constructor using the provided slide edge direction. 167 int edge = TypedArrayUtils.getNamedInt(a, (XmlPullParser) attrs, "slideEdge", local 171 setSlideEdge(edge); 194 * Change the edge that Views appear and disappear from. 196 * @param slideEdge The edge of the scene to use for Views appearing and disappearing. One of 231 * Returns the edge that Views appear and disappear from. 233 * @return the edge of the scene to use for Views appearing and disappearing. One of
|
/frameworks/support/transition/tests/src/android/support/transition/ |
SlideBadEdgeTest.java | 63 fail("Should not be able to set slide edge to " + edgeName); 71 fail("Should not be able to set slide edge to " + edgeName);
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
ippstatus.h | 38 #define IPP_SIDES_TWO_SIDED_LONG_EDGE "two-sided-long-edge" 39 #define IPP_SIDES_TWO_SIDED_SHORT_EDGE "two-sided-short-edge"
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/ |
8259.h | 74 @param[out] LegacyEdgeLevel 16-bit mode edge/level mask for IRQ-IRQ15.
76 @param[out] ProtectedEdgeLevel 32-bit mode edge/level mask for IRQ0-IRQ15.
97 @param[in] LegacyEdgeLevel 16-bit mode edge/level mask for IRQ-IRQ15.
99 @param[in] ProtectedEdgeLevel 32-bit mode edge/level mask for IRQ0-IRQ15.
121 @param[in] EdgeLevel The value with which to set the edge/level mask.
160 @param[in] LevelTriggered 0 = Edge triggered; 1 = Level triggered.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
LL1DFA.java | 39 * predicates to resolve edge set collisions. 43 * an LL(1) DFA. One edge per set. 87 IntervalSet edge = (IntervalSet)it.next(); local 88 List<Integer> alts = edgeMap.get(edge); 90 //System.out.println(edge+" -> "+alts); 93 Label e = getLabelForSet(edge);
|