HomeSort by relevance Sort by last modified time
    Searched full:candidateid (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraManagerTest.java 548 String candidateId = unavailableEventQueue.poll(AVAILABILITY_TIMEOUT_MS,
551 "(expected %s, got %s)", id, candidateId),
552 id == candidateId);
563 candidateId = availableEventQueue.poll(AVAILABILITY_TIMEOUT_MS,
566 "(expected %s, got %s)", id, candidateId),
567 id == candidateId);
601 String candidateId = unavailableEventQueue.poll(AVAILABILITY_TIMEOUT_MS,
604 candidateId),
605 candidateId == null);
607 candidateId = availableEventQueue.poll(AVAILABILITY_TIMEOUT_MS
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
input_ime.json 361 "candidateID": {
609 "name": "candidateID",
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 116 size_t candidateID = oldestContextIndex();
117 if (candidateID >= activeContexts().size())
120 WebGLRenderingContextBase* candidate = activeContexts()[candidateID];
142 size_t candidateID = 0;
148 candidateID = ii;
152 return candidateID;
159 size_t candidateID = oldestContextIndex();
160 if (candidateID < activeContexts().size()) {
161 WebGLRenderingContextBase* candidate = activeContexts()[candidateID];
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 821 " candidateID: 2"
    [all...]
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 

Completed in 1022 milliseconds