HomeSort by relevance Sort by last modified time
    Searched defs:IN (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
28 * A simple compatibility test which includes results in the report.
30 * This test measures the time taken to run a workload and adds in the report.
42 private static final int IN = 15;
59 assertEquals("Incorrect result", OUT, factorialRecursive(IN));
74 assertEquals("Incorrect result", OUT, factorialIterative(IN));
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
51 case STORAGE_PARAMETER_IN: str << Token::IN; break;
70 str << Token::IN;
rsgToken.hpp 10 * you may not use this file except in compliance with the License.
15 * Unless required by applicable law or agreed to in writing, software
113 IN,
  /external/openssl/crypto/md4/
md4.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/md5/
md5.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/openssl/crypto/sha/
sha.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
sha1.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
    [all...]
  /external/chromium_org/v8/src/base/
win32-headers.h 3 // found in the LICENSE file.
66 #undef IN
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 22 unsigned IN = 0;
28 Numbering[&*AI] = IN++;
30 // Walk the basic blocks in order.
33 Numbering[&*FI] = IN++;
35 // Walk the instructions in order.
39 Numbering[&*BI] = IN++;
106 out << "in function " << L->getName()
109 out << "in function " << L->getName() << ":\n";
114 out << " in block %" << L->getName() << ":\n";
116 out << " in block "
    [all...]
  /device/asus/grouper/keymaster/
s_type.h 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
102 #define IN
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
102 #define IN
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
102 #define IN
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
aead_test.c 5 * copyright notice and this permission notice appear in all copies.
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
25 * separated by a colon and optional whitespace. The keys are listed in
35 * IN: 6a4583908d
43 /* These are the different types of line that are found in the input file. */
47 IN, /* hex encoded plaintext. */
56 "KEY", "NONCE", "IN", "AD", "CT", "TAG",
86 lengths[NONCE], bufs[IN], lengths[IN], bufs[AD]
    [all...]
  /external/chromium_org/tools/usb_gadget/
linux_gadgetfs.py 3 # found in the LICENSE file.
39 IN = 0x01
148 for endpoint_addr in self._ep_fds.keys():
158 if request_type & usb_constants.Dir.IN:
196 endpoint will be valid in this case.
202 RuntimeError: If the hardware endpoint is in use or the configuration
208 if name in self._ep_fds:
209 raise RuntimeError('Hardware endpoint {} already in use.'.format(name))
244 if endpoint_addr & usb_constants.Dir.IN:
249 print('IN bEndpointAddress=0x{:02X} length={}
    [all...]
usb_constants.py 3 # found in the LICENSE file.
104 IN = 0x80
  /external/chromium_org/v8/src/
runtime.js 3 // found in the LICENSE file.
5 // This files contains runtime support implemented in JavaScript.
7 // CAUTION: Some of the functions specified in this file are called
8 // directly from compiled code. These are the functions with names in
9 // ALL CAPS. The compiled code passes the first argument in 'this' and
11 // cannot use contexts in all these functions.
96 // checked in the CompareStub, so there should be nothing left.
251 // bailing out in the fast case, but after converting the
256 // that doesn't convert to a number. This is common in
289 // bailing out in the fast case, but after converting th
    [all...]
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 22 /// than binary trees, because they store multiple keys/values in each node.
33 /// full delta implied by a whole subtree in constant time.
36 /// SourceDelta - As code in the original input buffer is added and deleted,
63 /// WidthFactor - This controls the number of K/V slots held in the BTree:
69 /// Values - This tracks the SourceDelta's currently in this node.
81 /// FullDelta - This is the full delta of all the values in this node and
169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this))
171 NewFullDelta += IN->getChild(i)->getFullDelta();
194 // leaving an entry with Delta=0, so we just leave an entry with Delta=0 in
204 // For an insertion into a non-full leaf node, just insert the value in
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
31 Redistribution and use in source and binary forms, with or without modification, are permitted without
34 You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
35 your modifications thereto in source code form.
37 You must retain the complete text of this software license in the documentation and/or other materials
38 provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
40 modifications thereto to recipients of copies in binary form.
66 of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
69 or business interruption, however caused and on any theory of liability, whether in contract, strict
70 liability, or tort (including negligence), arising in any way out of the use of this software, even i
    [all...]
  /external/chromium_org/components/search_engines/
template_url_prepopulate_data.cc 3 // found in the LICENSE file.
27 #undef IN // On Windows, windef.h defines this, which screws up "India" cases.
39 // NOTE: You should probably not change the data in this file without changing
40 // |kCurrentDataVersion| in prepopulated_engines.json. See comments in
43 // Put the engines within each country in order with most interesting/important
504 &imesh, &iminent, &in, &incredibar, &libero,
512 // codes; http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 is useful. In the
523 // SPECIAL CASE: In 2003, Yugoslavia renamed itself to Serbia and Montenegro.
524 // Serbia and Montenegro dissolved their union in June 2006. Yugoslavia wa
    [all...]
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc 3 // found in the LICENSE file.
9 // disable definition of secure API functions in standard headers that
34 // defined in strings.h.
42 // Extra functions for MinGW. Most of these are the _s functions which are in
159 // which is not possible in a sandbox.
210 // a 64-bit integer in 100 nanoseconds since January 1, 1601 (UTC). JavaScript
211 // timestamps are represented as a doubles in milliseconds since 00:00:00 UTC,
227 // Returns the local timezone offset in milliseconds east of UTC. This is
234 // Returns the daylight savings time offset for the time in milliseconds.
250 // Return whether or not daylight savings time is in effect at this time
    [all...]
  /external/eigen/blas/testing/
cblat2.f 110 * .. Scalars in Common ..
285 * Test each subroutine in turn.
380 9987 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM',
384 9985 FORMAT( ' ERROR IN CMVCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
387 $ ' THIS MAY BE DUE TO FAULTS IN THE ARITHMETIC OR THE COMPILER.'
433 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
449 * .. Scalars in Common ..
470 DO 120 IN = 1, NIDIM
471 N = IDIM( IN )
    [all...]
cblat3.f 89 * .. Scalars in Common ..
265 * Test each subroutine in turn.
347 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM',
351 9989 FORMAT( ' ERROR IN CMMCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
354 $ 'ERR = ', F12.3, '.', /' THIS MAY BE DUE TO FAULTS IN THE ',
401 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA,
416 * .. Scalars in Common ..
433 DO 100 IN = 1, NIDIM
434 N = IDIM( IN )
    [all...]
dblat2.f 106 * .. Scalars in Common ..
280 * Test each subroutine in turn.
373 9987 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM',
377 9985 FORMAT( ' ERROR IN DMVCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
380 $ ' THIS MAY BE DUE TO FAULTS IN THE ARITHMETIC OR THE COMPILER.'
423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
439 * .. Scalars in Common ..
460 DO 120 IN = 1, NIDIM
461 N = IDIM( IN )
    [all...]
dblat3.f 83 * .. Scalars in Common ..
258 * Test each subroutine in turn.
337 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM',
341 9989 FORMAT( ' ERROR IN DMMCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
344 $ 'ERR = ', F12.3, '.', /' THIS MAY BE DUE TO FAULTS IN THE ',
387 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA,
402 * .. Scalars in Common ..
419 DO 100 IN = 1, NIDIM
420 N = IDIM( IN )
    [all...]
sblat2.f 106 * .. Scalars in Common ..
280 * Test each subroutine in turn.
373 9987 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM',
377 9985 FORMAT( ' ERROR IN SMVCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
380 $ ' THIS MAY BE DUE TO FAULTS IN THE ARITHMETIC OR THE COMPILER.'
423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
439 * .. Scalars in Common ..
460 DO 120 IN = 1, NIDIM
461 N = IDIM( IN )
    [all...]

Completed in 1141 milliseconds

1 2