HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 226 - 250 of 24255) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
orphan3.d 0 #source: orphan3a.s
2 #source: orphan3b.s
3 #source: orphan3c.s
4 #source: orphan3d.s
5 #source: orphan3e.s
6 #source: orphan3f.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
getaa-4f.d 0 #source: start.s
2 #source: getaa.s
3 #source: pad2p18m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: a.s
getaa12f.d 0 #source: start.s
2 #source: getaa.s
3 #source: pad2p18m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: a.s
jumpa-4f.d 0 #source: start.s
2 #source: jumpa.s
3 #source: pad2p26m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: a.s
jumpa-5f.d 0 #source: start.s
2 #source: jumpa.s
3 #source: pad2p26m32.s
4 #source: pad4.s
5 #source: pad4.s
6 #source: a.s
jumpa12f.d 0 #source: start.s
2 #source: jumpa.s
3 #source: pad2p26m32.s
4 #source: pad16.s
5 #source: pad4.s
6 #source: a.s
jumpa13f.d 0 #source: start.s
2 #source: jumpa.s
3 #source: pad2p26m32.s
4 #source: pad4.s
5 #source: pad4.s
6 #source: a.s
local5m.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: local2.s
4 #source: local1.s
5 #source: regext1.s
6 #source: start.s
local7m.d 0 #source: greg-4.s
2 #source: greg-4.s
3 #source: local1.s
4 #source: local2.s
5 #source: ext1.s
6 #source: start.s
pushjs2b.d 0 #source: start4.s
2 #source: nop123.s
3 #source: a.s
4 #source: pad2p18m32.s
5 #source: pad16.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: pad4.s
9 #source: pushja.s
10 #source: start.
    [all...]
pushjs2bm.d 0 #source: nop123.s
2 #source: nop123.s
3 #source: a.s
4 #source: pad2p18m32.s
5 #source: pad16.s
6 #source: pad4.s
7 #source: pad4.s
8 #source: pad4.s
9 #source: pushja.s
10 #source: start.
    [all...]
  /prebuilts/go/darwin-x86/src/net/
nss_test.go 2 // Use of this source code is governed by a BSD-style
47 "foo": {{source: "a"}, {source: "b"}},
56 "foo": {{source: "a"}, {source: "b"}},
65 "foo": {{source: "a"}, {source: "b"}},
74 "foo": {{source: "a"}, {source: "b"}},
83 "foo": {{source: "a"}, {source: "b"}}
    [all...]
  /prebuilts/go/linux-x86/src/net/
nss_test.go 2 // Use of this source code is governed by a BSD-style
47 "foo": {{source: "a"}, {source: "b"}},
56 "foo": {{source: "a"}, {source: "b"}},
65 "foo": {{source: "a"}, {source: "b"}},
74 "foo": {{source: "a"}, {source: "b"}},
83 "foo": {{source: "a"}, {source: "b"}}
    [all...]
  /external/curl/lib/
memdebug.c 135 static bool countcheck(const char *func, int line, const char *source)
137 /* if source is NULL, then the call is made internally and this check
139 if(memlimit && source) {
141 if(source) {
144 source, line, func);
147 source, line, func);
162 void *curl_domalloc(size_t wantedsize, int line, const char *source)
169 if(countcheck("malloc", line, source))
182 if(source)
184 source, line, wantedsize
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
VideoPauseTracker.java 2 * Copyright (C) 2016 The Android Open Source Project
65 * Tracks a request to pause the video for a source (see {@link #SOURCE_DATA_ENABLED},
70 * to pause via any source and we're not already paused.
72 * @param source The source of the pause request.
76 public boolean shouldPauseVideoFor(int source) {
79 mPauseRequests.add(source);
82 Log.i(this, "shouldPauseVideoFor: source=%s, pendingRequests=%s - should pause",
83 sourceToString(source), sourcesToString(mPauseRequests));
87 Log.i(this, "shouldPauseVideoFor: source=%s, pendingRequests=%s - already paused"
    [all...]
  /external/icu/icu4c/source/common/
ucnvlat1.cpp 38 const uint8_t *source; local
46 source=(const uint8_t *)pArgs->source;
57 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
73 target[0]=source[0];
74 target[1]=source[1];
75 target[2]=source[2];
76 target[3]=source[3];
77 target[4]=source[4];
78 target[5]=source[5]
124 const uint8_t *source=(const uint8_t *)pArgs->source; local
140 const UChar *source, *sourceLimit; local
328 const uint8_t *source, *sourceLimit; local
480 const uint8_t *source, *sourceLimit; local
589 const uint8_t *source; local
617 const uint8_t *source, *sourceLimit; local
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
OptionInstanceOrigin.java 24 @Nullable private final String source; field in class:OptionInstanceOrigin
30 String source,
34 this.source = source;
45 return source;
  /external/guice/core/src/com/google/inject/spi/
DisableCircularProxiesOption.java 30 private final Object source; field in class:DisableCircularProxiesOption
32 DisableCircularProxiesOption(Object source) {
33 this.source = checkNotNull(source, "source");
37 return source;
RequireAtInjectOnConstructorsOption.java 31 private final Object source; field in class:RequireAtInjectOnConstructorsOption
33 RequireAtInjectOnConstructorsOption(Object source) {
34 this.source = checkNotNull(source, "source");
38 return source;
RequireExactBindingAnnotationsOption.java 30 private final Object source; field in class:RequireExactBindingAnnotationsOption
32 RequireExactBindingAnnotationsOption(Object source) {
33 this.source = checkNotNull(source, "source");
37 return source;
RequireExplicitBindingsOption.java 30 private final Object source; field in class:RequireExplicitBindingsOption
32 RequireExplicitBindingsOption(Object source) {
33 this.source = checkNotNull(source, "source");
37 return source;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DivideTimeScaleTrack.java 31 Track source; field in class:DivideTimeScaleTrack
34 public DivideTimeScaleTrack(Track source, int timeScaleDivisor) {
35 this.source = source;
40 return source.getSampleDescriptionBox();
52 return source.getSyncSamples();
56 return source.getSampleDependencies();
60 TrackMetaData trackMetaData = (TrackMetaData) source.getTrackMetaData().clone();
61 trackMetaData.setTimescale(source.getTrackMetaData().getTimescale() / this.timeScaleDivisor);
66 return source.getHandler()
    [all...]
  /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 = NULL;
40 static inline int Hash(Object* source, Name* name);
44 Map* source; member in struct:v8::internal::DescriptorLookupCache::Key
  /external/webrtc/webrtc/base/
urlencode.h 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.
19 int UrlDecode(const char *source, char *dest);
22 int UrlDecodeWithoutEncodingSpaceAsPlus(const char *source, char *dest);
26 int UrlEncode(const char *source, char *dest, unsigned max);
29 int UrlEncodeWithoutEncodingSpaceAsPlus(const char *source, char *dest,
34 int UrlEncodeOnlyUnsafeChars(const char *source, char *dest, unsigned max);
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
CompressionResult.java 2 * Copyright (C) 2016 The Android Open Source Project
37 private final CloseableByteSource source; field in class:CompressionResult
40 * Size of the compressed source. Kept because {@code source.size()} can throw
48 * @param source the data source
51 public CompressionResult(@Nonnull CloseableByteSource source, @Nonnull CompressionMethod method,
54 this.source = source;
75 return source;
    [all...]

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>