HomeSort by relevance Sort by last modified time
    Searched refs:into (Results 101 - 125 of 2794) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/MC/Mips/
mips-diagnostic-fixup.s 11 nop # This instr makes the branch too long to fit into a 18-bit offset
  /external/llvm/utils/lit/lit/
TestingConfig.py 79 Load the configuration module at the provided path into the given config
  /external/mesa3d/docs/specs/
MESA_agp_offset.spec 36 region into byte offsets into the AGP aperture.
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 96 public void dump(Map<String, Object> into) throws IOException {
97 super.dump(into);
104 into.put(REQUEST, request.toString());
132 into.put(HttpMessage.RESPONSE, response.toString());
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 93 public void dump(Map<String, Object> into) throws IOException
95 super.dump(into);
118 into.put(REQUEST, request.toString());
134 into.put(HttpMessage.RESPONSE, response.toString());
  /frameworks/support/buildSrc/
release.gradle 24 into 'm2repository'
76 into 'm2repository'
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue19137.go 7 // Issue 19137: folding address into load/store causes
25 // SP. Folding arg's address into load/store may cause odd offset.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue19137.go 7 // Issue 19137: folding address into load/store causes
25 // SP. Folding arg's address into load/store may cause odd offset.
  /tools/tradefederation/core/tests/test-apps/TradeFedNativeTestApp/
Android.mk 23 # All source files will be bundled into one test module
28 # All gtests in all files should be compiled into one binary
  /build/soong/android/
register.go 47 // ModuleFactoryAdaptor wraps a ModuleFactory into a blueprint.ModuleFactory by converting a Module
48 // into a blueprint.Module and a list of property structs
58 // SingletonFactoryAdaptor wraps a SingletonFactory into a blueprint.SingletonFactory by converting
59 // a Singleton into a blueprint.Singleton
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
DetailActivity.java 89 * Load the item's thumbnail image into our {@link ImageView}.
95 .into(mHeaderImageView);
99 * Load the item's full-size image into our {@link ImageView}.
106 .into(mHeaderImageView);
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
DetailActivity.java 89 * Load the item's thumbnail image into our {@link ImageView}.
95 .into(mHeaderImageView);
99 * Load the item's full-size image into our {@link ImageView}.
106 .into(mHeaderImageView);
  /development/samples/ApiDemos/tests/
Android.mk 16 # automatically get all of its classes loaded into our environment.
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DetailActivity.java 89 * Load the item's thumbnail image into our {@link ImageView}.
95 .into(mHeaderImageView);
99 * Load the item's full-size image into our {@link ImageView}.
106 .into(mHeaderImageView);
  /external/annotation-tools/annotation-file-utilities/scripts/
insert-annotations-to-source.bat 1 :: Insert annotations (from an annotation file) into a Java source file.
insert-annotations.bat 2 :: Insert annotations (from an annoation file) into a class file.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-generic-lambda-1y.cpp 67 expected-error{{'pm' does not point into a class}}
69 expected-error{{'pmf' does not point into a class}}\
  /external/curl/docs/cmdline-opts/
post301.d 7 Tells curl to respect RFC 7231/6.4.2 and not convert POST requests into GET
post302.d 7 Tells curl to respect RFC 7231/6.4.3 and not convert POST requests into GET
post303.d 7 Tells curl to respect RFC 7231/6.4.4 and not convert POST requests into GET
  /external/libmojo/third_party/markupsafe/
__init__.py 37 converted into a unicode string and then assumed to be safe:
124 r"""Unescape markup again into an text_type string. This also resolves
146 r"""Unescape markup into an text_type string and strip all tags. This
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 17 (** [link_modules' dst src] links [src] into [dst], raising [Error]
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 12 # automatically get all of its classes loaded into our environment.
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file.go 6 // file.swig turns into a file also named file.go.
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 15 // marshal itself into a binary form.
17 // MarshalBinary encodes the receiver into a binary form and returns the result.
33 // marshal itself into a textual form.
35 // MarshalText encodes the receiver into UTF-8-encoded text and returns the result.

Completed in 1539 milliseconds

1 2 3 45 6 7 8 91011>>