HomeSort by relevance Sort by last modified time
    Searched refs:linked (Results 26 - 50 of 347) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
Android.mk 4 # Build statically linked mke2fs for recovery
  /external/guice/core/src/com/google/inject/internal/
ExposedKeyFactory.java 52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
54 return delegate.getInternalFactory().get(errors, context, dependency, linked);
InternalFactoryToProviderAdapter.java 37 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-badfil2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badm2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend.s 1 % The .text contents is supposed to be linked --oformat binary with
b-goodmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-loc64k.s 1 % The .text contents is supposed to be linked --oformat binary, and will
b-nosym.s 1 % The .text contents is supposed to be linked --oformat binary with
b-offloc.s 1 % The .text contents is supposed to be linked --oformat binary with
b-offlocmis.s 1 % The .text contents is supposed to be linked --oformat binary with
b-twoinsn.s 1 % The .text contents is supposed to be linked --oformat binary, and will
b-widec2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-widec.s 1 % The .text contents is supposed to be linked --oformat binary with
sec-7m.d 12 # multiple of 4, and whose total length in linked output
b-widec3.s 1 % The .text contents is supposed to be linked --oformat binary with
sec-9.d 9 # linked to an unexpected location, the old test is transformed into a
  /build/make/core/
allowed_ndk_types.mk 10 # my_allowed_ndk_types: Types of NDK modules that may be linked.
11 # my_warn_ndk_types: Types of NDK modules that shouldn't be linked, but are.
39 # The "none" link type indicates that nothing is actually linked. Since
49 # Libaries that don't use the STL can be linked to anything.
53 # Since nothing was actually linked for the static library, it is up to the
54 # first linked library in the dependency chain which gets used.
69 # Modules linked to a shared STL can only use another shared STL.
  /packages/services/Car/evs/app/
shader.cpp 85 GLint linked = 0; local
86 glGetProgramiv(program, GL_LINK_STATUS, &linked);
87 if (!linked)
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 9 # dll - will create a dynamically linked library
27 # Don't call udata_setAppData unless we are linked with the data
  /frameworks/base/cmds/statsd/src/external/
ResourceThermalManagerPuller.cpp 76 hardware::Return<bool> linked = gThermalHal->linkToDeath( local
78 if (!linked.isOk()) {
80 linked.description().c_str());
82 } else if (!linked) {
  /prebuilts/misc/windows/sdl2/test/
testautomation_platform.c 214 SDL_version linked; local
218 SDL_GetVersion(&linked);
219 SDLTest_AssertCheck( linked.major >= major,
221 linked.major,
223 SDLTest_AssertCheck( linked.minor >= minor,
225 linked.minor,
  /external/selinux/libsemanage/src/
conf-scan.l 49 save-linked return SAVE_LINKED;
61 "[verify linked]" return VERIFY_LINKED_START;
  /packages/apps/Settings/src/com/android/settings/wifi/
LinkablePreference.java 74 boolean linked = LinkifyUtils.linkify(textView, contentBuilder, mClickListener);
75 if (linked && mContentTitle != null) {

Completed in 730 milliseconds

12 3 4 5 6 7 8 91011>>