/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/ |
joda-time-1.1.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::__anon19417 [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 103 * 3. Go to Edit -> Preferences -> SSL -> (Pre-)Master-Key log and fill in 104 * the file you put the lines in above. 105 * 4. Follow the stream that corresponds to the desired "Session-ID" in 516 JNI_TRACE("OpenSSL error in %s error=%lx library=%x reason=%x (%s:%d): %s %s", 606 sslErrorStr = "Failure in SSL library, usually a protocol error"; 705 * <code>throwSSLExceptionStr</code> before returning, so in this case of 824 * Converts an OpenSSL BIGNUM to a Java byte[] array in two's complement. 945 * To avoid the round-trip to ASN.1 and back in X509_dup, we just up the reference count 4392 const unsigned char* in = reinterpret_cast<const unsigned char*>(inBytes.get()); local [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/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...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs-ant.jar | |
/external/robolectric/lib/main/ |
android-support-v4.jar | |
/frameworks/base/core/java/android/view/ |
View.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 134 * All of the views in a window are arranged in a single tree. You can add views 135 * either from code or by specifying a tree of views in one or more XML layout 146 * properties that are known at build time can be set in the XML layout 148 * <li><strong>Set focus:</strong> The framework will handled moving focus in 175 * not need to override all of these methods. In fact, you can start by just 189 * any attributes defined in the layout file. 286 * assigned in the layout XML files, and are used to find specific views withi [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...] |
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_mdp.h | 870 } in; member in struct:mdss_ad_input [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 118 MDP_Y_CBCR_H2V2, /* Y and CbCr, pseudo planer w/ Cb is in MSB */ 122 MDP_Y_CRCB_H2V2, /* Y and CrCb, pseudo planer w/ Cr is in MSB */ 125 MDP_Y_CRCB_H2V1, /* Y and CrCb, pseduo planer w/ Cr is in MSB */ 126 MDP_Y_CBCR_H2V1, /* Y and CrCb, pseduo planer w/ Cr is in MSB */ 137 MDP_Y_CRCB_H1V1, /* Y and CrCb, pseduo planer w/ Cr is in MSB */ 138 MDP_Y_CBCR_H1V1, /* Y and CbCr, pseduo planer w/ Cb is in MSB */ 145 MDP_RGBA_8888_TILE, /* RGBA 8888 in tile format */ 146 MDP_ARGB_8888_TILE, /* ARGB 8888 in tile format */ 147 MDP_ABGR_8888_TILE, /* ABGR 8888 in tile format */ 148 MDP_BGRA_8888_TILE, /* BGRA 8888 in tile format * 910 } in; member in struct:mdss_ad_input [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.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 306 * in the method clearCachedEvents()). 371 private static float MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT = 28.0F; // in pixels 421 private static float MIN_EVENT_HEIGHT = 24.0F; // in pixels 439 // sizing for "box +n" in allDay events 481 /** Height of 1 hour in pixels at the start of a scaling gesture */ 525 * Max of all day events in a given day in this view. 624 // Animates the height of events in the allday regio 4078 Animation in = mViewSwitcher.getInAnimation(); local [all...] |
/prebuilts/devtools/tools/lib/ |
kxml2-2.3.0.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar | |
/prebuilts/misc/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/kxml2-tools/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/ |
qdox-1.12.jar | |