HomeSort by relevance Sort by last modified time
    Searched defs:fo (Results 1 - 19 of 19) sorted by null

  /external/blktrace/btt/
bno_plot.py 99 fo = open(t, 'w') variable
102 print >>fo, fld[0], fld[1], int(fld[2])-int(fld[1])
103 fo.close()
109 fo = open('%s/plot.cmds' % tmpdir, 'w') variable
110 print >>fo, cmds
111 if len(bnos) > 10 or keys_below: print >>fo, 'set key below'
112 print >>fo, plot_cmd
113 fo.close()
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 329 FileOutputStream fo = new FileOutputStream(tempFile, false); local
330 if (!mBitmap.compress(Bitmap.CompressFormat.JPEG, 60, fo)) {
  /external/clang/test/Sema/
ms_class_layout.cpp 91 virtual void fo(){} function in struct:O
  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.cc 571 PyObject* fo = PyObject_GetAttrString(o, field); local
572 if (!fo) {
575 const int64 value = numpy::PyIntOrPyLongToLong(fo);
577 Py_DECREF(fo);
580 Py_DECREF(fo);
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_select_reuseport.c 201 int fo; local
203 fo = read_int_sysctl(TCP_FO_SYSCTL);
204 write_int_sysctl(TCP_FO_SYSCTL, fo | 7);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 434 // Logger fo = new MockLogger("foo2", null);
435 // fo.setLevel(Level.ALL);
436 // assertTrue(mockManager.addLogger(fo));
447 // assertNull(fo.getLevel());
466 Logger fo = new MockLogger("LogManagerTestFoo2", null); local
467 fo.setLevel(Level.ALL);
468 assertTrue(mockManager.addLogger(fo));
482 assertNull(fo.getLevel());
    [all...]
  /art/test/710-varhandle-creation/src/
Main.java 46 final Object fo = "Hello"; field in class:Main
147 vfo = MethodHandles.lookup().findVarHandle(Main.class, "fo", Object.class);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 2458 const FetchingOffset& fo = fetching_offsets[i]; local
2501 const FetchingOffset& fo = fetching_offsets[i]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1550 PyFileObject *fo = (PyFileObject *)f; local
    [all...]
floatobject.c 254 PyFloatObject *fo; local
270 fo = (PyFloatObject*) (*nb->nb_float) (op);
271 if (fo == NULL)
273 if (!PyFloat_Check(fo)) {
274 Py_DECREF(fo);
280 val = PyFloat_AS_DOUBLE(fo);
281 Py_DECREF(fo);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1498 PyFileObject *fo = (PyFileObject *)f; local
    [all...]
floatobject.c 254 PyFloatObject *fo; local
270 fo = (PyFloatObject*) (*nb->nb_float) (op);
271 if (fo == NULL)
273 if (!PyFloat_Check(fo)) {
279 val = PyFloat_AS_DOUBLE(fo);
280 Py_DECREF(fo);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 1682 UChar fo[] = { 0x00A4 }; local
    [all...]
  /external/lzma/C/
7zArcIn.c 642 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex; local
676 for (fo = 0; fo < numFolders; fo++)
680 p->FoCodersOffsets[fo] = sd.Data - startBufPtr;
785 p->FoStartPackStreamIndex[fo] = packStreamIndex;
786 p->FoToCoderUnpackSizes[fo] = numCodersOutStreams;
787 p->FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream;
797 p->FoToCoderUnpackSizes[fo] = numCodersOutStreams;
801 p->FoStartPackStreamIndex[fo] = packStreamIndex;
982 UInt32 fo; local
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 669 CNum fo; local
672 for (fo = 0; fo < numFolders; fo++)
676 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr;
788 folders.FoToCoderUnpackSizes[fo] = numCodersOutStreams;
790 folders.FoStartPackStreamIndex[fo] = packStreamIndex;
794 folders.FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream;
798 folders.FoToCoderUnpackSizes[fo] = numCodersOutStreams;
799 folders.FoStartPackStreamIndex[fo] = packStreamIndex;
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 259 } fo; member in union:ir3_instruction::__anon33349
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1569 PyFileObject *fo = (PyFileObject *)f; local
    [all...]
floatobject.c 262 PyFloatObject *fo; local
278 fo = (PyFloatObject*) (*nb->nb_float) (op);
279 if (fo == NULL)
281 if (!PyFloat_Check(fo)) {
282 Py_DECREF(fo);
288 val = PyFloat_AS_DOUBLE(fo);
289 Py_DECREF(fo);
    [all...]
  /external/arm-optimized-routines/test/
mathtest.c 387 static int verbose, fo, strict; variable
415 * Detect difficult operands for FO mode.
437 * Normalise all zeroes into +0, for FO mode.
1014 * deferred decline flag if we're in FO mode.
1017 * because even in FO mode the operation is not permitted to
1021 if (fo) {
    [all...]

Completed in 1614 milliseconds