HomeSort by relevance Sort by last modified time
    Searched refs:part (Results 401 - 425 of 1557) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
putil.cpp 1950 uint16_t part=0; local
1987 uint16_t count, part; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 286 return ''.join([part
287 for part in part_strings
288 if part and part is not SUPPRESS])
341 for part in parts:
342 if line_len + 1 + len(part) > text_width:
346 line.append(part)
347 line_len += len(part) + 1
426 part = self._format_args(action, action.dest)
430 if part[0] == '[' and part[-1] == ']'
    [all...]
imputil.py 326 for part in parts:
327 fqname = "%s.%s" % (m.__name__, part)
328 m = self._import_one(m, part, fqname)
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 286 return ''.join([part
287 for part in part_strings
288 if part and part is not SUPPRESS])
341 for part in parts:
342 if line_len + 1 + len(part) > text_width:
346 line.append(part)
347 line_len += len(part) + 1
426 part = self._format_args(action, action.dest)
430 if part[0] == '[' and part[-1] == ']'
    [all...]
imputil.py 326 for part in parts:
327 fqname = "%s.%s" % (m.__name__, part)
328 m = self._import_one(m, part, fqname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 286 return ''.join([part
287 for part in part_strings
288 if part and part is not SUPPRESS])
341 for part in parts:
342 if line_len + 1 + len(part) > text_width:
346 line.append(part)
347 line_len += len(part) + 1
426 part = self._format_args(action, action.dest)
430 if part[0] == '[' and part[-1] == ']'
    [all...]
imputil.py 326 for part in parts:
327 fqname = "%s.%s" % (m.__name__, part)
328 m = self._import_one(m, part, fqname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 286 return ''.join([part
287 for part in part_strings
288 if part and part is not SUPPRESS])
341 for part in parts:
342 if line_len + 1 + len(part) > text_width:
346 line.append(part)
347 line_len += len(part) + 1
426 part = self._format_args(action, action.dest)
430 if part[0] == '[' and part[-1] == ']'
    [all...]
imputil.py 326 for part in parts:
327 fqname = "%s.%s" % (m.__name__, part)
328 m = self._import_one(m, part, fqname)
  /external/libjpeg-turbo/simd/
jidctred-sse2-64.asm 172 ; -- Odd part
213 ; -- Even part
317 ; -- Even part
323 ; -- Odd part
337 ; -- Even part
440 ; -- Odd part
476 ; -- Even part
533 ; -- Odd part
542 ; -- Even part
jidctred-sse2.asm 179 ; -- Odd part
220 ; -- Even part
324 ; -- Even part
330 ; -- Odd part
344 ; -- Even part
455 ; -- Odd part
491 ; -- Even part
548 ; -- Odd part
557 ; -- Even part
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 338 // binary exponent of f. We want a small integral part in the result
340 // digits of the fractional part can be found by repeatedly multiplying
411 // the integral part is already large, trim the last digits.
441 // Emit digits for the fractional part. Each time, 10*fraction
459 // We have written a truncation of f (a numerator / 10^d.dp). The remaining part
488 // adjustLastDigitFixed assumes d contains the representation of the integral part
489 // of some number, whose fractional part is num / (den << shift). The numerator
494 // when the fractional part is greater than 1/2, and will return false if ? is such
619 // Compute digits of the fractional part. At each step fraction does not
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 338 // binary exponent of f. We want a small integral part in the result
340 // digits of the fractional part can be found by repeatedly multiplying
411 // the integral part is already large, trim the last digits.
441 // Emit digits for the fractional part. Each time, 10*fraction
459 // We have written a truncation of f (a numerator / 10^d.dp). The remaining part
488 // adjustLastDigitFixed assumes d contains the representation of the integral part
489 // of some number, whose fractional part is num / (den << shift). The numerator
494 // when the fractional part is greater than 1/2, and will return false if ? is such
619 // Compute digits of the fractional part. At each step fraction does not
  /system/update_engine/payload_generator/
delta_diff_utils.cc 745 bool InitializePartitionInfo(const PartitionConfig& part, PartitionInfo* info) {
746 info->set_size(part.size);
748 TEST_AND_RETURN_FALSE(hasher.UpdateFile(part.path, part.size) ==
749 static_cast<off_t>(part.size));
753 LOG(INFO) << part.path << ": size=" << part.size << " hash=" << hasher.hash();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 1219 String part = c.getString(c.getColumnIndex("text")); local
3555 BluetoothMapbMessageMime.MimePart part; local
3634 BluetoothMapbMessageMime.MimePart part; local
3963 MimePart part = message.addMimePart(); local
    [all...]
  /external/autotest/client/common_lib/cros/
autoupdater.py 365 part = self.rootdev('-s')
366 logging.warning('Reverting update; Boot partition will be %s', part)
367 return self._run('/postinst %s 2>&1' % part)
373 @param powerwash: If true, powerwash as part of rollback.
380 # X.Y.Z. This version split just pulls the first part out.
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 254 for (String part : parts) {
255 if (!part.equals("")) {
256 finalParts.add(part);
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 83 # part must be in the -proxy string (not in "host:display").
    [all...]
  /external/lzma/CPP/Common/
Wildcard.cpp 499 const UString &part = pathParts[i]; local
500 if (part == L".." || part == L".")
  /external/selinux/libselinux/src/
get_context_list.c 118 unsigned int nreach, char *part)
125 partrole = part;
126 ptr = part;
  /external/vboot_reference/utility/
dev_debug_vboot 137 local part
142 while read start size part rest; do
143 name="part_${part}"
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java 50 * Represents a single message part. Messages consist of one or more parts which may contain
76 // This isn't part of the projection
79 // SQL statement to insert a "complete" message part row (columns based on projection above).
96 // This kind of part can only be attached once and with no other attachment
103 * Create an "empty" message part
110 * Create a populated text message part
118 * Create a populated attachment message part
126 * Create a populated attachment message part, with additional caption text
134 * Create a populated attachment message part, with additional caption text, single part onl
192 final MessagePartData part = new MessagePartData(); local
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java 169 for (final MessagePartData part : parts) {
170 if (part.isText()) {
171 return part.getText();
315 // Create a text part for this message
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 58 import org.eclipse.ui.part.FileEditorInput;
59 import org.eclipse.ui.part.MultiPageEditorPart;
60 import org.eclipse.ui.part.WorkbenchPart;
310 * Initializes the editor part with a site and input.
397 * @param onSave <code>true</code> if commit is performed as part
  /external/llvm/lib/Support/
APFloat.cpp 38 static_assert(integerPartWidth % 4 == 0, "Part width must be divisible by 4!");
87 multiplication may require an extra part with the excess part
89 requires two parts to hold the single-part result). So we add an
416 integerPart part, boundary;
424 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
432 if (part - boundary <= boundary - part)
433 return part - boundary;
435 return boundary - part;
    [all...]

Completed in 1878 milliseconds

<<11121314151617181920>>