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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/skia/
skia_chrome_opts.target.linux-arm.mk 20 ### Rules for final target.
skia_chrome_opts.target.linux-arm64.mk 20 ### Rules for final target.
skia_chrome_opts.target.linux-mips64.mk 20 ### Rules for final target.
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 25 /* the generated code for the final hash, assumes initial hash is done */
42 ub4 len; /* number of lines available for final hash */
43 ub4 used; /* number of lines used by final hash */
103 /* things indexed by final hash value */
125 gencode *final, ub4 *scramble, ub4 *smax, key *keys, ub4 nkeys,
130 gencode *final, hashform *form);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.cpp 63 bool final = firstByte & finalBit; local
115 frame.final = final;
149 frameData.at(0) = (final ? finalBit : 0) | (compress ? compressBit : 0) | opCode;
176 , final(false)
188 , final(flags & Final)
  /external/chromium_org/v8/test/webkit/
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
  /external/e2fsprogs/doc/
Makefile.in 64 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html
66 .PHONY: clean-final
67 clean-final::
  /external/chromium_org/net/websockets/
websocket_channel.cc 269 bool final,
274 : final_(final),
432 const bool final = front.final() && data_size == bytes_to_send; local
440 if (event_interface_->OnDataFrame(final, front.opcode(), data_vector) ==
774 frame->header.final);
789 opcode, frame->header.final, frame->data, frame->header.payload_length);
794 bool final,
813 return HandleDataFrame(opcode, final, data_buffer, size);
882 bool final,
    [all...]
  /external/chromium_org/tools/check_ecs_deps/
check_ecs_deps.py 88 def bbmsg(final, errors):
92 if final:
93 print '\n@@@STEP_%s@@@' % final
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 50 HRESULT SetEncodeResult(const CBenchInfo &info, bool final);
51 HRESULT SetDecodeResult(const CBenchInfo &info, bool final);
115 HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final)
119 if (final)
130 HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final)
134 if (final)
  /docs/source.android.com/scripts/
build.py 115 final = template.safe_substitute(main=main, sidebar=sidebar, sidebar2=sidebar2, \
119 html.write(final)
  /external/chromium_org/mojo/
mojo_none.target.darwin-arm.mk 21 ### Rules for final target.
mojo_none.target.darwin-arm64.mk 21 ### Rules for final target.
mojo_none.target.darwin-mips.mk 21 ### Rules for final target.
mojo_none.target.darwin-mips64.mk 21 ### Rules for final target.
mojo_none.target.darwin-x86.mk 21 ### Rules for final target.
mojo_none.target.darwin-x86_64.mk 21 ### Rules for final target.
mojo_none.target.linux-arm.mk 21 ### Rules for final target.
mojo_none.target.linux-arm64.mk 21 ### Rules for final target.
mojo_none.target.linux-mips.mk 21 ### Rules for final target.
mojo_none.target.linux-mips64.mk 21 ### Rules for final target.
mojo_none.target.linux-x86.mk 21 ### Rules for final target.

Completed in 2626 milliseconds

1 2 34 5 6 7 8 91011>>