HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 2276 - 2300 of 3164) sorted by null

<<919293949596979899100>>

  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/sdk/24/
android.jar 
  /build/core/
definitions.mk 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
29 # The short names of all of the targets in the system.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
45 # LOCAL_MODULE_TAGS. Each word in this variable maps
192 ## Look in the named list of directories for makefiles,
231 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2))
409 # find the files in the subdirectory $1 of LOCAL_DIR
434 ## Find various file types in a list of directories relative to $(LOCAL_PATH)
446 # Use utility find to find given files in the given subdirs
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 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
111 * 3. Go to Edit -> Preferences -> SSL -> (Pre-)Master-Key log and fill in
112 * the file you put the lines in above.
113 * 4. Follow the stream that corresponds to the desired "Session-ID" in
697 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s",
791 sslErrorStr = "Failure in SSL library, usually a protocol error";
888 * <code>throwSSLExceptionStr</code> before returning, so in this case of
1015 * contained in |source|. It returns true on success and sets an exception and
1051 * Converts an OpenSSL BIGNUM to a Java byte[] array in two's complement
4734 const unsigned char* in = reinterpret_cast<const unsigned char*>(inBytes.get()); local
    [all...]
  /external/curl/lib/
urldata.h 12 * This software is licensed as described in the file COPYING, which
64 protocol handler should only ever have a single CURLPROTO_ in its protocol
77 /* Default FTP/IMAP etc response timeout in milliseconds.
144 #include <netinet/in.h>
196 /* Initial size of the buffer to store headers in, it'll be enlarged in case
218 PROT_NONE, /* first in list */
224 PROT_LAST /* last in list */
444 void* target_info; /* TargetInfo received in the ntlm type-2 message */
507 but it is not the final request in the aut
1429 void *in; \/* CURLOPT_READDATA *\/ member in struct:UserDefined
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 6 before you include this file in *one* C or C++ file to create the implementation.
56 With other JPEG optimizations included in this version, we see
62 is the fastest JPEG decoder in the land; rather, it brings it
70 support a context parameter, so if you need to pass a context in to
71 the allocator, you'll have to store it in a global or a thread-local
119 bugs so I can refine the built-in compile-time checking to be
125 were will find the built-in SIMD more satisfactory anyway.
129 integer precision in SIMD.) The C code has been adjusted so
135 most of the deviating values are one smaller in the G channel.)
144 removed in future versions of the library. It is only intended fo
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 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.
51 // When we use them, in one case, they are all the same. In all others
95 // We process sixteen columns (transposed rows in second pass) at a time.
106 const int16_t *in = &input[column_start]; local
107 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2
231 int16_t *in = &intermediate[column_start]; local
    [all...]
fwd_dct32x32_impl_sse2.h 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.
19 // functions in the C implementation file.
68 // When we use them, in one case, they are all the same. In all others
115 // We process eight columns (transposed rows in second pass) at a time.
126 const int16_t *in = &input[column_start] local
251 int16_t *in = &intermediate[column_start]; local
    [all...]
  /external/libxml2/
xpath.c 72 * Use the Timsort algorithm provided in timsort.h to sort
74 * used in xmlXPathNodeSetSort()
83 * xmlXPathOrderDocElems() was called in order to index the elements of
84 * a tree in document order; Libxslt does such an indexing, thus it will
92 * in a way, that it stop evaluation at the first node.
106 * number of step operation in the compiled expression. 1000000 is
126 * circumstances, one would first need to construct an in memory tree
147 * Returns -2 in case of error 1 if first point < second point, 0 if
165 * a couple of optimizations which will avoid computations in most cases
202 precedence1 = 3; /* element in prev-sibl axis *
9124 double le=0, in; local
9871 const xmlChar *in; local
9952 const xmlChar *in; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.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
129 * Current version of the package database. Set it to the latest version in
156 * There was a window of time in
389 * in yet.
391 * TODO: make this just a local variable that is passed in during package
553 // want to modify the existing PackageSetting for the built-in
570 // Reset flag in ApplicationInfo object
703 // This is an updated system app with versions in both system
709 // Just a change in the code path is not an issue, bu
5150 FileInputStream in; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.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.
50 // When we use them, in one case, they are all the same. In all others
94 // We process sixteen columns (transposed rows in second pass) at a time.
105 const int16_t *in = &input[column_start]; local
106 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2
230 int16_t *in = &intermediate[column_start]; local
    [all...]
vp9_dct32x32_sse2.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.
41 // When we use them, in one case, they are all the same. In all others
85 // We process eight columns (transposed rows in second pass) at a time.
96 const int16_t *in = &input[column_start]; local
97 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2
221 int16_t *in = &intermediate[column_start]; local
    [all...]

Completed in 2628 milliseconds

<<919293949596979899100>>