Searched refs:temp (Results 151 - 175 of 1627) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h139 GLfloat temp[1] = { local
142 cmd.Init(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, &temp[0]);
148 EXPECT_EQ(error::kNoError, ExecuteImmediateCmd(cmd, sizeof(temp)));
157 GLfloat temp[1] = { local
160 cmd.Init(GL_TEXTURE_1D, GL_TEXTURE_MAG_FILTER, &temp[0]);
161 EXPECT_EQ(error::kNoError, ExecuteImmediateCmd(cmd, sizeof(temp)));
170 GLfloat temp[1] = { local
173 cmd.Init(GL_TEXTURE_3D, GL_TEXTURE_MAG_FILTER, &temp[0]);
174 EXPECT_EQ(error::kNoError, ExecuteImmediateCmd(cmd, sizeof(temp)));
183 GLfloat temp[ local
232 GLint temp[1] = { local
250 GLint temp[1] = { local
263 GLint temp[1] = { local
276 GLint temp[1] = { local
300 GLfloat temp[1 * 2] = { local
325 GLfloat temp[2 * 2] = { local
348 GLint temp[2 * 2] = { local
371 GLfloat temp[3 * 2] = { local
394 GLint temp[3 * 2] = { local
417 GLfloat temp[4 * 2] = { local
440 GLint temp[4 * 2] = { local
456 GLfloat temp[4 * 2] = { local
472 GLfloat temp[9 * 2] = { local
488 GLfloat temp[16 * 2] = { local
536 GLfloat temp[1] = { local
560 GLfloat temp[2] = { local
584 GLfloat temp[3] = { local
608 GLfloat temp[4] = { local
[all...]
/external/qemu/android/utils/
H A Dfilelock.c55 ** temp - a temporary file made unique with mkstemp
58 ** create 'temp' and store our pid in it
59 ** attemp to link 'lock' to 'temp'
61 ** unlink 'temp'
77 char* temp; member in struct:FileLock
120 pidfile_fd = open( lock->temp, O_RDONLY );
144 D( "could not read pid file '%s'", lock->temp );
190 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC );
193 if ( path_delete_file( lock->temp ) < 0 ) {
194 D( "could not remove '%s': %s\n", lock->temp, strerro
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java83 final boolean temp = _isRestartable;
89 _isRestartable = temp;
134 final int temp = _position; // Save state
145 _position = temp;
/external/chromium_org/base/mac/
H A Dscoped_block.h74 B temp = that.block_; local
76 block_ = temp;
80 B temp = block_; variable
82 return temp;
H A Dscoped_ioplugininterface.h56 InterfaceT temp = that.object_; local
58 object_ = temp;
62 InterfaceT temp = object_; variable
64 return temp;
/external/chromium_org/ppapi/cpp/dev/
H A Dscrollbar_dev.cc71 std::vector<PP_Rect> temp;
72 temp.resize(count);
74 temp[i] = tick_marks[i];
77 pp_resource(), count ? &temp[0] : NULL, count);
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkTScopedComPtr.h64 T* temp = this->fPtr; local
66 that.fPtr = temp;
70 T* temp = this->fPtr; local
72 return temp;
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest8-expected.cc16 Foo* temp = foo; local
H A Dtest8-original.cc16 Foo* temp = foo; local
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dr1mpyq.h15 Scalar temp = v_givens[j].c() * a[i+m*j] - v_givens[j].s() * a[i+m*(n-1)]; local
17 a[i+m*j] = temp;
22 Scalar temp = w_givens[j].c() * a[i+m*j] + w_givens[j].s() * a[i+m*(n-1)]; local
24 a[i+m*j] = temp;
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java55 Set temp = null;
62 temp = new HashSet (tokenizer.countTokens ());
65 temp.add (tokenizer.nextToken ());
70 filter = temp;
/external/replicaisland/src/com/replica/replicaisland/
H A DShellSorter.java62 Type temp;
72 temp = array[j];
77 } while ( j != start && comparator.compare(array[k], temp) > 0 );
78 array[j] = temp;
/external/skia/include/utils/win/
H A DSkTScopedComPtr.h64 T* temp = this->fPtr; local
66 that.fPtr = temp;
70 T* temp = this->fPtr; local
72 return temp;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_imaadpcm.c283 EAS_I32 temp; local
289 temp = 0;
310 temp = (msecs * pState->sampleRate);
311 temp = (temp >> 10) + ((temp * 49) >> 21);
314 temp += secs * pState->sampleRate;
317 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000006 , time, temp);
321 if ((temp > pState->byteCount) && (pState->loopSamples != 0))
338 temp
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imaadpcm.c283 EAS_I32 temp; local
289 temp = 0;
310 temp = (msecs * pState->sampleRate);
311 temp = (temp >> 10) + ((temp * 49) >> 21);
314 temp += secs * pState->sampleRate;
317 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000006 , time, temp);
321 if ((temp > pState->byteCount) && (pState->loopSamples != 0))
338 temp
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imaadpcm.c283 EAS_I32 temp; local
289 temp = 0;
310 temp = (msecs * pState->sampleRate);
311 temp = (temp >> 10) + ((temp * 49) >> 21);
314 temp += secs * pState->sampleRate;
317 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000006 , time, temp);
321 if ((temp > pState->byteCount) && (pState->loopSamples != 0))
338 temp
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_output_reads.cpp92 ir_variable *temp = (ir_variable *) hash_table_find(replacements, ir->var);
95 if (temp == NULL) {
97 temp = new(var_ctx) ir_variable(ir->var->type, ir->var->name,
99 hash_table_insert(replacements, temp, ir->var);
103 ir->var = temp;
112 copy(void *ctx, ir_variable *output, ir_variable *temp) argument
115 ir_dereference_variable *rhs = new(ctx) ir_dereference_variable(temp);
/external/mesa3d/src/glsl/
H A Dlower_output_reads.cpp92 ir_variable *temp = (ir_variable *) hash_table_find(replacements, ir->var);
95 if (temp == NULL) {
97 temp = new(var_ctx) ir_variable(ir->var->type, ir->var->name,
99 hash_table_insert(replacements, temp, ir->var);
103 ir->var = temp;
112 copy(void *ctx, ir_variable *output, ir_variable *temp) argument
115 ir_dereference_variable *rhs = new(ctx) ir_dereference_variable(temp);
/external/smack/src/org/xbill/DNS/
H A DUDPClient.java64 InetSocketAddress temp;
71 temp = new InetSocketAddress(addr.getAddress(),
74 temp = new InetSocketAddress(port);
75 channel.socket().bind(temp);
120 byte [] temp = new byte[max];
130 long ret = channel.read(ByteBuffer.wrap(temp));
135 System.arraycopy(temp, 0, data, 0, len);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocation.java220 long temp;
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 >>> 3
[all...]
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkProgressBarView.cpp68 int32_t temp; local
69 if (dom.findS32(node, "max", &temp))
70 this->setMax(temp);
71 if (dom.findS32(node, "progress", &temp))
72 this->setProgress(temp);
/external/iproute2/lib/
H A Dll_addr.c76 int temp; local
82 if (sscanf(arg, "%x", &temp) != 1) {
86 if (temp < 0 || temp > 255) {
90 lladdr[i] = temp;
/external/skia/src/views/animated/
H A DSkProgressBarView.cpp68 int32_t temp; local
69 if (dom.findS32(node, "max", &temp))
70 this->setMax(temp);
71 if (dom.findS32(node, "progress", &temp))
72 this->setProgress(temp);
/external/valgrind/main/none/tests/ppc32/
H A Dldst_multiple.c35 HWord_t temp[5]; variable
88 SAVE_REGS(temp);
117 RESTORE_REGS(temp);
129 SAVE_REGS(temp);
169 RESTORE_REGS(temp);
/external/valgrind/main/none/tests/ppc64/
H A Dldst_multiple.c35 HWord_t temp[5]; variable
88 SAVE_REGS(temp);
117 RESTORE_REGS(temp);
129 SAVE_REGS(temp);
169 RESTORE_REGS(temp);

Completed in 756 milliseconds

1234567891011>>