HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 576 - 600 of 1097) sorted by null

<<21222324252627282930>>

  /external/openssl/apps/
pkcs12.c 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
90 int cert_load(BIO *in, STACK_OF(X509) *sk)
100 BIO *in=NULL, *out = NULL; local
    [all...]
  /external/openssl/crypto/des/
destest.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
338 des_cblock in,out,outin,iv3,iv2; local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ResponseCacheTest.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
81 * {@link com.squareup.okhttp.OkResponseCache} found in HttpResponseCacheTest provide
159 InputStream in = urlConnection.getInputStream(); local
161 reliableSkip(in, "puppies but hate ".length());
163 assertEquals(-1, in.read());
164 in.close();
167 in = urlConnection.getInputStream();
173 assertEquals(-1, in.read());
174 in.close()
415 InputStream in = connection.getInputStream(); local
    [all...]
HttpResponseCacheTest.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
143 // Test each documented HTTP/1.1 code, plus the first unused value in each range.
320 InputStream in = urlConnection.getInputStream(); local
322 reliableSkip(in, "puppies but hate ".length());
324 assertEquals(-1, in.read());
325 in.close();
330 in = urlConnection.getInputStream();
336 assertEquals(-1, in.read());
337 in.close()
570 InputStream in = connection.getInputStream(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.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
193 * result in too many bytes wasted, compact the result. To compact,
224 * merged dex file. Populates maps from old to new indices in the process.
299 * sorting in memory.
333 Dex.Section in = source.open(section.off); local
335 int offset = in.getPosition();
336 T value = read(in, indexMap, 0);
343 abstract T read(Dex.Section in, IndexMap indexMap, int index);
384 @Override String read(Dex.Section in, IndexMap indexMap, int index)
540 Dex in = type.getDex(); local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 52 __u16 in; member in struct:ib_ucm_cmd_hdr
  /bionic/libc/kernel/uapi/sound/
hdspm.h 165 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.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
143 * Check to ensure the private file created in testCreatePrivateData does not exist.
231 InputStream in = socket.getInputStream(); local
235 int n = in.read(buf);
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.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
39 // We can't assume a mobile network is even present in this test, so
161 InputStream in = socket.getInputStream(); local
164 int n = in.read(buf);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.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
65 Allocation in = Allocation.createTyped(mRS, t); local
68 fe_all.forEach_test_i8(in, out);
71 fe_all.forEach_test_i8(in, badOut);
79 in = Allocation.createTyped(mRS, t);
82 fe_all.forEach_test_i8_2(in, out);
85 fe_all.forEach_test_i8_2(in, badOut);
93 in = Allocation.createTyped(mRS, t);
96 fe_all.forEach_test_i8_3(in, out)
    [all...]
KernelTest.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
65 Allocation in = Allocation.createTyped(mRS, t); local
68 kernel_all.forEach_test_i8(in, out);
71 kernel_all.forEach_test_i8(in, badOut);
79 in = Allocation.createTyped(mRS, t);
82 kernel_all.forEach_test_i8_2(in, out);
85 kernel_all.forEach_test_i8_2(in, badOut);
93 in = Allocation.createTyped(mRS, t);
96 kernel_all.forEach_test_i8_3(in, out)
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 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
153 * Get the amount of data currently in the buffer.
205 static int ebReadString(ExpandBuf* pBuf, FILE* in)
212 ic = getc(in);
213 if (feof(in) || ferror(in)) {
230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected)
237 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in);
239 if (eofExpected && feof(in) && !ferror(in))
706 FILE* in = NULL; local
    [all...]
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.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
51 * rss data in the background and post the results to a ListView in the UI.
52 * It also shows how to display custom data in a ListView
60 * <li>Override of getView() in the adapter provides the display view
64 * RssItem in the browser.
103 // Keys used for data in the onSaveInstanceState() Map.
114 * here, not in a constructor.
132 // Get pointers to the UI elements in the rss_layou
313 InputStream in = connection.getInputStream(); local
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 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
260 struct generic_stream_in *in = (struct generic_stream_in *)stream; local
273 in->device,
274 in->dev);
281 struct generic_stream_in *in = (struct generic_stream_in *)stream; local
296 in->device = (int)val;
309 struct generic_stream_in *in = (struct generic_stream_in *)stream; local
318 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device);
338 struct generic_stream_in *in = (struct generic_stream_in *)stream local
533 struct generic_stream_in *in; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
137 assertEquals("Returned incorrect resource/or in wrong order",
484 InputStream in = this.getClass() local
486 assertNotNull(in);
487 in = this.getClass().getResourceAsStream("test%25.properties");
488 assertNull(in);
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 4 # found in the LICENSE file.
120 if java_type in java_pod_type_map:
122 elif java_type in java_type_map:
125 if java_type[:-2] in java_pod_type_map:
130 # in order to handle generics.
177 if '.' in raw_class_name:
178 raise SyntaxError('%s cannot be used in @JNIAdditionalImport. '
181 if new_import in JniParams._imports: namespace
193 for match in re.finditer(re_import, contents):
197 for match in re.finditer(re_inner, contents)
306 for implicit_import in JniParams._implicit_imports: namespace
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc 3 // found in the LICENSE file.
58 // Number of color channels in a BGRA bitmap.
212 // Returns the setting that could not be set in the preview dialog.
530 // Redirects |std::cin| to the file |stdin_path|. |in| is not freed because
533 std::ifstream* in = new std::ifstream(stdin_path.value().c_str()); local
534 ASSERT_TRUE(in->is_open());
535 std::cin.rdbuf(in->rdbuf());
548 // Generates a png from bitmap data and stores it in |png_output_|.
590 // Gets the page count and maximum page width of the PDF in points.
645 // from stderr in addition to stdout for certain blocks of data
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
handlers.c 3 * found in the LICENSE file. */
12 #include <netinet/in.h>
55 * @param[in] map The map to add the object to.
56 * @param[in] max_map_size The maximum map size.
57 * @param[in] object The object to add to the map.
75 * @param[in] map The map to remove from.
76 * @param[in] max_map_size The size of the map.
77 * @param[in] i The index to remove.
86 * @param[in] file The file to add to g_OpenFiles.
87 * @return int The index of the FILE in g_OpenFiles, or -1 if there are too man
914 struct sockaddr_in* in = (struct sockaddr_in*)current->ai_addr; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.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
721 unsigned char ad[13], *seq, *in, *out, nonce[16]; local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 56 # stupid Py2 distutils enforces str type in list of sources
70 if '**/' in pattern:
77 for root in first:
78 for path in extended_iglob(join_path(root, rest)):
79 if path not in seen:
82 for path in extended_iglob(join_path(root, '*', '**/' + rest)):
83 if path not in seen:
87 for path in iglob(pattern):
124 if literal[0] in "'\"":
128 return [unquote(item) for item in s.split(delimiter) if item.strip()
496 print("missing cimport in module '%s': %s" % (module, filename)) namespace
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 3 // recognized in your jurisdiction.
98 // Avoid an integer overflow in the call to malloc below by limiting length
278 * This optimization is used in ValueInternalMap fast allocator.
980 /// Number of values in array or object
1760 InArgs in; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_ssse3.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.
13 // in certain versions of MSVS.
19 static void idct16_8col(__m128i *in, int round) {
45 s[0] = in[0];
46 s[1] = in[8];
47 s[2] = in[4]
688 __m128i in[16], l[16]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.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.
61 // similar. In the first one, we transform the columns and transpose
62 // the results. In the second one, we transform the rows. To achieve that,
65 // in normal/row positions).
70 const tran_low_t *in = NULL; local
89 input[0] = in[0 * 4]
362 const tran_low_t *in = NULL; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
SAX2.c 485 * - override this xmlSAX2ResolveEntity() callback in the SAX block
650 "Entity(%s) already defined in the internal subset\n",
670 "Entity(%s) already defined in the external subset\n", name);
685 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n",
742 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n",
793 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
887 "Entity(%s) already defined in the internal subset\n", name);
907 "Entity(%s) already defined in the external subset\n", name);
922 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n"
1891 const xmlChar *in; local
    [all...]

Completed in 1215 milliseconds

<<21222324252627282930>>