HomeSort by relevance Sort by last modified time
    Searched refs:tracked (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/vixl/tools/
git.py 37 status, tracked = util.getstatusoutput(command)
38 if status != 0: util.abort('Failed to list tracked files.')
40 return tracked
  /system/update_engine/
libcurl_http_fetcher.cc 60 // so the network usage can be tracked in Android.
641 bool tracked = fd_task_it != fd_task_maps_[t].end(); local
645 if (tracked) {
653 if (tracked)
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionSetter.java 570 Integer tracked = local
572 if (tracked != null && !index.equals(tracked)) {
573 index = tracked;
    [all...]
  /build/blueprint/
doc.go 29 // tracked - a change to the logic code will cause the logic to be recompiled,
  /system/bt/doc/
power_management.md 87 managed are tracked in a global array called `bta_dm_conn_srvcs`. Unfortunately,
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 289 state tracked by shill should not change until *after* the
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 133 Missed frame swaps can be tracked by calling the following function:
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 225 <span>not tracked</span>
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 33 // pause history tracked by the runtime. One will be returned
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 69 // (They are meaningless; the decimal point is tracked
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 225 <span>not tracked</span>
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 33 // pause history tracked by the runtime. One will be returned
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 69 // (They are meaningless; the decimal point is tracked
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/libvncserver/webclients/novnc/include/
keyboard.js 483 // do we have a matching key tracked as being down?
496 // for each keysym tracked by this key entry, clone the current event and override the keysym
  /build/blueprint/pathtools/
glob.go 65 // allowing searched directories to be tracked. Also handles the recursive glob pattern, **.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 302 // forgetConn removes c from the set of tracked conns and decrements it from the
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 302 // forgetConn removes c from the set of tracked conns and decrements it from the
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 581 // If the result had its address taken, it is being tracked
686 // liveIndex returns the index of n in the set of tracked vars.
687 // If n is not a tracked var, liveIndex returns -1.
688 // If n is not a tracked var but should be tracked, liveIndex crashes.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go 581 // If the result had its address taken, it is being tracked
686 // liveIndex returns the index of n in the set of tracked vars.
687 // If n is not a tracked var, liveIndex returns -1.
688 // If n is not a tracked var but should be tracked, liveIndex crashes.
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2_test.cc 1218 Label non_tracked, tracked, branch_target; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mstkbar.go 62 // must be tracked:
  /prebuilts/go/linux-x86/src/runtime/
mstkbar.go 62 // must be tracked:

Completed in 1701 milliseconds

1 2 3