HomeSort by relevance Sort by last modified time
    Searched full:full (Results 51 - 75 of 10729) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
README 3 There's a full documentation available at:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
README 3 There's a full documentation available at:
  /external/chromium/chrome/common/
chrome_paths.h 59 FILE_RESOURCE_MODULE, // Full path and filename of the module that
64 FILE_RECORDED_SCRIPT, // Full path to the script.log file that
67 FILE_FLASH_PLUGIN, // Full path to the internal Flash plugin file.
68 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
69 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
70 FILE_LIBAVCODEC, // Full path to libavcodec media decoding
72 FILE_LIBAVFORMAT, // Full path to libavformat media parsing
74 FILE_LIBAVUTIL, // Full path to libavutil media utility library.
75 FILE_RESOURCES_PACK, // Full path to the .pak file containing
79 FILE_CHROMEOS_API, // Full path to chrome os api shared object
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tkt2920.test 20 # Create a database file that is full.
39 # Try to add a single new page to the full database. We get
40 # a disk full error. But this does not corrupt the database.
47 } {1 {database or disk is full}}
58 } {1 {database or disk is full}}
  /external/qemu/android/build/
mkdeps.sh 20 # source.o: /full/path/to/source.c other.h headers.h
23 # the script is used to replace 'source.o' to a full path, as in
25 # objs/intermediates/emulator/source.o: /full/path/to/source.c other.h headers.h
29 # $1: object file (full path)
45 # a correct dependency line with the full path to the object file.
  /external/ceres-solver/internal/ceres/
split.cc 51 static int CalculateReserveForVector(const string& full, const char* delim) {
56 const char* p = full.data();
57 const char* end = p + full.size();
74 void SplitStringToIteratorUsing(const StringType& full,
80 const char* p = full.data();
81 const char* end = p + full.size();
97 begin_index = full.find_first_not_of(delim);
99 end_index = full.find_first_of(delim, begin_index);
101 *result++ = full.substr(begin_index);
104 *result++ = full.substr(begin_index, (end_index - begin_index))
    [all...]
  /external/chromium_org/chrome/common/
chrome_paths.h 67 FILE_RESOURCE_MODULE, // Full path and filename of the module that
72 FILE_RECORDED_SCRIPT, // Full path to the script.log file that
75 FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin
78 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin
80 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
82 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
83 DIR_PNACL_BASE, // Full path to the base dir for PNaCl.
84 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version
86 FILE_O3D_PLUGIN, // Full path to the O3D Pepper plugin file.
87 FILE_O1D_PLUGIN, // Full path to the O1D Pepper plugin file
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
Filter.java 25 * <li>Full patterns are simple string matches, similar to a "^pattern$" regex.
39 * Returns the set of all full patterns to be included.
53 * Returns the set of all full patterns to be excluded.
70 * <li> The string must match either a full include or a prefix include.
71 * <li> The string must not match any full exclude nor any prefix exclude.
91 // check for a full exclusion
  /external/chromium_org/components/autofill/core/browser/
autofill_common_test.h 34 // Returns a profile full of dummy info.
37 // Returns a profile full of dummy info, different to the above.
40 // Returns a verified profile full of dummy info.
43 // Returns a verified profile full of dummy info, different to the above.
46 // Returns a credit card full of dummy info.
49 // Returns a verified credit card full of dummy info.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
RectUtils.java 26 * Transform the upright full rectangle so that it bounds the original rotated image,
28 * to the same region of the transformed full rectangle.
30 * The top-left of the transformed full rectangle will always be placed at (0, 0).
32 * transformed full and partial rectangles will be in this orientation's
34 * @param fullRect The upright full rectangle. This rectangle will be modified.
47 // Then translate so that the upper left corner of the rotated full rect is at (0,0).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py 106 self.assertTrue(not q.full(), "Queue should not be full")
108 full = 3 * 2 * QUEUE_SIZE
110 self.assertTrue(q.full(), "Queue should be full")
112 q.put(full, block=0)
113 self.fail("Didn't appear to block with a full queue")
114 except Queue.Full:
117 q.put(full, timeout=0.01)
118 self.fail("Didn't appear to time-out with a full queue"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py 106 self.assertTrue(not q.full(), "Queue should not be full")
108 full = 3 * 2 * QUEUE_SIZE
110 self.assertTrue(q.full(), "Queue should be full")
112 q.put(full, block=0)
113 self.fail("Didn't appear to block with a full queue")
114 except Queue.Full:
117 q.put(full, timeout=0.01)
118 self.fail("Didn't appear to time-out with a full queue"
    [all...]
  /external/chromium/chrome/browser/history/
history_unittest_base.h 19 // |sql_path| is the SQL script file name with full path.
20 // |db_path| is the db file name with full path.
  /external/chromium_org/chrome/browser/history/
history_unittest_base.h 22 // |sql_path| is the SQL script file name with full path.
23 // |db_path| is the db file name with full path.
  /external/chromium_org/chrome/installer/mini_installer/
decompress.h 17 // |source| is the full path of the file to decompress and |destination|
18 // is the full path of the target file.
  /external/chromium_org/third_party/openssl/openssl/patches/
README 9 Finished message even when negotiating full-handshakes. With this patch,
11 full-handshakes.
  /external/openssh/regress/
reconfigure.sh 6 # we need the full path to sshd for -HUP
9 # full path is OK
  /external/smack/src/org/jivesoftware/smack/
UserAuthentication.java 36 * Authenticates the user with the server. This method will return the full JID provided by
37 * the server. The server may assign a full JID with a username and resource different than
47 * @return the full JID provided by the server while binding a resource for the connection.
54 * Authenticates the user with the server. This method will return the full JID provided by
55 * the server. The server may assign a full JID with a username and resource different than
64 * @return the full JID provided by the server while binding a resource for the connection.
71 * Performs an anonymous authentication with the server. The server will created a new full JID
75 * @return the full JID provided by the server while binding a resource for the connection.
  /external/stlport/test/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
30 throw "streambuf full";
  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.vgtest 2 # Note: we need --vgdb=full to stop at the instruction following the watchpoint.
6 vgopts: --tool=memcheck --vgdb=full --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcwatchpoints
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 50 if (streamData->full == 0) {
73 /* write remaining data to bitstream, if "full == 0" first byte has data */
74 if (streamData->full == 0) {
76 streamData->full = 1;
80 streamData->full = 0;
91 if (streamData->full == 0) {
113 if (streamData->full) {
123 return (((streamPtr - streamData->stream)<<1) + !(streamData->full));
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
30 throw "streambuf full";
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
30 throw "streambuf full";

Completed in 3017 milliseconds

1 23 4 5 6 7 8 91011>>