/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 38 operations take place. Only 2D texture images are supported (not 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
/external/v8/test/mjsunit/ |
debug-enable-disable-breakpoints.js | 66 // Set another breakpoint in f at the same place.
|
debug-ignore-breakpoints.js | 61 // Set another breakpoint in f at the same place.
|
debug-stepin-call-function-stub.js | 97 // Test stepping into function call when a breakpoint is set at the place
|
md5.js | 201 To old Free-town, our common judgment-place.\n\
|
setters-on-elements.js | 96 // Testcase: setter added on prototype chain object already in place.
|
/ndk/sources/host-tools/nawk-20071023/ |
README | 57 move this to some place like /usr/bin/awk.
|
/bionic/libc/tools/ |
genlibgcc_compat.py | 20 * Normally, one has to place libgcc.a in the link command used to generate
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MixedItemSection.java | 287 * will call {@link OffsettedItem#place} on each item. If an item 288 * does not know its write size before the call to {@code place}, 312 int placedAt = one.place(this, outAt); 315 throw new RuntimeException("bogus place() result for " +
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 286 * will call {@link OffsettedItem#place} on each item. If an item 287 * does not know its write size before the call to {@code place}, 311 int placedAt = one.place(this, outAt); 314 throw new RuntimeException("bogus place() result for " +
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MixedItemSection.java | 287 * will call {@link OffsettedItem#place} on each item. If an item 288 * does not know its write size before the call to {@code place}, 312 int placedAt = one.place(this, outAt); 315 throw new RuntimeException("bogus place() result for " +
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.cpp | [all...] |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_Utils.cpp | 509 CPVT_WordPlace place = pIterator->GetAt(); 518 if (place.LineCmp(wrWord.BeginPos) == 0) 532 if (place.LineCmp(wrWord.EndPos) == 0) 579 CPVT_WordPlace place = pIterator->GetAt(); 580 if (pRange && place.WordCmp(pRange->EndPos) > 0) break; 589 wpWordStart = place; 594 oldplace = place; 603 pIterator->SetAt(place); [all...] |
/build/core/tasks/ |
sdk-addon.mk | 82 # The system-image source.properties is a template that we directly expand in-place
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 45 % left to the typesetting engine to place them in the "optimal" spot. These
|
/frameworks/rs/api/ |
rs_matrix.spec | 168 summary: Inverts a matrix in place 177 summary: Inverts and transpose a matrix in place 557 summary: Transpose a matrix place 559 Transpose the matrix m in place.
|
/external/pdfium/core/src/fpdfdoc/ |
doc_ap.cpp | 652 CPVT_WordPlace place = pIterator->GetAt(); local 653 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) { 657 if (place.LineCmp(oldplace) != 0) { 689 oldplace = place; [all...] |
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 10 Type* PRESENTER_BASE_TYPE = new Type("android.support.place.connector", 12 Type* PRESENTER_LISTENER_BASE_TYPE = new Type("android.support.place.connector", 14 Type* RPC_BROKER_TYPE = new Type("android.support.place.connector", "Broker", 18 Type* PLACE_INFO_TYPE = new Type("android.support.place.connector", "PlaceInfo", 21 Type* RPC_CONNECTOR_TYPE = new Type("android.support.place.connector", "Connector", 23 Type* RPC_ENDPOINT_INFO_TYPE = new UserDataType("android.support.place.rpc", 25 Type* RPC_RESULT_HANDLER_TYPE = new UserDataType("android.support.place.rpc", "RpcResultHandler", 27 Type* RPC_ERROR_LISTENER_TYPE = new Type("android.support.place.rpc", "RpcErrorHandler", 29 Type* RPC_CONTEXT_TYPE = new UserDataType("android.support.place.rpc", "RpcContext", true, 480 Variable* place = new Variable(PLACE_INFO_TYPE, "placeInfo") local [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 670 result = pReloc.addend() + pReloc.symValue() - pReloc.place(); 741 Relocator::DWord P = pReloc.place(); 825 Relocator::Address P = pReloc.place();
|
/external/linux-tools-perf/src/tools/perf/util/ |
probe-event.c | 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1639 char *place; local [all...] |
/art/runtime/arch/mips64/ |
quick_entrypoints_mips64.S | 94 sd $t1, 0($sp) # Place ArtMethod* at bottom of stack. 95 sd $sp, THREAD_TOP_QUICK_FRAME_OFFSET(rSELF) # Place sp in Thread::Current()->top_quick_frame. 137 sd $t1, 0($sp) # Place Method* at bottom of stack. 138 sd $sp, THREAD_TOP_QUICK_FRAME_OFFSET(rSELF) # Place sp in Thread::Current()->top_quick_frame. 260 sd $t1, 0($sp) # Place Method* at bottom of stack. 261 sd $sp, THREAD_TOP_QUICK_FRAME_OFFSET(rSELF) # Place sp in Thread::Current()->top_quick_frame. 266 sd $a0, 0($sp) # Place Method* at bottom of stack. 267 sd $sp, THREAD_TOP_QUICK_FRAME_OFFSET(rSELF) # Place sp in Thread::Current()->top_quick_frame. 444 * artDeliverExceptionFromCode will place the callee save Method* at [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
httpserver.py | 519 def _seek(self, place): 520 self.file.seek(place) 521 self._consumed = place 587 logger=None, # Place to log messages to [all...] |
/external/boringssl/linux-arm/crypto/bn/ |
armv4-mont.S | 159 .Lcopy: ldr r7,[r1],#4 @ copy or in-place refresh
|
/frameworks/compile/mclinker/lib/LD/ |
IdenticalCodeFolding.cpp | 244 rel->place());
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 392 inspected with names in place of type values are more meaningful to a developer. 494 as a parameter to TokenScheme.new, which will be used in place of the
|