OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descriptors
(Results
101 - 125
of
1862
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Message.java
46
* reflection -- i.e., getting
descriptors
for the message type and accessing
142
Descriptors
.Descriptor getDescriptorForType();
149
Builder newBuilderForField(
Descriptors
.FieldDescriptor field);
167
Builder getFieldBuilder(
Descriptors
.FieldDescriptor field);
172
* {@link Message#getField(
Descriptors
.FieldDescriptor)} would return.
174
Builder setField(
Descriptors
.FieldDescriptor field, Object value);
180
Builder clearField(
Descriptors
.FieldDescriptor field);
185
* {@link Message#getRepeatedField(
Descriptors
.FieldDescriptor,int)} would
190
Builder setRepeatedField(
Descriptors
.FieldDescriptor field,
198
Builder addRepeatedField(
Descriptors
.FieldDescriptor field, Object value)
[
all
...]
ProtocolMessageEnum.java
33
import com.google.protobuf.
Descriptors
.EnumDescriptor;
34
import com.google.protobuf.
Descriptors
.EnumValueDescriptor;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CanvasReplayStateView.js
194
this._collectResourceFromResourceStateDescriptors(resourceState.
descriptors
, collectedResources);
199
* @param {!Array.<!CanvasAgent.ResourceStateDescriptor>|undefined}
descriptors
202
_collectResourceFromResourceStateDescriptors: function(
descriptors
, output)
204
if (!
descriptors
)
206
for (var i = 0, n =
descriptors
.length; i < n; ++i) {
207
var descriptor =
descriptors
[i];
352
* @param {!Array.<!CanvasAgent.ResourceStateDescriptor>|undefined}
descriptors
357
function appendResourceStateDescriptors(
descriptors
, parent, nameToOldChildren)
359
descriptors
=
descriptors
|| [];
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java
15
import com.vladium.util.
Descriptors
;
55
for (Iterator /* ClassDescriptor */
descriptors
= m_mdata.iterator ();
descriptors
.hasNext (); )
57
final ClassDescriptor cls = (ClassDescriptor)
descriptors
.next ();
63
final String packageName = packageVMName.length () == 0 ? "default package" :
Descriptors
.vmNameToJavaName (packageVMName);
76
final String fullSrcFileName =
Descriptors
.combineVMName (packageVMName, srcFileName);
96
new Object [] {
Descriptors
.vmNameToJavaName (cls.getClassVMName ()) });
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java
31
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.AttributeDescriptor;
32
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.ElementDescriptor;
33
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.XmlnsAttributeDescriptor;
35
import com.android.ide.eclipse.adt.internal.editors.layout.
descriptors
.LayoutDescriptors;
36
import com.android.ide.eclipse.adt.internal.editors.layout.
descriptors
.ViewElementDescriptor;
97
LayoutDescriptors
descriptors
= data.getLayoutDescriptors();
local
99
descriptors
.findDescriptorByClass(FQCN_FRAME_LAYOUT);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java
26
import static com.android.ide.eclipse.adt.internal.editors.
descriptors
.AttributeDescriptor.ATTRIBUTE_ICON_FILENAME;
32
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.AttributeDescriptor;
33
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.DocumentDescriptor;
34
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.ElementDescriptor;
35
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.IDescriptorProvider;
36
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.SeparatorAttributeDescriptor;
84
// a choice list from all the layout
descriptors
/external/qemu/memcheck/
memcheck_malloc_map.c
44
* adesc - Entry in the allocation
descriptors
map.
58
* adesc - Entry in the allocation
descriptors
map.
72
/* Compare routine for the allocation
descriptors
map.
77
* 0 -
Descriptors
are equal. Note that
descriptors
are considered to be
101
/* Inserts new (or replaces existing) entry into allocation
descriptors
map.
129
/* Finds an entry in the allocation
descriptors
map that matches the given
132
* map - Allocation
descriptors
map where to search for an entry.
136
* Address of an allocation
descriptors
map entry that matches the given
/external/e2fsprogs/tests/m_std/
expect.1
61
Primary superblock at 1, Group
descriptors
at 2-2
69
Backup superblock at 8193, Group
descriptors
at 8194-8194
83
Backup superblock at 24577, Group
descriptors
at 24578-24578
97
Backup superblock at 40961, Group
descriptors
at 40962-40962
111
Backup superblock at 57345, Group
descriptors
at 57346-57346
/external/libusb-compat/libusb/
usb.h
79
/* All standard
descriptors
have these 2 fields in common */
116
unsigned char *extra; /* Extra
descriptors
*/
144
unsigned char *extra; /* Extra
descriptors
*/
169
unsigned char *extra; /* Extra
descriptors
*/
294
/*
descriptors
.c */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java
17
package com.android.ide.eclipse.adt.internal.editors.
descriptors
;
53
* specialized internal attribute
descriptors
(e.g. hidden
descriptors
, XMLNS,
91
* Can be null for specialized internal attribute
descriptors
that do not correspond to
100
* This icon is generic, that is all attribute
descriptors
have the same icon
/system/core/include/utils/
Flattenable.h
78
* to a byte-buffer and an array of file
descriptors
.
88
// number of file
descriptors
to flatten
93
// file
descriptors
are written in the fds[] array but ownership is
101
// unflattened file
descriptors
are found in the fds[] array and
129
* to a byte-buffer. Because it doesn't handle file-
descriptors
,
/external/chromium_org/base/memory/
shared_memory_nacl.cc
70
// Untrusted code can't create
descriptors
or handles.
75
// Untrusted code can't create
descriptors
or handles.
146
// Untrusted code can't create
descriptors
or handles, which is needed to
/external/chromium_org/media/mp2t/
ts_section_pmt.cc
74
// TODO(damienv): check wether any of the
descriptors
could be useful.
99
// Read the ES info
descriptors
.
100
// TODO(damienv): check wether any of the
descriptors
could be useful.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h
80
/* Maximum number of file
descriptors
in `fd_set'. */
101
/* Check the first NFDS
descriptors
each in READFDS (if not NULL) for read
105
descriptors
, or -1 for errors.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h
80
/* Maximum number of file
descriptors
in `fd_set'. */
101
/* Check the first NFDS
descriptors
each in READFDS (if not NULL) for read
105
descriptors
, or -1 for errors.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h
80
/* Maximum number of file
descriptors
in `fd_set'. */
101
/* Check the first NFDS
descriptors
each in READFDS (if not NULL) for read
105
descriptors
, or -1 for errors.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewInfoPart.java
19
import com.android.ide.eclipse.adt.internal.editors.
descriptors
.ElementDescriptor;
21
import com.android.ide.eclipse.adt.internal.editors.manifest.
descriptors
.AndroidManifestDescriptors;
62
// The editor will be reloaded once we have the proper
descriptors
anyway.
/external/e2fsprogs/tests/m_uninit/
expect.1
61
Primary superblock at 1, Group
descriptors
at 2-2
69
Backup superblock at 8193, Group
descriptors
at 8194-8194
83
Backup superblock at 24577, Group
descriptors
at 24578-24578
97
Backup superblock at 40961, Group
descriptors
at 40962-40962
111
Backup superblock at 57345, Group
descriptors
at 57346-57346
125
Backup superblock at 73729, Group
descriptors
at 73730-73730
/external/bison/lib/
getdtablesize.c
58
/* We are looking for the number N such that the valid file
descriptors
74
number of file
descriptors
. This too allocates memory, but it is
/external/chromium_org/third_party/sqlite/src/test/
manydb.test
34
# First test how many file
descriptors
are available for use. To open a
35
# database for writing SQLite requires 3 file
descriptors
(the database, the
tkt4018.test
46
# connection to test.db 10000 times. If file-
descriptors
are not being
48
# file
descriptors
(1024 by default on linux).
/external/chromium_org/v8/test/mjsunit/regress/
regress-convert-enum.js
30
// Create a transition tree A (no
descriptors
) -> B (descriptor for a) -> C
51
// instance
descriptors
[a,b] with b being a field.
/external/e2fsprogs/e2fsck/
CHANGES
43
the superblock and the group
descriptors
.) (Doesn't update alternate
44
superblocks, group
descriptors
.)
/external/e2fsprogs/lib/ext2fs/
check_desc.c
2
* check_desc.c --- Check the group
descriptors
of an ext2 filesystem
30
* This routine sanity checks the group
descriptors
Completed in 1357 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>