HomeSort by relevance Sort by last modified time
    Searched defs:as (Results 51 - 75 of 364) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DoubleAdder.java 5 * under the terms of the GNU General Public License version 2 only, as
7 * particular file as subject to the "Classpath" exception as provided
27 * License version 2 only, as published by the Free Software Foundation.
32 * Expert Group and released to the public domain, as explained at
52 * threads update a common value that is used for purposes such as
57 * methods such as {@code equals}, {@code hashCode} and {@code
59 * not useful as collection keys.
71 * the same as double-precision equals. However, we use CAS only
90 Cell[] as; long b, v; int m; Cell a local
118 Cell[] as = cells; local
136 Cell[] as = cells; local
156 Cell[] as = cells; local
    [all...]
DoubleAccumulator.java 5 * under the terms of the GNU General Public License version 2 only, as
7 * particular file as subject to the "Classpath" exception as provided
27 * License version 2 only, as published by the Free Software Foundation.
32 * Expert Group and released to the public domain, as explained at
50 * threads update a common value that is used for purposes such as
57 * value as its first argument, and the given update as the second
60 * Double.NEGATIVE_INFINITY} as the identity. The order of
72 * methods such as {@code equals}, {@code hashCode} and {@cod
103 Cell[] as; long b, v, r; int m; Cell a; local
130 Cell[] as = cells; local
150 Cell[] as = cells; local
170 Cell[] as = cells; local
    [all...]
LongAccumulator.java 5 * under the terms of the GNU General Public License version 2 only, as
7 * particular file as subject to the "Classpath" exception as provided
27 * License version 2 only, as published by the Free Software Foundation.
32 * Expert Group and released to the public domain, as explained at
51 * as collecting statistics, not for fine-grained synchronization
63 * the current value as its first argument, and the given update as
66 * Long.MIN_VALUE} as the identity.
74 * methods such as {@code equals}, {@code hashCode} and {@cod
105 Cell[] as; long b, v, r; int m; Cell a; local
128 Cell[] as = cells; local
147 Cell[] as = cells; local
167 Cell[] as = cells; local
    [all...]
LongAdder.java 5 * under the terms of the GNU General Public License version 2 only, as
7 * particular file as subject to the "Classpath" exception as provided
27 * License version 2 only, as published by the Free Software Foundation.
32 * Expert Group and released to the public domain, as explained at
50 * as collecting statistics, not for fine-grained synchronization
64 * methods such as {@code equals}, {@code hashCode} and {@code
66 * not useful as collection keys.
86 Cell[] as; long b, v; int m; Cell a; local
87 if ((as = cells) != null || !casBase(b = base, b + x))
120 Cell[] as = cells; local
138 Cell[] as = cells; local
158 Cell[] as = cells; local
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallSuccess.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
59 PackageUtil.AppSnippet as; local
63 as = new PackageUtil.AppSnippet(pm.getApplicationLabel(appInfo),
67 as = PackageUtil.getAppSnippet(this, appInfo, sourceFile);
70 PackageUtil.initSnippetForNewApp(this, as, R.id.app_snippet);
InstallFailed.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
95 PackageUtil.AppSnippet as; local
99 as = new PackageUtil.AppSnippet(pm.getApplicationLabel(appInfo),
103 as = PackageUtil.getAppSnippet(this, appInfo, sourceFile);
107 mLabel = as.label;
109 PackageUtil.initSnippetForNewApp(this, as, R.id.app_snippet);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
65 AccessSourcer as = new AccessSourcer(mOutput); local
66 as.write(mAccess, AccessSourcer.IS_METHOD);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingRegTest.java 85 ArabicShaping as = new ArabicShaping(0); local
94 as.shape(source, negNum[i], 0, dest, 0, 0);
101 as.shape(source, 0, negNum[i], dest, 0, 0);
109 as.shape(source, 3, 3, dest, 0, 0);
114 as.shape(source, 2, 4, dest, 0, 0);
119 as.shape(source, 1, 5, dest, 0, 0);
124 as.shape(source, 0, 6, dest, 0, 0);
131 as.shape(source, 2, 2, null, 0, 1);
140 as.shape(source, 2, 2, dest, negNum[i], 1);
147 as.shape(source, 2, 2, dest, 0, negNum[i])
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingRegTest.java 82 ArabicShaping as = new ArabicShaping(0); local
91 as.shape(source, negNum[i], 0, dest, 0, 0);
98 as.shape(source, 0, negNum[i], dest, 0, 0);
106 as.shape(source, 3, 3, dest, 0, 0);
111 as.shape(source, 2, 4, dest, 0, 0);
116 as.shape(source, 1, 5, dest, 0, 0);
121 as.shape(source, 0, 6, dest, 0, 0);
128 as.shape(source, 2, 2, null, 0, 1);
137 as.shape(source, 2, 2, dest, negNum[i], 1);
144 as.shape(source, 2, 2, dest, 0, negNum[i])
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedStringTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
120 AttributedString as = new AttributedString("test"); local
121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
123 AttributedCharacterIterator it = as.getIterator();
127 as = new AttributedString("test");
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
130 it = as.getIterator();
135 as = new AttributedString("test");
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
144 as = new AttributedString("123", new WeakHashMap())
165 AttributedString as = new AttributedString("123", new WeakHashMap()); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
91 ActivityState as = getTopState(); local
92 as.transitionOnNextPause(as.getClass(), klass,
94 as.mReceivedResults = state.mResult;
95 if (mIsResumed) as.onPause();
  /cts/hostsidetests/incident/src/com/android/server/cts/
AlarmManagerIncidentTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
151 for (AlarmManagerServiceDumpProto.AlarmStat as : dump.getAlarmStatsList()) {
152 testBroadcastStatsProto(as.getBroadcast());
153 for (FilterStatsProto f : as.getFiltersList()) {
MemInfoIncidentTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
106 ProcessMemory.AppSummary as = pm.getAppSummary(); local
107 assertTrue(0 <= as.getJavaHeapPssKb());
108 assertTrue(0 <= as.getNativeHeapPssKb());
109 assertTrue(0 <= as.getCodePssKb());
110 assertTrue(0 <= as.getStackPssKb());
111 assertTrue(0 <= as.getGraphicsPssKb());
112 assertTrue(0 <= as.getPrivateOtherPssKb());
113 assertTrue(0 <= as.getSystemPssKb());
114 assertTrue(0 <= as.getTotalSwapPss())
    [all...]
  /external/blktrace/btt/
iostat.c 7 * it under the terms of the GNU General Public License as published by
114 * For AWAIT: nios should be the same as number of inserts
195 struct stats_t as; local
197 memset(&as, 0, sizeof(struct stats_t));
206 __dump_stats(stamp, all, dip, &as);
215 __dump_stats(stamp, all, dip, &as);
222 __dump_stats_t(stamp, &as, all);
  /external/guava/guava/src/com/google/common/cache/
LongAdder.java 3 * Expert Group and released to the public domain, as explained at
32 * as collecting statistics, not for fine-grained synchronization
39 * methods such as {@code equals}, {@code hashCode} and {@code
41 * not useful as collection keys.
70 Cell[] as; long b, v; int[] hc; Cell a; int n; local
71 if ((as = cells) != null || !casBase(b = base, b + x)) {
74 as == null || (n = as.length) < 1 ||
75 (a = as[(n - 1) & hc[0]]) == null ||
106 Cell[] as = cells local
141 Cell[] as = cells; local
    [all...]
  /external/honggfuzz/linux/
unwind.c 17 * distributed under the License is distributed on an "AS IS" BASIS,
126 unw_addr_space_t as = unw_create_addr_space(&_UPT_accessors, __BYTE_ORDER); local
127 if (!as) {
131 defer { unw_destroy_addr_space(as); };
141 int ret = unw_init_remote(&c, as, ui);
173 unw_addr_space_t as = unw_create_addr_space(&_UPT_accessors, __BYTE_ORDER); local
174 if (!as) {
178 defer { unw_destroy_addr_space(as); };
188 int ret = unw_init_remote(&cursor, as, ui);
258 /* Length always > 3 as checked at input file parsing step *
    [all...]
  /external/libunwind/src/dwarf/
Gexpr.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
111 sword (unw_addr_space_t as, unw_word_t val)
113 switch (dwarf_addr_size (as))
124 read_operand (unw_addr_space_t as, unw_accessors_t *a,
134 switch (dwarf_addr_size (as))
146 ret = dwarf_readu8 (as, a, addr, &u8, arg);
153 ret = dwarf_readu16 (as, a, addr, &u16, arg);
160 ret = dwarf_readu32 (as, a, addr, &u32, arg);
167 ret = dwarf_readu64 (as, a, addr, &u64, arg);
174 ret = dwarf_read_uleb128 (as, a, addr, val, arg)
195 unw_addr_space_t as; local
    [all...]
  /external/libunwind/src/x86/
Gos-freebsd.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43 unw_addr_space_t as; local
48 as = c->dwarf.as;
49 a = unw_get_accessors (as);
78 if ((*a->access_mem) (as, ip, &w0, 0, arg) < 0 ||
79 (*a->access_mem) (as, ip + 4, &w1, 0, arg) < 0 ||
80 (*a->access_mem) (as, ip + 8, &w2, 0, arg) < 0 ||
81 (*a->access_mem) (as, ip + 12, &w3, 0, arg) < 0)
87 if ((*a->access_mem) (as, ip + 16, &w4, 0, arg) < 0 |
    [all...]
  /external/libunwind/tests/
test-ptrace.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
70 static unw_addr_space_t as; variable
85 ret = unw_init_remote (&c, as, ui);
175 as = unw_create_addr_space (&_UPT_accessors, 0);
176 if (!as)
201 ++optind, unw_set_caching_policy (as, UNW_CACHE_GLOBAL);
344 unw_destroy_addr_space (as);
  /external/libunwind_llvm/src/
libunwind.cpp 84 unw_addr_space_t as,
87 if (as == (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace)
91 switch (as->cpuType) {
95 Registers_x86>(((unw_addr_space_i386 *)as)->oas, arg);
100 Registers_x86_64>(((unw_addr_space_x86_64 *)as)->oas, arg);
105 Registers_ppc>(((unw_addr_space_ppc *)as)->oas, arg);
122 unw_addr_space_x86_64 *as = new unw_addr_space_x86_64(task); local
123 as->taskPort = task;
124 as->cpuType = CPU_TYPE_X86_64;
125 //as->oa
127 unw_addr_space_i386 *as = new unw_addr_space_i386(task); local
143 unw_addr_space_i386 *as = (unw_addr_space_i386 *)asp; local
148 unw_addr_space_x86_64 *as = (unw_addr_space_x86_64 *)asp; local
154 unw_addr_space_ppc *as = (unw_addr_space_ppc *)asp; local
    [all...]
  /external/skia/experimental/svg/model/
SkSVGValue.h 41 const T* as() const { function in class:SkSVGValue
  /external/skqp/experimental/svg/model/
SkSVGValue.h 41 const T* as() const { function in class:SkSVGValue
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
GroupByOpTest.java 6 * under the terms of the GNU General Public License version 2 only, as
165 Set<V> as = new HashSet<>(a.get(k)); local
167 if (!Objects.equals(as, bs)) {
  /prebuilts/go/darwin-x86/test/ken/
complit.go 41 test("as[i].a", as[i].a);
42 test("as[i].b", as[i].b);
43 test("as[i].c", as[i].c);
103 var as = [3]S{S{2101,2102,2103},S{2104,2105,2106},S{2107,2108,2109}} var
  /prebuilts/go/linux-x86/test/ken/
complit.go 41 test("as[i].a", as[i].a);
42 test("as[i].b", as[i].b);
43 test("as[i].c", as[i].c);
103 var as = [3]S{S{2101,2102,2103},S{2104,2105,2106},S{2107,2108,2109}} var

Completed in 535 milliseconds

1 23 4 5 6 7 8 91011>>