HomeSort by relevance Sort by last modified time
    Searched refs:linked (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /ndk/tests/device/multi-static-instances/jni/
Application.mk 4 # that are linked to different STL runtimes.
  /bionic/libc/arch-mips/bionic/
crtbegin.S 35 # any executable that is statically-linked with Bionic
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_dynamic.S 35 # any executable that is dynamically-linked with Bionic
crtbegin_static.S 35 # any executable that is statically-linked with Bionic
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ProgramBinding.cpp 108 int linked = 0; local
109 GLC(m_context, m_context->getProgramiv(programObject, GraphicsContext3D::LINK_STATUS, &linked));
110 if (!linked) {
  /frameworks/base/cmds/app_process/
Android.mk 19 # Build a variant of app_process binary linked with ASan runtime.
  /external/icu4c/samples/ufortune/
fortunedefs.mk 6 # dll - will create a dynamically linked library
24 # Don't call udata_setAppData unless we are linked with the data
  /system/media/audio_route/
audio_route.c 41 /* If linked is true, only the first element in each array is valid */
51 /* If linked is true, only the first element in each array is valid */
52 bool linked; member in struct:mixer_setting
93 ALOGE(" id=%d: ctl=%s linked=%c", i,
95 path->setting[i].linked ? 'y' : 'n');
223 path->setting[path_index].linked = setting->linked;
224 if (setting->linked) {
261 path->setting[path_index].linked = true;
266 /* Linked, so only set the first value *
481 bool linked; local
    [all...]
  /hardware/libhardware_legacy/
Android.mk 47 # legacy_audio builds it's own set of libraries that aren't linked into
  /external/openssl/crypto/des/times/
usparc.cc 7 routines are being linked from a library. I'll record the higher
  /bootable/recovery/updater/
Android.mk 10 # Build a statically-linked binary to include in OTA packages
44 # These libs are also linked in with updater, but we don't try to call
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 149 int[] linked = new int[1]; local
172 GLES20.glGetProgramiv(programObject, GLES20.GL_LINK_STATUS, linked, 0);
174 if (linked[0] == 0)
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 76 GLint linked = GL_FALSE; local
95 glGetProgramiv(program, GL_LINK_STATUS, &linked);
96 if (!linked) {
  /external/blktrace/btt/
devs.c 170 iop->linked = dip_rb_ins(dip, iop);
178 if (iop->linked) {
180 iop->linked = 0;
inlines.h 164 if (iop->linked) {
169 return iop->linked;
174 if (iop->linked)
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 195 GLint linked; local
210 glGetProgramiv(programObject, GL_LINK_STATUS, &linked);
211 if(!linked)
  /dalvik/dexopt/
Android.mk 17 # so it must be linked against the full VM shared library.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement02.js 78 The charset attribute indicates the character encoding of the linked
HTMLAnchorElement04.js 78 The href attribute contains the URL of the linked resource.
HTMLAnchorElement05.js 78 The hreflang attribute contains the language code of the linked resource.
HTMLAreaElement04.js 78 The href attribute specifies the URI of the linked resource.
HTMLDocument02.js 78 The referrer attribute returns the URI of the page that linked to this
HTMLLinkElement02.js 78 The charset attribute indicates the character encoding of the linked
HTMLLinkElement03.js 78 The href attribute specifies the URI of the linked resource.
HTMLLinkElement04.js 78 The hreflang attribute specifies the language code of the linked resource.

Completed in 557 milliseconds

1 2 3 4