/bionic/libc/upstream-freebsd/lib/libc/gen/ |
ldexp.c | 32 } parts; member in union:__anon1064 46 } parts; member in union:__anon1066 57 (ix0) = ew_u.parts.msw; \ 58 (ix1) = ew_u.parts.lsw; \ 67 (i) = gh_u.parts.msw; \ 76 sh_u.parts.msw = (v); \
|
/external/chromium-libpac/src/ |
net_util.cc | 66 std::vector<std::string> parts; local 70 parts.push_back(cidr_literal.substr(0, split)); 71 parts.push_back(cidr_literal.substr(split + 1)); 72 if (parts[1].find('/') != std::string::npos) 76 if (!ParseIPLiteralToNumber(parts[0], ip_number)) 80 int number_of_bits = atoi(parts[1].c_str());
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
WebPlatformUrlTestData.java | 92 String[] parts = line.split(" "); local 94 element.input = unescape(parts[i++]); 96 String base = i < parts.length ? parts[i++] : null; 101 for (; i < parts.length; i++) { 102 String piece = parts[i];
|
/external/protobuf/src/google/protobuf/compiler/ |
code_generator.cc | 66 vector<string> parts = Split(text, ",", true); local 68 for (int i = 0; i < parts.size(); i++) { 69 string::size_type equals_pos = parts[i].find_first_of('='); 72 value.first = parts[i]; 75 value.first = parts[i].substr(0, equals_pos); 76 value.second = parts[i].substr(equals_pos + 1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
equally_split.h | 36 /** @brief function to split a sequence into parts of almost equal size. 39 * splitting positions when splitting the range [0,__n) into parts of 41 * one n. There may result empty parts. 43 * @param __num_threads Number of parts 64 /** @brief function to split a sequence into parts of almost equal size. 70 * @param __num_threads Number of parts
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
equally_split.h | 36 /** @brief function to split a sequence into parts of almost equal size. 39 * splitting positions when splitting the range [0,__n) into parts of 41 * one n. There may result empty parts. 43 * @param __num_threads Number of parts 64 /** @brief function to split a sequence into parts of almost equal size. 70 * @param __num_threads Number of parts
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
equally_split.h | 36 /** @brief function to split a sequence into parts of almost equal size. 39 * splitting positions when splitting the range [0,__n) into parts of 41 * one n. There may result empty parts. 43 * @param __num_threads Number of parts 64 /** @brief function to split a sequence into parts of almost equal size. 70 * @param __num_threads Number of parts
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
equally_split.h | 36 /** @brief function to split a sequence into parts of almost equal size. 39 * splitting positions when splitting the range [0,__n) into parts of 41 * one n. There may result empty parts. 43 * @param __num_threads Number of parts 64 /** @brief function to split a sequence into parts of almost equal size. 70 * @param __num_threads Number of parts
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
equally_split.h | 36 /** @brief function to split a sequence into parts of almost equal size. 39 * splitting positions when splitting the range [0,__n) into parts of 41 * one n. There may result empty parts. 43 * @param __num_threads Number of parts 64 /** @brief function to split a sequence into parts of almost equal size. 70 * @param __num_threads Number of parts
|
/external/chromium-trace/trace-viewer/hooks/ |
pre_push | 26 parts = sys.stdin.readline().split() 27 if len(parts) < 4: 29 local_ref, local_sha, remote_ref, remote_sha = parts
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduBody.java | 63 * Remove all of the parts. 80 * Get the number of parts. 82 * @return the number of parts
|
/sdk/emulator/skins/dynamic/ |
layout | 1 # This layout file only defines all the parts. The layouts section 3 # Many of the parts in this layout have both _on and _off versions 6 parts {
|
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/ |
TestListParser.java | 48 final String[] parts = line.split(":"); local 49 if (parts.length != 2) { 52 final String key = parts[0]; 53 final String value = parts[1];
|
/development/tools/emulator/skins/WSVGA/ |
layout | 0 parts {
|
/development/tools/emulator/skins/WXGA720/ |
layout | 0 parts {
|
/development/tools/emulator/skins/WXGA800/ |
layout | 0 parts {
|
/development/tools/emulator/skins/WXGA800-7in/ |
layout | 0 parts {
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
path_utils.js | 91 var parts = relTo.substring(1).split('/'); 92 for (var i = 0; i < parts.length; i++) 93 parts[i] = '..'; 94 var prefix = parts.join('/');
|
/external/chromium-trace/trace-viewer/tracing/tracing/base/ |
base.html | 34 var parts = name.split('.'); 37 for (var part; parts.length && (part = parts.shift());) { 48 var parts = name.split('.'); 51 for (var part; parts.length && (part = parts.shift());) { 62 var parts = name.split('.'); 66 for (var i = 0; i < parts.length; i++) { 67 var partName = parts[i];
|
/external/clang/test/Coverage/ |
cxx-language-features.inc | 3 // Intended to exercise all syntactic parts of the C++ language that
|
/external/eigen/doc/ |
B01_Experimental.dox | 3 /** \page Experimental Experimental parts of Eigen 9 With the 2.0 release, Eigen's API is, to a large extent, stable. However, we wish to retain the freedom to make API incompatible changes. To that effect, we call many parts of Eigen "experimental" which means that they are not subject to API stability guarantee. 11 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable too. 29 \section core Experimental parts of the Core module
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
SolidColor.j3md | 8 // Texture of the glowing parts of the material
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
README | 6 driver and clients. The code is two parts the connection managment code and
|
/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. -->
|