HomeSort by relevance Sort by last modified time
    Searched refs:linked (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/blktrace/btt/
globals.h 163 int linked; member in struct:io
  /external/chromium_org/tools/grit/grit/tool/
build.py 94 control which resources get linked into a binary, e.g. it affects .rc files
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 687 GrGLint linked = GR_GL_INIT_ZERO; local
688 GL_CALL(GetProgramiv(fOutput.fProgramID, GR_GL_LINK_STATUS, &linked));
689 if (!linked) {
772 // Attach the shader, but defer deletion until after we have linked the program.
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 687 GrGLint linked = GR_GL_INIT_ZERO; local
688 GL_CALL(GetProgramiv(fOutput.fProgramID, GR_GL_LINK_STATUS, &linked));
689 if (!linked) {
772 // Attach the shader, but defer deletion until after we have linked the program.
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 263 // Make sure we haven't compiled and linked already
361 GLint linked = 0; local
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
363 if (linked != GL_TRUE) {
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 253 * @param {TaskControlBlock} link the preceding block in the linked block list
508 * Besides carrying data, packets form linked lists and are hence used both as
510 * @param {Packet} link the tail of the linked list of packets
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 248 * @param {TaskControlBlock} link the preceding block in the linked block list
503 * Besides carrying data, packets form linked lists and are hence used both as
505 * @param {Packet} link the tail of the linked list of packets
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 248 * @param {TaskControlBlock} link the preceding block in the linked block list
503 * Besides carrying data, packets form linked lists and are hence used both as
505 * @param {Packet} link the tail of the linked list of packets
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 248 * @param {TaskControlBlock} link the preceding block in the linked block list
503 * Besides carrying data, packets form linked lists and are hence used both as
505 * @param {Packet} link the tail of the linked list of packets
  /external/chromium_org/v8/benchmarks/
richards.js 253 * @param {TaskControlBlock} link the preceding block in the linked block list
508 * Besides carrying data, packets form linked lists and are hence used both as
510 * @param {Packet} link the tail of the linked list of packets
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java 358 // above RSSI/scorer based selection of linked configuration (+/- 50)
371 // above RSSI/scorer based selection of linked configuration (+/- 50)
511 // Remove the selected's linked configuration from the
746 boolean linked = false;
753 linked = true;
776 // If the configurations are not linked, compare by user's choice, only a
778 if (!linked) {
    [all...]
WifiConfigStore.java     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
exif_parser.js 221 // GPS Directory may also be linked from the image directory.
230 // Thumbnail may be linked from the image directory.
  /external/chromium_org/third_party/sqlite/src/
configure.ac 276 AC_MSG_CHECKING([whether to support shared library linked as release mode or not])
  /external/libunwind/doc/
libunwind-ptrace.tex 65 the callback routines will be linked into the application, even if
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/chromium_org/v8/src/
liveedit-debugger.js 162 // Create an old script only if there are function that should be linked
229 // All functions get compiled linked to script provided as parameter script.
311 // linked to a script and breakpoints subsystem does not really
    [all...]
  /external/libunwind/aux/
ltmain.sh 1353 # that are linked more than once (e.g. -la -lb -la)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c 842 "%s(program %u not linked)", caller, shProg->Name);
    [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c 842 "%s(program %u not linked)", caller, shProg->Name);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 1350 bool linked = programObject->link(); local
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]

Completed in 936 milliseconds

1 23 4 5