HomeSort by relevance Sort by last modified time
    Searched full:edge_type (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
graph-visualizer.cc 195 const char* edge_type = nullptr; local
197 edge_type = "unknown";
199 edge_type = "value";
201 edge_type = "context";
203 edge_type = "frame-state";
205 edge_type = "effect";
207 edge_type = "control";
210 << ",\"index\":" << index << ",\"type\":\"" << edge_type << "\"}"; local
  /external/opencv3/modules/cudaimgproc/src/cuda/
canny.cu 192 int edge_type = 0;
204 edge_type = 1 + (int)(m > high_thresh);
209 edge_type = 1 + (int)(m > high_thresh);
214 edge_type = 1 + (int)(m > high_thresh);
218 map(y, x) = edge_type;
  /packages/apps/TvSettings/Settings/res/xml/
caption_custom.xml 41 android:key="edge_type"
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
CaptionCustomFragment.java 38 private static final String KEY_EDGE_TYPE = "edge_type";

Completed in 574 milliseconds