HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 951 - 975 of 2100) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 320 std::wstring temp = base::StringPrintf(L"%d", time_to_send); local
321 message_list_.SetItemText(index, kDispatchColumn, temp.c_str());
326 temp = base::StringPrintf(L"%d", time_to_process);
327 message_list_.SetItemText(index, kProcessColumn, temp.c_str());
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 237 const uint32_t temp[6] = {0x3D800000, 0x618C0000, 0x800C0000, 0x804C0004, 0x7C0903A6, 0x4E800420}; local
241 newGlue = (uint32_t *)malloc(sizeof(temp));
244 for (i = 0; i < 6; i++) newGlue[i] = temp[i];
247 MakeDataExecutable(newGlue, sizeof(temp));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 273 InlineBox* temp = *first; local
275 *last = temp;
294 InlineBox* temp = *first; local
296 *last = temp;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 211 const char** temp = params; local
215 while (*temp) {
216 fastFree((void*)*(temp++));
217 fastFree((void*)*(temp++));
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.h 1079 uint32 temp = (longwordhash + (longwordhash >> 12)) & (bucketcount - 1); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_shader.h 123 * 0-1: source register type (0 = temp, 1 = input, 2 = immediate, 3 = ???)
124 * 2-7: source temp register index
132 * There appears to be no special difference between result regs and temp regs.
154 * The temp/result regs appear to be initialised to (0.0, 0.0, 0.0, 0.0) as SWIZZLE_ZERO
474 struct nvfx_reg temp = { local
478 return temp;
484 struct nvfx_src temp = { local
491 return temp;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 199 const GLuint temp = 1; local
213 /* TEX temp.rg, colorTemp.rgba, texture[1], 2D; */
217 inst[ic].DstReg.Index = temp;
225 /* TEX temp.ba, colorTemp.baba, texture[1], 2D; */
229 inst[ic].DstReg.Index = temp;
239 /* MOV colorTemp, temp; */
245 inst[ic].SrcReg[0].Index = temp;
  /external/chromium_org/third_party/skia/src/core/
SkDeque.cpp 222 for (const Block* temp = fFrontBlock; temp; temp = temp->fNext) {
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 180 SkBitmap temp; local
181 temp.setConfig(dst->config(), dst->width(), dst->height());
182 if (!temp.allocPixels()) {
187 SkPMColor* t = temp.getAddr32(0, 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.h 149 void getTemp(int width, int height, GrAutoScratchTexture* temp);
  /external/chromium_org/ui/views/widget/
tooltip_manager_win.cc 338 POINT temp = mouse_pos_in_pixels.ToPOINT(); local
339 ::MapWindowPoints(HWND_DESKTOP, GetParent(), &temp, 1);
340 mouse_pos_in_pixels.SetPoint(temp.x, temp.y);
  /external/chromium_org/v8/src/
date.cc 271 DST* temp = before_; local
273 after_ = temp;
320 DST* temp = before_; local
322 after_ = temp;
  /external/chromium_org/v8/test/mjsunit/
double-truncation.js 31 var temp = a | 0;
32 assertEquals(b, temp);
  /external/emma/core/java12/com/vladium/logging/
Logger.java 585 Set temp = null; typedefs
592 temp = new HashSet (tokenizer.countTokens ());
595 temp.add (tokenizer.nextToken ());
600 filter = temp;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 332 List<String> temp = new ArrayList<String>(); local
337 temp.add(Platform.classGetSimpleName(
340 temp.add(feature.toString());
343 return temp.toString();
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h 123 * 0-1: source register type (0 = temp, 1 = input, 2 = immediate, 3 = ???)
124 * 2-7: source temp register index
132 * There appears to be no special difference between result regs and temp regs.
154 * The temp/result regs appear to be initialised to (0.0, 0.0, 0.0, 0.0) as SWIZZLE_ZERO
474 struct nvfx_reg temp = { local
478 return temp;
484 struct nvfx_src temp = { local
491 return temp;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 199 const GLuint temp = 1; local
213 /* TEX temp.rg, colorTemp.rgba, texture[1], 2D; */
217 inst[ic].DstReg.Index = temp;
225 /* TEX temp.ba, colorTemp.baba, texture[1], 2D; */
229 inst[ic].DstReg.Index = temp;
239 /* MOV colorTemp, temp; */
245 inst[ic].SrcReg[0].Index = temp;
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 33 SDL_Surface *temp; local
49 temp = SDL_DisplayFormat(sprite);
51 if ( temp == NULL ) {
56 sprite = temp;
  /external/skia/src/core/
SkDeque.cpp 222 for (const Block* temp = fFrontBlock; temp; temp = temp->fNext) {
  /external/skia/src/effects/
SkBlurImageFilter.cpp 180 SkBitmap temp; local
181 temp.setConfig(dst->config(), dst->width(), dst->height());
182 if (!temp.allocPixels()) {
187 SkPMColor* t = temp.getAddr32(0, 0);
  /external/skia/src/gpu/
GrClipMaskManager.h 149 void getTemp(int width, int height, GrAutoScratchTexture* temp);
  /external/srec/portable/src/
PFileWrap.c 251 LCHAR *temp; local
253 temp = fgets ( string, n, (FILE *)self );
255 if ( temp != NULL )
260 *result = temp;
  /external/v8/src/
date.cc 271 DST* temp = before_; local
273 after_ = temp;
320 DST* temp = before_; local
322 after_ = temp;
  /frameworks/av/media/libmedia/
JetPlayer.cpp 159 int temp; local
230 if ((temp = mAudioTrack->write(mAudioBuffer, num_output)) < 0) {
231 ALOGE("JetPlayer::render(): Error in writing:%d",temp);
232 return temp;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 124 Word32 center_freq, temp, bvalFFTLine; local
128 temp = atan_1000((center_freq << 2) / (3*10));
130 (26600 * atan_1000((center_freq*76) / 100) + 7*temp*temp) / (2*1000*1000 / BARC_SCALE);

Completed in 1460 milliseconds

<<31323334353637383940>>