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

1 2

  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java 216 VoiceInteractor.PickOptionRequest.Option[] picked local
220 picked[0] = new VoiceInteractor.PickOptionRequest.Option(Utils.PICKOPTON_3, 0);
223 .setPickedOptions(picked);
257 VoiceInteractor.PickOptionRequest.Option[] picked; field in class:MainInteractionSession.AsyncTaskArg
268 picked = p;
313 for (VoiceInteractor.PickOptionRequest.Option s : arg.picked) {
317 "picked: size = " + arg.picked.length +
320 arg.pickReq.sendPickOptionResult(arg.picked, arg.extras);
  /external/ltp/testcases/open_posix_testsuite/scripts/
locate-test 24 Filenames need to follow some standarized format for them to be picked
26 picked up are:
  /hardware/qcom/display/msm8226/
common.mk 63 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
64 # failing which, they are picked from bionic.
  /hardware/qcom/display/msm8909/
common.mk 77 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
78 # failing which, they are picked from bionic.
  /hardware/qcom/display/msm8909w_3100/
common.mk 70 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
71 # failing which, they are picked from bionic.
  /hardware/qcom/display/msm8994/
common.mk 52 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
53 # failing which, they are picked from bionic.
  /hardware/qcom/display/msm8996/
common.mk 67 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
68 # failing which, they are picked from bionic.
  /hardware/qcom/display/msm8998/
common.mk 74 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
75 # failing which, they are picked from bionic.
  /development/tools/idegen/src/
Configuration.java 228 SortedSet<File> picked = new TreeSet<File>(); local
234 picked.add(file);
240 return picked;
  /external/curl/lib/
http.c 315 * return TRUE if one was picked
319 bool picked; local
322 picked = TRUE;
327 pick->picked = CURLAUTH_NEGOTIATE;
329 pick->picked = CURLAUTH_DIGEST;
331 pick->picked = CURLAUTH_NTLM;
333 pick->picked = CURLAUTH_NTLM_WB;
335 pick->picked = CURLAUTH_BASIC;
337 pick->picked = CURLAUTH_PICKNONE; /* we select to use nothing */
338 picked = FALSE
    [all...]
transfer.c     [all...]
url.c     [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 302 VoiceInteractor.PickOptionRequest.Option[] picked local
304 for (int i=0; i<picked.length; i++) {
305 picked[i] = mPendingOptions[i*2];
307 mPendingOptions = picked;
308 if (picked.length <= 1) {
309 pick.sendPickOptionResult(picked, null);
313 pick.sendIntermediatePickOptionResult(picked, null);
  /external/tensorflow/tensorflow/core/kernels/
sparse_dense_binary_op_shared_test.cc 248 std::unordered_set<int> picked; local
260 while (picked.count(inner) == 1) {
263 picked.insert(inner);
  /build/make/core/
executable_prefer_symlink.mk 41 # We need this so that the installed files could be picked up based on the
java_common.mk 107 # Non-java and non-doc files will be picked up as resources
  /build/soong/android/
writedocs.go 48 // files used to build the primary builder, but that dependency will be picked up through
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes_test.go 13 // be picked up correctly.
  /prebuilts/go/linux-x86/src/crypto/aes/
modes_test.go 13 // be picked up correctly.
  /external/libunwind/doc/
libunwind-ptrace.tex 62 use. Of course, the addresses of these routines could also be picked
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 199 continue // already picked
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 199 continue // already picked
  /external/libevent/
evdns.c 1336 struct nameserver *started_at = base->server_head, *picked; local
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal_test.go 150 // picked up that initial SIGWINCH, and the second SIGWINCH may
  /prebuilts/go/linux-x86/src/os/signal/
signal_test.go 150 // picked up that initial SIGWINCH, and the second SIGWINCH may

Completed in 390 milliseconds

1 2