HomeSort by relevance Sort by last modified time
    Searched refs:wrap (Results 251 - 275 of 360) sorted by null

<<1112131415

  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 243 m_settings = EMMAProperties.wrap (new Properties ());
  /external/llvm/include/llvm-c/
Core.h 26 |* When included into a C++ source file, also declares 'wrap' and 'unwrap' *|
40 /* Need these includes to support the LLVM 'cast' template for the C++ 'wrap'
1180 inline LLVMContextRef *wrap(const LLVMContext **Tys) { function in namespace:llvm
1190 inline LLVMTypeRef *wrap(Type **Tys) { function in namespace:llvm
1210 inline LLVMValueRef *wrap(const Value **Vals) { function in namespace:llvm
    [all...]
  /external/markdown/
test-markdown.py 145 for y in textwrap.wrap(textwrap.dedent(x), 40):
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestObj.mm 587 RefPtr<WebCore::EventListener> nativeEventListener = WebCore::ObjCEventListener::wrap(listener);
594 RefPtr<WebCore::EventListener> nativeEventListener = WebCore::ObjCEventListener::wrap(listener);
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 265 v8::Handle<v8::Object> result = V8Node::wrap(data.unwrap<Node>());
WebFrameImpl.cpp 653 WebFrame* WebFrameImpl::traverseNext(bool wrap) const
655 return fromFrame(frame()->tree()->traverseNextWithWrap(wrap));
658 WebFrame* WebFrameImpl::traversePrevious(bool wrap) const
660 return fromFrame(frame()->tree()->traversePreviousWithWrap(wrap));
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 237 gboolean wrap);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 221 CharBuffer charBuffer = CharBuffer.wrap(mText, 0, mPos);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
MockRilTest.java 137 msg.setData(ByteBuffer.wrap(data));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 272 ByteBuffer bb1 = ByteBuffer.wrap(bbuf);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 198 PaletteMode(String actionLabel, boolean wrap) {
200 mWrap = wrap;
463 boolean wrap = mPaletteMode.getWrap();
468 mAccordion = new AccordionControl(this, SWT.NONE, headers, fillVertical, wrap,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 1562 text-wrap: unrestricted;
1563 white-space: -moz-pre-wrap; /* Moz */
1564 white-space: -pre-wrap; /* Opera 4-6 */
1565 white-space: -o-pre-wrap; /* Opera 7 */
1566 white-space: pre-wrap; /* CSS3 */
1567 word-wrap: break-word; /* IE 5.5+ */
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 218 * {@link GLWrapper#wrap(GL)} method is called
219 * whenever a surface is created. A GLWrapper can be used to wrap
551 * An interface used to wrap a GL interface.
561 * GL wrap(GL gl) {
577 GL wrap(GL gl); method in interface:GLSurfaceView.GLWrapper
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 244 * {@link GLWrapper#wrap(GL)} method is called
245 * whenever a surface is created. A GLWrapper can be used to wrap
607 * An interface used to wrap a GL interface.
617 * GL wrap(GL gl) {
633 GL wrap(GL gl); method in interface:GLSurfaceView.GLWrapper
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 221 // The elements to wrap the target around
222 var wrap = jQuery( html, this[0].ownerDocument ).clone();
225 wrap.insertBefore( this[0] );
227 wrap.map(function(){
246 wrap: function( html ) {
883 var wrap =
911 div.innerHTML = wrap[1] + elem + wrap[2];
914 while ( wrap[0]-- )
926 wrap[1] == "<table>" && !hasBody
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 642 word-wrap: break-word;
651 white-space: pre-wrap;
710 white-space: pre-wrap;
932 white-space: pre-wrap;
933 word-wrap: break-word;
1181 white-space: pre-wrap;
1188 word-wrap: break-word;
1283 word-wrap: break-word;
1352 word-wrap: break-word;
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 174 CharBuffer cb = Charset.defaultCharset().decode(ByteBuffer.wrap(data, offset, byteCount));
379 CharBuffer cb = charset.decode(ByteBuffer.wrap(data, offset, byteCount));
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.h 193 template<class WrapperClass, class DOMClass> inline JSC::JSValue wrap(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMClass* domObject) function in namespace:WebCore
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 282 wrapper = V8Location::wrap(impl);
  /external/webkit/Source/WebCore/page/
DOMWindow.h 158 bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 293 ByteBuffer readBuffer = ByteBuffer.wrap(readArray);
  /libcore/luni/src/main/java/java/util/
BitSet.java 669 * Equivalent to {@code BitSet.valueOf(LongBuffer.wrap(longs))}, but likely to be faster.
695 * Equivalent to {@code BitSet.valueOf(ByteBuffer.wrap(bytes))}.
699 return BitSet.valueOf(ByteBuffer.wrap(bytes));
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 1280 public final byte[] wrap(Key key) throws IllegalBlockSizeException, method in class:Cipher
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
RecognitionView.java 179 final ShortBuffer buf = ByteBuffer.wrap(waveBuffer.toByteArray()).order(

Completed in 974 milliseconds

<<1112131415