HomeSort by relevance Sort by last modified time
    Searched refs:emulation (Results 1 - 25 of 29) sorted by null

1 2

  /external/elfutils/0.153/libebl/
eblbackendname.c 63 return ebl != NULL ? ebl->emulation : gettext ("No backend");
libeblP.h 65 /* Emulation name. */
66 const char *emulation; member in struct:ebl
eblopenbackend.c 73 const char *emulation; member in struct:__anon774
277 openbackend (elf, emulation, machine)
279 const char *emulation;
310 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
311 || (emulation == NULL && machines[cnt].em == machine))
313 /* Well, we know the emulation name now. */
314 result->emulation = machines[cnt].emulation;
    [all...]
libebl.h 74 /* Similar but with emulation name given. */
75 extern Ebl *ebl_openbackend_emulation (const char *emulation);
  /build/core/combo/arch/x86_64/
x86_64.mk 5 # that are run in the emulator under KVM emulation (i.e. running directly on
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 9 # Build OpenGLES emulation libraries
  /build/core/combo/arch/x86/
x86.mk 5 # are run in the emulator under KVM emulation (i.e. running directly on
  /build/target/board/generic_x86/
BoardConfig.mk 30 # Build OpenGLES emulation host and guest libraries
  /build/target/board/generic_x86_64/
BoardConfig.mk 36 # Build OpenGLES emulation host and guest libraries
  /device/generic/goldfish/opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
28 # in the GLES emulation libraries.
common.mk 2 # the hardware OpenGL ES emulation for Android.
9 # The following macros are used to start a new GLES emulation module.
  /build/target/board/generic_arm64/
BoardConfig.mk 71 # Build OpenGLES emulation host and guest libraries
  /external/elfutils/0.153/src/
ld.c 191 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME."), 0 },
234 /* The emulation name to use. */
235 static const char *emulation; variable
347 err = ld_prepare_state (emulation);
593 if (emulation != NULL)
595 emulation = arg;
    [all...]
ld.h     [all...]
ldgeneric.c 188 ld_prepare_state (const char *emulation)
239 if (emulation == NULL)
241 emulation = ebl_backend_name (ld_state.ebl);
242 assert (emulation != NULL);
244 size_t emulation_len = strlen (emulation);
249 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so");
260 strcpy (mempcpy (initname, emulation, emulation_len), "_ld_init");
    [all...]
  /build/target/board/generic/
BoardConfig.mk 41 # Build OpenGLES emulation guest and host libraries
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 147 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
AdvancedApp.js 14 this._toggleEmulationButton = new WebInspector.StatusBarButton(WebInspector.UIString("Toggle device mode."), "emulation-status-bar-item");
36 WebInspector.inspectorView.showViewInDrawer("emulation", true);
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
cloudstorage_api.py 194 2. Directory emulation mode: If you specify the 'delimiter' argument,
242 Directory emulation mode:
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 62 // Start of browser emulation.
147 // End of browser emulation.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 843 %error non-AVX emulation of ``%%opcode'' is not supported
898 ; whereas SSE emulation of 3arg prefers to have it in src1 (i.e. the mov).
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 843 %error non-AVX emulation of ``%%opcode'' is not supported
898 ; whereas SSE emulation of 3arg prefers to have it in src1 (i.e. the mov).
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css     [all...]
  /external/jpeg/
ltmain.sh     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 5167 milliseconds

1 2