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

1 2

  /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...]
  /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/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
rtcd.sh 8 Reads the Run Time CPU Detections definitions from FILE and generates a
gen_msvs_proj.sh 22 This script generates a Visual Studio project file from a list of source
gen_msvs_vcxproj.sh 22 This script generates a Visual Studio project file from a list of source
  /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/bison/build-aux/
ylwrap 49 OUTPUT is one file PROG generates
  /external/elfutils/config/
ylwrap 51 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,
  /development/build/tools/
sdk_repo.mk 22 # this generates an sdk-repo-linux-tools that contains tools/*
43 # this generates an sdk-repo-linux-samples that contains android-N/*
  /external/grub/docs/
help2man 42 `$this_program' generates a man page out of `--help' and `--version' output.
  /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/chrome/browser/resources/net_internals/
socketpoolwrapper.js 11 * The constructor takes a socket pool and its parent, and generates a
  /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/srec/config/en.us/
Android.mk 78 # this rule generates cmu6plus.ok.zip, which is built manually and checked in.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 188 When ANTLR is run with the <tt>-profile</tt> switch, it generates recognition
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 180 * static short[] which generates so much init code that the class won't
  /ndk/build/core/
setup-toolchain.mk 61 # 1/ Use 'subst' to convert dashes into spaces, this generates a list
  /external/oprofile/events/i386/nehalem/
events 36 event:0x19 counters:0,1,2,3 um:one minimum:6000 name:TWO_UOP_INSTS_DECODED : An instruction that generates two uops was decoded
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
  /ndk/build/tools/
prebuilt-common.sh 879 # a 64-bit userland, with a compiler that generates 64-bit binaries by
886 /* this test should fail if the compiler generates 64-bit machine code */
889 log_n "Checking whether the compiler generates 32-bit binaries..."
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 40 -- Perform dead variable analysis (generates many false positives).
  /external/v8/tools/gcmole/
gcmole.lua 40 -- Perform dead variable analysis (generates many false positives).

Completed in 1669 milliseconds

1 2