HomeSort by relevance Sort by last modified time
    Searched full:linked (Results 151 - 175 of 3718) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/build/android/
cpufeatures.gypi 15 # link_settings to ensure it ends up being linked even if the main target
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_bind_uniform_location.txt 84 linked. If <name> was bound previously, its assigned binding is replaced
91 linked. In particular, it doesn't modify the bindings of active uniforms
92 variables in a program that has already been linked.
98 When a program is linked, any active uniforms without a binding specified
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 65 GLint linked = 0; local
66 glGetProgramiv(program, GL_LINK_STATUS, &linked);
67 if (linked == 0) {
72 EXPECT_EQ(1, linked) << "Error linking program: " << log;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
fifo_packet.h 24 // A FIFOPackiet is linked list of packets. Data is stored and returned
  /external/chromium_org/net/quic/
quic_sent_entropy_manager.h 48 // Linked hash map from sequence numbers to the sent entropy hash up to the
  /external/chromium_org/ppapi/
ppapi.gyp 17 # TODO(ajwong): For internal pepper plugins, which are statically linked
  /external/chromium_org/skia/
skia_system.gypi 21 # This actually causes the final binary to be linked against skia.
  /external/chromium_org/third_party/angle/extensions/
ANGLE_program_binary.txt 40 PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
ec_types.h 33 /* TODO(holmer): This array should be exchanged for a linked list */
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
usparc.cc 7 routines are being linked from a library. I'll record the higher
  /external/chromium_org/third_party/python_gflags/
README.chromium 15 linked with a C++ app that uses google-gflags.
  /external/chromium_org/third_party/skia/include/core/
SkTRegistry.h 15 /** Template class that registers itself (in the constructor) into a linked-list
  /external/chromium_org/third_party/tcmalloc/chromium/src/
span.h 49 void* objects; // Linked list of free objects
78 // Doubly linked list of spans.
84 // Remove 'span' from the linked list in which it resides, updating the
96 // Return the length of the linked list. O(n)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
span.h 49 void* objects; // Linked list of free objects
78 // Doubly linked list of spans.
84 // Remove 'span' from the linked list in which it resides, updating the
96 // Return the length of the linked list. O(n)
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 38 * This file defines four types of data structures: singly-linked lists,
39 * singly-linked tail queues, lists and tail queues.
41 * A singly-linked list is headed by a single forward pointer. The elements
42 * are singly linked for minimum space and pointer manipulation overhead at
46 * macro for this purpose for optimum efficiency. A singly-linked list may
47 * only be traversed in the forward direction. Singly-linked lists are ideal
51 * A singly-linked tail queue is headed by a pair of pointers, one to the
53 * singly linked for minimum space and pointer manipulation overhead at the
58 * A singly-linked tail queue may only be traversed in the forward direction.
59 * Singly-linked tail queues are ideal for applications with large dataset
    [all...]
  /external/chromium_org/third_party/webrtc/test/
test_suite.h 18 // any gtest based tests that are linked into your executable.
  /external/chromium_org/tools/gn/
target.h 98 // Linked dependencies.
102 // Non-linked dependencies.
201 // to be linked only with the end target (executable, shared library). Source
207 // These libs and dirs are inherited from statically linked deps and all
  /external/chromium_org/tools/gyp/test/mac/sourceless-module/
test.gyp 43 { # No sources, but depends on a static_library so must be linked.
  /external/clang/docs/
LeakSanitizer.rst 14 The LeakSanitizer runtime can also be linked in separately to get leak detection
  /external/e2fsprogs/lib/ss/
mk_cmds.1 40 A C source file is generated which should be compiled and linked
  /external/eigen/Eigen/
CholmodSupport 30 * In order to use this module, the cholmod headers must be accessible from the include paths, and your binary must be linked to the cholmod library and its dependencies.
PaStiXSupport 32 * In order to use this module, the PaSTiX headers must be accessible from the include paths, and your binary must be linked to the PaSTiX library and its dependencies.
UmfPackSupport 23 * In order to use this module, the umfpack headers must be accessible from the include paths, and your binary must be linked to the umfpack library and its dependencies.
  /external/guava/
README.maven 11 sources symbolically linked back to the main project.
  /external/iproute2/include/
xt-internal.h 56 /* Keeping track of external matches and targets: linked lists. */

Completed in 796 milliseconds

1 2 3 4 5 67 8 91011>>