/external/jarjar/lib/ |
apache-ant-1.9.4.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
ant.jar | |
/development/samples/training/AnimationsDemo/libs/ |
android-support-v13.jar | |
/development/samples/training/basic/FragmentBasics/libs/ |
android-support-v4.jar | |
/development/samples/training/location-aware/libs/ |
android-support-v4.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
org.apache.commons.logging_1.0.4.v201005080501.jar | |
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | |
org.apache.commons.httpclient_3.1.0.v201005080502.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/ |
httpcore-4.1.jar | |
/development/samples/training/NavigationDrawer/libs/ |
android-support-v4.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 167 ## Look in the named list of directories for makefiles, 326 # find the files in the subdirectory $1 of LOCAL_DIR 351 ## Find various file types in a list of directories relative to $(LOCAL_PATH) 363 # Use utility find to find given files in the given subdirs. 371 define find-files-in-subdir [all...] |
/external/chromium_org/third_party/libvpx/source/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. 44 // When we use them, in one case, they are all the same. In all others 88 // We process eight columns (transposed rows in second pass) at a time. 99 const int16_t *in = &input[column_start]; local 100 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2 224 int16_t *in = &intermediate[column_start]; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
xpath.c | 72 * xmlXPathOrderDocElems() was called in order to index the elements of 73 * a tree in document order; Libxslt does such an indexing, thus it will 81 * in a way, that it stop evaluation at the first node. 255 "?? Unknown error ??\n" /* Must be last in the list! */ 411 * TODO: Since such a list-handling is used in xmlschemas.c and libxslt 451 * Returns a xsltPointerList structure or NULL in case of an error. 574 int nbStep; /* Number of steps in this expression */ 577 int last; /* index of last step in expression */ 617 * Returns the newly allocated xmlXPathCompExprPtr or NULL in case of error 716 * Returns -1 in case of failure, the index otherwis 8994 double le=0, in; local 9739 const xmlChar *in; local 9820 const xmlChar *in; local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteInt.h | 4 ** The author disclaims copyright to this source code. In place of 25 ** code in all source files. 31 ** without this option, LFS is enable. But LFS does not exist in the kernel 32 ** in Red Hat 6.0, so the code won't work. Hence, for maximum binary 80 ** The number of samples of an index that SQLite takes in order to 99 ** So we have to define the macros in different ways depending on the 146 ** Exactly one of the following macros must be defined in order to 175 ** We need to define _XOPEN_SOURCE as follows in order to enable 202 ** option is set. Thus NDEBUG becomes an opt-in rather than an opt-out 210 ** The testcase() macro is used to aid in coverage testing. When 1926 } in; \/* Used when plan.wsFlags&WHERE_IN_ABLE *\/ member in union:WhereLevel::__anon20119 [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 105 * 3. Go to Edit -> Preferences -> SSL -> (Pre-)Master-Key log and fill in 106 * the file you put the lines in above. 107 * 4. Follow the stream that corresponds to the desired "Session-ID" in 559 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", 649 sslErrorStr = "Failure in SSL library, usually a protocol error"; 748 * <code>throwSSLExceptionStr</code> before returning, so in this case of 867 * Converts an OpenSSL BIGNUM to a Java byte[] array in two's complement. 989 * in the error stack 4445 const unsigned char* in = reinterpret_cast<const unsigned char*>(inBytes.get()); local [all...] |
/external/libvpx/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...] |
/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 151 * Returns -2 in case of error -1 if first point < second point, 0 if 332 "?? Unknown error ??\n" /* Must be last in the list! */ 488 * TODO: Since such a list-handling is used in xmlschemas.c and libxsl 9119 double le=0, in; local 9866 const xmlChar *in; local 9947 const xmlChar *in; local [all...] |
/development/samples/ControllerSample/libs/ |
android-support-v4.jar | |
/development/samples/training/ContactsList/libs/ |
android-support-v4.jar | |
/development/samples/training/EffectiveNavigation/libs/ |
android-support-v4.jar | |