HomeSort by relevance Sort by last modified time
    Searched refs:guid (Results 76 - 100 of 306) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
63 local guid=`grep ProjectGuid "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
66 # save the project GUID to a varaible, normalizing to the basename of the
73 eval "${var}_guid=$guid"
96 eval "local guid=\${$1_guid}"
98 # save the project GUID to a varaible, normalizing to the basename of the
103 eval "${var}_guid=$guid"
105 echo "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"$name\", \"$file\", \"$guid\""
115 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"
  /external/chromium-trace/catapult/tracing/tracing/mre/
function_handle.py 44 options=None, guid=uuid.uuid4()):
48 self._guid = guid
56 def guid(self): member in class:FunctionHandle
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 226 GUID guid; local
228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) {
  /external/vboot_reference/cgpt/
cgpt.h 35 Guid boot_guid;
99 /* GUID conversion functions. Accepted format:
107 int StrToGuid(const char *str, Guid *guid);
108 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
109 int GuidEqual(const Guid *guid1, const Guid *guid2);
110 int IsZero(const Guid *guid);
    [all...]
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib.c 212 * partition type guid from the gpt table. Instance value starts from 0. If the
215 GptEntry *GptFindNthEntry(GptData *gpt, const Guid *guid, unsigned int n)
223 if (!Memcmp(&e->type, guid, sizeof(*guid))) {
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.h 31 bool ConfigureServiceByGuid(const std::string& guid,
40 const std::string& guid,
48 const std::string& guid,
proxy_shill_wifi_client.h 50 virtual bool ConfigureServiceByGuid(const std::string& guid,
59 const std::string& guid,
67 const std::string& guid,
  /external/autotest/client/cros/networking/
wifi_proxy.py 46 hidden_network=False, guid=None,
58 @param guid string unique identifier for network.
76 if guid is not None:
77 config_params[self.SERVICE_PROPERTY_GUID] = guid
96 guid=None,
112 @param guid string unique identifier for network.
194 if guid is not None:
195 service_object.SetProperty(self.SERVICE_PROPERTY_GUID, guid)
  /external/webrtc/talk/media/devices/
win32devicemanager.cc 78 HDEVNOTIFY Register(REFGUID guid);
257 std::string name, guid; local
260 hr = GetStringProp(props, PKEY_AudioEndpoint_GUID, &guid);
264 out->id = guid;
382 HDEVNOTIFY Win32DeviceWatcher::Register(REFGUID guid) {
386 dbdi.dbcc_classguid = guid;
  /external/markdown/markdown/extensions/
rss.py 88 guid = ''.join([x for x in heading if x.isalnum()])
89 guidElem = etree.SubElement(item, "guid")
90 guidElem.text = guid
  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 73 char guid[128] = {0}; local
78 guid));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h 109 REFGUID guid,
115 REFGUID guid,
121 REFGUID guid,
148 #define ID3D10BlendState1_GetPrivateData(This,guid,pDataSize,pData) (This)->lpVtbl->GetPrivateData(This,guid,pDataSize,pData)
149 #define ID3D10BlendState1_SetPrivateData(This,guid,DataSize,pData) (This)->lpVtbl->SetPrivateData(This,guid,DataSize,pData)
150 #define ID3D10BlendState1_SetPrivateDataInterface(This,guid,pData) (This)->lpVtbl->SetPrivateDataInterface(This,guid,pData)
170 static FORCEINLINE HRESULT ID3D10BlendState1_GetPrivateData(ID3D10BlendState1* This,REFGUID guid,UINT *pDataSize,void *pData)
    [all...]
comdef.h 52 GUID GUID_() const throw();
120 _GUID guid; local
121 memset (&guid, 0, sizeof (_GUID));
122 if(m_perrinfo!=NULL) m_perrinfo->GetGUID(&guid);
123 return guid;
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 256 unsigned int guid:8; \
406 SQUASHFS_SWAP((s)->guid, d, 24, 8);\
562 unsigned int guid:4; /* index into guid table */ member in struct:squashfs_base_inode_header_1
569 unsigned int guid:4; /* index into guid table */ member in struct:squashfs_ipc_inode_header_1
578 unsigned int guid:4; /* index into guid table */ member in struct:squashfs_dev_inode_header_1
586 unsigned int guid:4; /* index into guid table * member in struct:squashfs_symlink_inode_header_1
595 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_1
606 unsigned int guid:4; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_1
681 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_base_inode_header_2
688 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ipc_inode_header_2
695 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dev_inode_header_2
703 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_symlink_inode_header_2
712 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_reg_inode_header_2
725 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_dir_inode_header_2
736 unsigned int guid:8; \/* index into guid table *\/ member in struct:squashfs_ldir_inode_header_2
    [all...]
  /bionic/libc/kernel/uapi/sound/
firewire.h 89 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_device.py 15 guid='cros:%s' % host_name or 'localhost')
device_finder.py 39 devices = [d for d in devices if d.guid ==
ios_device.py 22 super(IOSDevice, self).__init__(name='ios', guid='ios')
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 101 // component fields: either a GUID and age, or signature and age. If
107 GUID guid() const { return guid_; } function in class:google_breakpad::GUIDOrSignatureIdentifier
117 GUID guid_;
  /external/gptfdisk/
Makefile 7 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
  /external/kernel-headers/original/uapi/sound/
firewire.h 73 unsigned char guid[8]; member in struct:snd_firewire_get_info
  /external/libweave/src/privet/
device_delegate.cc 7 #include <base/guid.h>
  /external/vboot_reference/firmware/2lib/include/
2api.h 27 #include "2guid.h"
328 const struct vb2_guid *guid,
  /external/vboot_reference/firmware/include/
gpt_misc.h 143 * Return the nth instance of parition entry matching the partition type guid
147 GptEntry *GptFindNthEntry(GptData *gpt, const Guid *guid, unsigned int n);
  /external/vboot_reference/host/lib21/include/
host_key2.h 21 struct vb2_guid guid; /* Key GUID */ member in struct:vb2_private_key
130 * This only initializes the sig_alg field and the guid field to an empty
131 * guid. It does not set any of the other fields in *key_ptr.
144 * The packed data is in the same buffer, following the key struct and GUID.
163 * not set the hash_alg, guid, or desc fields, since those are not contained in

Completed in 1537 milliseconds

1 2 34 5 6 7 8 91011>>