HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 426 - 450 of 1166) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 73 char guid[128] = {0}; local
78 guid));
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_hardware.h 63 // (GUID) for the recording device.
69 // (GUID) for the playout device.
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
hardware_before_streaming_test.cc 74 // Extended Win32 enumeration tests: unique GUID outputs on Vista and up:
76 // Win Vista and up : device_name is the friendly name and GUID is a unique
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 34 --proj-guid=GUID GUID to use for the project
204 --proj-guid=*) guid="${optval}"
258 guid=${guid:-`generate_uuid`}
338 ProjectGUID="{${guid}}" \
gen_msvs_vcxproj.sh 35 --proj-guid=GUID GUID to use for the project
224 --proj-guid=*) guid="${optval}"
280 guid=${guid:-`generate_uuid`}
364 tag_content ProjectGuid "{${guid}}"
  /frameworks/wilhelm/src/
MPH.h 75 // GUID and MPH are shared by SL and XA, but currently documented for SL only
83 // GUID and MPH are shared by SL and XA, but currently documented for XA only
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 34 --proj-guid=GUID GUID to use for the project
204 --proj-guid=*) guid="${optval}"
258 guid=${guid:-`generate_uuid`}
338 ProjectGUID="{${guid}}" \
gen_msvs_vcxproj.sh 35 --proj-guid=GUID GUID to use for the project
224 --proj-guid=*) guid="${optval}"
280 guid=${guid:-`generate_uuid`}
364 tag_content ProjectGuid "{${guid}}"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objsel.h 21 EXTERN_C const GUID DECLSPEC_SELECTANY CLSID_DsObjectPicker = {0x17d6ccd8,0x3b7b,0x11d2,{0xb9,0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7}};
22 EXTERN_C const GUID DECLSPEC_SELECTANY IID_IDsObjectPicker = {0x0c87e64e,0x3b7a,0x11d2,{0xb9,0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7}};
  /bionic/libc/kernel/uapi/sound/
firewire.h 54 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /development/host/windows/usb/api/
adb_interface_enum.cpp 35 bool AdbInterfaceEnumObject::InitializeEnum(GUID class_id,
  /development/samples/XmlAdapters/res/xml/
rss_feed.xml 25 <bind app:from="/guid" app:to="@id/item_layout" app:as="tag" />
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
thread.js 10 base.require('base.guid');
61 this.guid_ = base.GUID.allocate();
81 get guid() {
97 obj[key] = this[key].guid;
  /external/chromium_org/base/debug/
trace_event_win_unittest.cc 78 current_->Event(event->Header.Guid,
140 // Enable the TraceLog provider GUID.
166 void ExpectEvent(REFGUID guid,
180 EXPECT_CALL(consumer_, Event(guid,
  /external/chromium_org/base/win/
message_window_unittest.cc 6 #include "base/guid.h"
  /external/chromium_org/chrome/browser/chromeos/net/
delay_network_call.cc 38 detector->GetCaptivePortalState(default_network->guid()).status;
  /external/chromium_org/chrome/browser/sync/glue/
local_device_info_provider_unittest.cc 78 EXPECT_EQ(std::string(kLocalDeviceGuid), local_device_info->guid());
  /external/chromium_org/chrome/common/importer/
ie_importer_test_registry_overrider_win.cc 12 #include "base/guid.h"
  /external/chromium_org/chromeos/network/
network_state_handler.cc 9 #include "base/guid.h"
311 const std::string& guid) const {
312 DCHECK(!guid.empty());
316 if (network->guid() == guid)
794 if (!network->guid().empty()) {
796 // Otherwise ensure that the entry matches the specified GUID. (e.g. in
797 // case a visible network with a specified guid gets configured with a
798 // new guid).
802 specifier_guid_map_[specifier] = network->guid();
806 std::string guid; local
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.cc 9 #include "base/guid.h"
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.h 57 // which is expected to be the GUID identifying the |profile|.
  /external/chromium_org/components/dom_distiller/core/
url_utils.cc 9 #include "base/guid.h"
  /external/chromium_org/components/test/data/autofill/merge/tools/
autofill_merge_common.py 44 if column_name in ["guid", "label", "country", "date_modified"]:
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 9 #include "base/guid.h"
68 EXPECT_TRUE(base::IsValidGUID(profile->guid()));
77 EXPECT_TRUE(base::IsValidGUID(profile->guid()));
115 EXPECT_TRUE(base::IsValidGUID(credit_card->guid()));
126 EXPECT_TRUE(base::IsValidGUID(credit_card->guid()));
486 ASSERT_FALSE(connection.DoesColumnExist("credit_cards", "guid"));
503 EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
548 EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
641 "SELECT guid, name_on_card, expiration_month, expiration_year, "
710 "SELECT guid, name_on_card, expiration_month, expiration_year,
    [all...]
  /external/chromium_org/media/blink/
webmediasource_impl.cc 7 #include "base/guid.h"

Completed in 2262 milliseconds

<<11121314151617181920>>