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

1 2 3 4 5 6 7 891011>>

  /system/media/mca/filterfw/java/android/filterfw/core/
Frame.java 113 setData(ByteBuffer.wrap(bytes, offset, length));
NativeFrame.java 99 // Wrap it around our data
166 return data == null ? null : ByteBuffer.wrap(data);
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 107 /* make the cookie items wrap correctly */
178 word-wrap: break-word;
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 90 IInputMethodSessionWrapper wrap = local
92 mCb.sessionCreated(wrap);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 838 byte[] arDES = c.wrap(cipherKeyDES);
839 byte[] ar = c.wrap(cipherKey);
960 assertNotNull(c.wrap(cipherKeyDES));
961 assertNotNull(c.wrap(cipherKey));
967 assertNotNull(c.wrap(cert.getPublicKey()));
972 assertNotNull(c.wrap(cert.getPublicKey()));
980 c.wrap(cipherKeyDES);
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 220 static Value * texcoordWrap(IRBuilder<> & builder, const unsigned wrap,
241 if (0 == wrap || 2 == wrap) // just the mantissa for wrap and mirrored
250 if (0 == wrap) // GL_REPEAT
251 { } else if (1 == wrap) { // GL_CLAMP_TO_EDGE
254 } else if (2 == wrap) { // GL_MIRRORER_REPEAT
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 88 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
597 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag
599 return [self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
604 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
606 PDFSelection *selection = [self _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
653 PDFSelection *nextMatch = [self _nextMatchFor:string direction:YES caseSensitive:!(options & WebFindOptionsCaseInsensitive) wrap:NO fromSelection:previousMatch startInSelection:NO];
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java     [all...]
FileChannelTest.java 234 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES);
334 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES);
350 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES);
467 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES);
    [all...]
SourceChannelTest.java 51 buffer = ByteBuffer.wrap("bytes".getBytes(ISO8859_1));
52 positionedBuffer = ByteBuffer.wrap("12345bytes".getBytes(ISO8859_1));
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.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/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 625 CharBuffer.wrap("MockFormatter_Head" + "\u6881\u884D\u8F69"))
643 CharBuffer.wrap("MockFormatter_Head" + "\u6881\u884D\u8F69"))
652 CharBuffer.wrap("MockFormatter_Head" + "\u6881\u884D\u8F69"
656 CharBuffer.wrap("MockFormatter_Head" + "\u6881\u884D\u8F69"))
658 byte[] b2 = encoder.encode(CharBuffer.wrap("\u6881\u884D\u8F69"))
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 148 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES);
704 ByteBuffer writeBuffer = ByteBuffer.wrap(TEST_BYTES);
764 ByteBuffer writeBuffer = ByteBuffer.wrap(CONTENT_AS_BYTES);
845 writeBuffers[0] = ByteBuffer.wrap(CONTENT_AS_BYTES);
846 writeBuffers[1] = ByteBuffer.wrap(CONTENT_AS_BYTES);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 582 boolean wrap;
589 wrap = empty[0] >= mContent.getCountX() - 1;
590 startY = wrap ? empty[1] + 1 : empty[1];
606 wrap = empty[0] == 0;
607 startY = wrap ? empty[1] - 1 : empty[1];
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1284 text-wrap: unrestricted;
1285 white-space: -moz-pre-wrap; /* Moz */
1286 white-space: -pre-wrap; /* Opera 4-6 */
1287 white-space: -o-pre-wrap; /* Opera 7 */
1288 white-space: pre-wrap; /* CSS3 */
1289 word-wrap: break-word; /* IE 5.5+ */
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DoubleBufferTest.java 199 DoubleBuffer dbuffer1 = DoubleBuffer.wrap(new double[] { Double.NaN });
200 DoubleBuffer dbuffer2 = DoubleBuffer.wrap(new double[] { Double.NaN });
201 DoubleBuffer dbuffer3 = DoubleBuffer.wrap(new double[] { 42d });
FloatBufferTest.java 189 FloatBuffer fbuffer1 = FloatBuffer.wrap(new float[] { Float.NaN });
190 FloatBuffer fbuffer2 = FloatBuffer.wrap(new float[] { Float.NaN });
191 FloatBuffer fbuffer3 = FloatBuffer.wrap(new float[] { 42f });
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 1141 text-wrap: unrestricted;
1142 white-space: -moz-pre-wrap; /* Moz */
1143 white-space: -pre-wrap; /* Opera 4-6 */
1144 white-space: -o-pre-wrap; /* Opera 7 */
1145 white-space: pre-wrap; /* CSS3 */
1146 word-wrap: break-word; /* IE 5.5+ */
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 53 ShortBuffer sb = ShortBuffer.wrap(shortArray);
60 IntBuffer ib = IntBuffer.wrap(intArray);
67 FloatBuffer fb = FloatBuffer.wrap(floatArray);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 117 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
213 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection
611 PDFSelection *selection = [m_wkPDFView.get() _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[m_pdfView currentSelection] startInSelection:NO];
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 496 D3DTEXTUREADDRESS ConvertTextureWrap(GLenum wrap)
500 switch (wrap)
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 164 public void setWrapAround(boolean wrap) {
165 mWrapAround = wrap;
  /external/clang/lib/Sema/
SemaType.cpp 3463 QualType wrap(Sema &S, const FunctionType *New) { function in struct:__anon4468::FunctionTypeUnwrapper
3472 QualType wrap(ASTContext &C, QualType Old, unsigned I) { function in struct:__anon4468::FunctionTypeUnwrapper
3486 QualType wrap(ASTContext &C, const Type *Old, unsigned I) { function in struct:__anon4468::FunctionTypeUnwrapper
    [all...]
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 235 ByteBuffer buffer = ByteBuffer.wrap(mAudioBuffer).order(ByteOrder.LITTLE_ENDIAN);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 356 public byte[] wrap(byte[] outgoing, int offset, int len) method in class:Sasl4Test.mySaslServerFactory.mySaslServer

Completed in 1985 milliseconds

1 2 3 4 5 6 7 891011>>