HomeSort by relevance Sort by last modified time
    Searched full:examined (Results 1 - 25 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/storage/browser/fileapi/
file_permission_policy.h 22 // Access should be examined by per-file permission policy.
  /cts/tests/signature-tests/src/android/signature/cts/tests/data/
FinalClass.java 22 * examined through reflection and Class.forName as part of testing
NormalInterface.java 22 * examined through reflection and Class.forName as part of testing
NormalClass.java 22 * examined through reflection and Class.forName as part of testing
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
pscap.8 7 \fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state.c 139 unsigned examined, prev; local
141 examined = 0;
159 * if (examined & generated)
163 if (check_state(examined, generated)) {
164 debug_printf("state atom %s generated state already examined\n",
170 accumulate_state(&examined, atoms[i]->dirty);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom.c 186 struct st_state_flags examined, prev; local
187 memset(&examined, 0, sizeof(examined));
207 accumulate_state(&examined, &atom->dirty);
210 * if (examined & generated)
214 assert(!check_state(&examined, &generated));
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 139 unsigned examined, prev; local
141 examined = 0;
159 * if (examined & generated)
163 if (check_state(examined, generated)) {
164 debug_printf("state atom %s generated state already examined\n",
170 accumulate_state(&examined, atoms[i]->dirty);
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 186 struct st_state_flags examined, prev; local
187 memset(&examined, 0, sizeof(examined));
207 accumulate_state(&examined, &atom->dirty);
210 * if (examined & generated)
214 assert(!check_state(&examined, &generated));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DOM2Helper.java 64 * @param n Node to be examined
84 * @param n the node to be examined.
107 * @param n Node to be examined
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_upload.c 472 struct brw_state_flags examined, prev; local
473 memset(&examined, 0, sizeof(examined));
484 accumulate_state(&examined, &atom->dirty);
487 * if (examined & generated)
491 assert(!check_state(&examined, &generated));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 472 struct brw_state_flags examined, prev; local
473 memset(&examined, 0, sizeof(examined));
484 accumulate_state(&examined, &atom->dirty);
487 * if (examined & generated)
491 assert(!check_state(&examined, &generated));
  /external/chromium_org/net/http/
http_auth_filter.h 26 // Only the host of |url| is examined.
  /external/iptables/extensions/
libxt_DNAT.man 10 also be mangled), and rules should cease being examined. It takes the
libxt_SNAT.man 10 mangled), and rules should cease being examined. It takes the
  /external/openfst/src/include/fst/
dfs-visit.h 54 // // Invoked when tree arc examined (to white/undiscovered state)
56 // // Invoked when back arc examined (to grey/unfinished state)
58 // // Invoked when forward or cross arc examined (to black/finished state)
visit.h 50 // // Invoked when arc to white/undiscovered state examined
52 // // Invoked when arc to grey/unfinished state examined
54 // // Invoked when arc to black/finished state examined
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 44 // // Invoked when tree arc examined (to white/undiscovered state)
46 // // Invoked when back arc examined (to grey/unfinished state)
48 // // Invoked when forward or cross arc examined (to black/finished state)
  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 89 examined = set()
110 examined |= unexamined
111 unexamined = needed - examined
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 225 * @param className of the class being examined which will be shown in error messages
239 * @param className of the class being examined which will be shown in error messages
289 * @param name of the class/method/field being examined which will be shown in error messages
330 * @param name of the class/method/field being examined which will be shown in error messages
  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 46 // see -1, we know we've examined every capability the kernel
  /external/chromium_org/base/threading/
watchdog.h 10 // other threads can be examined if/when the Watchdog alarms.
  /external/chromium_org/chrome/browser/net/
dns_probe_runner.h 73 // results have been examined.
  /external/javassist/src/main/javassist/
ClassPath.java 40 * found. If null is returned, the next search path is examined.

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 91011>>