HomeSort by relevance Sort by last modified time
    Searched defs:Set (Results 1 - 25 of 512) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/libcxx/containers/gnu_cxx/
hash_set.pass.cpp 22 typedef __gnu_cxx::hash_set<int> Set;
23 Set s;
24 Set s2(s);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/gnu_cxx/
hash_set.pass.cpp 22 typedef __gnu_cxx::hash_set<int> Set;
23 Set s;
24 Set s2(s);
  /external/google-breakpad/src/testing/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/googletest/googletest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/libchrome/base/synchronization/
atomic_flag.cc 13 // Set() from the same sequence after. Note: the sequencing requirements are
19 void AtomicFlag::Set() {
  /external/protobuf/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/v8/testing/gtest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
flag.go 18 func (v *StringsFlag) Set(s string) error {
31 // AddBuildFlagsNX adds the -n and -x build flags to the flag set.
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
flag.go 18 func (v *StringsFlag) Set(s string) error {
31 // AddBuildFlagsNX adds the -n and -x build flags to the flag set.
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/samples/
sample2.cc 51 void MyString::Set(const char* a_c_string) {
  /system/bt/service/common/bluetooth/util/
atomic_string.cc 29 void AtomicString::Set(const std::string& str) {
  /art/openjdkjvmti/
object_tagging.cc 45 bool ObjectTagTable::Set(art::mirror::Object* obj, jlong new_tag) {
50 return JvmtiWeakTable<jlong>::Set(obj, new_tag);
  /external/pdfium/core/fpdfapi/font/
cpdf_fontglobals.cpp 29 CPDF_Font* CPDF_FontGlobals::Set(CPDF_Document* pDoc,
  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.h 22 void Set(float fValue, XFA_Unit eUnit) {
  /external/protobuf/python/
stubout.py 25 stubs.Set(os.path, 'exists', lambda x: 1)
53 stubbed. Note that the method Set() does not do that: if obj is
109 def Set(self, parent, child_name, new_child):
113 method is being replaced. The named child is set to new_child, while
129 """Reverses all the Set() calls, restoring things to their original
131 no effect if no Set() calls have been made.
134 # Undo calls to Set() in reverse order, in case Set() was called on the
  /external/tensorflow/tensorflow/core/lib/gtl/
map_util_test.cc 19 #include <set>
53 // Set operations
54 typedef std::set<int> Set;
55 Set s;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
locked_bandwidth_info.h 33 void Set(const IsacBandwidthInfo& bwinfo) {
  /prebuilts/go/darwin-x86/src/net/textproto/
header.go 18 // Set sets the header entries associated with key to
21 func (h MIMEHeader) Set(key, value string) {
  /prebuilts/go/linux-x86/src/net/textproto/
header.go 18 // Set sets the header entries associated with key to
21 func (h MIMEHeader) Set(key, value string) {
  /build/blueprint/bootstrap/bpglob/
bpglob.go 45 func (m *multiArg) Set(s string) error {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/AuthenticationInfo/
AuthenticationInfo.h 78 Set the Authentication information for a given controller handle.
86 EFI_SUCCESS - Successfully set the Authentication node information
101 EFI_AUTHENTICATION_INFO_PROTOCOL_SET Set;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/IScsiInitiatorName/
IScsiInitiatorName.h 17 It rovides the ability to get and set the iSCSI Initiator Name.
43 Retrieves the current set value of iSCSI Initiator Name.
93 EFI_ISCSI_INITIATOR_NAME_SET Set;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IScsiInitiatorName.h 3 It provides the ability to get and set the iSCSI Initiator Name.
27 Retrieves the current set value of iSCSI Initiator Name.
81 EFI_ISCSI_INITIATOR_NAME_SET Set;

Completed in 1639 milliseconds

1 2 3 4 5 6 7 8 91011>>