HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 401 - 425 of 3860) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Lib/plat-irix6/
torgb.py 65 for temp in temps[:]:
66 if temp != ret:
68 os.unlink(temp)
71 temps.remove(temp)
97 (fd, temp) = tempfile.mkstemp()
99 sts = table[ftype].copy(fname, temp)
102 return temp
  /frameworks/base/location/java/android/location/
Geofence.java 150 long temp; local
151 temp = Double.doubleToLongBits(mLatitude);
152 result = prime * result + (int) (temp ^ (temp >>> 32));
153 temp = Double.doubleToLongBits(mLongitude);
154 result = prime * result + (int) (temp ^ (temp >>> 32));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
relabel.c 91 set temp; local
99 temp = set_dif(unpart_chars, class_sets[0]);
101 unpart_chars = temp;
117 temp = set_dif(unpart_chars,current_class);
119 unpart_chars = temp;
160 set temp; local
165 temp = set_and(*maximal_class,start->label);
166 if (!set_nil(temp))
169 *maximal_class = temp;
171 set_free(temp);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/number/
FormattedNumber.java 141 NumberStringBuilder temp = new NumberStringBuilder(); local
142 int length = micros.modOuter.apply(temp, 0, 0);
143 length += micros.modMiddle.apply(temp, 0, length);
144 /* length += */ micros.modInner.apply(temp, 0, length);
147 return temp.subSequence(0, prefixLength).toString();
156 NumberStringBuilder temp = new NumberStringBuilder(); local
157 int length = micros.modOuter.apply(temp, 0, 0);
158 length += micros.modMiddle.apply(temp, 0, length);
159 length += micros.modInner.apply(temp, 0, length);
162 return temp.subSequence(prefixLength, length).toString()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
FormattedNumber.java 145 NumberStringBuilder temp = new NumberStringBuilder(); local
146 int length = micros.modOuter.apply(temp, 0, 0);
147 length += micros.modMiddle.apply(temp, 0, length);
148 /* length += */ micros.modInner.apply(temp, 0, length);
151 return temp.subSequence(0, prefixLength).toString();
160 NumberStringBuilder temp = new NumberStringBuilder(); local
161 int length = micros.modOuter.apply(temp, 0, 0);
162 length += micros.modMiddle.apply(temp, 0, length);
163 length += micros.modInner.apply(temp, 0, length);
166 return temp.subSequence(prefixLength, length).toString()
    [all...]
  /external/libcups/cups/
testsnmp.c 127 char temp[1024]; /* Temporary OID string */ local
132 printf("%s = ", _cupsSNMPOIDToString(packet->object_name, temp, sizeof(temp)));
161 temp, sizeof(temp)));
209 char temp[1024]; /* Temporary OID string */ local
220 printf("_cupsSNMPWalk(%s): ", _cupsSNMPOIDToString(oid, temp, sizeof(temp)));
231 printf("_cupsSNMPWrite(%s): ", _cupsSNMPOIDToString(oid, temp, sizeof(temp)));
    [all...]
debug.c 344 temp[1024]; /* Buffer for formatted numbers */ local
474 if ((size_t)(width + 2) > sizeof(temp))
477 snprintf(temp, sizeof(temp), tformat, va_arg(ap, double));
479 bytes += (int)strlen(temp);
483 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
496 if ((size_t)(width + 2) > sizeof(temp))
501 snprintf(temp, sizeof(temp), tformat, va_arg(ap, long long));
505 snprintf(temp, sizeof(temp), tformat, va_arg(ap, long))
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_io_to_temporaries.c 50 nir_variable *temp = exec_node_data(nir_variable, old_node, node); local
56 if (temp->data.mode == nir_var_shader_out &&
57 !temp->data.fb_fetch_output)
70 copy->variables[1] = nir_deref_var_create(copy, temp);
131 nir_variable *temp = var; local
138 /* Give the original a new name with @<mode>-temp appended */
139 const char *mode = (temp->data.mode == nir_var_shader_in) ? "in" : "out";
140 temp->name = ralloc_asprintf(var, "%s@%s-temp", mode, nvar->name);
141 temp->data.mode = nir_var_global
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 220 long temp; local
223 temp = latitude != +0.0d ? Double.doubleToLongBits(latitude) : 0L;
224 result = 31 * result + (int) (temp ^ (temp >>> 32));
225 temp = longitude != +0.0d ? Double.doubleToLongBits(longitude) : 0L;
226 result = 31 * result + (int) (temp ^ (temp >>> 32));
227 temp = accuracy != 0f ? Float.floatToIntBits(accuracy) : 0;
228 result = 31 * result + (int) (temp ^ (temp >>> 32))
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
iio_utils.h 260 struct iio_channel_info temp; local
266 temp = (*ci_array)[y + 1];
268 (*ci_array)[y] = temp;
439 //char *temp = malloc(strlen(basedir) + strlen(filename) + 2);
440 char temp[200]; local
442 if (temp == NULL)
444 sprintf(temp, "%s/%s", basedir, filename);
445 sysfsfp = fopen(temp, "w");
447 printf("failed to open write %s\n", temp);
456 sysfsfp = fopen(temp, "r")
496 char temp[200]; local
521 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
580 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
602 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
624 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
std_string.i 47 %typemap(in) const string& ($*1_ltype temp, char *tempptr) {
50 temp.resize(0);
51 $1 = &temp;
58 temp.assign(tempptr);
60 $1 = &temp;
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
enumsimple.swg 15 %typemap(in) const enum SWIGTYPE & ($*1_ltype temp)
16 %{ temp = ($*1_ltype)$input;
17 $1 = &temp; %}
21 %{ static $*1_ltype temp = ($*1_ltype)$input;
22 $result = &temp; %}
  /prebuilts/misc/common/swig/include/2.0.11/java/
enumsimple.swg 15 %typemap(in) const enum SWIGTYPE & ($*1_ltype temp)
16 %{ temp = ($*1_ltype)$input;
17 $1 = &temp; %}
21 %{ static $*1_ltype temp = ($*1_ltype)$input;
22 $result = &temp; %}
enumtypeunsafe.swg 15 %typemap(in) const enum SWIGTYPE & ($*1_ltype temp)
16 %{ temp = ($*1_ltype)$input;
17 $1 = &temp; %}
21 %{ static $*1_ltype temp = ($*1_ltype)$input;
22 $result = &temp; %}
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_string.i 57 %typemap(in,checkfn="lua_isstring") const string& ($*1_ltype temp)
58 %{temp.assign(lua_tostring(L,$input),lua_rawlen(L,$input)); $1=&temp;%}
90 %typemap(in, numinputs=0) string &OUTPUT ($*1_ltype temp)
91 %{ $1 = &temp; %}
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typemaps.i 76 $&1_ltype temp = new $ltype((const $1_ltype &) $1);
79 $result = callback(*fromval,caml_val_ptr((void *)temp,$&1_descriptor));
81 $result = caml_val_ptr ((void *)temp,$&1_descriptor);
85 %typemap(in) char *& (char *temp) {
87 temp = (char*)caml_val_ptr($1,$descriptor);
88 $1 = &temp;
104 void *temp = calloc(1,sizeof($ltype));
106 memmove( temp, &$1, sizeof( $1_type ) );
108 $result = callback(*fromval,caml_val_ptr((void *)temp,$&1_descriptor));
110 $result = caml_val_ptr ((void *)temp,$&1_descriptor)
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/disassembler/
mips64_disassembler_test.cpp 174 char temp[256], address[16]; local
175 strcpy(temp, test->instr);
177 strcat(temp, address);
178 if(strcmp(instr, temp) != 0)
183 "Actual : %s\n", test->code, temp, instr);
195 char temp[256], address[16]; local
196 strcpy(temp, test->instr);
198 strcat(temp, address);
199 if(strcmp(instr, temp) != 0)
204 "Actual : '%s'\n", test->code, temp, instr)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 32 void *temp;
35 temp = SWIG_MustGetPtr($input, $1_descriptor, 1, 0);
37 for (ii = 0; ii < $1_size; ii++) b[ii] = *(($1_basetype *) temp + ii);
62 $&ltype temp = new $ltype($1);
64 scm_listify(SWIG_NewPointerObj(temp, $&descriptor, 1),
190 C_NAME *INPUT(C_NAME temp) {
192 temp = (C_NAME) SCM_TO_C_EXPR; $1 = &temp; }
193 %typemap (in,numinputs=0) C_NAME *OUTPUT (C_NAME temp)
194 {$1 = &temp;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLVertex.java 82 GLVertex temp = new GLVertex(); local
83 transform.multiply(this, temp);
84 vertexBuffer.put(toFixed(temp.x));
85 vertexBuffer.put(toFixed(temp.y));
86 vertexBuffer.put(toFixed(temp.z));
  /external/autotest/client/common_lib/
autotemp_unittest.py 11 temp = autotemp.tempfile(unique_id='file')
12 self.assertTrue(os.path.exists(temp.name))
16 temp = autotemp.tempfile(unique_id='clean')
18 name = temp.name
20 temp.clean()
  /external/iproute2/lib/
ll_addr.c 66 int temp; local
72 if (sscanf(arg, "%x", &temp) != 1) {
76 if (temp < 0 || temp > 255) {
80 lladdr[i] = temp;
  /external/libvpx/libvpx/test/
vp8_denoiser_sse2_test.cc 68 int temp = 0; local
72 temp =
75 mc_avg_block[j] = (temp < 0) ? 0 : ((temp > 255) ? 255 : temp);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_vpm.c 51 uint32_t temp = inst->src[i].index; local
52 use_count[temp]++;
77 uint32_t temp = inst->src[j].index; local
84 if (use_count[temp] != 1)
87 struct qinst *mov = c->defs[temp];
  /external/toybox/toys/pending/
sulogin.c 86 char *shell = NULL, *pass = NULL, **temp = forbid; local
98 for (temp = forbid; *temp; temp++) unsetenv(*temp);
  /external/valgrind/none/tests/ppc32/
ldst_multiple.c 35 HWord_t temp[5]; variable
88 SAVE_REGS(temp);
117 RESTORE_REGS(temp);
129 SAVE_REGS(temp);
169 RESTORE_REGS(temp);

Completed in 519 milliseconds

<<11121314151617181920>>