HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 226 - 250 of 753) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.20.0/
org.eclipse.tycho.p2.tools.impl-0.20.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 321 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
331 You can provide the path to a local copy of the toolchain sources repository
332 as a first parameter. If you don't, the sources will be downloaded and
367 echo " --git-date=<date> Specify specific git date when download sources [none]"
368 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
414 # Location where we will download the toolchain sources
442 # A file that will contain details about all the sources used to generate
445 SOURCES_LIST=$WORK_DIR/SOURCES
457 # Empty the SOURCES file
1229 # $2: path to SOURCES fil
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 323 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
333 You can provide the path to a local copy of the toolchain sources repository
334 as a first parameter. If you don't, the sources will be downloaded and
369 echo " --git-date=<date> Specify specific git date when download sources [none]"
370 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
416 # Location where we will download the toolchain sources
444 # A file that will contain details about all the sources used to generate
447 SOURCES_LIST=$WORK_DIR/SOURCES
459 # Empty the SOURCES file
1231 # $2: path to SOURCES fil
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 197 RegisterSpecList sources = insn.getSources(); local
199 int sz = sources.size();
202 RegisterSpec source = sources.get(i);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 217 int sources = dev.getSources(); local
221 if (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD)
222 || ((sources & InputDevice.SOURCE_JOYSTICK)
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 198 RegisterSpecList sources = insn.getSources(); local
200 int sz = sources.size();
203 RegisterSpec source = sources.get(i);
  /build/core/
install_jni_libs_internal.mk 35 $(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/stlport/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libstlport_shared.so
38 $(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libc++_shared.so
  /external/boringssl/
rules.mk 36 MODULE_SRCDEPS += $(LOCAL_DIR)/crypto-sources.mk
37 include $(LOCAL_DIR)/crypto-sources.mk
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 390 glu::ProgramSources sources;
392 sources << m_gen.getSource();
393 sources << glu::ShaderSource(otherShader, getConstShaderSource(otherShader));
396 glu::ShaderProgram program(m_context.getRenderContext(), sources);
  /external/llvm/utils/buildit/
GNUmakefile 94 @echo + Installing sources +
  /external/mesa3d/scons/
gallium.py 59 def install_shared_library(env, sources, version = ()):
64 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX')
66 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX')
69 for source in sources:
  /external/mesa3d/src/gallium/drivers/radeon/
Makefile 5 include Makefile.sources
  /frameworks/base/opengl/java/android/opengl/
GLES31Ext.java 303 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
308 int[] sources,
321 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
325 java.nio.IntBuffer sources,
332 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
336 int[] sources,
345 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
349 java.nio.IntBuffer sources,
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 175 int sources = device.getSources(); local
179 if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD) {
183 if ((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) {
187 if ((sources & InputDevice.SOURCE_KEYBOARD) == InputDevice.SOURCE_KEYBOARD) {
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncService.java 85 Set<PhoneAccountHandle> sources = vvmSourceManager.getOmtpVvmSources(); local
86 for (PhoneAccountHandle source : sources) {
159 Set<PhoneAccountHandle> sources = vvmSourceManager.getOmtpVvmSources(); local
160 for (PhoneAccountHandle source : sources) {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 820 // temporarily disable packet sources to be swapped to prevent
1225 sp<AnotherPacketSource> sources[kNumSources]; local
1837 sp<AnotherPacketSource> sources[kNumSources]; local
    [all...]
  /cts/hostsidetests/security/
Android.mk 48 LOCAL_GENERATED_SOURCES := $(call local-generated-sources-dir)/android/cts/security/SELinuxNeverallowRulesTest.java
  /cts/tests/tests/os/jni/
Android.mk 68 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
  /developers/build/lib/
buildSrc.jar 
  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
  /external/mesa3d/src/gallium/drivers/i915/
Android.mk 27 include $(LOCAL_PATH)/Makefile.sources
  /external/mesa3d/src/gallium/drivers/nouveau/
Android.mk 27 include $(LOCAL_PATH)/Makefile.sources
  /external/mesa3d/src/gallium/drivers/nv30/
Android.mk 27 include $(LOCAL_PATH)/Makefile.sources
  /external/mesa3d/src/gallium/drivers/nv50/
Android.mk 27 include $(LOCAL_PATH)/Makefile.sources

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>