HomeSort by relevance Sort by last modified time
    Searched refs:translated (Results 51 - 75 of 240) sorted by null

1 23 4 5 6 7 8 910

  /device/generic/goldfish/camera/
CallbackNotifier.cpp 85 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum); local
86 for (int n = 0; n < translated; n++) {
  /device/google/cuttlefish_common/guest/hals/camera/
CallbackNotifier.cpp 78 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum); local
79 for (int n = 0; n < translated; n++) {
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_compiler.c 47 return !fp.translated;
61 return !vp.translated;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_shader_state.c 55 if (!prog->translated) {
56 prog->translated = nvc0_program_translate(
58 if (!prog->translated)
  /external/python/cpython3/Lib/test/
test_httpservers.py     [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 124 bool translateVarName(const android::String8& orig, android::String8& translated);
  /external/python/cpython3/Modules/_io/
_iomodule.h 65 * translated: Only find \n (assume newlines already translated)
69 int translated, int universal, PyObject *readnl,
textio.c 131 "Line endings translated so far.\n"
133 "Only line endings translated during reading are considered.\n"
455 void *translated; local
465 translated = PyMem_Malloc(kind * len);
466 if (translated == NULL) {
475 PyUnicode_WRITE(kind, translated, out++, c);
477 PyUnicode_WRITE(kind, translated, out++, c);
488 PyUnicode_WRITE(kind, translated, out++, '\n');
493 PyUnicode_WRITE(kind, translated, out++, c);
496 output = PyUnicode_FromKindAndData(kind, translated, out)
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
clip_test.go 192 // sr is r translated into src's coordinate space.
198 // mr is r translated into mask's coordinate space.
  /prebuilts/go/linux-x86/src/image/draw/
clip_test.go 192 // sr is r translated into src's coordinate space.
198 // mr is r translated into mask's coordinate space.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
branchs12.s 70 ;; Branchs to undefined symbols, translated into lbcc
  /prebuilts/go/darwin-x86/src/cmd/internal/src/
xpos.go 68 // If p cannot be translated via t, the function panics.
  /prebuilts/go/darwin-x86/src/image/
ycbcr_test.go 62 // Create a YCbCr image m, whose bounds are r translated by (delta.X, delta.Y).
  /prebuilts/go/linux-x86/src/cmd/internal/src/
xpos.go 68 // If p cannot be translated via t, the function panics.
  /prebuilts/go/linux-x86/src/image/
ycbcr_test.go 62 // Create a YCbCr image m, whose bounds are r translated by (delta.X, delta.Y).
  /build/soong/finder/fs/
readdir_test.go 31 // Test that type DT_DIR is translated to os.ModeDir
51 // Test that type DT_REG is translated to a regular file
71 // Test that type DT_LNK is translated to a regular os.ModeSymlink
  /build/soong/java/
app_builder.go 18 // compiling should have been translated into javaBuilderFlags or another argument to the Transform*
gen.go 18 // compiling should have been translated into builderFlags or another argument to the Transform*
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java 373 Class[] translated = { local
380 Class translate = translated[i];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 94 "Line endings translated so far.\n"
96 "Only line endings translated during reading are considered.\n"
405 PyObject *translated = NULL; local
413 translated = PyUnicode_FromUnicode(NULL, len);
414 if (translated == NULL)
416 assert(Py_REFCNT(translated) == 1);
417 memcpy(PyUnicode_AS_UNICODE(translated),
422 translated = output;
424 out_str = PyUnicode_AS_UNICODE(translated);
452 if (translated != output) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 94 "Line endings translated so far.\n"
96 "Only line endings translated during reading are considered.\n"
396 PyObject *translated = NULL; local
404 translated = PyUnicode_FromUnicode(NULL, len);
405 if (translated == NULL)
407 assert(Py_REFCNT(translated) == 1);
408 memcpy(PyUnicode_AS_UNICODE(translated),
413 translated = output;
415 out_str = PyUnicode_AS_UNICODE(translated);
443 if (translated != output) {
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 94 "Line endings translated so far.\n"
96 "Only line endings translated during reading are considered.\n"
405 PyObject *translated = NULL; local
413 translated = PyUnicode_FromUnicode(NULL, len);
414 if (translated == NULL)
416 assert(Py_REFCNT(translated) == 1);
417 memcpy(PyUnicode_AS_UNICODE(translated),
422 translated = output;
424 out_str = PyUnicode_AS_UNICODE(translated);
452 if (translated != output)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 145 bool translated; member in struct:i915_fragment_program
  /external/skia/tools/
compare_codereview.py 82 brackets. The name will be translated to lower case, and
201 brackets. The name will be translated to lower case, and
  /external/skqp/tools/
compare_codereview.py 82 brackets. The name will be translated to lower case, and
201 brackets. The name will be translated to lower case, and

Completed in 455 milliseconds

1 23 4 5 6 7 8 910