OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdArray
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp
134
jobjectArray
fdArray
;
144
fdArray
= env->NewObjectArray(count, class_FileDescriptor, NULL);
146
if (
fdArray
== NULL) {
158
env->SetObjectArrayElement(
fdArray
, i, fdObject);
165
env->SetObjectField(thisJ, field_inboundFileDescriptors,
fdArray
);
/external/fonttools/Lib/fontTools/
cffLib.py
279
self.parent.rawDict["
FDArray
"] = pos
367
def __init__(self, file=None, globalSubrs=None, private=None, fdSelect=None,
fdArray
=None):
373
if
fdArray
:
374
self.
fdArray
=
fdArray
379
elif hasattr(self, '
fdArray
') and self.
fdArray
is not None:
380
private = self.
fdArray
[self.fdSelect[index]].Private
499
def __init__(self, file, charset, globalSubrs, private, fdSelect,
fdArray
):
501
self.charStringsIndex = SubrsIndex(file, globalSubrs, private, fdSelect,
fdArray
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h
201
WSAPOLLFD
fdArray
[0];
204
typedef INT (WSAAPI *LPFN_WSAPOLL) (LPWSAPOLLFD
fdarray
, ULONG nfds, INT timeout);
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 4019 milliseconds