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

1 23 4 5 6 7 8 910

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 863 // for a place, we should not perform static relocation on it
864 // in order to keep the addend store in the place correct.
895 pReloc.target() = ((S + A) | T) - pReloc.place();
905 pReloc.target() = pReloc.symValue() + A - pReloc.place();
950 Relocator::Address P = pReloc.place();
965 Relocator::DWord P = pReloc.place();
    [all...]
  /external/bison/src/
tables.c 783 base_number place; local
787 place = pack_vector (i);
790 place = base[s];
792 pos[i] = place;
793 base[order[i]] = place;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 452 // for a place, we should not perform static relocation on it
453 // in order to keep the addend store in the place correct.
479 Relocator::DWord P = pReloc.place();
532 Relocator::DWord P = pReloc.place() ;
559 Relocator::Address P = pReloc.place();
590 Relocator::Address P = pReloc.place();
613 Relocator::Address P = pReloc.place();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 239 self.mskl.ml.place(x=0, y=-self.bw,
253 self.mask.place(in_=self,
259 self.mskl.place(in_=self,
275 self.mskr.place(in_=self,
281 self.mskr.mr.place(x=-self.bw, y=-self.bw,
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
378 hidden, and the new page shown in its place. Using this method, the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 239 self.mskl.ml.place(x=0, y=-self.bw,
253 self.mask.place(in_=self,
259 self.mskl.place(in_=self,
275 self.mskr.place(in_=self,
281 self.mskr.mr.place(x=-self.bw, y=-self.bw,
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
378 hidden, and the new page shown in its place. Using this method, the
  /external/chromium_org/chrome/browser/metrics/variations/
generate_resources_map.py 107 pattern is expected to have a place for data and one for a comment, in
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
list.pxd 80 # Sort the items of list in place. Return 0 on success, -1 on
84 # Reverse the items of list in place. Return 0 on success, -1 on
  /external/openssl/crypto/bn/asm/
mips-mont.S 45 sub $29,2*4 # place for two extra words
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 47 /// @param pFragRef [in] the place to apply the relocation
85 Relocation::Address Relocation::place() const function in class:Relocation
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1939 int place = 0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 29 * display text message in place of missing thumbnail.
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 5 ; This file is just a convenient place for experimenting with x86 encodings.
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-2337.js 30 // If one callback causes a GC then the other callbacks don't take place.
  /external/valgrind/main/exp-sgcheck/
pc_common.c 27 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
351 const HChar *place, *legit, *how_invalid; local
387 if (cmp < 0) place = "before";
388 else if (cmp == 0) place = "inside";
389 else place = "after";
404 a, miss_size, place );
420 a, miss_size, place );
  /external/netperf/
netlib.c 354 static char *place = EMSG; /* option letter processing */
357 if (!*place) {
359 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
362 if (*place == '-') {
365 place = EMSG ; /* Added by shiva for Netperf */
371 if ((optopt = (int)*place++) == (int)':'
373 if (!*place) {
382 if (!*place)
386 if (*place) {
351 static char *place = EMSG; \/* option letter processing *\/ local
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 417 int place = 1; local
431 System.out.printf(" %1d. %5d %5.1f%% %s\n", place, usage.count,
437 place++;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 24 // localStorage is persisted, so it's a good place to keep state that you
  /external/chromium_org/third_party/mesa/src/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/chromium_org/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.
  /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
  /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 " +

Completed in 753 milliseconds

1 23 4 5 6 7 8 910