HomeSort by relevance Sort by last modified time
    Searched full:with (Results 151 - 175 of 57109) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/safe-iop/
NOTICE 6 * purpose with or without fee is hereby granted, provided that the above
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  /external/stlport/stlport/stl/
_stlport_version.h 6 * This material is provided "as is", with absolutely no warranty expressed
13 * modified is included with the above copyright notice.
20 /* The last SGI STL release we merged with */
  /external/webkit/LayoutTests/http/tests/appcache/
remove-cache-expected.txt 4 Frame 2: Manifest loading results in 404 response, so the cache group becomes obsolete, and an obsolete event is dispatched (because the document in frame was associated with a cache in the group).
5 Frame 3: Manifest is still 404 - the document is never associated with a cache.
6 Frame 4: Manifest is now available, so the document gets associated with a cache in a newly created group; the obsolete cache group is not affected.
  /packages/apps/Email/docs/
TESTS 14 Check delete functionality on IMAP with no network connection.
18 Check save draft functionality on IMAP with no network connection.
22 Check sent functionality on IMAP with no network connection.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 21 * @return A source, or {@code null} if no source with the given name exists.
31 * After calling, clients must call {@link #close()} when done with this object.
49 * Unregister an observer that has previously been registered with
  /dalvik/libcore/archive/src/main/java/java/util/zip/
Checksum.java 3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
21 * Holds information about a checksum which was computed with the methods
40 * Updates the checksum with the given bytes.
52 * Updates the checksum value with the given byte.
55 * the byte to update the checksum with.
  /dalvik/libcore/luni/src/main/java/java/util/
MissingFormatArgumentException.java 2 * contributor license agreements. See the NOTICE file distributed with
5 * (the "License"); you may not use this file except in compliance with
23 * corresponding argument with the specified conversion or an argument index
34 * Constructs a new {@code MissingFormatArgumentException} with the
48 * Returns the conversion associated with the exception.
50 * @return the conversion associated with the exception.
  /external/stlport/doc/
README.cygwin 1 The cygwin platform is used to build STLport with different compilers.
18 It means that when you were linking with libstdc++ (-lstdc++) you only
19 have to replace it with STLport (-lstlport.5.2 for instance). However
30 with -mno-cygwin option:
41 ./configure --with-extra-cflags=-mno-cygwin --with-extra-cxxflags=-mno-cygwin
  /external/v8/test/mjsunit/
global-load-from-nested-eval.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
38 // Shadow variable with a with statement.
40 with ({ x: 1 }) {
46 // Shadow variable with an eval-introduced variable.
with-leave.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
28 L: with ({x:12}) {
35 with ({x:15}) {
44 with ({x:18}) { throw 25; assertTrue(false); }
48 with ({y:19}) {
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
forin-002.js 41 * For ... In in a With Block
45 with ( object ) {
49 "with loop in a for...in loop. ("+object+")["+property +"] == "+
58 * With block in a For...In loop
63 with ( object ) {
66 "with loop in a for...in loop. ("+object+")["+property +"] == "+
  /external/webkit/WebCore/manual-tests/
print-with-height-transition-in-screen-stylesheet.html 11 <div>To run this test, Print and then push the Preview button (on Mac OS X). The symptom of the bug is a layout with overlapping text or missing sections.
16 <div>A1: This is a long paragraph which helps us see the mess you can get with long ones.<br>
17 A2: This is a long paragraph which helps us see the mess you can get with long ones.<br>
18 A3: This is a long paragraph which helps us see the mess you can get with long ones.<br>
21 <div class='outer_slide'><div>B1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
23 <div class='outer_slide'><div>C1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 1 /* xmalloc.c -- malloc with out of memory checking
15 along with this program; if not, write to the Free Software
32 /* Allocate N bytes of memory dynamically, with error checking. */
42 /* Must exit with 2 for `cmp'. */
48 with error checking.
66 /* Must exit with 2 for `cmp'. */
  /packages/apps/Bluetooth/res/values/
strings_pbap.xml 7 <string name="pbap_acceptance_timeout_message">There was time out to accept connection with %1$s</string>
8 <string name="pbap_authentication_timeout_message">There was time out to input session key with %1$s</string>
10 <!-- Notification title when a Bluetooth device wants to pair with us -->
12 <!-- Notification message when a Bluetooth device wants to pair with us -->
15 <!-- Notification title when a Bluetooth device wants to pair with us -->
17 <!-- Notification message when a Bluetooth device wants to pair with us -->
  /packages/apps/Settings/assets/html/en_us/
tethering_help.html 21 <span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's internet connection with your computer</span>
23 <li>Tethering works with Windows Vista, Windows 7, and Linux</li><br>
25 <li>For more information, including using USB tethering with other OSs, see <a href="http://www.android.com/tether#usb">http://www.android.com/tether#usb</a></li><br>
28 <span class="style1">You can turn your phone into a portable Wi-Fi hotspot, to share your phone's internet connection with one or more computers or other devices</span>
31 <li>You configure the hotspot with the Wi-Fi hotspot settings</li><br>
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledFuture.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
12 * a task with a {@link ScheduledExecutorService}.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
DataLengthException.java 20 * create a DataLengthException with the given message.
22 * @param message the message to be carried with the exception.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
ParametersWithSalt.java 6 * Cipher parameters with a fixed salt value associated with them.
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
23 * Thrown when a problem with configuration with the Transformer Factories
37 * Create a new <code>TransformerFactoryConfigurationError</code> with no
48 * Create a new <code>TransformerFactoryConfigurationError</code> with
61 * Create a new <code>TransformerFactoryConfigurationError</code> with a
75 * Create a new <code>TransformerFactoryConfigurationError</code> with the
  /dalvik/libcore/xml/src/test/resources/out_hb/
staff.out 12 Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
13 This is an adjacent CDATASection with a reference to a tab &tab;
  /dalvik/vm/jdwp/
README.txt 9 with Debugger.c acting as a sort of portability layer, so that the code
11 events and debugger requests with thread suspension bouncing around,
  /external/clearsilver/man/man3/
cgi_destroy.3 14 cgi_destroy - deallocate the data associated with a CGI
28 cgi_destroy will destroy all the data associated with a
cs_parse_file.3 25 parse - a CSPARSE structure created with cs_init
32 begin with a '/'. The parsed CS template will be
cs_register_esc_strfunc.3 14 cs_register_esc_strfunc - cs_register_strfunc with escaping context
26 parse - a pointer to a CSPARSE structure initialized with cs_init()
hdf_destroy.3 25 hdf - pointer to an HDF data set allocated with hdf_init
29 with an hdf data set. Although you can pass an HDF node

Completed in 1119 milliseconds

1 2 3 4 5 67 8 91011>>