HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 276 - 300 of 4773) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
highlev-plugin-common.h 1 /* Interface for high-level plugins in GCC - Parts common between GCC,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
highlev-plugin-common.h 1 /* Interface for high-level plugins in GCC - Parts common between GCC,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
complexobject.h 37 real and imaginary parts.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_readline.py 2 Very minimal unittests for parts of the readline module.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
complexobject.h 37 real and imaginary parts.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_readline.py 2 Very minimal unittests for parts of the readline module.
  /sdk/build/
product_sdk.mk 28 # Host tools and java libraries that are parts of the SDK.
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 270 std::vector<std::string> parts; local
271 base::SplitString(encoded, '@', &parts);
272 if (parts.size() != 4)
275 if (!base::StringToInt(parts[0], importer_type))
278 if (!base::StringToInt(parts[1], options))
281 if (!base::StringToInt(parts[2], skip_first_run_ui))
285 base::StringToInt64(parts[3], &window_int);
  /external/chromium_org/chrome/test/webdriver/test/
run_webdriver_tests.py 99 corresponding to the parts of the name that did not specify the module
103 parts = test_name.split('.')
104 parts_copy = parts[:]
113 for comp in parts[1:]:
117 return (module, parts[len(parts_copy):])
147 (obj, parts) = Main._GetModuleFromName(name)
148 for comp in parts:
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 131 (!autocomplete_input_.parts().username.is_nonempty() ||
132 autocomplete_input_.parts().password.is_nonempty() ||
133 autocomplete_input_.parts().path.is_nonempty());
151 autocomplete_input_.parts().host.begin,
152 autocomplete_input_.parts().host.len)));
177 (!autocomplete_input_.parts().path.is_nonempty() ||
178 ((autocomplete_input_.parts().path.len == 1) &&
180 autocomplete_input_.parts().path.begin] == '/'))) &&
181 !autocomplete_input_.parts().query.is_nonempty() &&
182 !autocomplete_input_.parts().ref.is_nonempty())
    [all...]
autocomplete_input.h 137 // The components of the input are stored in the output parameter |parts|, if
143 url_parse::Parsed* parts,
165 // Returns the number of non-empty components in |parts| besides the host.
166 static int NumNonHostComponents(const url_parse::Parsed& parts);
180 const url_parse::Parsed& parts);
195 const url_parse::Parsed& parts() const { return parts_; } function in class:AutocompleteInput
  /external/chromium/chrome/browser/
browser_main.h 45 // Parts:
55 // How to add stuff (to existing parts):
63 // "parts" (e.g., |EarlyInitialization()|) and provide platform-specific
79 // Parts to be called by |BrowserMain()|.
100 // correspond to the "parts" above.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 108 var parts = pageRangeText.split(/,/);
111 for (var i = 0; i < parts.length; ++i) {
112 var match = parts[i].match(regex);
124 if (!isPositiveInteger(parts[i]))
126 var singlePageNumber = parseInt(parts[i], 10);
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 121 url_parse::Parsed* parts,
139 if (!parts)
140 parts = &local_parts;
141 const string16 parsed_scheme(URLFixerUpper::SegmentURL(text, parts));
152 // |parts->scheme| might be empty, e.g. if the user typed "C:\foo".
162 if (parts->scheme.is_nonempty() &&
212 // Manually re-jigger the parsed parts to match |text| (without the
229 *parts = http_parts;
254 if (!parts->host.is_nonempty())
259 const string16 host(text.substr(parts->host.begin, parts->host.len))
411 url_parse::Parsed parts; local
    [all...]
  /external/qemu/android/
main-common.c 334 read_all_part_properties(AConfig* parts)
339 AConfig *node = parts->first_child;
387 char* parts[],
398 part_properties *p = get_part_properties(props, parts[i]);
450 node = aconfig_find(root, "parts");
464 /* The dynamic layout declares all the parts that are available statically
468 part_properties* props = read_all_part_properties(aconfig_find(root, "parts"));
471 char* parts[N_PARTS]; local
472 parts[0] = "basic_controls";
473 parts[1] = hwConfig->hw_mainKeys ? "hwkeys_on" : "hwkeys_off"
    [all...]
  /external/chromium_org/v8/tools/
presubmit.py 356 parts = contents.split(' \n')
358 parts.pop()
359 for part in parts:
372 parts = contents.split('\n')
373 while line < len(parts) - 2:
374 if self.EndOfDeclaration(parts[line]):
375 if self.StartOfDeclaration(parts[line + 1]):
378 elif parts[line + 1] == "" and \
379 self.StartOfDeclaration(parts[line + 2]):
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 184 parts = namespace.split('.')
185 if len(parts) > 1 and parts[-2][0].isupper():
395 # Search forward to find other parts of this identifier separated by white
462 parts = identifier.split('.')
467 last_part = parts[-1]
479 for part in parts:
489 if parts[-1] in ('apply', 'inherits', 'call'):
490 parts.pop()
491 parts.pop(
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 184 parts = namespace.split('.')
185 if len(parts) > 1 and parts[-2][0].isupper():
395 # Search forward to find other parts of this identifier separated by white
462 parts = identifier.split('.')
467 last_part = parts[-1]
479 for part in parts:
489 if parts[-1] in ('apply', 'inherits', 'call'):
490 parts.pop()
491 parts.pop(
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 78 /* A tight upper bound on number of parts required to hold the value
83 However, whilst the result may require only this many parts,
87 requires two parts to hold the single-part result). So we add an
341 lostFractionThroughTruncation(const integerPart *parts,
347 lsb = APInt::tcLSB(parts, partCount);
355 APInt::tcExtractBit(parts, bits - 1))
363 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits)
367 lost_fraction = lostFractionThroughTruncation(dst, parts, bits);
369 APInt::tcShiftRight(dst, parts, bits);
411 ulpsFromBoundary(const integerPart *parts, unsigned int bits, bool isNearest
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 284 // send multi parts text sms
287 ArrayList<String> parts = divideMessage(LONG_TEXT); local
288 int numParts = parts.size();
295 sendMultiPartTextMessage(mDestAddr, parts, sentIntents, deliveryIntents);
329 protected void sendMultiPartTextMessage(String destAddr, ArrayList<String> parts,
331 getSmsManager().sendMultipartTextMessage(destAddr, null, parts, sentIntents, deliveryIntents);
  /external/chromium_org/chrome/tools/
history-viz.py 56 This will elide very long paths and potentially puts newlines between parts
62 parts = []
64 parts.append(self.host)
66 parts.append(self.path)
67 parts.append(self.extra)
70 for part in parts:
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 359 $parts = array( variable
365 $parts = OAuthUtil::urlencode_rfc3986($parts); variable
367 return implode('&', $parts);
382 $parts = parse_url($this->http_url); variable
384 $scheme = (isset($parts['scheme'])) ? $parts['scheme'] : 'http';
385 $port = (isset($parts['port'])) ? $parts['port'] : (($scheme == 'https') ? '443' : '80');
386 $host = (isset($parts['host'])) ? $parts['host'] : ''
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 359 $parts = array( variable
365 $parts = OAuthUtil::urlencode_rfc3986($parts); variable
367 return implode('&', $parts);
382 $parts = parse_url($this->http_url); variable
384 $scheme = (isset($parts['scheme'])) ? $parts['scheme'] : 'http';
385 $port = (isset($parts['port'])) ? $parts['port'] : (($scheme == 'https') ? '443' : '80');
386 $host = (isset($parts['host'])) ? $parts['host'] : ''
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 81 std::vector<base::string16> parts; local
82 base::SplitStringDontTrim(prefix, ',', &parts);
83 if (parts.size() > 0)
84 TrimWhitespace(parts[parts.size() - 1], TRIM_LEADING, &prefix);
440 std::vector<base::string16> parts; local
442 base::SplitStringDontTrim(element_.editingValue(), ',', &parts);
443 if (parts.size() == 0)
444 parts.push_back(base::string16());
446 base::string16 last_part = parts.back()
    [all...]
  /external/chromium_org/base/
version_unittest.cc 33 size_t parts; member in struct:__anon6412::version_string
60 EXPECT_EQ(cases[i].parts, version.components().size());

Completed in 799 milliseconds

<<11121314151617181920>>