OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidateid
(Results
1 - 4
of
4
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/
CameraManagerTest.java
534
String
candidateId
= unavailableEventQueue.poll(AVAILABILITY_TIMEOUT_MS,
537
"(expected %s, got %s)", id,
candidateId
),
538
id.equals(
candidateId
));
549
candidateId
= availableEventQueue.poll(AVAILABILITY_TIMEOUT_MS,
552
"(expected %s, got %s)", id,
candidateId
),
553
id.equals(
candidateId
));
587
String
candidateId
= unavailableEventQueue.poll(AVAILABILITY_TIMEOUT_MS,
590
candidateId
),
591
candidateId
== null);
593
candidateId
= availableEventQueue.poll(AVAILABILITY_TIMEOUT_MS
[
all
...]
/external/webrtc/talk/app/webrtc/
statstypes.cc
148
class
CandidateId
: public TypedId {
150
CandidateId
(bool local, const std::string& id)
650
return Id(new RefCountedObject<
CandidateId
>(local, id));
/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 164 milliseconds