/frameworks/base/core/java/android/view/ |
ViewDebug.java | 97 * A mapping can be defined to map int values to specific strings. For 99 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see 103 * @ViewDebug.ExportedProperty(mapping = { 115 IntToString[] mapping() default { }; 118 * A mapping can be defined to map array indices to specific strings. 119 * A mapping can be used to see human readable values for the indices 134 * @see #mapping() 139 * A flags mapping can be defined to map flags encoded in an integer to 140 * specific strings. A mapping can be used to see human readable values 203 * Defines a mapping from an int value to a String. Such a mapping can be use 1159 final IntToString[] mapping = property.mapping(); local 1244 final IntToString[] mapping = property.mapping(); local 1343 final IntToString[] mapping = property.mapping(); local [all...] |
/system/media/camera/docs/ |
metadata_helpers.py | 348 mapping = { 357 return mapping.get(type_name, type_name) 390 mapping = { 399 base_type = mapping[metadata_type] 462 mapping = { 472 return mapping[what]
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_win.cc | 147 swprintf(pad.mapping, WebGamepad::mappingLengthCap, L"standard"); 149 pad.mapping[0] = 0; 214 swprintf(pad->mapping, WebGamepad::mappingLengthCap, L"standard"); 293 // Copy to the current state to the output buffer, using the mapping
|
gamepad_provider.cc | 174 memcmp(mapping_, pad.mapping, arraysize(mapping_)) == 0; 183 memcpy(mapping_, pad.mapping, arraysize(mapping_)); 199 memcpy(pad->mapping, mapping_, arraysize(mapping_));
|
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
GUnitExecuteMojo.java | 28 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping; 29 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping; 349 SourceMapping mapping = new SuffixMapping( "g", Collections.EMPTY_SET ); local 351 scan.addSourceMapping( mapping );
|
/external/chromium_org/content/browser/zygote_host/ |
zygote_host_impl_linux.cc | 292 const std::vector<FileDescriptorInfo>& mapping, 311 // more for each file descriptor mapping for the child process. 312 const size_t num_fds_to_send = 1 + mapping.size(); 322 // The rest come from mapping. 324 i = mapping.begin(); i != mapping.end(); ++i) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_elm.h | 39 /* This is the maximum trie capacity for the mapping trie. 101 /*CompactEIntArray *mapping; */ 102 UNewTrie *mapping; member in struct:__anon15827
|
ucol_elm.cpp | 149 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY, 162 t->contractions = uprv_cnttab_open(t->mapping, status); 239 /* mapping */ 240 if(t->mapping != NULL) { 241 /*r->mapping = ucmpe32_clone(t->mapping, status);*/ 242 r->mapping = utrie_clone(NULL, t->mapping, NULL, 0); 279 r->contractions->mapping = r->mapping; 1427 UNewTrie *mapping = t->mapping; local [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_private.h | 48 unsigned char mapping[256]; member in struct:ChannelLayout 70 * just shifts the static bitrate to mode mapping around a little bit.
|
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 217 diag::Severity mapping, StringRef Str) {} 413 diag::Severity mapping, StringRef Str) override { 414 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); 415 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
|
/external/libopus/src/ |
opus_private.h | 48 unsigned char mapping[256]; member in struct:ChannelLayout 70 * just shifts the static bitrate to mode mapping around a little bit.
|
/external/libvorbis/doc/ |
04-codec.tex | 104 configurations, channel mapping configurations and mode 180 multichannel audio with varying channel mapping applications. Vorbis I 181 uses a single mapping type (0), with implicit PCM channel mappings. 189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers: 191 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I. 192 \item If the mapping type is nonzero, the stream is undecodable 193 \item If the mapping type is zero: 204 \item if set, square polar channel mapping is in use: 238 \item save this mapping configuration in slot \varname{[i]} of the mapping configuration array \varname{[vorbis_mapping_co (…) [all...] |
/external/tremolo/Tremolo/ |
codec_internal.h | 156 unsigned char mapping; member in struct:__anon35293 159 /* Mapping backend generic *****************************************/ 201 blocksize flag and a mapping (along with the mapping setup */
|
/frameworks/compile/mclinker/lib/Target/ |
ELFEmulation.cpp | 79 std::pair<SectionMap::mapping, bool> res =
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system.py | 70 '''Reads each file in paths and returns a dictionary mapping the path to the 78 mapping for that path.
|
/external/chromium_org/mojo/system/ |
dispatcher.h | 117 scoped_ptr<RawSharedBufferMapping>* mapping); 245 scoped_ptr<RawSharedBufferMapping>* mapping);
|
/external/chromium_org/net/dns/ |
address_sorter_posix_unittest.cc | 33 explicit TestUDPClientSocket(const AddressMapping* mapping) 34 : mapping_(mapping), connected_(false) {}
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/ |
CSSFormatter.js | 139 * @param {!{original: !Array.<number>, formatted: !Array.<number>}} mapping 144 FormatterWorker.CSSFormattedContentBuilder = function(content, mapping, originalOffset, formattedOffset, indentString) 155 this._mapping = mapping;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
StylesSourceMapping.js | 318 * @param {!WebInspector.StylesSourceMapping} mapping 320 WebInspector.StyleFile = function(uiSourceCode, mapping) 323 this._mapping = mapping;
|
/external/chromium_org/tools/deep_memory_profiler/tests/ |
dmprof_test.py | 35 def __init__(self, mapping): 36 self._mapping = mapping
|
/external/chromium_org/tools/grit/grit/ |
grd_reader.py | 17 from grit.node import mapping namespace 58 node = mapping.ElementToClass(name, typeattr)()
|
/external/libselinux/ |
Android.mk | 21 src/mapping.c \
|
/external/valgrind/main/memcheck/tests/ |
varinfo6.stdout.exp | 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
|
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 54 static void mapping(IO &io, FooBar& fb) { function in struct:llvm::yaml::MappingTraits 64 // Test the reading of a yaml mapping 172 static void mapping(IO &io, BuiltInTypes& bt) { function in struct:llvm::yaml::MappingTraits 328 static void mapping(IO &io, StringTypes& st) { function in struct:llvm::yaml::MappingTraits 461 static void mapping(IO &io, ColorMap& c) { function in struct:llvm::yaml::MappingTraits 535 static void mapping(IO &io, FlagsMap& c) { function in struct:llvm::yaml::MappingTraits 618 static void mapping(IO &io, MyCustomTypeMap& s) { function in struct:llvm::yaml::MappingTraits 729 static void mapping(IO &io, NameAndNumbers& nn) { function in struct:llvm::yaml::MappingTraits 821 static void mapping(IO &io, TotalSeconds &secs) { function in struct:llvm::yaml::MappingTraits 936 static void mapping(IO &io, KindAndFlags& kf) function in struct:llvm::yaml::MappingTraits 1026 static void mapping(IO &io, FooBarMap& fb) { function in struct:llvm::yaml::MappingTraits 1105 static void mapping(IO &io, MyDouble &d) { function in struct:llvm::yaml::MappingTraits 1187 static void mapping(IO &io, MyValidation &d) { function in struct:llvm::yaml::MappingTraits 1621 static void mapping(IO& IO, OptionalTest &OT) { function in struct:llvm::yaml::MappingTraits 1628 static void mapping(IO &IO, OptionalTestSeq &OTS) { function in struct:llvm::yaml::MappingTraits [all...] |
/external/chromium_org/chrome/browser/ui/views/apps/ |
chrome_native_app_window_views.cc | 91 void AddAcceleratorsFromMapping(const AcceleratorMapping mapping[], 95 ui::Accelerator accelerator(mapping[i].keycode, mapping[i].modifiers); 96 (*accelerators)[accelerator] = mapping[i].command_id;
|