HomeSort by relevance Sort by last modified time
    Searched full:part1 (Results 76 - 100 of 310) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_multisample_state.h 60 * From the Ivy Bridge PRM, Vol2 Part1 p304 (3DSTATE_MULTISAMPLE:
gen7_wm_surface_state.c 143 /* From the Ivy bridge PRM, Vol4 Part1 p62 (Surface Type: Programming
  /external/skia/tools/
pathops_sorter.htm 572 function chop(curve, part1, part2) {
575 part1[0] = curve[0];
576 part1[1] = curve[1];
577 part1[2] = (curve[0] + curve[2] * w) * scale;
578 part1[3] = (curve[1] + curve[3] * w) * scale;
579 part1[4] = part2[0] = (curve[0] + (curve[2] * w) * 2 + curve[4]) * scale * 0.5;
580 part1[5] = part2[1] = (curve[1] + (curve[3] * w) * 2 + curve[5]) * scale * 0.5;
585 part1[6] = part2[6] = subdivide_w_value(w);
595 var part1 = [], part2 = [];
596 chop(curve, part1, part2)
    [all...]
  /external/skqp/tools/
pathops_sorter.htm 578 function chop(curve, part1, part2) {
581 part1[0] = curve[0];
582 part1[1] = curve[1];
583 part1[2] = (curve[0] + curve[2] * w) * scale;
584 part1[3] = (curve[1] + curve[3] * w) * scale;
585 part1[4] = part2[0] = (curve[0] + (curve[2] * w) * 2 + curve[4]) * scale * 0.5;
586 part1[5] = part2[1] = (curve[1] + (curve[3] * w) * 2 + curve[5]) * scale * 0.5;
591 part1[6] = part2[6] = subdivide_w_value(w);
601 var part1 = [], part2 = [];
602 chop(curve, part1, part2)
    [all...]
  /device/common/
generate-packages.sh 175 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
178 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
  /external/libbrillo/brillo/
url_utils_unittest.cc 35 EXPECT_EQ("http://sample.org/obj/part1/part2",
37 {"obj", "", "/part1/", "part2"}));
  /external/speex/libspeex/
ltp_arm4.h 108 spx_word32_t part1, part2, part3, part4, x0; local
174 "=r" (part1), "=r" (part2), "=r" (part3), "=r" (part4),
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 523 String part1 = text.substring(0, splitOffset); local
524 byte[] bytes1 = encode(part1, charset);
525 String word1 = encodeB(prefix, part1, usedCharacters, charset,
551 String part1 = text.substring(0, splitOffset); local
552 byte[] bytes1 = encode(part1, charset);
553 String word1 = encodeQ(prefix, part1, usage, usedCharacters,
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 185 size_t part1 = maxLengthInShort - tempRear; local
187 if (part1 > count) {
188 part1 = count;
191 if (part1 > 0) {
193 part1 * frameSize);
195 size_t part2 = count - part1;
197 memcpy(pSles->byteBufferPtr, (buffer + (part1 * frameSize)),
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 559 private String join(String prefix, String part1, String part2, String part3, String suffix,
562 part1 = part1 == null ? null: part1.trim();
568 boolean hasPart1 = !TextUtils.isEmpty(part1);
584 singleWord = part1;
626 sb.append(part1);
    [all...]
  /external/ltp/testscripts/
ltpstress.sh 274 sort -R ${LTPROOT}/runtest/stress.part1 -o ${TMP}/stress.part1
302 ${LTPROOT}/bin/ltp-pan -e ${PRETTY_PRT} ${QUIET_MODE} -S -t ${hours}h -a stress1 -n stress1 -l $logfile -f ${TMP}/stress.part1 -o $output1 &
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 205 String part1 = schemeParts[1]; local
206 if ("ssl".equals(part1)) {
208 } else if ("tls".equals(part1)) {
  /prebuilts/go/darwin-x86/doc/articles/wiki/
index.html 77 {{code "doc/articles/wiki/part1.go" `/^type Page/` `/}/`}}
94 {{code "doc/articles/wiki/part1.go" `/^func.*Page.*save/` `/}/`}}
128 {{code "doc/articles/wiki/part1-noerror.go" `/^func loadPage/` `/^}/`}}
151 {{code "doc/articles/wiki/part1.go" `/^func loadPage/` `/^}/`}}
166 {{code "doc/articles/wiki/part1.go" `/^func main/` `/^}/`}}
191 <a href="part1.go">Click here to view the code we've written so far.</a>
  /prebuilts/go/linux-x86/doc/articles/wiki/
index.html 77 {{code "doc/articles/wiki/part1.go" `/^type Page/` `/}/`}}
94 {{code "doc/articles/wiki/part1.go" `/^func.*Page.*save/` `/}/`}}
128 {{code "doc/articles/wiki/part1-noerror.go" `/^func loadPage/` `/^}/`}}
151 {{code "doc/articles/wiki/part1.go" `/^func loadPage/` `/^}/`}}
166 {{code "doc/articles/wiki/part1.go" `/^func main/` `/^}/`}}
191 <a href="part1.go">Click here to view the code we've written so far.</a>
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 163 int part1 = (getByte0(off) << 24) | local
172 return (part2 & 0xffffffffL) | ((long) part1) << 32;
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 160 int part1 = (getByte0(off) << 24) | local
169 return (part2 & 0xffffffffL) | ((long) part1) << 32;
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 34 * see http://www.w3.org/TR/soap12-part1/#soapfault for explanation of fields
  /external/mesa3d/src/intel/blorp/
blorp_clear.c 193 /* From the Ivy Bridge PRM, Vol2 Part1 11.7 "MCS Buffer for Render
221 /* From the Ivy Bridge PRM, Vol2 Part1 11.7 "MCS Buffer for Render
248 /* From the Ivy Bridge PRM, Vol2 Part1 11.7 "MCS Buffer for Render
675 /* From the Ivy Bridge PRM, Vol2 Part1 11.9 "Render Target Resolve":
  /external/syslinux/com32/chain/
mangle.c 142 uint8_t part1; member in struct:grub_stage2_patch_area::__anon36877
191 * 0x20a = part1: top-level partition number
201 * "part1" to the appropriate value:
206 stage2->install_partition.part1 = iter->index - 1;
  /frameworks/base/cmds/bootanimation/
FORMAT.md 17 part1 \ directories full of PNG frames
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h     [all...]
  /external/mesa3d/docs/
faq.html 25 <a href="#part1">1. High-level Questions and Answers</a>
38 <h1 id="part1">1. High-level Questions and Answers</h1>

Completed in 1369 milliseconds

1 2 34 5 6 7 8 91011>>