/external/libnetfilter_conntrack/qa/ |
test_connlabel.c | 9 static void print_label(struct nfct_labelmap *map) 11 int b = nfct_labelmap_get_bit(map, "test label 1"); 14 b = nfct_labelmap_get_bit(map, "zero"); 17 b = nfct_labelmap_get_bit(map, "test label 2"); 20 b = nfct_labelmap_get_bit(map, "duplicate"); 23 b = nfct_labelmap_get_bit(map, "invalid label"); 26 b = nfct_labelmap_get_bit(map, "T"); 30 static void dump_map(struct nfct_labelmap *map) 35 const char *name = nfct_labelmap_get_name(map, i);
|
/external/mesa3d/src/mesa/main/ |
pixel.h | 44 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ); 46 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ); 48 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ); 50 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ); 52 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ); 54 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ); 56 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ); 58 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ); 60 _mesa_GetPixelMapusv( GLenum map, GLushort *values );
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
BasicMDCAdapter.java | 30 import java.util.Map; 46 private InheritableThreadLocal<Map<String, String>> inheritableThreadLocal = new InheritableThreadLocal<Map<String, String>>(); 62 * the <code>key</code> parameter into the current thread's context map. 66 * If the current thread does not have a context map it is created as a side 76 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local 77 if (map == null) { 78 map = Collections.<String, String> synchronizedMap(new HashMap<String, String>()) 100 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local 110 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local 130 Map<String, String> map = (Map<String, String>) inheritableThreadLocal.get(); local 157 Map<String, String> map = Collections.<String, String> synchronizedMap(new HashMap<String, String>(contextMap)); local [all...] |
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
__init__.py | 8 __version__ = '.'.join(map(str, __versioninfo__)) + 'dev'
|
/external/turbine/java/com/google/turbine/binder/env/ |
SimpleEnv.java | 25 private final ImmutableMap<K, V> map; field in class:SimpleEnv 27 public SimpleEnv(ImmutableMap<K, V> map) { 28 this.map = map; 36 return map; 41 private final ImmutableMap.Builder<K, V> map = ImmutableMap.builder(); field in class:SimpleEnv.Builder 44 map.put(sym, v); 48 return new SimpleEnv<>(map.build()); 54 return map.get(sym);
|
/external/valgrind/none/tests/solaris/ |
stack_prot.c | 10 prxmap_t map[32]; local 27 items = fread(map, sizeof(map[0]), ARRAY_LENGTH(map), fi); 28 if (items != ARRAY_LENGTH(map)) { 38 if (map[i].pr_vaddr <= local 39 && local < map[i].pr_vaddr + map[i].pr_size) { 42 if ((map[i].pr_mflags & (MA_READ | MA_WRITE | MA_EXEC))
|
/external/webrtc/webrtc/modules/audio_coding/include/ |
audio_coding_module_typedefs.h | 14 #include <map>
|
/frameworks/base/test-runner/src/android/test/ |
SimpleCache.java | 20 import java.util.Map; 24 private Map<K, V> map = new HashMap<K, V>(); field in class:SimpleCache 29 if (map.containsKey(key)) { 30 return map.get(key); 33 map.put(key, value);
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
BracketObject.java | 21 public HashMap<String, String> map = new HashMap<>(); field in class:BracketObject
|
/libcore/luni/src/main/java/libcore/util/ |
BasicLruCache.java | 20 import java.util.Map; 27 private final LinkedHashMap<K, V> map; field in class:BasicLruCache 35 this.map = new LinkedHashMap<K, V>(0, 0.75f, true); 51 result = map.get(key); 61 // NOTE: Another thread might have already inserted a value for |key| into the map. 63 // equal keys. We will however attempt to trim the map twice, but that shouldn't be 67 map.put(key, result); 89 V previous = map.put(key, value); 95 while (map.size() > maxSize) { 96 Map.Entry<K, V> toEvict = map.eldest() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ |
Refactoring.h | 24 #include <map> 46 /// \brief Returns the file path to replacements map to which replacements 48 std::map<std::string, Replacements> &getReplacements(); 72 std::map<std::string, Replacements> FileToReplaces; 94 const std::map<std::string, Replacements> &FileToReplaces,
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue15572.dir/ |
a.go | 26 func Gp() map[int]*T { 27 return map[int]*T{0: &T{}} 30 func Gip() map[int]*T { 31 return map[int]*T{0: {}} // element with implicit composite literal type 34 func Hp() map[*T]int { 35 return map[*T]int{&T{}: 0} 38 func Hip() map[*T]int { 39 return map[*T]int{{}: 0} // key with implicit composite literal type
|