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

  /external/llvm/unittests/
Makefile.unittest 47 Run.Shared := $(SHLIBPATH_VAR)="$(SharedLibDir)$${$(SHLIBPATH_VAR):+:}$$$(SHLIBPATH_VAR)"
60 $(Run.Shared) $(LLVMUnitTestExe)
  /system/core/libnl_2/
Android.mk 26 # Shared library currently unavailiable
  /libcore/
Docs.mk 3 # Shared between libcore and frameworks/base.
  /ndk/sources/cxx-stl/gabi++/
Android.mk 23 # Shared version of the library
  /external/qemu-pc-bios/bochs/bios/
acpi-dsdt.dsl 444 IRQ (Level, ActiveLow, Shared)
464 IRQ (Level, ActiveLow, Shared)
491 IRQ (Level, ActiveLow, Shared)
511 IRQ (Level, ActiveLow, Shared)
538 IRQ (Level, ActiveLow, Shared)
558 IRQ (Level, ActiveLow, Shared)
585 IRQ (Level, ActiveLow, Shared)
605 IRQ (Level, ActiveLow, Shared)
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 275 // starting nodes into a shared matcher.
368 Matcher *Shared = Optn;
379 Shared->setNext(new ScopeMatcher(&EqualMatchers[0], EqualMatchers.size()));
382 FactorNodes(Shared->getNextPtr());
384 NewOptionsToMatch.push_back(Shared);
Record.h 133 static BitRecTy Shared;
136 static BitRecTy *get() { return &Shared; }
222 static IntRecTy Shared;
225 static IntRecTy *get() { return &Shared; }
264 static StringRecTy Shared;
267 static StringRecTy *get() { return &Shared; }
354 static CodeRecTy Shared;
357 static CodeRecTy *get() { return &Shared; }
394 static DagRecTy Shared;
397 static DagRecTy *get() { return &Shared; }
    [all...]
Record.cpp 26 BitRecTy BitRecTy::Shared;
27 IntRecTy IntRecTy::Shared;
28 StringRecTy StringRecTy::Shared;
29 CodeRecTy CodeRecTy::Shared;
30 DagRecTy DagRecTy::Shared;
63 static std::vector<BitsRecTy*> Shared;
64 if (Sz >= Shared.size())
65 Shared.resize(Sz + 1);
66 BitsRecTy *&Ty = Shared[Sz];
    [all...]
  /external/svox/pico/
Android.mk 2 # This makefile builds both an activity and a shared library.
25 # to the rule below / except that it builds a shared
48 # Build Pico Shared Library. This rule is used by the
49 # compatibility code, which opens this shared library
51 # above, except that it packages things a shared library.
  /system/core/libpixelflinger/
Android.mk 56 # Shared library
  /system/media/mca/
Docs.mk 19 # Shared between mobile filter framework and frameworks/base.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 22 ATTRIBUTE Ascend-Shared-Profile-Enable 128 integer
292 VALUE Ascend-Shared-Profile-Enable Shared-Profile-No 0
293 VALUE Ascend-Shared-Profile-Enable Shared-Profile-Yes 1
  /external/oprofile/events/x86-64/family10/
unit_masks 44 0x02 Shared-state line from L2
177 0x08 Read Block Shared (Icache refill)
190 0x04 Shared
305 0x02 Read block shared
314 0x02 Read block shared
332 0x02 Read block Shared (Instruciton cache read)
339 0x01 Shared
348 0x01 Shared
  /external/oprofile/events/mips/r10000/
events 36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 54 # Make the Shared library (libOmxVdec)
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 49 # Make the Shared library (libOmxVenc)
  /external/oprofile/events/x86-64/family11h/
unit_masks 164 0x08 Read Block Shared (Icache refill)
177 0x04 Shared
  /external/oprofile/events/x86-64/hammer/
unit_masks 158 0x08 Read Block Shared (Icache refill)
171 0x04 Shared
  /frameworks/base/services/java/com/android/server/
MountService.java 122 public static final int Shared = 7;
509 * the volume is shared (runtime restart while ums enabled)
512 VolumeState.Shared);
652 } else if (st == VolumeState.Shared) {
654 Slog.i(TAG, "Media shared on daemon connection");
782 if (oldState == VolumeState.Shared && newState != oldState) {
    [all...]
  /external/chromium/base/
process_util_win.cc 626 *shared_bytes = ws_usage.shared * 1024;
721 if (buffer->WorkingSetInfo[i].Shared) {
732 ws_usage->shared = ws_shared * PAGESIZE_KB;
  /external/v8/tools/
profile.js 150 * @param {number} funcAddr Shared function object address.
416 * @param {Profile.FunctionEntry} func Shared function entry.
452 * Creates a shared function object entry.
tickprocessor.js 151 'shared-library': { parsers: [null, parseInt, parseInt],
452 this.printHeader('Shared libraries');
  /external/wpa_supplicant_8/hostapd/
Android.mk 453 # Shared TLS functions (needed for EAP_TLS, EAP_PEAP, and EAP_TTLS)
  /external/dropbear/libtommath/
bn.tex 114 \subsection{Shared Libraries}
115 To build as a shared library for GCC issue the following
117 make -f makefile.shared
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include. The shared
122 you use libtool to link your application against the shared object.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 5185 milliseconds