HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1851 - 1875 of 2135) sorted by null

<<71727374757677787980>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.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
82 * battery life. All times are represented in microseconds except where indicated
93 // In-memory Parcel magic number, used to detect attempts to unmarshall bad data
99 // Maximum number of items we will record in the history.
102 // No, really, THIS is the maximum number of items we will record in the history.
107 // in to one common name.
164 // In order to do this, we must refresh each timer whenever the number of active timers
328 * in to power.
427 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and adde
7731 Parcel in = Parcel.obtain(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.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
212 * or below others in the same layer. */
237 * the thumbnail (or in other words as far as possible above the window
257 /** Amount of time (in milliseconds) to animate the fade-in-out transition for
262 /** Amount of time (in milliseconds) to delay before declaring a window freeze timeout. */
277 // Default input dispatching timeout in nanoseconds.
280 // Poll interval in milliseconds for watching boot animation finished.
283 // The name of the boot animation service in init.rc
10745 FileInputStream in = null; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.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...]

Completed in 813 milliseconds

<<71727374757677787980>>