| /external/guice/core/src/com/google/inject/internal/ |
| FactoryProxy.java | 33 private final Object source; field in class:FactoryProxy 37 FactoryProxy(InjectorImpl injector, Key<T> key, Key<? extends T> targetKey, Object source) { 41 this.source = source; 46 targetFactory = injector.getInternalFactory(targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); 54 context.pushState(targetKey, source);
|
| /external/guice/core/src/com/google/inject/spi/ |
| MembersInjectorLookup.java | 38 private final Object source; field in class:MembersInjectorLookup 42 public MembersInjectorLookup(Object source, TypeLiteral<T> type) { 43 this.source = checkNotNull(source, "source"); 48 return source;
|
| ProviderLookup.java | 41 private final Object source; field in class:ProviderLookup 45 public ProviderLookup(Object source, Key<T> key) { 46 this(source, Dependency.get(checkNotNull(key, "key"))); 50 public ProviderLookup(Object source, Dependency<T> dependency) { 51 this.source = checkNotNull(source, "source"); 56 return source;
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
| TestUtility.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 41 public static String replace(String source, String toBeReplaced, String replacement) { 44 for (int i = 0; i < source.length(); ++i) { 45 if (source.regionMatches(false, i, toBeReplaced, 0, len)) { 49 results.append(source.charAt(i)); 55 public static String replaceAll(String source, UnicodeSet set, String replacement) { 58 for (int i = 0; i < source.length(); i += UTF16.getCharCount(cp)) { 59 cp = UTF16.charAt(source,i);
|
| /external/icu/icu4c/source/common/ |
| ucnv_cb.c | 38 const char* source, 49 source, length, 57 const UChar** source, 86 source, 103 In fact, here's where we want to return the partially consumed in-source! 106 /* && (*source < sourceLimit && args->target >= args->targetLimit) 141 source, 203 const UChar *source = (const UChar *)converter->subChars; local 204 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err) [all...] |
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| TestUtility.java | 40 public static String replace(String source, String toBeReplaced, String replacement) { 43 for (int i = 0; i < source.length(); ++i) { 44 if (source.regionMatches(false, i, toBeReplaced, 0, len)) { 48 results.append(source.charAt(i)); 54 public static String replaceAll(String source, UnicodeSet set, String replacement) { 57 for (int i = 0; i < source.length(); i += UTF16.getCharCount(cp)) { 58 cp = UTF16.charAt(source,i);
|
| /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
| InstrumentMojo.java | 76 final File source = new File(classesDir, fileName); local 81 FileUtils.copyFile(source, backup); 83 output = new FileOutputStream(source); 84 instrumenter.instrument(input, output, source.getPath());
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| DepFindVisitor.java | 30 public DepFindVisitor(Map<String, String> classes, String source, DepHandler handler) throws IOException { 31 super(null, new DepFindRemapper(classes, source, handler)); 42 private final String source; field in class:DepFindVisitor.DepFindRemapper 46 public DepFindRemapper(Map<String, String> classes, String source, DepHandler handler) throws IOException { 48 this.source = source; 53 curPathClass = new PathClass(source, name); 60 if (!source.equals(otherSource)) {
|
| /external/libdrm/nouveau/nvif/ |
| if0002.h | 34 __u32 source; member in struct:nvif_perfmon_query_source_v0
|
| if0003.h | 11 __u64 source[4][8]; member in struct:nvif_perfdom_v0::__anon23060
|
| /external/libmojo/mojo/edk/system/ |
| request_context.h | 2 // Use of this source code is governed by a BSD-style license that can be 33 // Identifies the source of the current stack frame's RequestContext. 34 enum class Source { 39 // Constructs a RequestContext with a LOCAL_API_CALL Source. 42 explicit RequestContext(Source source); 48 Source source() const { return source_; } function in class:mojo::edk::RequestContext 90 const Source source_;
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| ResponseBody.java | 43 return source().inputStream(); 46 public abstract BufferedSource source() throws IOException; method in class:ResponseBody 54 BufferedSource source = source(); local 57 bytes = source.readByteArray(); 59 Util.closeQuietly(source); 92 source().close(); 121 if (content == null) throw new NullPointerException("source == null"); 131 @Override public BufferedSource source() { method in class:ResponseBody
|
| /external/okhttp/okio/okio/src/test/java/okio/ |
| GzipSinkTest.java | 55 GzipSource source = new GzipSource(gzipped); local 56 while (source.read(result, Integer.MAX_VALUE) != -1) {
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowHtml.java | 13 public static Spanned fromHtml(String source) { 14 if (source == null) { 22 return new SpannedThatActsLikeString(source); 26 String source; field in class:ShadowHtml.SpannedThatActsLikeString 28 private SpannedThatActsLikeString(String source) { 29 this.source = source; 59 return source.length(); 64 return source.charAt(i); 74 return source; [all...] |
| /external/smali/baksmali/src/test/java/org/jf/baksmali/ |
| ImplicitReferenceTest.java | 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright 42 String source = "" + local 68 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options); 73 String source = "" + local 99 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options); 104 String source = "" + local 124 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options); 129 String source = "" + local 149 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options) 154 String source = "" + local 185 String source = "" + local 216 String source = "" + local 239 String source = "" + local [all...] |
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
| YamlDocument.java | 28 private String source; field in class:YamlDocument 45 source = Util.getLocalResource(ROOT + sourceName); 50 // is identical to the source 66 return source;
|
| /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
| SwingHelper.java | 25 * @param source The source component 28 public static void addWindowListener(final Component source, final WindowListener listener) { 29 if (source instanceof Window) { 30 ((Window)source).addWindowListener(listener); 32 source.addHierarchyListener(new HierarchyListener() { 35 SwingUtilities.getWindowAncestor(source).addWindowListener(listener);
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
| rtc_event_log_source.cc | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 65 RtcEventLogSource* source = new RtcEventLogSource(); local 66 RTC_CHECK(source->OpenFile(file_name)); 67 return source;
|
| /frameworks/av/media/libmedia/ |
| IMediaExtractorService.cpp | 3 ** Copyright 2007, The Android Open Source Project 43 virtual sp<IMediaExtractor> makeExtractor(const sp<IDataSource> &source, const char *mime) { 46 data.writeStrongBinder(IInterface::asBinder(source)); 88 ALOGE("Error reading source from parcel"); 94 sp<IDataSource> source = interface_cast<IDataSource>(b); local 96 sp<IMediaExtractor> ex = makeExtractor(source, mime); 107 sp<IDataSource> source = makeIDataSource(fd, offset, length); local 108 reply->writeStrongBinder(IInterface::asBinder(source)); 111 if (source.get() == nullptr && fd != -1) {
|
| /frameworks/av/media/libstagefright/rtsp/ |
| rtp_test.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 177 sp<MediaSource> source = session->trackAt(0); local 180 source, 0 /* flags: ACodec::kPreferSoftwareCodecs */);
|
| /frameworks/base/media/java/android/media/ |
| AudioPatch.java | 2 * Copyright (C) 2014 The Android Open Source Project 22 * An audio source can be an output mix (playback AudioBus) or an input device (microphone). 26 * It contains the list of source and sink AudioPortConfig showing audio port configurations 70 for (AudioPortConfig source : mSources) { 71 s.append(source.toString());
|
| /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
| UsbAccessoryStreamTransport.java | 2 * Copyright (C) 2013 The Android Open Source Project 17 package com.android.accessorydisplay.source;
|
| /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
| Cube.java | 2 * Copyright (C) 2013 The Android Open Source Project 17 package com.android.accessorydisplay.source.presentation;
|
| /frameworks/base/tools/aapt2/link/ |
| XmlReferenceLinker.cpp | 2 * Copyright (C) 2015 The Android Open Source Project 74 XmlVisitor(const Source& source, const CallSite& callsite, IAaptContext* context, 76 : source_(source), 89 const Source source = source_.WithLine(el->line_number); variable 114 context_->GetDiagnostics()->Error(DiagMessage(source) << "attribute '" 127 attr.compiled_value->SetSource(source); 131 DiagMessage msg(source); 152 Source source_ [all...] |
| /frameworks/compile/libbcc/tools/bcc_compat/ |
| Main.cpp | 2 * Copyright 2012, The Android Open Source Project 35 #include <bcc/Source.h> 103 os << "libbcc (The Android Open Source Project, http://www.android.com/):\n" 118 Source *source = Source::CreateFromFile(pContext, input_bitcode); local 119 if (source == nullptr) { 126 if (!result->mergeSource(*source)) { 129 delete source; 133 result = new (std::nothrow) Script(source); [all...] |