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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/email/
header.py 458 for part in cre.split(line):
460 partlen = len(part)
466 this.append(part)
471 # If this part is longer than maxlen and we aren't already
475 subl = _split_ascii(part, maxlen, restlen,
480 this = [part]
484 this.append(part)
  /prebuilts/go/darwin-x86/src/math/
tan.go 40 // is not gradual, but jumps suddenly to about 1 part in 10e7. Results may
106 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
107 y := float64(j) // integer part of x/(Pi/4), as float
  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 41 // Len is part of sort.Interface.
46 // Swap is part of sort.Interface.
51 // Less is part of sort.Interface. It is implemented by calling the "by" closure in the sorter.
  /prebuilts/go/linux-x86/src/math/
tan.go 40 // is not gradual, but jumps suddenly to about 1 part in 10e7. Results may
106 j := int64(x * M4PI) // integer part of x/(Pi/4), as integer for tests on the phase angle
107 y := float64(j) // integer part of x/(Pi/4), as float
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 41 // Len is part of sort.Interface.
46 // Swap is part of sort.Interface.
51 // Less is part of sort.Interface. It is implemented by calling the "by" closure in the sorter.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 458 for part in cre.split(line):
460 partlen = len(part)
466 this.append(part)
471 # If this part is longer than maxlen and we aren't already
475 subl = _split_ascii(part, maxlen, restlen,
480 this = [part]
484 this.append(part)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 458 for part in cre.split(line):
460 partlen = len(part)
466 this.append(part)
471 # If this part is longer than maxlen and we aren't already
475 subl = _split_ascii(part, maxlen, restlen,
480 this = [part]
484 this.append(part)
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 248 /// loop-vectorizer-specific part.
256 /// loop-vectorizer-specific part of the message.
    [all...]
  /external/autotest/server/cros/faft/
firmware_test.py 514 def check_root_part_on_non_recovery(self, part):
517 @param part: A string of partition number, e.g.'3'.
521 return self.checkers.root_part_checker(part) and \
526 def _join_part(self, dev, part):
530 @param part: A string of partition number, e.g.'3'.
541 return dev + 'p' + part
543 return dev + part
563 def ensure_kernel_boot(self, part):
569 @param part: A string of kernel partition number or 'a'/'b'.
571 if not self.checkers.root_part_checker(part)
    [all...]
  /build/tools/apicheck/
Android.mk 28 # Apicheck is now part of Doclava -- See external/doclava.
  /cts/tests/tests/libcoreoj/
Android.mk 28 # Also include the source code as part of the jar. DO NOT REMOVE.
  /cts/tests/tests/text/
Android.mk 35 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/uirendering/
Android.mk 35 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/webkit/
Android.mk 39 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /external/autotest/client/cros/
liststorage.py 92 part = part_path.split('/')[-1]
93 device = "/dev/%s" % part
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
BaseG3dTest.java 72 MeshPartBuilder builder = modelBuilder.part("grid", GL20.GL_LINES, Usage.Position | Usage.ColorUnpacked, new Material());
78 builder = modelBuilder.part("axes", GL20.GL_LINES, Usage.Position | Usage.ColorUnpacked, new Material());
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java 432 int part = SEG_RAW; local
439 if (part == SEG_RAW) {
443 segments[part].append(ch); // handle doubles
449 part = SEG_INDEX;
454 segments[part].append(ch);
458 segments[part].append(ch);
465 if (part < SEG_MODIFIER) {
466 if (segments[++part] == null) {
467 segments[part] = new StringBuilder();
470 segments[part].append(ch)
    [all...]
  /ndk/sources/host-tools/make-3.81/
subproc.bat 4 rem This file is part of GNU Make.
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 367 for(final MessagePartData part : initialDraft.getParts()) {
368 if (part.isAttachment()) {
369 assertEquals(part.getContentUri(), mOutputUri);
371 assertEquals(part.getText(), initialMessage);
413 for(final MessagePartData part : anotherDraft.getParts()) {
414 if (part.isAttachment()) {
415 assertEquals(part.getContentUri(), mAnotherUri);
417 assertEquals(part.getText(), draftMessage);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 182 "Ringing call becomes active, part 1",
201 "Ringing call becomes active, part 2",
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
  /prebuilts/go/darwin-x86/src/runtime/
lfstack_amd64.go 10 // We shift the address left 16 to eliminate the sign extended part and make
  /prebuilts/go/linux-x86/src/runtime/
lfstack_amd64.go 10 // We shift the address left 16 to eliminate the sign extended part and make
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]

Completed in 878 milliseconds

<<11121314151617181920>>