HomeSort by relevance Sort by last modified time
    Searched full:created (Results 1276 - 1300 of 17761) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/skia/include/core/
SkPackBits.h 49 @param src Input data to unpack, previously created by Pack16.
58 @param src Input data to unpack, previously created by Pack8.
68 @param src Input data to unpack, previously created by Pack8.
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'
  /external/chromium_org/ui/base/cocoa/
menu_controller.h 18 // A controller for the cross-platform menu model. The menu that's created
42 // properties of the object and the menu will be created upon the first call to
50 // cannot be changed after it has been created.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
FillArrayDataInsn.java 27 * Instruction which fills a newly created array with a predefined list of
33 /** non-null: initial values to fill the newly created array */
81 * Return the type of the newly created array
  /external/e2fsprogs/tests/progs/
random_exercise.c 84 printf("Created temp directory %s, fd = %d\n",
90 printf("Created temp file %s, fd = %d, size=%d\n",
147 sprintf(data_buffer, "This is a test file created by the "
  /external/glide/library/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'
  /external/glide/library/tests/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'
  /external/glide/third_party/gif_decoder/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'
  /external/icu/icu4c/source/common/
ustrcase_locale.cpp 11 * created on: 2011may31
12 * created by: Markus W. Scherer
37 * (That's why UCaseMap was created.)
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectInputStream.java 24 * An input stream class which knows how to deserialize proxies created via {@link ProxyFactory} and
25 * serializedo via a {@link ProxyObjectOutputStream}. It must be used when deserialising proxies created
33 * create an input stream which can be used to deserialize an object graph which includes proxies created
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.h 45 * This function closes a LLCP socket previously created using phFriNfc_LlcpTransport_Socket.
64 * \param[in] pLlcpSocket A pointer to a LlcpSocket created.
97 * \param[in] pLlcpSocket A pointer to a LlcpSocket created.
  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 49 // all the new register that have been created when restoring a register
51 // the live interval for the newly created register. However, once this
52 // live intervals is created, it doesn't change and since we usually reuse
  /external/llvm/test/Object/
archive-toc.test 1 Test reading an archive created by gnu ar
19 Test reading an archive created on Solaris by /usr/ccs/bin/ar
22 Test reading an archive created on Solaris by /usr/xpg4/bin/ar
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 32 * The basic idea is that the states are created via the
36 * mechanism where it stores the created states. When the pipeline needs an
42 * created.
  /external/skia/include/core/
SkPackBits.h 49 @param src Input data to unpack, previously created by Pack16.
58 @param src Input data to unpack, previously created by Pack8.
68 @param src Input data to unpack, previously created by Pack8.
  /external/skia/include/utils/
SkWGL.h 110 * (including non-MSAA) will be created. If preferCoreProfile is true but a core profile cannot be
111 * created then a compatible profile context will be created.
  /external/skia/platform_tools/android/examples/hello_skia_app/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'
  /external/smack/src/org/jivesoftware/smackx/workgroup/
WorkgroupInvitation.java 46 * was created
60 * was created
83 * was created.
  /external/valgrind/main/
AUTHORS 3 Valgrind, created the dynamic translation frameworks, wrote Memcheck,
24 created a set of ppc-linux derivatives of the 2.X release line.
44 Donna Robinson created and maintains the very excellent
  /external/webrtc/src/common_audio/vad/include/
webrtc_vad.h 63 * - vad_inst : Pointer to the instance that should be created
76 * - vad_inst : Pointer to VAD instance that should be created
79 * - vad_inst : Pointer to created VAD instance
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 29 // - handle : Instance that should be created.
46 // - handle : Created instance.
53 // Initializes the delay estimation instance created with
  /frameworks/base/core/java/android/net/
SSLSessionCache.java 46 * be used on all socket factories created by this context (including factories
47 * created before this call).
83 * @param dir to store session files in (created if necessary)
  /frameworks/base/core/java/android/transition/
TransitionPropagation.java 22 * Extend <code>TransitionPropagation</code> to customize start delays for Animators created
38 * @param transition The transition that created the Animator
41 * @return A start delay to use with the Animator created by <code>transition</code>. The
  /frameworks/volley/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
9 <!-- The ant.properties file can be created by you. It is only edited by the
40 <!-- The project.properties file is created and updated by the 'android'

Completed in 752 milliseconds

<<51525354555657585960>>