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

1 2

  /external/valgrind/helgrind/
hg_lock_n_thread.c 52 static Bool is_sane_Bag_of_Threads ( WordBag* bag )
56 VG_(initIterBag)( bag );
57 while (VG_(nextIterBag)( bag, (UWord*)&thr, &count )) {
61 VG_(doneIterBag)( bag );
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 242 checkValue(res, R.configVarying.bag,
243 R.styleable.TestConfig, new String[]{"bag default"});
249 checkValue(res, R.configVarying.bag,
250 R.styleable.TestConfig, new String[]{"bag xx"});
257 checkValue(res, R.configVarying.bag,
258 R.styleable.TestConfig, new String[]{"bag xx-rYY"});
264 checkValue(res, R.configVarying.bag,
265 R.styleable.TestConfig, new String[]{"bag mcc111"});
271 checkValue(res, R.configVarying.bag,
272 R.styleable.TestConfig, new String[]{"bag mnc222"})
    [all...]
  /external/valgrind/coregrind/
m_wordfm.c 841 WordBag* bag = alloc_nofail(cc, sizeof(WordBag)); local
842 bag->fm = VG_(newFM)( alloc_nofail, cc, dealloc, NULL );
843 return bag;
846 void VG_(deleteBag) ( WordBag* bag )
848 void (*dealloc)(void*) = bag->fm->dealloc;
849 VG_(deleteFM)( bag->fm, NULL, NULL );
850 VG_(memset)(bag, 0, sizeof(WordBag));
851 dealloc(bag);
854 void VG_(addToBag)( WordBag* bag, UWord w )
857 if (VG_(lookupFM)(bag->fm, &key, &count, w))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep292.py 9 class Bag:
25 s = Template('$who likes to eat a bag of $what worth $$100')
27 'tim likes to eat a bag of ham worth $100')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
41 'tim likes to eat a bag of $what worth $100')
93 m.bag = Bag()
94 m.bag.foo = Bag()
95 m.bag.foo.who = 'tim
    [all...]
test_file.py 251 bag = self.open(TESTFN, "wb")
252 bag.write(filler * nchunks)
253 bag.writelines(testlines)
254 bag.close()
267 # flexible manner. Each line in the bag o' ham is 4 bytes
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep292.py 9 class Bag:
25 s = Template('$who likes to eat a bag of $what worth $$100')
27 'tim likes to eat a bag of ham worth $100')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
41 'tim likes to eat a bag of $what worth $100')
93 m.bag = Bag()
94 m.bag.foo = Bag()
95 m.bag.foo.who = 'tim
    [all...]
test_file.py 251 bag = self.open(TESTFN, "wb")
252 bag.write(filler * nchunks)
253 bag.writelines(testlines)
254 bag.close()
267 # flexible manner. Each line in the bag o' ham is 4 bytes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep292.py 9 class Bag:
25 s = Template('$who likes to eat a bag of $what worth $$100')
27 'tim likes to eat a bag of ham worth $100')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
41 'tim likes to eat a bag of $what worth $100')
93 m.bag = Bag()
94 m.bag.foo = Bag()
95 m.bag.foo.who = 'tim
    [all...]
test_file.py 251 bag = self.open(TESTFN, "wb")
252 bag.write(filler * nchunks)
253 bag.writelines(testlines)
254 bag.close()
267 # flexible manner. Each line in the bag o' ham is 4 bytes
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep292.py 9 class Bag:
25 s = Template('$who likes to eat a bag of $what worth $$100')
27 'tim likes to eat a bag of ham worth $100')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
41 'tim likes to eat a bag of $what worth $100')
93 m.bag = Bag()
94 m.bag.foo = Bag()
95 m.bag.foo.who = 'tim
    [all...]
test_file.py 251 bag = self.open(TESTFN, "wb")
252 bag.write(filler * nchunks)
253 bag.writelines(testlines)
254 bag.close()
267 # flexible manner. Each line in the bag o' ham is 4 bytes
  /external/webrtc/talk/media/devices/
win32devicemanager.cc 206 CComPtr<IPropertyBag> bag; local
208 __uuidof(bag), reinterpret_cast<void**>(&bag)))) {
211 if (SUCCEEDED(bag->Read(kFriendlyName, &name, 0)) &&
215 if (SUCCEEDED(bag->Read(kDevicePath, &path, 0)) &&
230 HRESULT GetStringProp(IPropertyStore* bag, PROPERTYKEY key, std::string* out) {
235 HRESULT hr = bag->GetValue(key, &var);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 48 branch_bag bag; local
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
52 _GLIBCXX_DEBUG_ASSERT(bag.empty());
58 _GLIBCXX_DEBUG_ASSERT(!bag.empty());
62 pref_end(p_split_lf), other, bag);
insert_join_fn_imps.hpp 48 branch_bag bag; local
49 if (!join_prep(other, bag))
57 other.m_p_head->m_p_parent, 0, bag);
401 branch_bag bag; local
402 bag.add_branch();
403 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent, p_new_lf, 0, bag);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 48 branch_bag bag; local
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
52 _GLIBCXX_DEBUG_ASSERT(bag.empty());
58 _GLIBCXX_DEBUG_ASSERT(!bag.empty());
62 pref_end(p_split_lf), other, bag);
insert_join_fn_imps.hpp 48 branch_bag bag; local
49 if (!join_prep(other, bag))
57 other.m_p_head->m_p_parent, 0, bag);
401 branch_bag bag; local
402 bag.add_branch();
403 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent, p_new_lf, 0, bag);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 48 branch_bag bag; local
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
52 _GLIBCXX_DEBUG_ASSERT(bag.empty());
58 _GLIBCXX_DEBUG_ASSERT(!bag.empty());
62 pref_end(p_split_lf), other, bag);
insert_join_fn_imps.hpp 48 branch_bag bag; local
49 if (!join_prep(other, bag))
57 other.m_p_head->m_p_parent, 0, bag);
401 branch_bag bag; local
402 bag.add_branch();
403 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent, p_new_lf, 0, bag);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 48 branch_bag bag; local
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
52 _GLIBCXX_DEBUG_ASSERT(bag.empty());
58 _GLIBCXX_DEBUG_ASSERT(!bag.empty());
62 pref_end(p_split_lf), other, bag);
insert_join_fn_imps.hpp 48 branch_bag bag; local
49 if (!join_prep(other, bag))
57 other.m_p_head->m_p_parent, 0, bag);
401 branch_bag bag; local
402 bag.add_branch();
403 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent, p_new_lf, 0, bag);
  /external/jemalloc/test/unit/
rb.c 234 uint64_t bag[NNODES]; local
245 bag[j] = j;
250 bag[j] = NNODES - j - 1;
254 bag[j] = gen_rand64_range(sfmt, NNODES);
262 nodes[k].key = bag[k];
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 1907 const ResTable::bag_entry* bag = startOfBag; local
1959 const ResTable::bag_entry* bag = startOfBag; local
2025 const ResTable::bag_entry* bag = startOfBag; local
2068 const ResTable::bag_entry* bag = startOfBag; local
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 962 ParameterBag bag = createParameters(tm, parameters, local
989 ParameterBag bag = handleParameters(testMethod, local
1079 ParameterBag bag = createParameters(testMethod, local
    [all...]

Completed in 527 milliseconds

1 2