OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapper
(Results
276 - 300
of
1325
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/build/platforms/android-5/arch-x86/usr/include/
ctime
34
* Standard C++ Library
wrapper
around the C time.h header file.
/ndk/build/platforms/android-8/arch-x86/usr/include/
cctype
34
* Standard C++ Library
wrapper
around the C ctype.h header file.
cmath
34
* Standard C++ Library
wrapper
around the C time.h header file.
cstddef
34
* Standard C++ Library
wrapper
around the C stddef.h header file.
cstring
34
* Standard C++ Library
wrapper
around the C string.h header file.
ctime
34
* Standard C++ Library
wrapper
around the C time.h header file.
/packages/apps/Browser/res/layout/
tab.xml
28
<!--
Wrapper
layout for the WebView, which must be in a FrameLayout. -->
/packages/apps/Mms/src/com/android/mms/model/
MediaModel.java
97
String src, DrmWrapper
wrapper
) throws IOException {
102
mDrmObjectWrapper =
wrapper
;
103
mUri = DrmUtils.insert(context,
wrapper
);
104
mSize =
wrapper
.getOriginalData().length;
/packages/apps/Phone/tests/
AndroidManifest.xml
28
runtest is a
wrapper
around 'adb shell'. The low level shell command is:
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/
ToolItemAction.java
26
*
Wrapper
around {@link ToolItem} to implement {@link ICommonAction}
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
AESWrapEngine.java
7
import org.bouncycastle.crypto.
Wrapper
;
12
* an implementation of the AES Key
Wrapper
from the NIST Key Wrap
18
implements
Wrapper
/external/icu4c/common/
rbbidata.h
20
* that are created by applications. The
wrapper
class
24
*
wrapper
does not attempt to provide any higher level
140
/* The reference counting
wrapper
class */
/external/webkit/WebCore/bindings/objc/
DOMInternal.mm
59
void addDOMWrapper(NSObject*
wrapper
, DOMObjectInternal* impl)
63
NSMapInsert(DOMWrapperCache, impl,
wrapper
);
104
// Extract the WebCore::Node from the ObjectiveC
wrapper
.
/external/webkit/WebCore/plugins/qt/
PluginContainerQt.cpp
90
// Only create a QWidget
wrapper
for the plugin in the case it isn't in the
94
// will already be in the window mapper, and thus creating a
wrapper
, stops
95
// them from getting events from Qt, as they are redirected to the
wrapper
.
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
srcApi.h
93
/* Event Handler
wrapper
*/
105
/* Memory manager
wrapper
*/
122
/* HAL
wrapper
*/
/external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java
310
RequestWrapper
wrapper
= roureq.getRequest();
local
361
// Reset headers on the request
wrapper
362
wrapper
.resetHeaders();
365
rewriteRequestURI(
wrapper
, route);
368
target = (HttpHost)
wrapper
.getParams().getParameter(
390
requestExec.preProcess(
wrapper
, httpProcessor, context);
393
wrapper
);
400
wrapper
.incrementExecCount();
401
if (
wrapper
.getExecCount() > 1 && !
wrapper
.isRepeatable())
904
RequestWrapper
wrapper
= new RequestWrapper(redirect);
local
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html
176
in the connection
wrapper
. The manager will not keep a hard reference
177
to the connection
wrapper
either, since that
wrapper
is effectively
179
If the application drops it's reference to the connection
wrapper
,
180
that
wrapper
will be garbage collected, and with it the pool entry.
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLIb.xcodeproj/
project.pbxproj
38
9A56ACD30F72B7D600D115A7 /* easwt_vst_lib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; path = easwt_vst_lib.xcodeproj; sourceTree = "<group>"; };
42
C5AB01790E340DD60051F183 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType =
wrapper
.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
43
C5AB018B0E340EAA0051F183 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType =
wrapper
.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; };
44
C5AB01900E340EC50051F183 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType =
wrapper
.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
45
C5AB02F50E341AAC0051F183 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType =
wrapper
.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
MacServices.c
243
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_SetPsMode function
271
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_ReservePS function
295
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_ReleasePS function
318
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_getPsStatus function
336
DESCRIPTION: This function is a
wrapper
for the power server's powerSrv_SetRateModulation function
/external/v8/src/
handles.cc
403
// associated with the
wrapper
and get rid of both the
wrapper
and the
412
JSValue*
wrapper
= JSValue::cast(*cache);
local
413
Proxy* proxy = Script::cast(
wrapper
->value())->
wrapper
();
422
if (script->
wrapper
()->proxy() != NULL) {
423
// Return the script
wrapper
directly from the cache.
425
reinterpret_cast<JSValue**>(script->
wrapper
()->proxy()));
428
// Construct a new script
wrapper
.
435
// Create a new weak global handle and use it to cache the
wrapper
[
all
...]
/dalvik/libcore/nio/src/main/java/java/nio/channels/
Channels.java
232
*
Wrapper
class used for newInputStream(ReadableByteChannel channel)
262
*
Wrapper
class used for newReader(ReadableByteChannel channel,
287
*
Wrapper
class used for newOutputStream(WritableByteChannel channel)
331
*
Wrapper
class used for newChannel(InputStream inputStream)
368
*
Wrapper
class used for newChannel(OutputStream outputStream)
405
*
Wrapper
class used for newReader(ReadableByteChannel channel,
472
*
Wrapper
class used for newWriter(WritableByteChannel channel,
/external/webkit/WebCore/bindings/v8/
V8NPObject.cpp
88
// Verify that our
wrapper
wasn't using a NPObject which has already been deleted.
171
// Verify that our
wrapper
wasn't using a NPObject which
240
// Verify that our
wrapper
wasn't using a NPObject which has already been deleted.
290
// Verify that our
wrapper
wasn't using a NPObject which
360
// FIXME: we should create a
Wrapper
type as a subclass of JSObject. It has two internal fields, field 0 is the wrapped
361
// pointer, and field 1 is the type. There should be an api function that returns unused type id. The same
Wrapper
type
380
// KJS retains the object as part of its
wrapper
(see Bindings::CInstance).
/external/webkit/WebCore/dom/
make_names.pl
336
# Mapped tag name uses a special
wrapper
to keep their prefix and namespaceURI while using the mapped localname.
800
##
Wrapper
Factory routines
806
# A tag reuses the default
wrapper
if its JSInterfaceName matches the default namespace Element.
817
# Avoid defining the same
wrapper
method twice.
833
static JSNode* create${JSInterfaceName}
Wrapper
(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
844
static JSNode* create${JSInterfaceName}
Wrapper
(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
854
static v8::Handle<v8::Value> create${JSInterfaceName}
Wrapper
($parameters{namespace}Element* element)
933
JSNode* createJS$parameters{namespace}
Wrapper
(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<$parameters{namespace}Element> element)
942
v8::Handle<v8::Value> createV8$parameters{namespace}
Wrapper
($parameters{namespace}Element* element, bool forceNewObject)
952
# Do not add the name to the map if it does not have a JS
wrapper
constructor or uses the default wrapper
[
all
...]
/external/skia/xcode/SampleCode/SampleCode.xcodeproj/
project.pbxproj
262
0008AED90DABF01300477EFB /* giflib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = giflib.xcodeproj; path = ../giflib.xcodeproj; sourceTree = SOURCE_ROOT; };
263
0013C78A0D94043200B41703 /* animator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = animator.xcodeproj; path = ../animator.xcodeproj; sourceTree = SOURCE_ROOT; };
266
0068600F0D8A1C8A00CD71AA /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType =
wrapper
.framework; name = OpenGL.framework; path = SDKs/MacOSX10.5.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = SYSTEM_DEVELOPER_DIR; };
267
006860280D8A1DFB00CD71AA /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType =
wrapper
.framework; name = AGL.framework; path = SDKs/MacOSX10.5.sdk/System/Library/Frameworks/AGL.framework; sourceTree = SYSTEM_DEVELOPER_DIR; };
271
009A74060DA11B1F00876C03 /* GL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = GL.xcodeproj; path = ../GL.xcodeproj; sourceTree = SOURCE_ROOT; };
321
00ED8C060D3E999300651393 /* corecg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = corecg.xcodeproj; path = ../corecg.xcodeproj; sourceTree = SOURCE_ROOT; };
322
00ED8C090D3E999300651393 /* expat.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = expat.xcodeproj; path = ../expat.xcodeproj; sourceTree = SOURCE_ROOT; };
323
00ED8C0C0D3E999300651393 /* freetype2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = freetype2.xcodeproj; path = ../freetype2.xcodeproj; sourceTree = SOURCE_ROOT; };
324
00ED8C120D3E999300651393 /* graphics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = graphics.xcodeproj; path = ../graphics.xcodeproj; sourceTree = SOURCE_ROOT; };
325
00ED8C150D3E999300651393 /* jpeg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "
wrapper
.pb-project"; name = jpeg.xcodeproj; path = ../jpeg.xcodeproj; sourceTree = SOURCE_ROOT; }
[
all
...]
/external/v8/samples/
process.cc
96
// Constructs the template that describes the JavaScript
wrapper
230
// Wrap the map object in a JavaScript
wrapper
251
// Wrap the C++ request object in a JavaScript
wrapper
303
// Create an empty map
wrapper
.
310
// Store the map pointer in the JavaScript
wrapper
.
321
// Utility function that extracts the C++ map pointer from a
wrapper
408
// Create an empty http request
wrapper
.
415
// Store the request pointer in the JavaScript
wrapper
.
428
*
wrapper
object.
439
// Extract the C++ request object from the JavaScript
wrapper
[
all
...]
Completed in 437 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>