Home
last modified time | relevance | path

Searched refs:focused (Results 1 – 25 of 107) sorted by relevance

12345

/external/swiftshader/third_party/subzero/bloat/
Dwebtreemap.js24 var focused = null; variable
27 focused = tree;
69 if (focused && tree == focused && focused.parent) {
70 focus(focused.parent);
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_flamegraph_generator.cc101 std::vector<FocusedState> focused(table.row_count()); in ComputeFocusedState() local
110 focused[i] = FocusedState::kFocusedPropagating; in ComputeFocusedState()
115 if (focused[current_idx] != FocusedState::kNotFocused) { in ComputeFocusedState()
119 focused[current_idx] = FocusedState::kFocusedNotPropagating; in ComputeFocusedState()
123 focused[*table.id().IndexOf(*parent_id)] == in ComputeFocusedState()
126 focused[i] = FocusedState::kFocusedPropagating; in ComputeFocusedState()
128 focused[i] = FocusedState::kNotFocused; in ComputeFocusedState()
131 return focused; in ComputeFocusedState()
/external/swiftshader/extensions/
DCHROMIUM_texture_filtering_hint.txt36 focused implementation, using FASTEST, or a precision focused
/external/pdfium/testing/resources/javascript/
Dbug_735912_expected.txt2 Alert: focused
Dbug_735912.in62 app.alert("focused");
/external/perfetto/protos/perfetto/trace/
Dui_state.proto40 // implementation specific how the process to be focused will be
49 // specific how the process to be focused will be chosen.
/external/pigweed/docs/
Dmodule_guides.rst6 Pigweed is a collection of embedded-focused and embedded-related modules.
/external/caliper/
DMETADATA2 description: "Caliper is a tool for measuring Java code performance, primarily focused on microbenc…
/external/doclava/res/assets/templates/assets/
Dsearch_autocomplete.js246 function search_focus_changed(obj, focused) argument
248 if (focused) {
/external/tensorflow/tensorflow/lite/experimental/acceleration/
DREADME.md8 Android-focused, since the much smaller set of configurations on iOS means there
/external/python/cpython3/Lib/tkinter/test/
DREADME10 behind this is that some tests may depend on having its window focused
/external/python/cpython2/Lib/lib-tk/test/
DREADME10 behind this is that some tests may depend on having its window focused
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityWindowInfo.java277 public void setFocused(boolean focused) { in setFocused() argument
278 isFocused = focused; in setFocused()
/external/clang/tools/
DCMakeLists.txt25 # to keep the primary Clang repository small and focused.
/external/angle/util/android/third_party/
Dandroid_native_app_glue.c397 static void onWindowFocusChanged(ANativeActivity* activity, int focused) { in onWindowFocusChanged() argument
398 LOGV("WindowFocusChanged: %p -- %d\n", activity, focused); in onWindowFocusChanged()
400 focused ? APP_CMD_GAINED_FOCUS : APP_CMD_LOST_FOCUS); in onWindowFocusChanged()
/external/autotest/client/deps/graphics/graphics_test_extension/
Dbackground.js7 {left: l, top: t, width: w, height: h, focused: true, url: url}, property
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts218 const focused = flow.id === globals.frontendLocalState.focusedFlowIdLeft || constant
223 if (focused) {
/external/llvm-project/clang/tools/
DCMakeLists.txt40 # to keep the primary Clang repository small and focused.
/external/llvm-project/llvm/test/CodeGen/AVR/
Dselect-must-add-unconditional-jump.ll8 ; occur immediately after the currently-focused one!
/external/llvm-project/llvm/test/DebugInfo/
Ddwarfdump-pushobjectaddress.ll22 ;; This is meaningless test case focused to test DW_OP_push_object_address.
/external/chromium-trace/catapult/third_party/polymer/components/core-tooltip/
Dcore-tooltip.css19 :host([focused]) .core-tooltip {
/external/libvpx/libvpx/
DCHANGELOG26 This release focused on encoding performance for realtime and VOD use cases.
67 This release focused on high bit depth performance (10/12 bit) and vp9
257 This introduces a number of enhancements, mostly focused on real-time
349 Our fourth named release, focused on performance and features related to
427 Our third named release, focused on a faster, higher quality, encoder.
478 This release focused primarily on one-pass use cases, including
509 Our second named release, focused on a faster, higher quality, encoder.
586 Our first named release, focused on a faster decoder, and a better encoder.
/external/skia/modules/canvaskit/future_apis/
DImageDecoder.md10 proposal which is focused more on video and audio.
/external/llvm-project/clang/docs/
DClangTools.rst19 document is currently focused on Clang and Clang Tool developers, not on
90 provide its own user-focused documentation.
/external/bazelbuild-rules_android/
DROADMAP.md5 Rules. There are three major pillars that we are focused on when developing the

12345