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

1 2 34 5 6 7 8 910

  /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/chromium_org/native_client_sdk/src/build_tools/
verify_filelist.py 189 help='Sort the file list in place, rather than verifying the contents.')
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
sequence.pxd 36 # failure. The operation is done in-place when o1 supports
42 # NULL on failure. The operation is done in-place when o supports
  /external/chromium_org/third_party/lcov/bin/
genpng 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
147 -t, --tab-size TABSIZE Use TABSIZE spaces in place of tab
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimdcfg.inc.h 101 ; the DCT is to be performed in-place in that buffer.
  /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 " +
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 650 CPVT_WordPlace place = pIterator->GetAt(); local
651 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) {
655 if (place.LineCmp(oldplace) != 0) {
687 oldplace = place;
    [all...]
  /external/qemu/qobject/
json-parser.c 647 * resulting QObject know to expect a QInt in place of a QFloat in
  /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/chromium_org/v8/test/mjsunit/
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.
  /external/libvorbis/doc/
Vorbis_I_spec.tex 45 % left to the typesetting engine to place them in the "optimal" spot. These
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 334 * @param {number} startIndex The start index to place the cursor.
335 * @param {number} endIndex The end index to place the cursor (exclusive).
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/bn/
armv4-mont.S 157 .Lcopy: ldr r7,[r1],#4 @ copy or in-place refresh
  /external/openssl/crypto/bn/asm/
armv4-mont.S 156 .Lcopy: ldr r7,[r1],#4 @ copy or in-place refresh
  /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 655 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
726 Relocator::DWord P = pReloc.place();
810 Relocator::Address P = pReloc.place();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 362 ObjectPlacement place; // where ptr points to member in struct:AllocObject
365 : ptr(p), size(s), place(l) { }
1395 const ObjectPlacement place = live_objects->back().place; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 362 ObjectPlacement place; // where ptr points to member in struct:AllocObject
365 : ptr(p), size(s), place(l) { }
1395 const ObjectPlacement place = live_objects->back().place; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.c 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1639 char *place; local
    [all...]
  /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
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text_area_shadow.js 133 // This character is at a different vertical position, so place an

Completed in 1367 milliseconds

1 2 34 5 6 7 8 910