OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapper
(Results
201 - 225
of
1325
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/app/backup/
package.html
13
android.app.backup.BackupAgentHelper} class provides a
wrapper
around {@link
/frameworks/base/core/java/android/content/
MutableContextWrapper.java
33
* @param base The new base context for this
wrapper
.
/frameworks/base/opengl/java/android/opengl/
GLWrapperBase.java
27
* The abstract base class for a GL
wrapper
. Provides
/ndk/build/platforms/android-5/arch-x86/usr/include/
cassert
31
* Standard C++ Library
wrapper
around the C assert.h header file. This file
cerrno
34
* Standard C++ Library
wrapper
around the C errno.h header file.
cfloat
34
* Standard C++ Library
wrapper
around the C float.h header file.
climits
34
* Standard C++ Library
wrapper
around the C limits.h header file.
csetjmp
34
* Standard C++ Library
wrapper
around the C setjmp.h header file.
csignal
34
* Standard C++ Library
wrapper
around the C signal.h header file.
cstdint
34
* Standard C++ Library
wrapper
around the C stdint.h header file.
/ndk/build/platforms/android-8/arch-x86/usr/include/
cassert
31
* Standard C++ Library
wrapper
around the C assert.h header file. This file
cerrno
34
* Standard C++ Library
wrapper
around the C errno.h header file.
cfloat
34
* Standard C++ Library
wrapper
around the C float.h header file.
climits
34
* Standard C++ Library
wrapper
around the C limits.h header file.
csetjmp
34
* Standard C++ Library
wrapper
around the C setjmp.h header file.
csignal
34
* Standard C++ Library
wrapper
around the C signal.h header file.
cstdint
34
* Standard C++ Library
wrapper
around the C stdint.h header file.
/packages/apps/Email/src/com/android/exchange/
PartRequest.java
23
* PartRequest is the EAS
wrapper
for attachment loading requests. In addition to information about
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IntArrayWrapper.java
23
*
Wrapper
around a int[] to provide hashCode/equals support.
/external/webkit/WebKit/win/
AccessibleBase.cpp
131
*parent =
wrapper
(parentObject);
166
*ppChild = static_cast<IDispatch*>(
wrapper
(childObj));
184
if (*name = BString(
wrapper
(childObj)->name()).release())
202
if (*value = BString(
wrapper
(childObj)->value()).release())
247
pvRole->lVal =
wrapper
(childObj)->role();
462
V_DISPATCH(pvFocusedChild) =
wrapper
(focusedObj);
561
V_DISPATCH(pvNavigatedTo) =
wrapper
(childObj);
592
V_DISPATCH(pvChildAtPoint) = static_cast<IDispatch*>(
wrapper
(childObj));
714
AccessibleBase* AccessibleBase::
wrapper
(AccessibilityObject* obj)
function in class:AccessibleBase
716
AccessibleBase* result = static_cast<AccessibleBase*>(obj->
wrapper
());
[
all
...]
/hardware/ti/wlan/wl1271/TWD/MacServices/
MacServices.c
250
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_SetPsMode function
282
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_ReservePS function
307
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_ReleasePS function
331
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_getPsStatus function
349
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_SetRateModulation function
/system/wlan/ti/wilink_6_1/TWD/MacServices/
MacServices.c
250
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_SetPsMode function
282
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_ReservePS function
307
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_ReleasePS function
331
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_getPsStatus function
349
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_SetRateModulation function
/external/bluetooth/glib/glib/
gstdio.c
60
* A
wrapper
for the POSIX access() function. This function is used to
115
* A
wrapper
for the POSIX chmod() function. The chmod() function is
162
* A
wrapper
for the POSIX open() function. The open() function is
219
* A
wrapper
for the POSIX creat() function. The creat() function is
276
* A
wrapper
for the POSIX rename() function. The rename() function
348
* A
wrapper
for the POSIX mkdir() function. The mkdir() function
390
* A
wrapper
for the POSIX chdir() function. The function changes the
431
* A
wrapper
for the POSIX stat() function. The stat() function
485
* A
wrapper
for the POSIX lstat() function. The lstat() function is
514
* A
wrapper
for the POSIX unlink() function. The unlink() function
[
all
...]
/external/clearsilver/python/
neo_cgi.c
462
static WRAPPER_DATA
Wrapper
= {NULL, NULL, NULL};
476
if (
Wrapper
.p_stdin != NULL)
478
Py_DECREF (
Wrapper
.p_stdin);
480
Wrapper
.p_stdin = p_stdin;
481
Py_INCREF (
Wrapper
.p_stdin);
485
if (
Wrapper
.p_stdout != NULL)
487
Py_DECREF (
Wrapper
.p_stdout);
489
Wrapper
.p_stdout = p_stdout;
490
Py_INCREF (
Wrapper
.p_stdout);
494
if (
Wrapper
.p_env != NULL
[
all
...]
/external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm
455
AXUIElementRef axElement = [[WebCoreViewFactory sharedFactory] AXUIElementForElement:object->
wrapper
()];
[
all
...]
Completed in 83 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>