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

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
strict.asm 18 add eax, strict 4 ; NASM generates dword, yasm generates byte
25 add eax, byte 400 ; generates warning
26 add eax, strict byte 400 ; generates warning
31 add ebx, strict 4 ; NASM generates dword, yasm generates byte
38 add ebx, byte 400 ; generates warning
39 add ebx, strict byte 400 ; generates warning
45 add [eax], dword 4 ; generates dword [eax], byte 4
46 add [eax], strict dword 4 ; generates dword [eax], dword
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
Android.mk 23 # We need this because the current asm generates the following link error:
  /external/qemu-pc-bios/bochs/bios/
notes 29 > Drive then generates an interrupt to the system.
35 the busy bit to 0, and generates an interrupt.
42 and generates an interrupt. When the system has tranferred the last sector,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 21 call farfunc ; generates a near call!
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
  /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.js 11 // nacl_io/ppapi_simple generates two different types of messages:
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memset.S 28 ! Preamble to LongLoop which generates 4*8 bytes per interation (5 cycles)
45 ! Preamble to LongishLoop which generates 1*8 bytes per interation (2 cycles)
  /external/lldb/source/Interpreter/
Android.mk 66 # SWIG binding generates a bunch of these, so squelch
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 32 ; This instruction generates a different relocation than
47 ; MASM generates a REL32 reloc for this even though it's in
55 ; MASM generates a REL32 reloc for this even though it's in
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 9 # NEXT we also test that none of the expressions from the test2 generates
  /external/bison/build-aux/
ylwrap 49 OUTPUT is one file PROG generates
  /external/elfutils/0.153/config/
ylwrap 49 OUTPUT is one file PROG generates
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 23 that generates a parse tree, and generates output by dumping the parse tree,
  /external/chromium_org/ui/keyboard/resources/elements/
kb-modifier-key.js 35 // First transition state so that populateDetails generates
  /external/eigen/lapack/
slarfg.f 37 *> SLARFG generates a real elementary reflector H of order n, such
clarfg.f 37 *> CLARFG generates a complex elementary reflector H of order n, such
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 323 """Generates and commits a NOTICE file containing code licenses.
505 'as part of the merge. Also generates Android makefiles and '
506 'generates a top-level NOTICE file suitable for use in the '
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 43 `$this_program' generates a man page out of `--help' and `--version' output.
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 47 * testing API generates a call stack for each error produced which greatly
62 * Generates a failure message. During tear down of the test, the accumulation
  /external/chromium_org/chrome/renderer/resources/extensions/
file_entry_binding_util.js 13 // For a given |apiName|, generates object with two elements that are used

Completed in 429 milliseconds

1 2 3