Searched defs:uniqueId (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_capture_device.cc25 char uniqueId[KMaxUniqueIdLength]; local
26 memset(uniqueId, 0, KMaxUniqueIdLength);
37 KMaxDeviceNameLength, uniqueId,
41 captureIdx, uniqueId);
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
H A DAutofillSuggestion.java21 * @param uniqueId The unique id used to identify the Autofill suggestion.
23 public AutofillSuggestion(String name, String label, int uniqueId) { argument
26 mUniqueId = uniqueId;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwAutofillClient.java82 * @param uniqueId Unique suggestion id.
86 String name, String label, int uniqueId) {
87 array[index] = new AutofillSuggestion(name, label, uniqueId);
85 addToAutofillSuggestionArray(AutofillSuggestion[] array, int index, String name, String label, int uniqueId) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillPopupBridge.java104 * @param uniqueId Unique suggestion id.
108 String label, String sublabel, int uniqueId) {
109 array[index] = new AutofillSuggestion(label, sublabel, uniqueId);
107 addToAutofillSuggestionArray(AutofillSuggestion[] array, int index, String label, String sublabel, int uniqueId) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dextension_bridge.js142 cvox.ExtensionBridge.uniqueId = function() {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_loopback.cc129 char uniqueId[KMaxUniqueIdLength]; local
130 memset(uniqueId, 0, KMaxUniqueIdLength);
139 memset(uniqueId, 0, KMaxUniqueIdLength);
142 KMaxDeviceNameLength, uniqueId,
165 KMaxDeviceNameLength, uniqueId,
174 error = ptrViECapture->AllocateCaptureDevice(uniqueId, KMaxUniqueIdLength,
H A Dvie_autotest_record.cc190 char uniqueId[KMaxUniqueIdLength]; local
191 memset(uniqueId, 0, KMaxUniqueIdLength);
199 memset(uniqueId, 0, KMaxUniqueIdLength);
202 KMaxDeviceNameLength, uniqueId,
223 KMaxDeviceNameLength, uniqueId,
231 error = ptrViECapture->AllocateCaptureDevice(uniqueId, KMaxUniqueIdLength,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h45 : uniqueId(0),
72 uniqueId = id;
76 return uniqueId;
90 int uniqueId; // For real comparing during code generation member in class:TSymbol
301 static int uniqueId; // for unique identification in code generation member in class:TSymbolTableLevel
H A DTypes.h134 void setUniqueId(int uniqueId) argument
136 mUniqueId = uniqueId;
139 int uniqueId() const function in class:TStructure
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2300 milliseconds