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

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
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
  /external/guice/core/src/com/google/inject/internal/
InternalFactoryToProviderAdapter.java 37 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
FactoryProxy.java 26 * Used for a linked binding, so that getting the linked binding returns the link's factory.
52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
InternalFactoryToInitializableAdapter.java 43 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean 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
  /external/mesa3d/src/glsl/
ir_optimization.h 40 bool do_common_optimization(exec_list *ir, bool linked,
79 bool optimize_split_arrays(exec_list *instructions, bool linked);
opt_array_splitting.cpp 101 bool get_split_list(exec_list *instructions, bool linked);
204 bool linked)
208 /* If the shaders aren't linked yet, we can't mess with global
211 if (!linked) {
356 optimize_split_arrays(exec_list *instructions, bool linked)
359 if (!refs.get_split_list(instructions, 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) {
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 200 GrGLint linked = GR_GL_INIT_ZERO; local
201 GL_CALL(GetProgramiv(programID, GR_GL_LINK_STATUS, &linked));
202 if (!linked) {
220 return SkToBool(linked);
  /external/jemalloc/bin/
jemalloc-config.in 22 --libs : Print libraries jemalloc was linked against.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.s 30 ;; changes the interrupt state, since this file could be linked
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1c.d 7 # A DSO linked to another DSO that has two versioned symbols, to which
libdso-1d.d 8 # A DSO linked to another DSO that has two versioned symbols, to which

Completed in 193 milliseconds

12 3 4 5 6 7 8 91011>>