HomeSort by relevance Sort by last modified time
    Searched refs:res (Results 126 - 150 of 2651) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResources_sv.java 21 package org.apache.xml.utils.res;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
NullDigest.java 35 byte[] res = bOut.toByteArray();
37 System.arraycopy(res, 0, out, outOff, res.length);
41 return res.length;
  /external/ceres-solver/internal/ceres/
split.h 44 vector<string>* res);
  /external/compiler-rt/test/asan/TestCases/Linux/
shmctl.cc 16 int res = shmctl(id, IPC_STAT, &ds); local
17 assert(res > -1);
23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo);
24 assert(res > -1);
  /external/compiler-rt/test/msan/Linux/
sunrpc.cc 27 bool_t res = FN(&xdrs, &x); local
30 assert(res == TRUE);
35 res = FN(&xdrs, &y);
36 assert(res == TRUE);
  /external/elfutils/0.153/libebl/
ebldynamictagcheck.c 64 bool res = ebl != NULL ? ebl->dynamic_tag_check (tag) : false; local
66 if (!res
74 res = true;
76 return res;
  /art/test/012-math/src/
Main.java 24 int a, b, res; local
25 //long a, b, res;
30 res = a + b;
31 System.out.println("res:" +res);
32 res = a - b;
33 System.out.println("res:" +res);
34 res = 5 - a;
35 System.out.println("res:" +res)
    [all...]
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp 53 status_t res = mQemuClient.connectClient(connect_str); local
54 if (res != NO_ERROR) {
55 return res;
59 res = EmulatedCameraDevice::Initialize();
60 if (res == NO_ERROR) {
68 return res;
91 const status_t res = mQemuClient.queryConnect(); local
92 if (res == NO_ERROR) {
101 return res;
121 const status_t res = mQemuClient.queryDisconnect() local
152 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); local
197 status_t res = mQemuClient.queryStop(); local
237 WorkerThread::SelectRes res = local
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Translation.h 93 TransformType res; local
94 res.matrix().setZero();
95 res.linear() = linear;
96 res.translation() = linear * t.m_coeffs;
97 res.matrix().row(Dim).setZero();
98 res(Dim,Dim) = Scalar(1);
99 return res;
154 TransformType res; local
155 res.matrix().setZero();
156 res.linear().diagonal() = other.coeffs()
166 TransformType res; local
179 TransformType res = t; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c 358 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy)
362 if (!res)
366 if (res == (void *) list) {
381 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy)
383 memset(res, 0, size);
384 res->Display = dpy;
385 res->RefCount = 1;
393 _eglGetResource(_EGLResource *res)
395 assert(res && res->RefCount > 0)
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.c 358 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy)
362 if (!res)
366 if (res == (void *) list) {
381 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy)
383 memset(res, 0, size);
384 res->Display = dpy;
385 res->RefCount = 1;
393 _eglGetResource(_EGLResource *res)
395 assert(res && res->RefCount > 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_bitarit.c 45 LLVMValueRef res; local
56 res = LLVMBuildOr(builder, a, b, "");
59 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");
62 return res;
71 LLVMValueRef res; local
82 res = LLVMBuildXor(builder, a, b, "");
85 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");
88 return res;
99 LLVMValueRef res; local
128 LLVMValueRef res; local
155 LLVMValueRef res; local
177 LLVMValueRef res; local
198 LLVMValueRef res; local
    [all...]
lp_bld_format_aos_array.c 58 LLVMValueRef ptr, res = NULL; local
74 if (!res) {
77 res = LLVMBuildLoad(builder, ptr, "");
78 lp_set_load_alignment(res, src_type.width / 8);
86 res = LLVMBuildFPTrunc(builder, res, src_vec_type, "");
91 res = lp_build_pad_vector(gallivm, res, src_type, dst_type.length);
96 lp_build_conv(gallivm, src_type, dst_type, &res, 1, &res, 1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_bitarit.c 45 LLVMValueRef res; local
56 res = LLVMBuildOr(builder, a, b, "");
59 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");
62 return res;
71 LLVMValueRef res; local
82 res = LLVMBuildXor(builder, a, b, "");
85 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");
88 return res;
99 LLVMValueRef res; local
128 LLVMValueRef res; local
155 LLVMValueRef res; local
177 LLVMValueRef res; local
198 LLVMValueRef res; local
    [all...]
lp_bld_format_aos_array.c 58 LLVMValueRef ptr, res = NULL; local
74 if (!res) {
77 res = LLVMBuildLoad(builder, ptr, "");
78 lp_set_load_alignment(res, src_type.width / 8);
86 res = LLVMBuildFPTrunc(builder, res, src_vec_type, "");
91 res = lp_build_pad_vector(gallivm, res, src_type, dst_type.length);
96 lp_build_conv(gallivm, src_type, dst_type, &res, 1, &res, 1)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java 17 package android.content.res.cts;
22 import android.content.res.Configuration;
23 import android.content.res.Resources;
52 final Resources res = resourcesForLanguage("en"); local
54 cs = res.getQuantityText(R.plurals.plurals_test, 0);
60 cs = res.getQuantityText(R.plurals.plurals_test, 1);
66 cs = res.getQuantityText(R.plurals.plurals_test, 2);
69 cs = res.getQuantityText(R.plurals.plurals_test, 5);
72 cs = res.getQuantityText(R.plurals.plurals_test, 500);
79 final Resources res = resourcesForLanguage("cs") local
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 95 size_t res = len; local
98 while (res > 0) {
99 ssize_t stat = ::write(m_sock, (const char *)(buf) + (len - res), res);
101 res -= stat;
128 size_t res = len; local
129 while (res > 0) {
130 ssize_t stat = ::read(m_sock, (char *)(buf) + len - res, len);
143 res -= stat;
176 int res = ::read(m_sock, p, len) local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_ImTest.java 19 import android.content.res.Resources;
56 int res = Im.getProtocolLabelResource(type); local
57 assertTrue(res != 0);
59 String label = mResources.getString(res);
64 int res = Im.getProtocolLabelResource(Im.PROTOCOL_CUSTOM); local
65 assertTrue(res != 0);
70 int res = Im.getTypeLabelResource(type); local
71 assertTrue(res != 0);
73 String label = mResources.getString(res);
78 int res = Im.getTypeLabelResource(Im.TYPE_CUSTOM) local
    [all...]
  /art/test/106-exceptions2/src/
Main.java 161 int res; local
164 res = 123;
166 res = 768;
168 res = 456;
172 res += 123;
174 res += 768;
176 res += 456;
178 return res;
200 int res; local
202 res = nullCheckTestNoThrow(1976)
    [all...]
  /external/bison/src/
state.c 44 transitions *res = xmalloc (offsetof (transitions, states) + states_size); local
45 res->num = num;
46 memcpy (res->states, the_states, states_size);
47 return res;
82 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size); local
83 res->num = num;
84 memcpy (res->symbols, tokens, symbols_size);
85 return res;
104 reductions *res = xmalloc (offsetof (reductions, rules) + rules_size); local
105 res->num = num
133 state *res; local
160 state *res; local
    [all...]
uniqstr.c 46 uniqstr res = hash_lookup (uniqstrs_table, str); local
47 if (!res)
50 res = xstrdup (str);
51 if (!hash_insert (uniqstrs_table, res))
54 return res;
66 char res[length + 1]; local
68 vsprintf (res, format, args);
70 return uniqstr_new (res);
  /art/test/003-omnibus-opcodes/src/
GenSelect.java 21 String res = b ? str1 : str2; local
22 return res;
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
BindingsHelper.java 77 int res = 0; local
86 res += 1;
88 res += 1;
90 res += 1;
92 res += 1;
94 res += 1;
96 res += 1;
103 return res;
  /external/chromium_org/skia/ext/
platform_device_win.cc 22 BOOL res = SetGraphicsMode(context, GM_ADVANCED); local
23 SkASSERT(res != 0);
26 res = SetStretchBltMode(context, HALFTONE);
27 SkASSERT(res != 0);
30 res = SetBrushOrgEx(context, 0, 0, NULL);
31 SkASSERT(res != 0);
34 res = SetArcDirection(context, AD_CLOCKWISE);
35 SkASSERT(res != 0);
38 res = SetBkColor(context, RGB(255, 255, 255));
39 SkASSERT(res != CLR_INVALID)
71 int res = SetPolyFillMode(context, WINDING); local
76 int res = SetPolyFillMode(context, ALTERNATE); local
85 BOOL res = BeginPath(context); local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
44 C_SUBFROM( res , a) : res -= a
45 C_ADDTO( res , a) : res += a
83 #define C_ADD( res, a,b)\
84 do {(res).r=ADD32((a).r,(b).r); (res).i=ADD32((a).i,(b).i); \
86 #define C_SUB( res, a,b)
    [all...]

Completed in 1251 milliseconds

1 2 3 4 56 7 8 91011>>