HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 676 - 700 of 14121) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 9 // Unless required by applicable law or agreed to in writing, software
25 * @param {Object.<K,V>} obj The object over which to iterate.
26 * @param {function(this:T,V,?,Object.<K,V>):?} f The function to call
41 * true, adds the element to a new object.
43 * @param {Object.<K,V>} obj The object over which to iterate.
44 * @param {function(this:T,V,?,Object.<K,V>):boolean} f The function to call
48 * element is added to the result object. If it is false the
70 * @param {Object.<K,V>} obj The object over which to iterate.
71 * @param {function(this:T,V,?,Object.<K,V>):R} f The function to call
94 * @param {Object.<K,V>} obj The object to check
    [all...]
  /bootable/recovery/edify/
Android.mk 10 # "-x c" forces the lex/yacc files to be compiled as c;
11 # the build system otherwise forces them to be c++.
  /build/core/
host_dalvik_java_library.mk 10 # Unless required by applicable law or agreed to in writing, software
19 # are meant to be used by a dalvik VM instance running on the host.
55 # The layers file allows you to enforce a layering between java packages.
74 $(transform-host-java-to-package)
95 $(transform-classes.jar-to-dex)
101 $(add-dex-to-package)
104 $(add-java-resources-to-package)
host_static_library_internal.mk 27 $(transform-host-o-to-static-lib)
static_library.mk 5 # libraries default to building for both architecturess
42 ## Copy headers to the install tree
  /cts/tools/dasm/
Android.mk 10 # Unless required by applicable law or agreed to in writing, software
31 $(copy-file-to-new-target)
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len)
99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
  /external/chromium-trace/trace-viewer/src/ui/
drag_handle.css 16 to(#D1D1D1));
29 to(#D1D1D1));
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 6 * This variable structure is here to document the structure that the template
7 * expects to correctly populate the page.
14 'The type of module (string), defaults to blank for regular modules',
18 'product_name': 'The name of the product the module belongs to',
24 'help_url': 'The link to the Help Center article'
43 * Asks the C++ ConflictsDOMHandler to get details about the available modules
45 * should reply to returnModuleList() (below).
52 * Called by the WebUI to re-populate the page with data representing the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 8 * All TTS engines in ChromeVox conform to the this interface.
17 * An interface for clients who want to get notified when an utterance
40 * @param {string} textString The string of text to be spoken.
42 * for flush, cvox.AbstractTts.QUEUE_MODE_QUEUE for adding to queue.
43 * @param {Object=} properties Speech properties to use for this utterance.
63 * Adds a listener to get called whenever any utterance starts or ends.
64 * @param {cvox.TtsCapturingEventListener} listener Listener to get called.
70 * @param {string} propertyName The name of the property to change.
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_function.py 6 '''Decorates a function to record the number of times it's called, and
7 use that to make test assertions.
  /external/chromium_org/chrome/test/base/
js2gtest.js 21 ' path-to-testfile.js testfile.js path_to_deps.js output.cc test-type');
26 * Full path to the test input file.
32 * Relative path to the test input file appropriate for use in the
39 * Path to Closure library style deps.js file.
45 * Path to C++ file generation is outputting to.
63 * C++ gtest macro to use for TEST_F depending on |testType|.
76 * Maintains a list of relative file paths to add to each gtest body
83 * When true, add calls to set_preload_test_(fixture|name). This is needed whe
    [all...]
  /external/chromium_org/chrome/test/ispy/common/
ispy_utils.py 27 """Get the path to a test file in the given test run and expectation.
34 the path as a string relative to the bucket.
40 """Get the path to a failure file in the given test run and test.
48 the path as a string relative to the bucket.
54 """Get the path to a the given test run.
61 the path as a string relative to the bucket.
70 """Initialize with a cloud bucket instance to supply GS functionality.
79 """Uploads an image to a location in GS.
82 full_path: the path to the file in GS including the file extension.
83 image: a RGB PIL.Image to be uploaded
    [all...]
  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 14 echo %DRIVE_LETTER% Drive mapped to wrong share, disconnecting..
27 echo Mapping %DRIVE_LETTER% to %SHARE_NAME%
  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 18 // Very basic memcpy. We are copying 4 to 12 bytes most of the time, so there
19 // is no attempt to optimize this code or have a general purpose function.
20 // We don't want to call the crt from this code.
23 char* to = reinterpret_cast<char*>(destination); local
26 to[i] = from[i];
31 // Very basic memset. We are filling 1 to 7 bytes most of the time, so there
32 // is no attempt to optimize this code or have a general purpose function.
33 // We don't want to call the crt from this code.
35 char* to = reinterpret_cast<char*>(destination); local
38 to[i] = static_cast<char>(value)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ossource_posix.cpp 13 #error Trying to build a posix specific file in a non-posix build.
27 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
iqtask.h 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
41 const std::string& verb, const Jid& to,
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform.h 7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50 * coordinates are very useful to us because they let us cull
53 * day in hardware, we would still have a reason to want to do it her
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 16 // contributors may be used to endorse or promote products derived from
21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
55 int to = sourceBytes.length - 5555; local
56 stringUnderTest = sourceString.substring(from, to);
57 referenceBytes = new byte[to - from];
58 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 // This .h file imports the code that causes tcmalloc to override libc
35 // logic that makes it so calls to malloc(10) go through tcmalloc,
39 // libc_override_*.h file it #includes is required to provide. This
41 // constructor in tcmalloc.cc is executed -- to do any initialization
62 // For windows, there are two ways to get tcmalloc. If we're
65 // we remove malloc/new/etc from mscvcrt.dll, and just need to define
90 #error Need to add support for your libc/OS her
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 // This .h file imports the code that causes tcmalloc to override libc
35 // logic that makes it so calls to malloc(10) go through tcmalloc,
39 // libc_override_*.h file it #includes is required to provide. This
41 // constructor in tcmalloc.cc is executed -- to do any initialization
62 // For windows, there are two ways to get tcmalloc. If we're
65 // we remove malloc/new/etc from mscvcrt.dll, and just need to define
86 #error Need to add support for your libc/OS her
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
combpath_test.c 15 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34 /* combpath function to test */
35 char * (*combpath) (const char *from, const char *to);
40 /* input "to" path */
41 const char *to; member in struct:Test_Entry
86 {yasm__combpath_win, "e:\\path\\to/file1.ext", ".\\file2.ext", "e:\\path\\to\\file2.ext"},
104 out = test->combpath(test->from, test->to);
109 funcname, test->from, test->to, test->out, out)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce2.asm 2 .Fill resq 1 ; fill to 8 mod 16
8 .Fill resq 1 ; fill to 8 mod 16
  /external/clang/
host_shared_clang.mk 1 # Don't build the library unless forced to.
42 endif # don't build unless forced to
  /external/icu/icu4c/source/samples/
readme.txt 7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
29 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
33 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
64 To build all samples at once:

Completed in 522 milliseconds

<<21222324252627282930>>