/external/dropbear/ |
MULTI | 6 code between the various parts.
|
/external/e2fsprogs/intl/ |
osdep.c | 1 /* OS dependent parts of libintl.
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
Unshaded.j3md | 10 // Texture of the glowing parts of the material
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
UnshadedArray.j3md | 10 // Texture of the glowing parts of the material
|
/external/llvm/test/CodeGen/AArch64/ |
tls-dynamic-together.ll | 3 ; If the .tlsdesccall and blr parts are emitted completely separately (even with
|
/external/lzma/CPP/Common/ |
CommandLineParser.h | 11 void SplitCommandLine(const UString &s, UStringVector &parts);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
domreg.py | 84 parts = s.split() 86 length = len(parts) 88 feature = parts[i] 94 v = parts[i]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
domreg.py | 84 parts = s.split() 86 length = len(parts) 88 feature = parts[i] 94 v = parts[i]
|
/external/chromium/base/ |
version_unittest.cc | 20 size_t parts; member in struct:version_string 47 EXPECT_EQ(cases[i].parts, vers->components().size());
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
testaliases.txt | 24 // alias that uses another alias and references parts of the end structure 40 // Test aliasing parts of an array using position
|
/external/icu4c/test/testdata/ |
testaliases.txt | 24 // alias that uses another alias and references parts of the end structure 40 // Test aliasing parts of an array using position
|
/external/iptables/include/net/netfilter/ |
nf_conntrack_tuple.h | 30 /* The protocol-specific manipulable parts of the tuple: always in 71 /* These are the parts of the tuple which are fixed. */
|
/packages/apps/Contacts/tests/src/com/android/contacts/format/ |
TestTextWithHighlightingFactory.java | 28 /** A factory for {@link TextWithHighlighting} that wraps its parts in italics. */ 31 /** A {@link TextWithHighlighting} implementation that wraps its parts in italics. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_glob.py | 16 def norm(self, *parts): 17 return os.path.normpath(os.path.join(self.tempdir, *parts)) 19 def mktemp(self, *parts): 20 filename = self.norm(*parts) 45 def glob(self, *parts): 46 if len(parts) == 1: 47 pattern = parts[0] 49 pattern = os.path.join(*parts)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_glob.py | 16 def norm(self, *parts): 17 return os.path.normpath(os.path.join(self.tempdir, *parts)) 19 def mktemp(self, *parts): 20 filename = self.norm(*parts) 45 def glob(self, *parts): 46 if len(parts) == 1: 47 pattern = parts[0] 49 pattern = os.path.join(*parts)
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_icon_painter.cc | 91 ui::MultiAnimation::Parts parts; 93 parts.push_back(ui::MultiAnimation::Part(1300, ui::Tween::LINEAR)); 95 parts.push_back(ui::MultiAnimation::Part(1000, ui::Tween::EASE_IN)); 97 parts.push_back(ui::MultiAnimation::Part(1300, ui::Tween::LINEAR)); 100 new ui::MultiAnimation(parts, base::TimeDelta::FromMilliseconds(40)));
|
/external/chromium_org/chrome/test/webdriver/test/ |
java_tests.py | 82 parts = test_filter.split('#') 83 if len(parts) > 2: 85 elif len(parts) == 2: 86 sys_props += ['method=' + parts[1]] 87 if len(parts[0]) > 0: 88 sys_props += ['only_run=' + parts[0]]
|
/external/chromium_org/jingle/notifier/communicator/ |
single_login_attempt.cc | 60 std::vector<std::string> parts; local 61 base::SplitString(redirect_text, ':', &parts); 64 if (parts.empty()) { 67 redirect_server.set_host(parts[0]); 68 if (parts.size() <= 1) { 73 if (!base::StringToInt(parts[1], &port)) {
|
/external/guava/guava/src/com/google/common/net/ |
InternetDomainName.java | 63 * {@link #parts()}, and will be reflected in the result of 93 * Maximum parts (labels) in a domain name. This value arises from 121 * The parts of the domain name, converted to lower case. 123 private final ImmutableList<String> parts; field in class:InternetDomainName 126 * The index in the {@link #parts()} list at which the public suffix begins. 152 this.parts = ImmutableList.copyOf(DOT_SPLITTER.split(name)); 153 checkArgument(parts.size() <= MAX_PARTS, "Domain has too many parts: '%s'", name); 154 checkArgument(validateSyntax(parts), "Not a valid domain name: '%s'", name); 166 final int partsSize = parts.size() 325 public ImmutableList<String> parts() { method in class:InternetDomainName [all...] |
/external/qemu/docs/ |
ANDROID-SKIN-FILES.TXT | 48 Layouts & Parts: 51 Each skin file must define a list of 'parts' and a list of 'layouts'. 64 A 'skin layout' is simply a specific arrangement of parts. A typical device 147 Skin Parts: 150 Each skin part is a sub-key of the top-level 'parts' key in the configuration 153 parts { 165 Defines three parts named 'foo', 'bar' and 'zoo'. 233 format as other skins, except that it only defines the list of parts/controls 235 runtime by the emulator. The parts section describes all the controls that 236 can be used in any handset. All these parts have both an enabled and [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/external/chromium_org/ash/display/ |
display_info.cc | 56 std::vector<std::string> parts; local 57 if (Tokenize(main_spec, "@", &parts) == 2) { 59 if (base::StringToDouble(parts[1], &scale_in_double)) 61 main_spec = parts[0]; 64 size_t count = Tokenize(main_spec, "/", &parts); 68 main_spec = parts[0]; 70 std::string options = parts[1];
|
/external/chromium_org/ui/gfx/ |
font_fallback_win.cc | 157 std::vector<std::string> parts; local 158 base::SplitString(entry, ',', &parts); 161 if (parts.size() > 0) 162 *filename = parts[0]; 166 if (parts.size() > 1 && !ContainsOnlyDigits(parts[1])) 167 *font_name = parts[1];
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 535 var parts = DATE_TIME_REGEX.exec(rfc3339); 538 if (!parts) { 539 parts = DATE_TIME_REGEX_Z.exec(rfc3339); 542 if (parts && parts.length > 0) { 544 d.setUTCFullYear(parts[1], parseInt(parts[2], 10) - 1, parts[3]); 545 d.setUTCHours(parts[4]); 546 d.setUTCMinutes(parts[5]) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 547 var parts = DATE_TIME_REGEX.exec(rfc3339); 550 if (!parts) { 551 parts = DATE_TIME_REGEX_Z.exec(rfc3339); 554 if (parts && parts.length > 0) { 556 d.setUTCFullYear(parts[1], parseInt(parts[2], 10) - 1, parts[3]); 557 d.setUTCHours(parts[4]); 558 d.setUTCMinutes(parts[5]) [all...] |