HomeSort by relevance Sort by last modified time
    Searched full:wrapper (Results 376 - 400 of 1325) sorted by null

<<11121314151617181920>>

  /packages/apps/Phone/res/layout/
manage_conference_panel.xml 75 <!-- The scrollview wrapper for the list of callers on
122 </ScrollView> <!-- End of scrolling list wrapper for the linear layout -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 22 * The wrapper GC is only valid during the context of a paint operation.
25 * the GC wrapper.
INode.java 72 * by an editXml() call. This call creates both an undo context wrapper and an
73 * edit-XML wrapper.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DexWrapper.java 37 * Wrapper to access dex.jar through reflection.
38 * <p/>Since there is no proper api to call the method in the dex library, this wrapper is going
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
AdbWrapper.java 29 * A lightweight wrapper to start & stop ADB.
42 * Creates a new lightweight ADB wrapper.
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 272 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:data] autorelease];
277 [wrapper setPreferredFilename:suggestedFilenameWithMIMEType(url, MIMEType)];
278 return wrapper;
281 void Pasteboard::writeFileWrapperAsRTFDAttachment(NSFileWrapper* wrapper)
283 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper];
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 339 // Call custom code to create inspector backend wrapper in the utility context
341 // wrapper in the Page main frame context.
358 // Avoid setting the wrapper if allocation failed.
363 // Create a weak reference to the v8 wrapper of InspectorBackend to deref
364 // InspectorBackend when the wrapper is garbage collected.
DebuggerAgentManager.cpp 176 CallerIdWrapper* wrapper = static_cast<CallerIdWrapper*>(callerData); local
177 if (wrapper->callerIsMananager()) {
181 DebuggerAgentImpl* debuggerAgent = debuggerAgentForHostId(wrapper->callerId());
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 275 CharSequence s2 = new Wrapper(s1);
333 * CharSequence wrapper for testing the cases where text is copied into
336 private static class Wrapper implements CharSequence {
339 public Wrapper(CharSequence s) {
356 return new Wrapper(mString.subSequence(start, end));
  /development/ide/xcode/SampleCode/SampleCode.xcodeproj/
project.pbxproj 263 0008AED90DABF01300477EFB /* giflib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = giflib.xcodeproj; path = ../giflib.xcodeproj; sourceTree = SOURCE_ROOT; };
267 0013C78A0D94043200B41703 /* animator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = animator.xcodeproj; path = ../animator.xcodeproj; sourceTree = SOURCE_ROOT; };
285 0068600F0D8A1C8A00CD71AA /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = SDKs/MacOSX10.5.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; };
286 006860280D8A1DFB00CD71AA /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = SDKs/MacOSX10.5.sdk/System/Library/Frameworks/AGL.framework; sourceTree = DEVELOPER_DIR; };
288 009A74060DA11B1F00876C03 /* GL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GL.xcodeproj; path = ../GL.xcodeproj; sourceTree = SOURCE_ROOT; };
298 00ED8C060D3E999300651393 /* corecg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = corecg.xcodeproj; path = ../corecg.xcodeproj; sourceTree = SOURCE_ROOT; };
299 00ED8C090D3E999300651393 /* expat.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = expat.xcodeproj; path = ../expat.xcodeproj; sourceTree = SOURCE_ROOT; };
300 00ED8C0C0D3E999300651393 /* freetype2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = freetype2.xcodeproj; path = ../freetype2.xcodeproj; sourceTree = SOURCE_ROOT; };
301 00ED8C120D3E999300651393 /* graphics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = graphics.xcodeproj; path = ../graphics.xcodeproj; sourceTree = SOURCE_ROOT; };
302 00ED8C150D3E999300651393 /* jpeg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = jpeg.xcodeproj; path = ../jpeg.xcodeproj; sourceTree = SOURCE_ROOT; }
    [all...]
  /development/ide/xcode/animatorTest/animatorTest.xcodeproj/
project.pbxproj 310 1870340FFE93FCAF11CA0CD7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; };
311 20286C33FDCF999611CA2CEA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
313 4A9504C8FFE6A3BC11CA0CBA /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
314 4A9504CAFFE6A41611CA0CBA /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework (…)
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 582 void attach(IWallpaperEngineWrapper wrapper) {
583 if (DEBUG) Log.v(TAG, "attach: " + this + " wrapper=" + wrapper);
588 mIWallpaperEngine = wrapper;
589 mCaller = wrapper.mCaller;
590 mConnection = wrapper.mConnection;
591 mWindowToken = wrapper.mWindowToken;
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ProcessManager.java 226 IOException wrapper = new IOException("Error running exec()." local
230 wrapper.initCause(e);
231 throw wrapper;
  /external/apache-http/src/org/apache/commons/logging/
package.html 20 <p>Simple wrapper API around multiple logging APIs.</p>
151 class path, use the corresponding wrapper class
154 the corresponding wrapper class
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 216 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABELLED_BY, label->wrapper());
220 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABEL_FOR, control->wrapper());
248 return coreParent->wrapper();
260 return coreParent->wrapper();
280 AtkObject* child = coreChild->wrapper();
745 AtkObject* child = option->wrapper();
    [all...]
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 276 InlineBox* wrapper = toRenderBox(curr)->inlineBoxWrapper(); local
277 if (wrapper)
278 box = wrapper->root();
  /external/webkit/WebKit/mac/WebView/
WebDataSource.mm 182 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:[cachedResponse data]] autorelease];
183 [wrapper setPreferredFilename:[[cachedResponse response] suggestedFilename]];
184 return wrapper;
WebResource.mm 393 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:[self data]] autorelease];
397 [wrapper setPreferredFilename:filename];
398 return wrapper;
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm     [all...]
  /bionic/libstdc++/include/
cstdlib 34 * Standard C++ Library wrapper around the C stdlib.h header file.
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java 133 * Override parent to create DeviceTestSuite wrapper, instead of TestSuite
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 58 * Creates a new entity wrapper.
  /external/apache-http/src/org/apache/http/impl/client/
EntityEnclosingRequestWrapper.java 41 * A wrapper class for {@link HttpEntityEnclosingRequest}s that can
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPooledConnAdapter.java 41 * A connection wrapper and callback handler.
  /external/astl/tests/
test_iterator.cpp 114 // Check we can distinguish wrapper iterators.

Completed in 96 milliseconds

<<11121314151617181920>>