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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_tasks_unittest.cc 22 // A task ID usually has three parts.
31 // A legacy task ID only has two parts. The task type should be to "file".
40 // A legacy task ID only has two parts. For Drive app, the app ID is
  /external/chromium_org/chrome/browser/
language_usage_metrics.cc 39 base::StringTokenizer parts(locale, "-_");
40 if (!parts.GetNext())
43 std::string language_part = parts.token();
  /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 {
  /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/chrome/common/
content_settings_helper.h 18 // the standard port, those parts are not included in the output.
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 75 std::vector<std::string> parts; local
76 parts.push_back("id=" + id);
77 parts.push_back("v=" + version);
79 parts.push_back("installsource=" + install_source);
80 parts.push_back("uc");
86 parts.push_back("ap=" + net::EscapeQueryParamValue(update_url_data, true));
95 parts.push_back("brand=" + brand);
120 parts.push_back("ping=" + net::EscapeQueryParamValue(ping_value, true));
124 extra += "x=" + net::EscapeQueryParamValue(JoinString(parts, '&'), true);
  /external/chromium_org/chrome/common/
content_settings_helper.h 17 // the standard port, those parts are not included in the output.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
extension.html 4 parts of <code>chrome.extension</code>
  /external/chromium_org/chrome/renderer/pepper/
pepper_helper.h 14 // attaches the parts required for Chrome-specific plugin support.
  /external/chromium_org/chrome/test/chromedriver/net/
net_util.cc 73 char parts[] = {127, 0, 0, 1}; local
74 net::IPAddressNumber address(parts, parts + arraysize(parts));
  /external/chromium_org/components/
DEPS 11 # the additional parts of the Content API that they need,
  /external/chromium_org/gpu/command_buffer/client/
client_context_state.cc 18 // we can easily edit the non-auto generated parts right here in this file
gles2_interface_stub.cc 17 // it means we can easily edit the non-auto generated parts right here in
  /external/chromium_org/net/tools/testserver/
asn1.py 119 def __init__(self, parts):
120 self.parts = parts
123 if len(self.parts) < 2 or self.parts[0] > 6 or self.parts[1] >= 40:
126 der = [self.parts[0]*40 + self.parts[1]]
127 for x in self.parts[2:]:
  /external/chromium_org/third_party/WebKit/ManualTests/
user-drag-with-decorations.html 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
README 6 driver and clients. The code is two parts the connection managment code and
  /external/chromium_org/tools/perf/utils/results_viewer/src/
base.js 42 var parts = name.split('.');
45 for (var part; parts.length && (part = parts.shift());) {
46 if (!parts.length && opt_object !== undefined) {
  /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
12 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.
14 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable too.
32 \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
  /external/qemu/
LICENSE 5 2) Parts of QEMU have specific licenses which are compatible with the

Completed in 408 milliseconds

1 2 34 5 6 7 8 91011>>