HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 151 - 175 of 1682) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/SPIRV-Tools/test/reduce/
remove_opname_instruction_reduction_pass_test.cpp 17 #include "source/opt/build_module.h"
18 #include "source/reduce/reduction_opportunity.h"
19 #include "source/reduce/remove_opname_instruction_reduction_pass.h"
26 const std::string source = R"( local
44 BuildModule(env, consumer, source, kReduceAssembleOption);
  /external/turbine/java/com/google/turbine/binder/bound/
PackageSourceBoundClass.java 32 private final SourceFile source; field in class:PackageSourceBoundClass
38 SourceFile source) {
42 this.source = source;
78 /** The source file. */
79 public SourceFile source() { method in class:PackageSourceBoundClass
80 return source;
  /external/turbine/java/com/google/turbine/diag/
TurbineLog.java 29 public TurbineLogWithSource withSource(SourceFile source) {
30 return new TurbineLogWithSource(source);
39 /** A log for a specific source file. */
42 private final SourceFile source; field in class:TurbineLog.TurbineLogWithSource
44 private TurbineLogWithSource(SourceFile source) {
45 this.source = source;
49 errors.add(TurbineDiagnostic.format(source, kind, args));
53 errors.add(TurbineDiagnostic.format(source, position, kind, args));
  /external/turbine/java/com/google/turbine/parse/
IteratorLexer.java 29 private final SourceFile source; field in class:IteratorLexer
33 public IteratorLexer(SourceFile source, Iterator<SavedToken> it) {
34 this.source = source;
39 public SourceFile source() { method in class:IteratorLexer
40 return source;
  /external/turbine/java/com/google/turbine/type/
AnnoInfo.java 31 private final SourceFile source; field in class:AnnoInfo
37 SourceFile source, ClassSymbol sym, Anno tree, ImmutableMap<String, Const> values) {
38 this.source = source;
44 /** The annotation's source, for diagnostics. */
45 public SourceFile source() { method in class:AnnoInfo
46 return source;
70 return new AnnoInfo(source, sym, tree, values);
  /external/u-boot/cmd/
source.c 8 * The "source" command allows to define "script images", i. e. files
26 source (ulong addr, const char *fit_uname) function
132 puts ("Wrong image format for \"source\" command\n");
151 debug ("* source: default load address = 0x%08lx\n", addr);
154 debug ("* source: subimage '%s' from FIT image at 0x%08lx\n",
159 debug ("* source: cmdline image address = 0x%08lx\n", addr);
163 rcode = source (addr, fit_uname);
181 source, 2, 0, do_source,
  /external/u-boot/drivers/clk/at91/
clk-plladiv.c 23 struct clk source; local
27 ret = clk_get_by_index(clk->dev, 0, &source);
31 clk_rate = clk_get_rate(&source);
42 struct clk source; local
46 ret = clk_get_by_index(clk->dev, 0, &source);
50 parent_rate = clk_get_rate(&source);
  /external/v8/src/builtins/
builtins-regexp.cc 2 // Use of this source code is governed by a BSD-style license that can be
31 Handle<Object> source; local
33 isolate, source,
38 Object::ToString(isolate, source));
  /external/v8/src/
lookup-cache.h 2 // Use of this source code is governed by a BSD-style license that can be
21 inline int Lookup(Map* source, Name* name);
24 inline void Update(Map* source, Name* name, int result);
34 keys_[i].source = nullptr;
40 static inline int Hash(Object* source, Name* name);
44 Map* source; member in struct:v8::internal::DescriptorLookupCache::Key
  /external/v8/src/objects/
compilation-cache-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
27 uint32_t CompilationCacheShape::StringSharedHash(String* source,
31 uint32_t hash = source->Hash();
35 // script source code and the start position of the calling scope.
39 hash ^= String::cast(script->source())->Hash();
55 String* source = String::cast(val->get(1)); local
60 return StringSharedHash(source, shared, language_mode, position);
  /external/v8/src/torque/
source-positions.h 2 // Use of this source code is governed by a BSD-style license that can be
22 SourceId source; member in struct:v8::internal::torque::SourcePosition
33 static const std::string& GetSource(SourceId source) {
34 return Get().sources_[source.id_];
47 return SourceFileMap::GetSource(pos.source) + ":" +
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_file_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.
30 RtpFileSource* source = new RtpFileSource(); local
31 RTC_CHECK(source->OpenFile(file_name));
32 return source;
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyServiceClient.h 2 * Copyright (C) 2009 The Android Open Source Project
37 audio_source_t source; member in struct:android::record_client_info
67 audio_source_t source) = 0;
  /frameworks/av/services/mediaextractor/
MediaExtractorService.cpp 2 * Copyright (C) 2013 The Android Open Source Project
58 sp<DataSource> source = DataSourceFactory::CreateFromFd(fd, offset, length); local
59 return CreateIDataSourceFromDataSource(source);
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 45 result.source = buffer;
59 result.source = new RealBufferedSource(buffer);
73 result.source = new RealBufferedSource(new ForwardingSource(buffer) {
92 BufferedSource source; field in class:BufferedSourceTest.Pipe
114 private BufferedSource source; field in class:BufferedSourceTest
119 source = pipe.source;
124 assertEquals(0xab, source.readByte() & 0xff);
125 assertEquals(0xcd, source.readByte() & 0xff);
126 assertTrue(source.exhausted())
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 2 * Copyright (C) 2012 The Android Open Source Project
206 // Make sure the source window cannot be accessed.
258 // Get the source window.
294 // Get the source window.
495 // check that last event source
496 AccessibilityNodeInfo source = awaitedEvent.getSource(); local
497 assertNotNull(source);
503 source.getBoundsInParent(sourceBounds);
511 assertEquals(button.getPackageName(), source.getPackageName());
512 assertEquals(button.getClassName(), source.getClassName())
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
InputFilter_AllCapsTest.java 2 * Copyright (C) 2008 The Android Open Source Project
45 CharSequence source = "Caps"; local
52 dest.insert(3, source);
56 dest.replace(7, 11, source);
73 // The source string, lowerBee, is two code units that contains a single lowercase letter.
92 final String source = "i"; local
97 assertEquals("I", usAllCaps.filter(source, 0, source.length(), dest, 0, 0));
98 assertEquals("?", turkishAllCaps.filter(source, 0, source.length(), dest, 0, 0))
103 final String source = "?"; \/\/ U+01C8 LATIN CAPITAL LETTER L WITH SMALL LETTER J local
117 final SpannableString source = new SpannableString(lowerString); local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
AbsSavedStateTest.java 2 * Copyright (C) 2008 The Android Open Source Project
65 Parcel source = Parcel.obtain(); local
66 source.writeParcelable(superState, 0);
67 source.setDataPosition(0);
68 s = new AbsSavedStateImpl(source, AbsSavedStateImpl.class.getClassLoader());
71 source = Parcel.obtain();
72 s = new AbsSavedStateImpl(source);
75 source = Parcel.obtain();
76 source.writeParcelable(superState, 0);
77 source.setDataPosition(0)
    [all...]
View_BaseSavedStateTest.java 2 * Copyright (C) 2008 The Android Open Source Project
64 Parcel source = Parcel.obtain(); local
65 source.writeParcelable(superState, 0);
66 source.setDataPosition(0);
67 s = new BaseSavedState(source);
71 source = Parcel.obtain();
72 source.writeParcelable(superState, 0);
73 source.setDataPosition(0);
74 s = new BaseSavedState(source, loader);
  /external/brotli/java/org/brotli/wrapper/dec/
Decoder.java 20 private final ReadableByteChannel source; field in class:Decoder
29 * @param source underlying source
32 public Decoder(ReadableByteChannel source, int inputBufferSize)
37 if (source == null) {
38 throw new NullPointerException("source can not be null");
40 this.source = source;
88 int bytesRead = source.read(inputBuffer);
132 source.close()
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
SourceHighlighterTest.java 46 private SourceNodeImpl source; field in class:SourceHighlighterTest
51 source = new SourceNodeImpl(ElementType.SOURCEFILE, "Foo.java");
62 sourceHighlighter.render(parent, source, new StringReader(src));
72 sourceHighlighter.render(parent, source, new StringReader(""));
75 assertEquals("source lang-java linenums",
82 sourceHighlighter.render(parent, source, new StringReader(""));
85 assertEquals("source lang-scala linenums",
92 source.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 1);
93 source.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 2);
94 source.increment(CounterImpl.COUNTER_0_1, CounterImpl.COUNTER_0_0, 2)
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 24 * A source that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to
25 * decompress data read from another source.
27 public final class GzipSource implements Source {
42 * Our source should yield a GZIP header (which we consume directly), followed
46 private final BufferedSource source; field in class:GzipSource
52 * The inflater source takes care of moving data between compressed source and
60 public GzipSource(Source source) {
61 if (source == null) throw new IllegalArgumentException("source == null")
    [all...]
  /bionic/libc/kernel/uapi/linux/
udp.h 11 *** source file (e.g. under external/kernel-headers/original/) then
23 __be16 source; member in struct:__kernel_udphdr
  /bootable/recovery/applypatch/
applypatch_modes.cpp 2 * Copyright (C) 2009 The Android Open Source Project
67 auto source = Partition::Parse(source_emmc, &err); local
68 if (!source) {
69 LOG(ERROR) << "Failed to parse source \"" << source_emmc << "\": " << err;
90 return PatchPartition(target, source, patch, bonus.get()) ? 0 : 1;
99 " applypatch --flash <source-file>\n"
105 " --source EMMC:<source-file>:<source-size>:<source-sha1>\n\n
126 std::string source; local
    [all...]
  /bootable/recovery/tests/component/
applypatch_modes_test.cpp 2 * Copyright (C) 2016 The Android Open Source Project
57 source = GetEmmcTargetString(from_testdata_base("boot.img"));
58 ASSERT_FALSE(source.empty());
71 std::string source; member in class:ApplyPatchModesTest
112 "--source",
113 source,
124 "--target", target, "--source",
125 source,
148 "applypatch", "--patch", patch_file.path, "--target", target, "--source", source, local
    [all...]

Completed in 1169 milliseconds

1 2 3 4 5 67 8 91011>>