HomeSort by relevance Sort by last modified time
    Searched full:shared (Results 351 - 375 of 7354) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/langdata/
.project 7 <project>icu4j-shared</project>
  /external/icu/icu4j/main/classes/regiondata/
.project 7 <project>icu4j-shared</project>
  /external/icu/icu4j/main/classes/translit/
.project 7 <project>icu4j-shared</project>
  /external/icu/icu4j/main/tests/localespi/
.project 11 <project>icu4j-shared</project>
  /external/iproute2/include/
dlfcn.h 2 * Stub dlfcn implementation for systems that lack shared library support
  /external/iptables/include/
ip6tables.h 9 /* Your shared library should call one of these. */
iptables.h 9 /* Your shared library should call one of these. */
  /external/libpng/contrib/pngminim/preader/
README 14 If you prefer to use the shared libraries, go to contrib/gregbook
  /external/libpng/
libpngpf.3 13 using shared libraries.
  /external/libxml2/result/
dav19 12 <D:lockscope>Shared</D:lockscope>
  /external/libxml2/result/noent/
dav19 12 <D:lockscope>Shared</D:lockscope>
  /external/libxml2/test/
dav19 12 <D:lockscope>Shared</D:lockscope>
  /external/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 26 // $ clang -shared obj1.o obj2.o -o <output>
dwarfdump-test3.cc 12 // $ gcc dwarfdump-test3.cc -g -I/tmp/include -Iinclude -fPIC -shared -o <output>
fission-ranges.cc 16 // $ gcc obj1.o obj2.o -shared -o <output>
  /external/llvm/test/tools/gold/
bad-alias.ll 5 ; RUN: -shared %t.o -o %t2.o 2>&1 | FileCheck %s
coff.ll 3 ; RUN: -shared %t.o -o %t2.o
drop-debug.ll 2 ; RUN: --plugin-opt=emit-llvm -shared %p/Inputs/drop-debug.bc \
linker-script.ll 5 ; RUN: -shared %t.o -o %t2.o \
  /external/llvm/tools/llvm-shlib/
CMakeLists.txt 1 # This tool creates a shared library from the LLVM libraries. Generating this
3 # commandline. By default the shared library only exports the LLVM C API.
6 # You can configure which libraries from LLVM you want to include in the shared
96 add_llvm_library(LLVM SHARED ${SOURCES})
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_winsys.h 65 * Open a shared surface (optional).
74 * Close a shared surface (optional).
81 * Compose into a shared surface (optional).
83 * Blit the color buffer into a shared surface.
  /external/mesa3d/src/glx/apple/
RELEASE_NOTES 49 o Shared Contexts
51 Due to basic low-level architectural differences the usage of shared
53 creation of a shared context. It's best if you specify the same
57 shared context without this restriction.
  /external/mesa3d/src/glx/tests/
Makefile.am 24 $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
  /external/okhttp/okio/okio/src/main/java/okio/
Segment.java 27 * <p>The underlying byte arrays of segments may be shared between buffers and byte strings. When a
28 * segment's byte array is shared the segment may not be recycled, nor may its byte data be changed.
31 * limits, prev, and next references are not shared.
46 boolean shared; field in class:Segment
60 this.shared = false;
65 shareFrom.shared = true;
73 this.shared = true;
126 int availableByteCount = SIZE - prev.limit + (prev.shared ? 0 : prev.pos);
138 if (sink.shared) throw new IllegalArgumentException();
  /external/skia/gyp/
iOSShell.gyp 40 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm',
41 '../experimental/iOSSampleApp/Shared/SkUIView.mm',
42 '../experimental/iOSSampleApp/Shared/skia_ios.mm',
75 '../experimental/iOSSampleApp/Shared',

Completed in 82 milliseconds

<<11121314151617181920>>