HomeSort by relevance Sort by last modified time
    Searched refs:hf (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpConnectionTest.py 46 car_bt_utils.set_car_profile_priorities_off(self.hf, self.ag)
50 self.hf, self.ag, [BtEnum.BluetoothProfile.HEADSET_CLIENT],
58 self.hf.droid.bluetoothDisconnectConnected(
69 1. AG & HF are disconnected but paired.
74 3. Connect AG & HF
75 4. HF should transition into Active call state.
101 self.hf, self.ag,
103 self.log.error("Could not connect HF and AG {} {}".format(
104 self.hf.serial, self.ag.serial))
107 # Check that HF is in active stat
    [all...]
BtCarHfpConferenceTest.py 53 self.hf, self.ag,
63 Tests if we can have a 3-way calling between re, RE2 and AG/HF.
70 2. Wait for dialing on re and ringing on HF/AG.
71 3. Accept the call on HF
73 5. Wait for dialing on re and ringing on HF/AG.
74 6. Accept the call on HF.
75 7. See that HF/AG have one active and one held call.
76 8. Merge the call on HF.
77 9. Verify that we have a conference call on HF/AG.
78 10. Hangup the call on HF
    [all...]
BtCarHfpTest.py 41 bt_test_utils.set_profile_priority(self.hf, self.ag, [
46 self.hf, self.ag, [BtEnum.BluetoothProfile.HEADSET_CLIENT.value],
50 self.hf, self.ag,
76 self.hf.droid.telecomGetUserSelectedOutgoingPhoneAccount()
78 self.hf.log.error("No default account found.")
86 self.hf.log.error("No component name for account {}".format(
90 self.hf.log.error("Component name does not start with pkg name {}".
99 Tests if we can make a phone call from HF role and disconnect from HF
106 1. Make a call from HF role
    [all...]
BtCarHfpFuzzTest.py 44 self.hf, self.ag,
110 # First check if HF is in dialing state, we can send an actual hangup if
112 if self.hf.droid.telecomIsInCall():
113 self.log.info("HF still in call, send hangup")
114 self.hf.droid.telecomEndCall()
130 Test calling and hangup from HF with varied delays as defined in
138 a) Call HF
140 c) Hangup HF
158 if not self.dial_a_hangup_b_quick(self.hf, self.hf, delay)
    [all...]
  /bionic/libc/dns/net/
sethostent.c 70 sethostent_r(FILE **hf)
72 if (!*hf)
73 *hf = fopen(_h_hosts, "re");
75 rewind(*hf);
79 endhostent_r(FILE **hf)
81 if (*hf) {
82 (void)fclose(*hf);
83 *hf = NULL;
133 FILE *hf; local
139 hf = NULL
247 FILE *hf; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 635 long hf;
636 hf = uc.getHeaderFieldDate("Content-Encoding", Long.MIN_VALUE);
638 Long.MIN_VALUE, hf);
639 hf = uc.getHeaderFieldDate("Content-Length", Long.MIN_VALUE);
641 Long.MIN_VALUE, hf);
642 hf = uc.getHeaderFieldDate("Content-Type", Long.MIN_VALUE);
644 Long.MIN_VALUE, hf);
645 hf = uc.getHeaderFieldDate("content-type", Long.MIN_VALUE);
647 Long.MIN_VALUE, hf);
648 hf = uc.getHeaderFieldDate("Date", Long.MIN_VALUE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fdi.h 203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf);
206 typedef __LONG32 (DIAMONDAPI *PFNSEEK) (INT_PTR hf,__LONG32 dist,int seektype);
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
211 #define FNCLOSE(fn) int DIAMONDAPI fn(INT_PTR hf)
212 #define FNSEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype)
223 INT_PTR hf; member in struct:__anon58729
261 WINBOOL DIAMONDAPI FDIIsCabinet(HFDI hfdi,INT_PTR hf,PFDICABINETINFO pfdici)
    [all...]
fci.h 174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
176 typedef int (DIAMONDAPI *PFNFCICLOSE)(INT_PTR hf,int *err,void *pv);
177 typedef __LONG32 (DIAMONDAPI *PFNFCISEEK) (INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv);
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
183 #define FNFCICLOSE(fn) int DIAMONDAPI fn(INT_PTR hf,int *err,void *pv)
184 #define FNFCISEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv)
  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash32Test.java 60 HashFn hf = new HashFn() { local
69 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3);
Murmur3Hash128Test.java 70 HashFn hf = new HashFn() { local
79 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 48 func (hf HeaderField) IsPseudo() bool {
49 return len(hf.Name) != 0 && hf.Name[0] == ':'
52 func (hf HeaderField) String() string {
54 if hf.Sensitive {
57 return fmt.Sprintf("header field %q = %q%s", hf.Name, hf.Value, suffix)
61 func (hf HeaderField) Size() uint32 {
74 return uint32(len(hf.Name) + len(hf.Value) + 32
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 48 func (hf HeaderField) IsPseudo() bool {
49 return len(hf.Name) != 0 && hf.Name[0] == ':'
52 func (hf HeaderField) String() string {
54 if hf.Sensitive {
57 return fmt.Sprintf("header field %q = %q%s", hf.Name, hf.Value, suffix)
61 func (hf HeaderField) Size() uint32 {
74 return uint32(len(hf.Name) + len(hf.Value) + 32
    [all...]
  /external/zlib/src/contrib/minizip/
iowin32.c 45 HANDLE hf; member in struct:__anon39649
83 w32fiow.hf = hFile;
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 148 float hf = getHeight(); local
150 final float cy = hf/2;
152 hf -= getPaddingTop() + getPaddingBottom();
153 float rad = (wf < hf) ? wf/2 : hf/2;
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 68 typedef test_hash<std::hash<T>> HF;
71 typedef std::unordered_multiset<T, HF, Comp, A> C;
76 assert(c.hash_function() == HF());
88 typedef test_hash<std::hash<T>> HF;
91 typedef std::unordered_multiset<T, HF, Comp, A> C;
93 HF hf(42);
95 C c(4, hf, a);
97 assert(c.hash_function() == hf);
98 assert(!(c.hash_function() == HF()));
    [all...]
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 68 typedef test_hash<std::hash<T>> HF;
71 typedef std::unordered_set<T, HF, Comp, A> C;
76 assert(c.hash_function() == HF());
88 typedef test_hash<std::hash<T>> HF;
91 typedef std::unordered_set<T, HF, Comp, A> C;
93 HF hf(42);
95 C c(4, hf, a);
97 assert(c.hash_function() == hf);
98 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_map<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_multiset<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_multiset<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_set<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_set<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_map<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_multiset<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_multiset<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_set<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_set<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BluetoothCarHfpBaseTest.py 40 # HF : HandsFree (CarKit role)
41 self.hf = self.android_devices[0]
42 self.hf.log.info("Role set to HF (HandsFree Carkit role).")
86 self.hf, self.ag, attempts=4, auto_confirm=False):

Completed in 844 milliseconds

1 2 3 4