OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linked
(Results
126 - 150
of
3718
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/native/
AsynchronousCloseMonitor.cpp
27
* We use an intrusive doubly-
linked
list to keep track of blocked threads.
86
// Insert ourselves at the head of the intrusive doubly-
linked
list...
97
// Unlink ourselves from the intrusive doubly-
linked
list...
/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/
dynamic-loading.html
14
<li><a class="reference internal" href="#building-a-dynamically-
linked
-application" id="id5">Building a dynamically
linked
application</a></li>
15
<li><a class="reference internal" href="#generating-a-native-client-manifest-file-for-a-dynamically-
linked
-application" id="id6">Generating a Native Client manifest file for a dynamically
linked
application</a></li>
16
<li><a class="reference internal" href="#deploying-a-dynamically-
linked
-application" id="id7">Deploying a dynamically
linked
application</a></li>
29
<p>This document describes how to create and deploy dynamically
linked
and loaded
100
common dynamically
linked
libraries such as libc.so between applications.
121
licensing restrictions, libstdc++ must be statically
linked
for commercial
122
uses, even if the rest of an application is dynamically
linked
.</li
[
all
...]
/external/chromium_org/ui/gfx/
font_fallback_win.cc
62
// Queries the registry to get a list of
linked
fonts for |font|.
107
// Returns the
linked
fonts list correspond to |font|. Returned value will
120
// Map from font names to vectors of
linked
fonts.
215
// First time through, get the
linked
fonts list.
233
// If there are no
linked
fonts for the original font, try querying the
235
// font that has no
linked
fonts in the registry.
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.h
16
// since, once compiled and
linked
, the programs can be shared. Callers invoke
66
// Cached values for previously-compiled/
linked
shader programs, and the
/external/chromium_org/gpu/command_buffer/service/
program_cache.h
23
// Program cache base class for caching
linked
gpu programs
50
// Loads the
linked
program from the cache. If the program is not found or
/external/chromium_org/sdch/open-vcdiff/
README
33
When using the encoder, the C++ application must be
linked
with the library
34
options -lvcdcom and -lvcdenc; when using the decoder, it must be
linked
with
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLProgram.h
52
// This is to be called everytime after the program is successfully
linked
.
54
// will never be
linked
so many times.
/external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/
css_test_page.html
57
<!-- Style is in
linked
file -->
62
<!-- Style is in a file imported in the
linked
file -->
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_optimization.h
40
bool do_common_optimization(exec_list *ir, bool
linked
,
79
bool optimize_split_arrays(exec_list *instructions, bool
linked
);
/external/chromium_org/third_party/webrtc/base/
linked_ptr.h
12
* linked_ptr - simple reference
linked
pointer
13
* (like reference counting, just using a
linked
list of the references
/external/libpcap/
pcap-config.1
69
dynamically-
linked
version of libpcap; the
72
statically-
linked
version of libpcap.
/external/llvm/test/MC/COFF/
weak.s
46
// CHECK-NEXT:
Linked
: .weak._test_weak.default
71
// CHECK-NEXT:
Linked
: _main
/external/mesa3d/src/glsl/
ir_optimization.h
40
bool do_common_optimization(exec_list *ir, bool
linked
,
79
bool optimize_split_arrays(exec_list *instructions, bool
linked
);
/external/oprofile/libdb/
db_insert.c
78
*
linked
at the start of the node list for
83
* last, so again it'll be
linked
at start of
/external/wpa_supplicant_8/hostapd/
eap_register.c
17
* eap_server_register_methods - Register statically
linked
EAP server methods
21
* methods that were
linked
in statically.
/external/wpa_supplicant_8/src/utils/
list.h
2
* Doubly-
linked
list
13
* struct dl_list - Doubly-
linked
list
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
UserUtils.java
48
* @return the user ID of the corp user that is
linked
to the current user, if any.
83
// Check if it's
linked
to the current user.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ifaddrs.h
28
/* The `getifaddrs' function generates a
linked
list of these structures.
61
/* Create a
linked
list of `struct ifaddrs' structures, one for each
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ifaddrs.h
28
/* The `getifaddrs' function generates a
linked
list of these structures.
61
/* Create a
linked
list of `struct ifaddrs' structures, one for each
/art/runtime/arch/
memcmp16.cc
19
// This
linked
against by assembly stubs, only.
/development/host/windows/usb/adb_winapi_test/
SOURCES
24
# Use statically
linked
atl libraries:
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/
AndroidManifest.xml
63
<!-- Note the use of android:enabled that is
linked
to a bool. This will mean this receiver
77
<!-- Note the use of android:enabled that is
linked
to a bool. This will mean this receiver
90
<!-- Note the use of android:enabled that is
linked
to a bool. This will mean this receiver
105
<!-- Note the use of android:enabled that is
linked
to a bool. This will mean this receiver
/device/sample/apps/client/
AndroidManifest.xml
25
application, so that it can be properly loaded and
linked
/external/checkpolicy/
queue.h
7
* A double-ended queue is a singly
linked
list of
/external/chromium-trace/trace-viewer/third_party/python_gflags/
README.chromium
15
linked
with a C++ app that uses google-gflags.
Completed in 631 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>