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

1 2 34 5 6 7 8 910

  /external/valgrind/none/tests/
cmdline1.stdout.exp 113 --num-transtab-sectors=<number> size of translated code cache [32]
115 --avg-transtab-entry-size=<number> avg size in bytes of a translated
cmdline2.stdout.exp 113 --num-transtab-sectors=<number> size of translated code cache [32]
115 --avg-transtab-entry-size=<number> avg size in bytes of a translated
  /prebuilts/go/darwin-x86/src/image/
geom.go 112 // Add returns the rectangle r translated by p.
120 // Sub returns the rectangle r translated by -p.
  /prebuilts/go/linux-x86/src/image/
geom.go 112 // Add returns the rectangle r translated by p.
120 // Sub returns the rectangle r translated by -p.
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c     [all...]
  /build/soong/cc/
gen.go 18 // compiling should have been translated into builderFlags or another argument to the Transform*
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 126 PyObject *translated = PyUnicode_Replace( local
129 decoded = translated;
741 because the string value in the state tuple has already been translated
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 126 PyObject *translated = PyUnicode_Replace( local
129 decoded = translated;
728 because the string value in the state tuple has already been translated
  /external/python/cpython2/Modules/_io/
stringio.c 126 PyObject *translated = PyUnicode_Replace( local
129 decoded = translated;
741 because the string value in the state tuple has already been translated
  /external/python/cpython3/Modules/_io/
stringio.c 193 PyObject *translated = PyUnicode_Replace( local
196 decoded = translated;
918 because the string value in the state tuple has already been translated
  /external/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/
out.s 24 # Test that GOTPCREL accesses get translated. They are handled
  /external/libmojo/third_party/jinja2/
debug.py 146 error.translated = True
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h 63 int translated; member in struct:r200_vertex_program
r200_vertprog.c 409 vp->translated = GL_TRUE;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_shader_state.c 117 if (!prog->translated) {
118 prog->translated = nv50_program_translate(
120 if (!prog->translated)
nv50_query_hw_sm.c 232 prog->translated = true;
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 580 char translated[ kDNSServiceMaxDomainName ]; local
586 n = WideCharToMultiByte( CP_UTF8, 0, name, -1, translated, sizeof( translated ), NULL, NULL );
596 replyDomain = translated;
611 require_action( InHostsTable( translated ) == FALSE, exit, err = WSASERVICE_NOT_FOUND );
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 972 vp->translated = false;
    [all...]
  /external/python/cpython3/Parser/
tokenizer.c 940 char *translated = translate_newlines(newtok, 0, tok); local
942 if (translated == NULL)
944 newtok = translated;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/curl/packages/vms/
compare_curl_source.com 37 $! The directory src_root:[project_name] will be translated to something like
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdumpext_test.go 71 // PC-relative addresses are translated to absolute addresses based on PC by GNU objdump
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 55 // ASN.1 has IMPLICIT and EXPLICIT tags, which can be translated as "instead

Completed in 635 milliseconds

1 2 34 5 6 7 8 910