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

1 2

  /external/proguard/src/proguard/obfuscate/
MappingReader.java 130 boolean interested = mappingProcessor.processClassMapping(className, newClassName);
132 return interested ? className : null;
  /external/autotest/client/cros/cellular/
base_station_interface.py 86 interested=None,
88 """When UE status changes (to a value in interested), return the value.
91 interested: if non-None, only transitions to these states will
base_station_8960.py 194 interested=None,
196 """When UE status changes (to a value in interested), return the value.
199 interested: if non-None, only transitions to these states will
208 if state in interested:
213 if state in interested:
218 (interested, state))
base_station_pxt.py 170 interested=None,
172 """When UE status changes (to a value in |interested|),
176 interested: if non-None, only transitions to these states will
186 if state in interested:
191 if state in interested:
196 (interested, state))
  /external/autotest/client/site_tests/desktopui_CrashyReboot/
desktopui_CrashyReboot.py 53 # browser process we're interested in is gone, we need to use
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
win_pgo_profiler.py 56 pid: The PID of the process we're interested in.
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_solaris.go 18 // what kind of events the goroutines are currently interested in,
33 // will call runtime·netpollarm each time goroutines are interested
35 // are interested in (reading/writing), we can call port_associate
130 // with the interested event set) will unblock port_getn right away
142 // Updates the association with a new set of interested events. After
226 // the goroutine interested in POLLIN we have to not forget
227 // about the one interested in POLLOUT.
  /prebuilts/go/linux-x86/src/runtime/
netpoll_solaris.go 18 // what kind of events the goroutines are currently interested in,
33 // will call runtime·netpollarm each time goroutines are interested
35 // are interested in (reading/writing), we can call port_associate
130 // with the interested event set) will unblock port_getn right away
142 // Updates the association with a new set of interested events. After
226 // the goroutine interested in POLLIN we have to not forget
227 // about the one interested in POLLOUT.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanStateManager.java 860 int interested = 0; local
877 int interested = 0; local
895 int interested = 0; local
    [all...]
  /external/dbus/dbus/
dbus-mainloop.c 261 dbus_bool_t interested = FALSE; local
280 interested = TRUE;
284 if (interested)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
network_quiescence.js 47 // new entries are not added. We're only interested in the last entry,
  /external/opencv3/3rdparty/jinja2/
filters.py 801 only interested in a certain value of it.
804 of users but you are only interested in a list of usernames:
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 109 // interested in the other operand.
copylock.go 130 // We're only interested in the case in which the underlying
  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 109 // interested in the other operand.
copylock.go 130 // We're only interested in the case in which the underlying
  /prebuilts/go/darwin-x86/src/go/types/
example_test.go 174 // we're interested in, and Check populates them.
  /prebuilts/go/linux-x86/src/go/types/
example_test.go 174 // we're interested in, and Check populates them.
  /prebuilts/go/darwin-x86/test/chan/
select5.go 89 // we are not interested in the concurrency aspects
  /prebuilts/go/linux-x86/test/chan/
select5.go 89 // we are not interested in the concurrency aspects
  /external/valgrind/callgrind/
callgrind_annotate.in 209 are interested in [$default_threshold%]
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 251 // Only interested in Close failures for the small tests.
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 172 // startTime, endTime determine part of the trace that we are interested in.
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 251 // Only interested in Close failures for the small tests.
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 172 // startTime, endTime determine part of the trace that we are interested in.

Completed in 650 milliseconds

1 2