/frameworks/base/libs/usb/tests/AccessoryChat/ |
README.txt | 1 This is a test app for the USB accessory APIs. It consists of two parts:
|
/packages/screensavers/PhotoTable/res/values/ |
config.xml | 38 <!-- Parts per million ratio between image size and screen size. --> 41 <!-- Parts per million ratio between image size on the table and screen size. --> 59 <!-- Parts per million damping coefficient of the table. --> 65 <!-- Parts per million maximum cropping allow to fit image to screen. --> 71 <!-- time thrown image land, in parts per million from 0 to 1. --> 74 <!-- fraction of distance covered before landing, in parts per million from 0 to 1. --> 90 touch area width, in parts per million from 0 to 1. --> 94 touch area width, in parts per million from 0 to 1. --> 97 <!-- Parts per million gain applied to generalized touch gestures. -->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
virtio_config.h | 13 /* Driver has used its parts of the config, and is happy */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
virtio_config.h | 13 /* Driver has used its parts of the config, and is happy */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
virtio_config.h | 13 /* Driver has used its parts of the config, and is happy */
|
/bionic/libc/upstream-netbsd/common/lib/libc/inet/ |
inet_addr.c | 131 uint8_t parts[4]; local 132 uint8_t *pp = parts; 177 if (pp >= parts + 3 || val > 0xffU) 196 * the number of parts specified. 198 n = pp - parts + 1; 206 val |= parts[0] << 24; 212 val |= (parts[0] << 24) | (parts[1] << 16); 218 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8) [all...] |
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/ |
SmsManagerTest.java | 42 protected void sendMultiPartTextMessage(String destAddr, ArrayList<String> parts, 44 getSmsManager().sendMultipartTextMessage(destAddr, null, parts, sentIntents, deliveryIntents);
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
README | 4 development. Most parts are not working yet, and some of those that are need 6 parts are working, as illustrated by the examples. You'd probably want to
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_ppapi.py | 49 parts = filename.split(os.sep) 54 elif parts[0:2] == ['ppapi', 'c']: 55 if len(parts) >= 2 and parts[2] in ('documentation', 'trusted'): 58 elif (parts[0:2] == ['ppapi', 'cpp'] or 59 parts[0:2] == ['ppapi', 'utility']): 60 if len(parts) >= 2 and parts[2] in ('documentation', 'trusted'):
|
/external/chromium_org/third_party/libxml/src/ |
TODO_SCHEMAS | 10 - Implement the missing parts in the Structure part 28 bind code and associated parts of the Schemas spec
|
/external/chromium_org/ui/gl/ |
gl_egl_api_implementation.h | 26 // it means we can easily edit the non-auto generated parts right here in 53 // it means we can easily edit the non-auto generated parts right here in
|
gl_glx_api_implementation.h | 26 // it means we can easily edit the non-auto generated parts right here in 52 // it means we can easily edit the non-auto generated parts right here in
|
gl_osmesa_api_implementation.h | 24 // it means we can easily edit the non-auto generated parts right here in 50 // it means we can easily edit the non-auto generated parts right here in
|
gl_wgl_api_implementation.h | 26 // it means we can easily edit the non-auto generated parts right here in 52 // it means we can easily edit the non-auto generated parts right here in
|
/external/oprofile/libpp/ |
parse_filename.h | 3 * Split a sample filename into its constituent parts 56 * filename is split into constituent parts, the lib_image is optional
|
/external/valgrind/main/massif/tests/ |
thresholds.c | 3 // this file, because in some parts of the tree it renders all children 4 // insignificant, and in others parts of the tree it renders only some
|
/frameworks/base/tools/preload/ |
Record.java | 126 String[] parts = line.split(":"); local 128 ppid = Integer.parseInt(parts[0]); 129 pid = Integer.parseInt(parts[1]); 130 tid = Integer.parseInt(parts[2]); 132 processName = decode(parts[3]).intern(); 134 classLoader = Integer.parseInt(parts[4]); 135 className = vmTypeToLanguage(decode(parts[5])).intern(); 137 time = Long.parseLong(parts[6]);
|
/external/chromium_org/chrome/common/ |
content_settings_pattern_parser_unittest.cc | 212 ContentSettingsPattern::PatternParts parts; local 213 parts.scheme = "http"; 214 parts.host = "www.youtube.com"; 215 parts.port = "8080"; 217 content_settings::PatternParser::ToString(parts).c_str()); 219 parts = ContentSettingsPattern::PatternParts(); 220 parts.scheme = "file"; 221 parts.path = "/foo/bar/test.html"; 223 content_settings::PatternParser::ToString(parts).c_str()); 225 parts = ContentSettingsPattern::PatternParts() [all...] |
content_settings_pattern.h | 233 // Canonicalizes the pattern parts so that they are ASCII only, either 236 static bool Canonicalize(PatternParts* parts); 238 // Returns true when the pattern |parts| represent a valid pattern. 239 static bool Validate(const PatternParts& parts); 241 static bool LegacyValidate(const PatternParts& parts); 253 const ContentSettingsPattern::PatternParts& parts, 257 const ContentSettingsPattern::PatternParts& parts, 261 const ContentSettingsPattern::PatternParts& parts, 264 static bool Validate(const PatternParts& parts); 266 ContentSettingsPattern(const PatternParts& parts, bool valid) [all...] |
/external/chromium-trace/trace-viewer/src/ |
tests.html | 44 var parts = param.split('='); 45 if (parts[0] === 'suite') 46 suite = parts[1]; 47 else if (parts[0] === 'test') 48 tests.push(parts[1]);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch_test.rb | 58 assert_equal(info[Info::ADD], $last_prettify_part_count["add"], "Wrong number of 'add' parts in " + description) 59 assert_equal(info[Info::REMOVE], $last_prettify_part_count["remove"], "Wrong number of 'remove' parts in " + description) 60 assert_equal(info[Info::SHARED], $last_prettify_part_count["shared"], "Wrong number of 'shared' parts in " + description) 61 assert_equal(0, $last_prettify_part_count["binary"], "Wrong number of 'binary' parts in " + description) 62 assert_equal(0, $last_prettify_part_count["extract-error"], "Wrong number of 'extract-error' parts in " + description)
|
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
MultipartTest.java | 45 Part[] parts = new Part[3]; local 46 parts[0] = new StringPart("stringpart", "PART1!!"); 47 parts[1] = new FilePart(upload.getName(), upload); 48 parts[2] = new StringPart("stringpart", "PART2!!"); 50 MultipartEntity me = new MultipartEntity(parts);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
DetailsAddressResolver.java | 86 String parts[] = { local 99 for (int i = 0; i < parts.length; i++) { 100 if (parts[i] == null || parts[i].isEmpty()) continue; 104 addressText += parts[i];
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
grammar.rb | 247 parts = %w(java) 249 parts.push( '-cp', jar_path ) 250 parts << 'org.antlr.Tool' 251 parts.push( '-fo', output_directory ) 252 options[ :profile ] and parts << '-profile' 253 options[ :debug ] and parts << '-debug' 254 options[ :trace ] and parts << '-trace' 255 options[ :debug_st ] and parts << '-XdbgST' 256 parts << File.expand_path( @path ) 257 parts.map! { |part| shell_escape( part ) }.join( ' ' ) << ' 2>&1 [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_generator.cc | 116 vector<string> parts; local 117 SplitStringUsing(options[i].second, "|", &parts); 118 if (parts.size() != 2) { 123 params.set_java_package(parts[0], parts[1]); 125 vector<string> parts; local 126 SplitStringUsing(options[i].second, "|", &parts); 127 if (parts.size() != 2) { 133 params.set_java_outer_classname(parts[0], parts[1]) [all...] |