/external/chromium_org/net/base/ |
escape_unittest.cc | 3 // found in the LICENSE file. 81 // Test all the values in we're supposed to be escaping. 88 std::string in; local 89 in.push_back(i); 90 std::string out = EscapeQueryParamValue(in, true); 96 } else if (no_escape.find(in) == std::string::npos) { 101 // No change for things in the no_escape list. 102 EXPECT_EQ(out, in); 200 input.push_back(0); // Also have a NULL in the input. 293 input.push_back(0); // Also have a NULL in the input [all...] |
/external/chromium_org/remoting/base/ |
compound_buffer_unittest.cc | 3 // found in the LICENSE file. 83 // Iterate over chunks of data with sizes specified in |sizes| in the 114 const void* in; local 118 if (!input->Next(&in, &in_size)) { 124 memcpy(out, in, out_size); 131 memcpy(out, in, in_size); 146 // Construct and prepare data in the |buffer|. 154 // Determine how many segments to split kTestData. We split the data in
|
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
cipher_test.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 358 int kn, in, pn, cn; local [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/des/ |
des.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 298 const uint8_t *in; local 521 const uint8_t *in = in_block->bytes; local [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x_name.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 511 X509_NAME *in; local [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_rsa.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 90 BIO *in; local 225 BIO *in; local 309 BIO *in; local 442 BIO *in; local 538 BIO *in; local 619 BIO *in; local 690 BIO *in; local [all...] |
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/ |
BrailleDisplayProperties.java | 5 * use this file except in compliance with the License. You may obtain a copy of 10 * Unless required by applicable law or agreed to in writing, software 70 * Returns an unmodifiable map mapping key names in {@link BrailleKeyBinding} 90 public BrailleDisplayProperties createFromParcel(Parcel in) { 91 return new BrailleDisplayProperties(in); 117 private BrailleDisplayProperties(Parcel in) { 118 mNumTextCells = in.readInt(); 119 mNumStatusCells = in.readInt(); 120 mKeyBindings = in.createTypedArray(BrailleKeyBinding.CREATOR); 121 int size = in.readInt() [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
punyref.c | 24 and distribute it in any way that does not diminish the rights 37 /* Implementation (would normally go in its own .c file): */ 60 /* point (for use in representing integers) in the range 0 to */ 70 /* (when used for representing integers) is d, which needs to be in */ 72 /* nonzero, in which case the uppercase form is used. The behavior */ 223 b, j, in, oldi, w, k, digit, t; local 248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) { 250 /* in is the index of the next character to be consumed, and * [all...] |
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/ |
md5.cc | 3 // found in the LICENSE file. 8 // The original file was copied from sqlite, and was in the public domain. 13 * written by Colin Plumb in 1993, no copyright is claimed. 14 * This code is in the public domain; do with it what you wish. 40 unsigned char in[64]; member in struct:__anon17193::Context 64 /* This is the central step in the MD5 algorithm. */ 73 void MD5Transform(uint32 buf[4], const uint32 in[16]) { 81 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7); 82 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12); 83 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_format.c | 9 * "Software"), to deal in the Software without restriction, including 16 * next paragraph) shall be included in all copies or substantial portions 22 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 23 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 25 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 755 * The first pipe format in the list that's supported is the one that's chosen. 1707 int *in = colorIn->i; local 1749 float *in = colorIn->f; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_draw.c | 9 * to deal in the Software without restriction, including without limitation 15 * in all copies or substantial portions of the Software. 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 69 const TYPE *in = (TYPE *)ptr; \ 71 *fptr++ = MACRO(*in); \ 72 in++; \ 78 const TYPE *in = (TYPE *)ptr; 103 const GLubyte *in = (GLubyte *) ptr; \/* in is in BGRA order *\/ local 120 GLhalfARB *in = (GLhalfARB *)ptr; local 149 const GLfixed *in = (GLfixed *) ptr; local 157 const GLfixed *in = (GLfixed *) ptr; local 371 const GLuint *in = (GLuint *)ptr; local 376 const GLushort *in = (GLushort *)ptr; local 381 const GLubyte *in = (GLubyte *)ptr; local [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/ |
omxSP_FFTInv_CCSToR_F32_Sfs.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 53 * We move the division by 2 to the last step in the implementation, so: 58 static void RevbinPermuteInv(const OMX_F32 *in, 76 big_a.Re = in[i] + in[j]; 77 big_a.Im = in[i + 1] - in[j + 1] 179 OMX_F32 *in = (OMX_F32*) pSrc; local [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
mathops.h | 10 Redistribution and use in source and binary forms, with or without 17 - Redistributions in binary form must reproduce the above copyright 18 notice, this list of conditions and the following disclaimer in the 24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 105 } in; local 106 in.f = x; 107 integer = (in.i>>23)-127; 108 in.i -= integer<<23 [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
gzip_stream.cc | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 13 // in the documentation and/or other materials provided with the 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 91 const void* in; local 94 bool ok = sub_stream_->Next(&in, &in_size); 100 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in)); 288 // The loop in Deflate should consume all avail_i [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest8.c | 71 printf("sqlite3_prepare_v2() returns %d in %llu cycles\n", rc, iElapse); 80 printf("sqlite3_step() returns %d after %d rows in %llu cycles\n", 88 printf("sqlite3_finalize() returns %d in %llu cycles\n", rc, iElapse); 99 FILE *in; local 132 ** to "High", +5 equates to "Low", and anything in between 186 in = fopen(argv[2], "r"); 187 fseek(in, 0L, SEEK_END); 188 nSql = ftell(in); 190 fseek(in, 0L, SEEK_SET); 191 nSql = fread(zSql, 1, nSql, in); [all...] |
/external/chromium_org/third_party/webrtc/base/ |
asynchttprequest_unittest.cc | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 104 StreamInterface* in = t->request.document.get(); local 106 in->GetSize(&size); 109 in->SetPosition(size - i - 1); 110 in->Read(&ch, 1, NULL, NULL);
|
stream_unittest.cc | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 130 // Create a segment of test stream in range [100,600) 163 const char in[kSize * 2 + 1] = "0123456789ABCDEFGHIJKLMNOPQRSTUV"; local 182 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize, &bytes, NULL)); 186 EXPECT_EQ(SR_BLOCK, stream->Write(in, kSize, &bytes, NULL)); 191 EXPECT_EQ(0, memcmp(in, out, kSize)) 391 const char in[kSize * 2 + 1] = "0123456789ABCDEFGHIJKLMNOPQRSTUV"; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 33 int16_t *data_ch1, // Input and output in channel 1, in Q0 34 int16_t *data_ch2, // Input and output in channel 2, in Q0 35 const int16_t *factor_ch1, // Scaling factor for channel 1, in Q1 98 int32_t a1 = 0, b1 = 0, c = 0, in = 0; local 324 int16_t in[FRAMESAMPLES]; local 385 int16_t in[FRAMESAMPLES]; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.c | 18 static Scanner *in; variable 31 Scanner_fatal(in, "more than one token of lookahead?"); 56 Scanner_fatal(in, "missing `;' after regexp"); 59 Scanner_fatal(in, "sym already defined"); 68 Scanner_fatal(in, "expression syntax error"); 77 Scanner_fatal(in, "missing code after regexp"); 108 Scanner_fatal(in, "can only difference char sets"); 156 Scanner_fatal(in, "parse error"); 170 Scanner_fatal(in, "can't find symbol"); 183 Scanner_fatal(in, "missing closing parenthesis") [all...] |
/external/chromium_org/third_party/zlib/ |
gzguts.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 91 z_off64_t pos; /* current position in uncompressed data */ 94 unsigned char *in; /* input buffer */ member in struct:__anon109 114 z_stream strm; /* stream structure in-place (not a pointer) */
|
/external/clang/test/SemaTemplate/ |
instantiate-init.cpp | 61 // cause instantiation is in an unevaluated context, but one requiring its 104 Description<int*>::data // expected-note{{in instantiation of static data member 'PR7985::Description<int *>::data' requested here}} 112 // Ensure that in-class direct-initialization is instantiated as 132 char in[4] = {0,0,0,0}; local 133 fun(in);
|
/external/e2fsprogs/lib/ext2fs/ |
dirhash.c | 21 * Keyed 32-bit hash function using TEA in a Davis-Meyer function 33 static void TEA_transform(__u32 buf[4], __u32 const in[]) 37 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; 58 * good macro practice, in favor of extra legibility. 70 static void halfMD4Transform (__u32 buf[4], __u32 const in[]) 75 ROUND(F, a, b, c, d, in[0] + K1, 3); 76 ROUND(F, d, a, b, c, in[1] + K1, 7) 198 __u32 in[8], buf[4]; local [all...] |
/external/e2fsprogs/util/ |
subst.c | 91 * The substitution variable must all be in the of [0-9A-Za-z_]. 305 FILE *in, *out; local 315 in = fopen(optarg, "r"); 316 if (!in) { 320 parse_config_file(in); 321 fclose(in); 336 in = fopen(argv[optind], "r"); 337 if (!in) { 343 in = stdin; 364 while (!feof(in)) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CvsDiffParser.java | 80 BufferedReader in = null; local 84 in = new BufferedReader(new FileReader(mapDiffFile)); 90 while ((aLine = in.readLine()) != null) { 97 //verification for actual changes in tags base.plugin 98 while ((aLine = in.readLine()) != null && !aLine.startsWith("===")){
|
/external/eigen/unsupported/test/ |
FFTW.cpp | 122 // cout << "freqBuf=" << freqBuf[i] << " in2=" << tbuf3[i] << " - in=" << tbuf[i] << " => " << (tbuf3[i] - tbuf[i] ) << endl; 213 VectorXf in; local 215 in.setRandom( len ); 221 fft.fwd(out1,in); 222 out2 = fft.fwd(in); 225 VERIFY( (in1-in).norm() < test_precision<float>() );
|