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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imaplib.py 76 part = self.rfile.read(1)
77 if part == '':
80 line += part
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imaplib.py 76 part = self.rfile.read(1)
77 if part == '':
80 line += part
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 76 part = self.rfile.read(1)
77 if part == '':
80 line += part
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 76 part = self.rfile.read(1)
77 if part == '':
80 line += part
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 315 The namespace that the given identifier is part of or None.
370 # identifier is None, that means this token was part of a multi-token
513 is_alias_definition: If the used namespace is part of an alias_definition.
565 for part in parts:
566 if part == 'prototype' or part.isupper():
568 namespace.append(part)
569 if part[0].isupper():
573 # just the identifier with the last part removed. With the exception of
579 # If the last part ends with an underscore, it is a private variable
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 52 * {@link #part(String, int)} before you start building the part. The MeshPart itself is only valid after the call to
97 private MeshPart part; field in class:MeshBuilder
135 /** Begin building a mesh. Call {@link #part(String, int)} to start a {@link MeshPart}.
142 /** Begin building a mesh. Call {@link #part(String, int)} to start a {@link MeshPart}. */
164 this.part = null;
192 if (part != null) {
193 bounds.getCenter(part.center);
194 bounds.getDimensions(part.halfExtents).scl(0.5f);
195 part.radius = part.halfExtents.len();
207 public MeshPart part (final String id, int primitiveType) { method in class:MeshBuilder
216 public MeshPart part (final String id, final int primitiveType, MeshPart meshPart) { method in class:MeshBuilder
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 57 import org.eclipse.ui.part.IPageSite;
58 import org.eclipse.ui.part.Page;
189 public void selectionChanged(IWorkbenchPart part, ISelection selection) {
190 if (!(part instanceof GLFunctionTraceViewer)) {
194 if (((GLFunctionTraceViewer) part).getTrace() != mTrace) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelInstance.java 259 NodePart part = node.parts.get(i); local
260 ArrayMap<Node, Matrix4> bindPose = part.invBoneBindTransforms;
266 if (!materials.contains(part.material, true)) {
267 final int midx = materials.indexOf(part.material, false);
269 materials.add(part.material = part.material.copy());
271 part.material = materials.get(midx);
336 /** @return The renderable of the first node's first part. */
341 /** @return The renderable of the node's first part. */
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 78 /** maps a part string to a parser object */
562 * (2) For each part, find substrings for left/right sides of '=' (name/value).
587 * includes a BYMONTHDAY part.
600 for (String part : parts) {
601 // allow empty part (e.g., double semicolon ";;")
602 if (TextUtils.isEmpty(part)) {
605 int equalIndex = part.indexOf('=');
608 throw new InvalidFormatException("Missing LHS in " + part);
611 String lhs = part.substring(0, equalIndex);
612 String rhs = part.substring(equalIndex + 1)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 60 import org.eclipse.ui.part.FileEditorInput;
268 IEditorPart part = null; local
273 part = activeEditor;
276 if (part == null) {
283 part = AdtPlugin.openFile(file, region, true /* showEditor */);
294 if (part instanceof AndroidXmlEditor) {
295 AndroidXmlEditor editor = (AndroidXmlEditor) part;
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 167 part := &r.buf[i]
168 return part.off+part.n > off
174 part := parts[0]
175 for i := skipBytes; i < part.n; i++ {
179 p[n] = part.b
231 const size = 1 << 32 // before the "END\n" part
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 167 part := &r.buf[i]
168 return part.off+part.n > off
174 part := parts[0]
175 for i := skipBytes; i < part.n; i++ {
179 p[n] = part.b
231 const size = 1 << 32 // before the "END\n" part
  /external/autotest/client/bin/
partition.py 51 def partname_to_device(part):
53 return os.path.join(os.sep, 'dev', part)
242 for part in partitions:
243 if (part.device != partname_to_device(root_part) and
244 not part.get_mountpoint(open_func=open_func)):
245 unmounted.append(part)
270 def _run_named_method(function, part=p):
271 getattr(part, method_name)(*args, **dargs)
388 part = re.compile(r'^part(\d+)$'
    [all...]
  /external/eigen/blas/fortran/
chpmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the hermitian matrix
54 * contain the lower triangular part of the hermitian matrix
dspmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the symmetric matrix
54 * contain the lower triangular part of the symmetric matrix
sspmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the symmetric matrix
54 * contain the lower triangular part of the symmetric matrix
zhpmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the hermitian matrix
54 * contain the lower triangular part of the hermitian matrix
  /external/skia/src/core/
SkStream.cpp 590 size_t part = offset + count > size ? size - offset : count; local
591 memcpy(block->start() + offset, buffer, part);
592 if (count <= part)
594 count -= part;
595 buffer = (const void*) ((char* ) buffer + part);
611 size_t part = offset + count > size ? size - offset : count; local
612 memcpy(buffer, block->start() + offset, part);
613 if (count <= part)
615 count -= part;
616 buffer = (void*) ((char* ) buffer + part);
    [all...]
  /external/speex/libspeex/
ltp.c 65 spx_word32_t part=0; local
66 part = MAC16_16(part,*x++,*y++);
67 part = MAC16_16(part,*x++,*y++);
68 part = MAC16_16(part,*x++,*y++);
69 part = MAC16_16(part,*x++,*y++);
71 sum = ADD32(sum,SHR32(part,6))
    [all...]
  /external/v8/test/mjsunit/
array-iteration.js 59 // Only loop through initial part of array eventhough elements are
119 // Only loop through initial part of array eventhough elements are
180 // Only loop through initial part of array eventhough elements are
241 // Only loop through initial part of array eventhough elements are
298 // Only loop through initial part when elements are added.
  /prebuilts/go/darwin-x86/test/
copy.go 146 // copied part
187 // copied part
228 // copied part
269 // copied part
310 // copied part
  /prebuilts/go/linux-x86/test/
copy.go 146 // copied part
187 // copied part
228 // copied part
269 // copied part
310 // copied part
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 1294 PluralAffix part; local
2282 PluralAffix part; local
2383 PluralAffix part; local
2492 PluralAffix part; local
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 361 /** helper routine to clone a new production part adding a given label */
362 protected production_part add_lab(production_part part, String lab)
366 if (lab == null || part.is_action()) return part;
369 return new symbol_part(((symbol_part)part).the_symbol(),lab);
384 /** add a new right hand side part */
385 protected void add_rhs_part(production_part part) throws java.lang.Exception
391 rhs_parts[rhs_pos] = part;
395 /** string to build up multiple part names */
583 /* add a new production part */
    [all...]

Completed in 1175 milliseconds

<<11121314151617181920>>