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

<<21222324252627282930>>

  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 9 # care to run the test here, just to cause it to fall over. we do,
10 # however, run it without any fault injection to ensure that we don't
11 # have any false injection, to ensure the test hasn't bitrotted.
40 # lives, which is a primary requirement for being able to commit
41 # changes to the tests and to the code-under-test in atomic units.
52 [('expected_error','"NaCl module load failed: Insufficient memory to load file"')],
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 9 * {@code templateData}. This class provides a simpler interface to access those
14 * assigned to the templateData property after construction. If all else
26 * Returns a formatted string where $1 to $9 are replaced by the second to the
29 * @param {...string} The extra values to include in the formatted output.
65 // TODO(jhawkins): Change to console.error when all errors are fixed.
72 * Returns a formatted localized string where $1 to $9 are replaced by the
73 * second to the tenth argument.
75 * @param {...string} The extra values to include in the formatted output.
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-stepin-collections-foreach.js 21 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0);
31 print("element " + num); // Expected to step to this point.
36 print("key " + key + ", value " + val); // Expected to step to this point.
82 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0);
83 // Step two steps further every four breaks to skip the
96 print("back to the first level of recursion.");
101 print("back to the first level of recursion.");
  /external/deqp/framework/delibs/depool/
dePoolMultiSet.h 15 * Unless required by applicable law or agreed to in writing, software
49 * \todo [petri] Figure out how to comment these in Doxygen-style.
178 * \todo [petri] Figure out how to comment these in Doxygen-style.
181 * deBool MultiSet_union (Set* to, const Set* a, const Set* b);
183 * deBool MultiSet_intersect (Set* to, const Set* a, const Set* b);
185 * deBool MultiSet_sum (Set* to, const Set* a, const Set* b);
187 * deBool MultiSet_difference (Set* to, const Set* a, const Set* b);
192 deBool TYPENAME##_union (TYPENAME* to, const TYPENAME* a, const TYPENAME* b); \
194 deBool TYPENAME##_intersect (TYPENAME* to, const TYPENAME* a, const TYPENAME* b); \
196 deBool TYPENAME##_sum (TYPENAME* to, const TYPENAME* a, const TYPENAME* b);
    [all...]
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
4 # copy obj/local/armeabi/libfoo.so to jni/libfoo.so
15 else # not build libfoo.so, trying to use PREBUILT_SHARED_LIBRARY instead.
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 7 * Licensed to the Apache Software Foundation (ASF) under one
11 * to you under the Apache License, Version 2.0 (the
17 * Unless required by applicable law or agreed to in writing,
51 // the order of the characters here is adjusted to put the
56 /** The iterator from which to obtain the next header. */
67 * The token to be returned by the next call to {@link #currentToken}.
82 * @param headerIterator the iterator for the headers to tokenize
158 * If not found, {@link #currentToken} is set to <code>null</code>.
160 * @param from the position in the current header at which to
239 final int to = this.currentHeader.length(); local
293 final int to = this.currentHeader.length(); local
332 final int to = this.currentHeader.length(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
cryptohome.js 6 * Sets |value| to the element specified by |destination_id|.
8 * @param {string} destination_id Id of the element to be modified.
9 * @param {string} value The value to be set.
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 9 * When third party authentication is being used, the client must talk to a
11 * webapp must use Chrome's optional permissions API to check if it has the
12 * "host" permission needed to access that URL. If the webapp hasn't already
24 * Encapsulates the UI to check/request permissions to a new host.
26 * @param {string} url The URL to request permission for.
34 * Get permissions to the URL, asking interactively if necessary.
50 // is called from an asynchronous plugin callback, so we have to open a
51 // confirmation dialog to perform the request on an interactive event.
52 // In any case, we can use this dialog to explain to the user why we ar
    [all...]
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 4 # A list of txt's to build
8 # * To add an additional locale to the list:
12 # * To REPLACE the default list and only build with a few
23 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 3 # A list of txt's to build
8 # Instead of changing this file [unless you want to check it back in],
15 # * To add an additional transliterators to the list:
19 # * To REPLACE the default list and only build with a few
  /external/chromium_org/third_party/icu/source/i18n/
tztrans.cpp 8 #include "unicode/utypeinfo.h" // for 'typeid' to work
21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
112 TimeZoneTransition::setTo(const TimeZoneRule& to) {
116 fTo = to.clone();
120 TimeZoneTransition::adoptTo(TimeZoneRule* to) {
124 fTo = to;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pack_invert.spec 33 This extension adds a new pixel storage parameter to indicate that
34 images are to be packed in top-to-bottom order instead of OpenGL's
35 conventional bottom-to-top order. Only pixel packing can be
39 Almost all known image file formats store images in top-to-bottom
41 bottom-to-top order. Thus, images usually have to be inverted before
42 writing them to a file with image I/O libraries. This extension
43 allows images to be read such that inverting isn't needed.
56 enough to define a complementary extension for pixel packing in th
    [all...]
MESA_texture_signed_rgba.spec 43 OpenGL prior to 3.1 does not support any signed texture formats.
49 It is usually possible to get the same functionality
53 the relevant features from OpenGL 3.1, as a means to support this in
67 RESOLVED: NO. To keep this extension simple, only add the most
79 4) How are signed integer values mapped to floating-point values?
83 A signed 8-bit two's complement value X is computed to
91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
103 (Difference to ARB_texture_compression_rgtc):
105 This is also different to what NV_texture_shader used
    [all...]
MESA_ycbcr_texture.spec 35 There is no support for converting YCbCr images to RGB or vice versa
36 during pixel transfer. The texture's YCbCr colors are converted to
44 image columns, the second component is Cr. If one were to convert the
45 data to RGB one would need to examine two pixels from columns N and N+1
46 (where N is even) to deduce the RGB color.
72 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation)
76 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
79 add the following to Table 3.8 (Packed pixel formats):
89 add the following to Table 3.10 (UNSIGNED_SHORT formats)
    [all...]
  /external/chromium_org/tools/grit/grit/
exception.py 10 '''A base exception that uses the class's docstring in addition to any
91 '''Attempt to add an invalid translation to a clique.'''
101 '''Attempt to use an object before it is ready, or attempt to translate
129 Also note that you may need to specify the RC file's encoding (using the
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 6 '''Tool to create a new, empty .grd file with all the basic sections.
22 Note that all output references are relative to the output directory
29 <!-- TODO add references to each of the XTB files (from the Translation
32 references are relative to this .grd file. -->
45 <!-- TODO add all of your "string table" messages here. Remember to
47 <ph> element). You can also use the 'grit add' tool to help you identify
57 Creates a new, empty .grd file OUTPUT_FILE with comments about what to put
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_sequence.js 8 * @class FunctionSequence to invoke steps in sequence
11 * @param {Array} steps array of functions to invoke in sequence.
13 * @param {function} callback callback to invoke on success.
14 * @param {function} failureCallback callback to invoke on failure.
36 * @param {function} callback new callback to call on succeed.
45 * @param {function} failureCallback new callback to call on failure.
69 * Finishes sequence processing and jumps to the last step.
72 * has access to internal variables of functionsequence.
83 * Advances to next step.
86 * has access to internal variables of functionsequence
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 46 bool addEdge(uptr from, uptr to) {
47 return s_.insert(idx(from, to)).second;
49 bool removeEdge(uptr from, uptr to) {
50 return s_.erase(idx(from, to));
56 uptr to = *it & ((1 << 16) - 1); local
57 EXPECT_TRUE(g->removeEdge(from, to));
62 uptr idx(uptr from, uptr to) {
63 CHECK_LE(from|to, 1 << 16);
64 return (from << 16) + to;
86 uptr to = my_rand() % g.size() local
131 uptr to = my_rand() % g.size(); local
    [all...]
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 3 # A list of txt's to build
8 # Instead of changing this file [unless you want to check it back in],
15 # * To add an additional transliterators to the list:
19 # * To REPLACE the default list and only build with a few
  /external/icu/icu4c/source/i18n/
tztrans.cpp 8 #include "utypeinfo.h" // for 'typeid' to work
21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
112 TimeZoneTransition::setTo(const TimeZoneRule& to) {
116 fTo = to.clone();
120 TimeZoneTransition::adoptTo(TimeZoneRule* to) {
124 fTo = to;
  /external/mesa3d/docs/
MESA_pack_invert.spec 33 This extension adds a new pixel storage parameter to indicate that
34 images are to be packed in top-to-bottom order instead of OpenGL's
35 conventional bottom-to-top order. Only pixel packing can be
39 Almost all known image file formats store images in top-to-bottom
41 bottom-to-top order. Thus, images usually have to be inverted before
42 writing them to a file with image I/O libraries. This extension
43 allows images to be read such that inverting isn't needed.
56 enough to define a complementary extension for pixel packing in th
    [all...]
MESA_texture_signed_rgba.spec 43 OpenGL prior to 3.1 does not support any signed texture formats.
49 It is usually possible to get the same functionality
53 the relevant features from OpenGL 3.1, as a means to support this in
67 RESOLVED: NO. To keep this extension simple, only add the most
79 4) How are signed integer values mapped to floating-point values?
83 A signed 8-bit two's complement value X is computed to
91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
103 (Difference to ARB_texture_compression_rgtc):
105 This is also different to what NV_texture_shader used
    [all...]
MESA_ycbcr_texture.spec 35 There is no support for converting YCbCr images to RGB or vice versa
36 during pixel transfer. The texture's YCbCr colors are converted to
44 image columns, the second component is Cr. If one were to convert the
45 data to RGB one would need to examine two pixels from columns N and N+1
46 (where N is even) to deduce the RGB color.
72 Additions to Chapter 2 of the OpenGL 1.4 Specification (OpenGL Operation)
76 Additions to Chapter 3 of the OpenGL 1.4 Specification (Rasterization)
79 add the following to Table 3.8 (Packed pixel formats):
89 add the following to Table 3.10 (UNSIGNED_SHORT formats)
    [all...]
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodImplementationBuilder.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,
63 * Any previous unplaced references to a label of this name will now refer to this label/location
65 * @param name The name of the label to add
87 * Get a reference to a label with the given name.
91 * point to define the location of the label.
93 * @param name The name of the label to get
107 @Nonnull Label to, @Nonnull Label handler)
    [all...]

Completed in 501 milliseconds

<<21222324252627282930>>