OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:named
(Results
1 - 25
of
1578
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clearsilver/man/man3/
hdf_get_obj.3
14
hdf_get_obj - return the HDF data set node at a
named
location
31
named
name, and then returns the pointer to that node
hdf_set_value.3
14
hdf_set_value - Set the value of a
named
node
27
name -> the
named
node to walk to
32
hdf_set_value will set the value of a
named
node. All
hdf_set_copy.3
33
hdf_set_copy first walks the hdf dataset to the
named
src
34
node, and then copies that value to the
named
dest node.
hdf_set_int_value.3
14
hdf_set_int_value - Set the value of a
named
node to a number
27
name -> the
named
node to walk to
hdf_get_child.3
14
hdf_get_child - return the first child of the
named
node
fCreate.3
30
Creates a file lock on
named
file <file>. The lock is
hdf_copy.3
33
src to the
named
node of dest. dest and src need not be
/external/icu4c/test/testdata/
ra.txt
11
* @note Comments for tag
named
ra
18
* e.g: The OS/400 job
named
SYSLOG
20
test1{"The {0} job
named
{1}"}
66
* comments for un-
named
string
68
* @note This resource is un-
named
string
72
* comments for un-
named
int
74
* @note This resource is un-
named
int
78
* comments for un-
named
binary
80
* @note This resource is for un-
named
binary
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
delete-removal-expected.txt
3
foo (after a
named
property setter set) is: bar
11
foo (after a
named
property setter set) is: bar
/external/iptables/extensions/
libipt_realm.man
6
can be a
named
realm from /etc/iproute2/rt_realms (mask can not be used in
/external/dnsmasq/contrib/Suse/
README.susefirewall
2
It fixes the depancy from the dns daemon name '
named
'
4
the dnsmasq
named
service.
6
The SuSE people think the name of the dns server will allways '
named
'
15
- test "$FW_SERVICE_DNS" = no -a '!' "$START_NAMED" = no && check_srv
named
&& {
17
echo -e 'Warning: detected activated
named
, enabling FW_SERVICE_DNS!
22
# Get ports/IP bindings of
NAMED
/SQUID
24
- $AWK -F: '/^
named
.* UDP / {print $2}'| $GREP -vw 53 | $SORT -un`
/frameworks/base/core/java/android/os/
SystemService.java
22
/** Request that the init daemon start a
named
service. */
27
/** Request that the init daemon stop a
named
service. */
/hardware/msm7k/
Android.mk
22
include $(call all-
named
-subdir-makefiles,$(msm7k_dirs))
25
include $(call all-
named
-subdir-makefiles,$(qsd8k_dirs))
/system/core/adb/
adb_client.h
6
/* connect to adb, connect to the
named
service, and return
13
/* connect to adb, connect to the
named
service, return 0 if
18
/* connect to adb, connect to the
named
service, return
/external/skia/include/views/
SkEvent.h
79
/** Return true if the event contains the
named
32bit field, and return the field
80
in value (if value is non-null). If there is no matching
named
field, return false
84
/** Return true if the event contains the
named
SkScalar field, and return the field
85
in value (if value is non-null). If there is no matching
named
field, return false
89
/** Return true if the event contains the
named
SkScalar field, and return the fields
91
If there is no matching
named
field, return false and ignore the value and count parameters.
94
/** Return the value of the
named
string field, or if no matching
named
field exists, return null.
97
/** Return true if the event contains the
named
pointer field, and return the field
98
in value (if value is non-null). If there is no matching
named
field, return fals
[
all
...]
/external/v8/test/mjsunit/
enumeration-order.js
44
// Validate the enumeration order for object up to 100
named
properties.
57
// Validate the enumeration order for object literals up to 100
named
62
//
named
properties in insertion order, followed by indexed properties
63
// of the prototype object in numerical order, followed by
named
98
'-23', '300000000000', 'f', 'g', '-4', //
named
from 'o'
100
'd', 'e', //
named
from 'proto1'
102
'a', 'b', 'c', '4294967296']; //
named
from 'proto2'
/external/webkit/WebCore/manual-tests/inspector/
hidden-evals.html
5
<tt>Function()</tt> constructor, some functions are
named
using the
9
<p>The functions
named
<tt>f_named_X</tt> are '
named
' via the
10
<code>//@sourceURL=</code> directive, the ones
named
<tt>f_unnamed_X</tt>
11
are not. The '
named
' functions should show up in the Scripts select element used
31
named
: "(program)". After pausing in both functions, there will be two "(program)"
/dalvik/libcore/luni/src/main/java/java/io/
EmulatedFieldsForDumping.java
59
* Find and set the byte value of a given field
named
<code>name</code> in
73
* Find and set the char value of a given field
named
<code>name</code> in
87
* Find and set the double value of a given field
named
<code>name</code>
101
* Find and set the float value of a given field
named
<code>name</code>
115
* Find and set the int value of a given field
named
<code>name</code> in
129
* Find and set the long value of a given field
named
<code>name</code> in
143
* Find and set the Object value of a given field
named
<code>name</code>
157
* Find and set the short value of a given field
named
<code>name</code>
171
* Find and set the boolean value of a given field
named
<code>name</code>
/device/htc/dream/
Android.mk
16
include $(call all-
named
-subdir-makefiles, recovery)
/device/htc/dream-sapphire/
Android.mk
16
include $(call all-
named
-subdir-makefiles, boot libsensors)
/device/htc/sapphire/
Android.mk
16
include $(call all-
named
-subdir-makefiles, recovery)
/external/webkit/LayoutTests/storage/domstorage/localstorage/
delete-removal-expected.txt
3
foo (after a
named
property settter set) is: bar
/frameworks/base/core/java/android/net/
NetworkUtils.java
28
/** Bring the
named
network interface up. */
31
/** Bring the
named
network interface down. */
34
/** Add a route to the specified host via the
named
interface. */
37
/** Add a default route for the
named
interface. */
40
/** Return the gateway address for the default route for the
named
interface. */
43
/** Remove host routes that uses the
named
interface. */
46
/** Remove the default route for the
named
interface. */
49
/** Reset any sockets that are connected via the
named
interface. */
54
* for the
named
interface, and then configure the interface with those
/prebuilt/windows/sdl/host/include/SDL/
SDL_getenv.h
20
/* Retrieve a variable
named
"name" from the environment */
/external/jpeg/
rdjpgcom.1
16
reads the
named
JPEG/JFIF file, or the standard input if no file is
named
,
Completed in 425 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>