HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 476 - 500 of 3027) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Object/
simple-archive.test 6 CHECKIDX: Archive map
  /external/marisa-trie/lib/marisa/
intvector.cc 48 map(temp_mapper);
52 void IntVector::map(const void *ptr, std::size_t size) { function in class:marisa::IntVector
54 map(mapper);
57 void IntVector::map(Mapper &mapper) { function in class:marisa::IntVector
59 temp.units_.map(mapper);
60 mapper.map(&temp.num_bits_per_int_);
61 mapper.map(&temp.mask_);
62 mapper.map(&temp.size_);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 48 map(temp_mapper);
52 void IntVector::map(const void *ptr, std::size_t size) { function in class:marisa_alpha::IntVector
54 map(mapper);
57 void IntVector::map(Mapper &mapper) { function in class:marisa_alpha::IntVector
59 temp.units_.map(mapper);
60 mapper.map(&temp.num_bits_per_int_);
61 mapper.map(&temp.mask_);
62 mapper.map(&temp.size_);
  /external/oprofile/libpp/
sample_container.h 15 #include <map>
30 typedef std::map<sample_index_t, sample_entry> samples_storage;
  /external/proguard/examples/
proguard.pro 19 -printmapping proguard.map
  /external/protobuf/src/google/protobuf/io/
printer.h 41 #include <map>
55 // map<string, string> vars;
75 // defined by the given map.
76 void Print(const map<string, string>& variables, const char* text);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
UriMatcherTest.java 34 assertThat(root.map.isEmpty(), is(true));
44 assertThat(node.map.keySet(), hasItem(AUTH));
46 node = node.map.get(AUTH);
47 assertThat(node.map.keySet(), hasItem("bar"));
49 node = node.map.get("bar");
50 assertThat(node.map.keySet(), hasItem("cat"));
52 node = node.map.get("cat");
59 MatchNode node = root.map.get(AUTH);
  /external/webkit/Source/WebCore/inspector/
xxd.pl 41 $text = join(', ', map('0x' . unpack("H*", $_), split(undef, $text)));
  /external/webkit/Source/WebCore/platform/
Language.cpp 37 DEFINE_STATIC_LOCAL(ObserverMap, map, ());
38 return map;
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.h 30 #include <map>
60 std::map<std::string, CreateInjectedBundleTestFunction> m_createInjectedBundleTestFunctions;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.cons/
iter_iter_comp.pass.cpp 10 // <map>
12 // class map
15 // map(InputIterator first, InputIterator last, const key_compare& comp);
17 #include <map>
38 std::map<int, double, C> m(ar, ar+sizeof(ar)/sizeof(ar[0]), C(5));
iter_iter_comp_alloc.pass.cpp 10 // <map>
12 // class map
15 // map(InputIterator first, InputIterator last,
18 #include <map>
41 std::map<int, double, C, A> m(ar, ar+sizeof(ar)/sizeof(ar[0]), C(5), A(7));
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.modifiers/
insert_iter_iter.pass.cpp 10 // <map>
12 // class map
17 #include <map>
25 typedef std::map<int, double> M;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.ops/
count.pass.cpp 10 // <map>
12 // class map
16 #include <map>
22 typedef std::map<int, double> M;
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 40 -printmapping out.map
proguard.pro 19 -printmapping proguard.map
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 57 HashMap<String, Class<?>> map = getPrivateClassCache(); local
58 assertEquals(0, map.size());
70 HashMap<String, Class<?>> map = getPrivateClassCache(); local
71 assertEquals(0, map.size());
80 HashMap<String, Class<?>> map = getPrivateClassCache(); local
81 assertTrue(map.containsKey("jar.example.Class1")); //$NON-NLS-1$
82 assertTrue(map.containsKey("jar.example.Class2")); //$NON-NLS-1$
83 assertEquals(2, map.size());
  /development/host/windows/usb/api/
adb_api_instance.h 35 Objects of this class are globally stored in the map that matches
38 1. When object of this class is created and added to the map, its recount
45 corresponded object gets deleted from the map and its refcount is
110 /// Defines map that matches ADBAPIINSTANCEHANDLE with AdbApiInstance object
111 typedef std::map< ADBAPIINSTANCEHANDLE, AdbApiInstance* > AdbApiInstanceMap;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
MultiMap.java 36 public void map(K key, V value) { method in class:MultiMap
  /external/chromium/chrome/browser/policy/
mock_configuration_policy_provider.h 9 #include <map>
  /external/chromium/chrome/browser/sidebar/
sidebar_manager.h 8 #include <map>
132 // This map stores sidebars linked to a particular tab. Sidebars are
134 typedef std::map<std::string, SidebarContainer*> ContentIdToSidebarHostMap;
142 typedef std::map<TabContents*, SidebarStateForTab> TabToSidebarHostMap;
145 typedef std::map<SidebarContainer*, TabContents*> SidebarHostToTabMap;
  /external/chromium/chrome/browser/webdata/
token_service_table.h 25 bool GetAllTokens(std::map<std::string, std::string>* tokens);
  /external/chromium/webkit/glue/
password_form_dom_manager.h 29 typedef std::map<string16, string16> LoginCollection;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 167 hb_ot_map_builder_t *map = &plan->map; local
179 map->add_global_bool_feature (HB_TAG('c','c','m','p'));
180 map->add_global_bool_feature (HB_TAG('l','o','c','l'));
182 map->add_gsub_pause (NULL);
185 map->add_feature (arabic_features[i], 1, i < 4 ? F_HAS_FALLBACK : F_NONE); /* The first four features have fallback. */
187 map->add_gsub_pause (NULL);
189 map->add_feature (HB_TAG('r','l','i','g'), 1, F_GLOBAL|F_HAS_FALLBACK);
190 map->add_gsub_pause (arabic_fallback_shape);
192 map->add_global_bool_feature (HB_TAG('c','a','l','t'))
    [all...]
  /external/icu4c/i18n/
casetrn.h 41 * @param map the full case mapping function (see ucase.h)
43 CaseMapTransliterator(const UnicodeString &id, UCaseMapFull *map);

Completed in 911 milliseconds

<<11121314151617181920>>