HomeSort by relevance Sort by last modified time
    Searched refs:TO (Results 101 - 125 of 562) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 17 // contributors may be used to endorse or promote products derived from
22 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/protobuf/csharp/src/Google.Protobuf.JsonDump/
Program.cs 17 // contributors may be used to endorse or promote products derived from
22 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
39 /// Small utility to load a binary message and dump it in JSON format.
55 Console.Error.WriteLine("Unable to load type {0}.", args[0]);
  /external/v8/tools/
consarray.js 13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31 * In this use case we have lots of arrays that we need to iterate
33 * when concatenating on large (10K items) arrays due to memory copying.
35 * of arrays to iterate through.
51 * @param {Array} arr Array to concatenate.
72 * Returns the current item, moves to the next one.
csvparser.js 13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
tickprocessor-driver.js 13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 // Overwrite the load function to load scripts synchronously.
  /frameworks/av/media/libaudioprocessing/tests/
resampler_tests.cpp 10 * Unless required by applicable law or agreed to in writing, software
175 // TO = resampler output type, int32_t or float
176 template <typename TI, typename TO>
191 size_t outputFrameSize = (channels == 1 ? 2 : channels) * sizeof(TO);
211 TO *out = reinterpret_cast<TO *>(reference);
315 * This checks stopband response of the chirp signal to make sure frequencies
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
SendReq.java 11 * Unless required by applicable law or agreed to in writing, software
33 // FIXME: Content-type must be decided according to whether
39 // Impossible to reach here since all headers we set above are valid.
269 * Set "To" value.
275 mPduHeaders.setEncodedStringValues(value, PduHeaders.TO);
  /hardware/qcom/media/msm8974/mm-core/omxcore/
Android.mk 12 # the names of its contributors may be used to endorse or promote
17 #AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 #EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Message.java 10 * Unless required by applicable law or agreed to in writing, software
26 public static final String RECIPIENT_TYPE_TO = "to";
31 TO,
105 * TODO Refactor Flags at some point to be able to store user defined flags.
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
SendReq.java 11 * Unless required by applicable law or agreed to in writing, software
31 // FIXME: Content-type must be decided according to whether
37 // Impossible to reach here since all headers we set above are valid.
267 * Set "To" value.
273 mPduHeaders.setEncodedStringValues(value, PduHeaders.TO);
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
SendReq.java 11 * Unless required by applicable law or agreed to in writing, software
33 // TODO: Content-type must be decided according to whether
39 // Impossible to reach here since all headers we set above are valid.
270 * Set "To" value.
276 mPduHeaders.setEncodedStringValues(value, PduHeaders.TO);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Message.java 10 * Unless required by applicable law or agreed to in writing, software
26 TO, CC, BCC,
103 * TODO Refactor Flags at some point to be able to store user defined flags.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java 10 * Unless required by applicable law or agreed to in writing, software
28 * A helper class for creating or updating messages. Use the putXxx methods to
30 * To save or send an existing message without making other changes to it simply
36 * @param values the ContentValues that will be used to create or update the
45 * Sets the message's to address. Only valid for drafts.
46 * @param values the ContentValues that will be used to create or update the
48 * @param toAddresses the new to addresses
51 values.put(MessageColumns.TO, TextUtils.join(UIProvider.EMAIL_SEPARATOR, toAddresses));
56 * @param values the ContentValues that will be used to create or update th
    [all...]
  /external/eigen/blas/testing/
cblat3.f 30 *> F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
31 *> F LOGICAL FLAG, T TO STOP ON FAILURES.
32 *> T LOGICAL FLAG, T TO TEST ERROR EXITS.
68 *> 10-9-00: Change STATUS='NEW' to 'UNKNOWN' so that the testers
168 * Read the flag that indicates whether error exits are to be tested.
179 GO TO 220
185 GO TO 220
192 GO TO 220
199 GO TO 220
218 * whether they are to be tested
    [all...]
zblat3.f 30 *> F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
31 *> F LOGICAL FLAG, T TO STOP ON FAILURES.
32 *> T LOGICAL FLAG, T TO TEST ERROR EXITS.
69 *> 10-9-00: Change STATUS='NEW' to 'UNKNOWN' so that the testers
170 * Read the flag that indicates whether error exits are to be tested.
181 GO TO 220
187 GO TO 220
194 GO TO 220
201 GO TO 220
220 * whether they are to be tested
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 19 3. The name of the author may not be used to endorse or promote products
23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
27 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 objects are similar to plain vanilla iterators, but provide two action hooks,
43 through each node of the tree (top-down left-to-right). If +pre_action+ is
44 defined, a node is yielded to the block when it has been initially entered. If
45 +post_action+ is defined, a node is yielded to the block after all of its
  /external/boringssl/src/ssl/test/runner/
deterministic.go 3 // Permission to use, copy, modify, and/or distribute this software for any
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
hkdf.go 3 // Permission to use, copy, modify, and/or distribute this software for any
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/boringssl/src/util/fipstools/
const.go 3 // Permission to use, copy, modify, and/or distribute this software for any
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/curl/packages/vms/
curl_startup.com 5 $! Procedure to setup the CURL libraries for use by programs from the
10 $! Permission to use, copy, modify, and/or distribute this software for any
15 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 3 # dnslist - Read state file from dnsmasq and create a nice web page to display
19 # along with this program*; if not, write to the Free Software
31 # v. 0.0: Too ugly to publish, thrown out.
48 # Location of template. (Assumed to be in current directory.)
51 # File to write HTML page to. (This is where Slackware puts WWW pages. It may
55 # Time to wait after each page update. (The state file is checked for changes
78 # Check for a change to the state file.
118 # Copy data to master list.
125 # all of the extra stuff to do with a host's data once it is read
    [all...]
  /external/icu/icu4c/source/config/
mh-os400 17 # put this in the environment to get threading
20 ## Commands to compile
26 ## ICULD program - run bldiculd.sh in icu/as_is/os400/ to build it
29 ## Commands to link
30 ## We need to use the C++ linker, even when linking C programs, since
35 ## Commands to make a shared library
36 # -qALWLIBUPD: It allows the compiled service program to have dependencies on
39 # Similar to -fPIC and -install_name on other compilers, but different.
45 ## Compiler switch to embed a runtime search path
49 ## Make target to rebind the common librar
    [all...]
  /external/libpng/contrib/pngminus/
makevms.com 54 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
56 $! P1 = What we are trying to make
57 $! P2 = Command to make it
  /external/mesa3d/src/amd/
Android.addrlib.mk 4 # Permission is hereby granted, free of charge, to any person obtaining a
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Android.mk 4 # Permission is hereby granted, free of charge, to any person obtaining a
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

Completed in 2243 milliseconds

1 2 3 45 6 7 8 91011>>