Searched refs:in (Results 376 - 400 of 5840) sorted by path

<<11121314151617181920>>

/external/chromium_org/build/
H A Dbuild-ctags.sh5 # found in the LICENSE file.
46 for dir in $@; do
H A Dbuild_config.h3 // found in the LICENSE file.
34 // include a system header to pull in features.h for glibc/uclibc macros.
52 #error Please add support for your platform in build/build_config.h
85 #error Please add support for your compiler in build/build_config.h
128 #error Please add support for your architecture in build/build_config.h
142 // compile in this mode (in particular, Chrome doesn't). This is intended for
147 #error Please add support for your compiler in build/build_config.h
H A Dgdb-add-index4 # found in the LICENSE file.
8 # This will run gdb index in parallel on a number of binaries using SIGUSR1
13 # When modifying this code, most of the real logic is in the index_one_file
70 # Functions that when combined, concurrently index all files in FILES_TO_INDEX
71 # array. The global FILES_TO_INDEX is declared in the main body of the script.
98 case $opt in
H A Dgyp_chromium5 # found in the LICENSE file.
8 # is invoked by Chromium beyond what can be done in the gclient hooks.
26 # Assume this file is in a one-level-deep subdirectory of the source root.
65 """Returns a list of the supplemental files that are included in all GYP
73 for item in items:
88 # Find the .gyp directory in the user's home directory.
94 if sys.platform in ('cygwin', 'win32'):
96 for home_var in home_vars:
112 for supplement in supplemental_files:
120 for v in variable
[all...]
H A Dinstall-build-deps.sh5 # found in the LICENSE file.
29 # Checks whether a particular package is available in the repos.
36 # simple for the bot setup if all bots just run the script in its default
44 case "$1" in
66 # Check for lsb_release command in $PATH
68 echo "ERROR: lsb_release not found in \$PATH" >&2
162 for variant in "-lts-quantal" "-lts-raring" "-lts-saucy" "-lts-trusty"; do
213 # The parameter specifies the exit code that should be returned in that case.
226 case "$c" in
254 echo "will allow you to debug code in th
[all...]
H A Dinstall-chroot.sh5 # found in the LICENSE file.
7 # This script installs Debian-derived distributions in a chroot environment.
14 # apparently being used in more places. Newer distributions have standardized
36 case "$OPTNAME" in
98 for i in /var/lib/chroot/*; do
140 echo "Debian or Ubuntu distribution in a chroot environment. You will"
154 for i in dchroot debootstrap libwww-perl; do
168 echo "The following targets are available to be installed in a chroot:"
169 j=1; for i in $targets; do
178 j=1; for i in
[all...]
H A Dtree_truth.sh4 # found in the LICENSE file.
6 # Script for printing recent commits in a buildbot run.
61 echo "@@@BUILD_STEP Recent commits in repo $display_name@@@"
66 echo "@@@BUILD_STEP New commits in repo $display_name@@@"
71 # Clean out the tree truth tags in all repos. For testing.
73 for project in $@; do
80 for project in $@; do
89 echo "@@@BUILD_STEP Brief summary of recent CLs in every branch@@@"
90 for p in $@; do
/external/chromium_org/build/linux/
H A Dsysroot_ld_path.sh4 # found in the LICENSE file.
52 for inc_file in $root$included_files; do
58 for inc_file in $(pwd)/$included_files; do
96 for entry in $LD_SO_CONF_D/*.conf; do
/external/chromium_org/build/mac/
H A Dstrip_from_xcode5 # found in the LICENSE file.
8 # utility (strip_save_dsym in this case), if it even needs to be called at all,
9 # and then does it. This script should be called by a post-link phase in
18 # Only strip in release mode.
47 for stripflag in "${STRIPFLAGS}" ; do
53 # An Xcode project can communicate a file listing symbols to saved in this
55 # standard Xcode setting. It's used in preference to STRIPFLAGS to
H A Dstrip_save_dsym5 # found in the LICENSE file.
10 # input Mach-O file, strip_save_dsym will save a copy of the file in a "fake"
12 # Note that the .dSYM file is a "fake" in that it's not a self-contained
15 # The generated .dSYM bundle is therefore unsuitable for debugging in the
39 # Returns a list of architectures contained in a Mach-O file. The file can be
40 # a universal (fat) file, in which case there will be one list element for
42 # file, in which case the list will contain a single element identifying the
65 for i in range(0, int(type_match.group(1))):
77 print >> sys.stderr, "No architectures in %s" % macho
81 # Returns a dictionary mapping architectures contained in th
[all...]
/external/chromium_org/cc/quads/
H A Drender_pass.cc3 // found in the LICENSE file.
80 void RenderPass::CopyAll(const ScopedPtrVector<RenderPass>& in, argument
82 for (size_t i = 0; i < in.size(); ++i) {
83 RenderPass* source = in[i];
85 // Since we can't copy these, it's wrong to use CopyAll in a situation where
H A Drender_pass.h3 // found in the LICENSE file.
36 // A list of DrawQuad objects, sorted internally in front-to-back order.
63 // A deep copy of the render passes in the list including the quads.
64 static void CopyAll(const ScopedPtrVector<RenderPass>& in,
94 // Uniquely identifies the render pass in the compositor's current frame.
97 // These are in the space of the render pass' physical pixels.
105 // If false, the pixels in the render pass' texture are all opaque.
109 // contents as a bitmap, and give a copy of the bitmap to each callback in
111 // it only makes sense in the root compositor.
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc3 // found in the LICENSE file.
250 // Tiles in the bottom row and right column exist.
261 // Shrink the tiling so that the last tile row/column is entirely in the
313 // Tiles in the bottom row and right column exist.
518 // Too large in all dimensions
543 // Move viewport down 50 pixels in 0.5 seconds.
609 // Move viewport down 50 pixels in 0.5 seconds.
645 // Expand viewport in 0.2 seconds.
692 // No movement in the viewport implies that tiles will either be NOW
694 // pixels away from the viewport, which will be in th
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java3 // found in the LICENSE file.
74 * controller: onStart, onLayout, onWrite, onFinish. Each one is called once, and in this
75 * order, in the UI thread.
126 FileInputStream in = null;
131 in = new FileInputStream(tempFile);
133 in.read(b);
138 if (in != null) in.close();
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dorg.chromium.LibCrosService.conf6 found in the LICENSE file.
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc3 // found in the LICENSE file.
40 template <typename T> bool GetAs(const base::Value& in, T* out);
41 template<> bool GetAs(const base::Value& in, bool* out) { argument
42 return in.GetAsBoolean(out);
44 template<> bool GetAs(const base::Value& in, int* out) { argument
45 return in.GetAsInteger(out);
47 template<> bool GetAs(const base::Value& in, std::string* out) { argument
48 return in.GetAsString(out);
50 template<> bool GetAs(const base::Value& in, base::string16* out) { argument
51 return in
53 GetAs(const base::Value& in, std::vector<base::string16>* out) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/proxy/
H A Dproxy_api_helpers.cc3 // found in the LICENSE file.
36 // Encode pac_script in base64.
67 // values specified in the extension API JSON.
117 "(encode URLs in Punycode format).";
142 "(encode URLs in Punycode format).";
157 // values specified in the extension API JSON.
165 // TODO(battre): handle UTF-8 in hostnames (http://crbug.com/72692).
175 "URLs (encode URLs in Punycode format).",
277 "(encode URLs in Punycode format).";
371 LOG(ERROR) << "Missing proxy servers in configuratio
490 TokenizeToStringList(const std::string& in, const std::string& delims) argument
[all...]
H A Dproxy_api_helpers.h3 // found in the LICENSE file.
27 // base64 encoded text. The functions return true in case of success.
39 // each. |proxy_config| is a ProxyConfig dictionary as defined in the
78 // Creates and returns a ProxyConfig dictionary (as defined in the extension
90 // Converts a ProxyServer dictionary instance (as defined in the extension API)
92 // |default_scheme| is the default scheme that is filled in, in case the
101 // Joins a list of URLs (stored as StringValues) in |list| with |joiner|
112 // Creates and returns a ProxyRules dictionary as defined in the extension API
114 // servers. Returns NULL in cas
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc3 // found in the LICENSE file.
21 void Assign(BlacklistState *out, BlacklistState in) { argument
22 *out = in;
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc3 // found in the LICENSE file.
73 // A bitfield formed from values in AutoImportState to record the state of
74 // AutoImport. This is used in testing to verify import startup actions that
75 // occur before an observer can be registered in the test.
151 // Private ctor forces it to be created only in the heap.
155 // If the extension specified in the master pref is older than the live
175 VLOG(1) << "Extensions block found in master preferences";
189 // in master preferences.
198 // History is always imported unless turned off in master_preferences.
199 // Search engines and home page are imported in organi
293 UrlFromString(const std::string& in) argument
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_host_client.cc3 // found in the LICENSE file.
14 #include <netinet/in.h>
/external/chromium_org/chrome/browser/net/
H A Ddisk_cache_dir_policy_handler_unittest.cc3 // found in the LICENSE file.
41 // Use a variable in the value. It should be expanded by the handler.
42 const std::string in = "${user_name}/foo"; local
46 new base::StringValue(in),
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Dproxy_advisor.cc3 // found in the LICENSE file.
29 #error proxy_advisor should only be included in Android or iOS builds.
46 // Maps a ResolutionMotivation to a string for use in the advisory HEAD
82 // pref_service may be null in mock test subclasses.
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc3 // found in the LICENSE file.
220 // Filters requests to the hosts in |urls| and redirects them to the test data
236 // Remove filters for requests to the hosts in |urls|.
256 // While |MakeRequestFail| is in scope URLRequests to |host| will fail.
294 // points at empty.html in the test data dir.
368 // Checks if WebGL is enabled in the given WebContents.
394 const std::vector<content::WebPluginInfo>& in) {
395 *out = in;
400 void CopyValueAndQuit(T* out, T in) { argument
401 *out = in;
393 CopyPluginListAndQuit(std::vector<content::WebPluginInfo>* out, const std::vector<content::WebPluginInfo>& in) argument
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dprefs_syncable_service_unittest.cc3 // found in the LICENSE file.
269 syncer::SyncDataList in; local
271 AddToRemoteDataList(prefs::kHomePage, base::StringValue(kExampleUrl1), &in);
275 AddToRemoteDataList(prefs::kURLsToRestoreOnStartup, urls_to_restore, &in);
278 &in);
279 InitWithSyncDataTakeOutput(in, &out);
304 syncer::SyncDataList in; local
310 &in);
311 InitWithSyncDataTakeOutput(in, &out);
345 syncer::SyncDataList in; local
389 syncer::SyncDataList in; local
440 syncer::SyncDataList in; local
588 syncer::SyncDataList in; local
[all...]

Completed in 493 milliseconds

<<11121314151617181920>>