HomeSort by relevance Sort by last modified time
    Searched defs:temp (Results 326 - 350 of 1947) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/win/
event_trace_controller_unittest.cc 166 FilePath temp; local
167 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &temp));
171 temp.value().c_str());
174 base::DeleteFile(temp, false);
184 base::DeleteFile(temp, false);
scoped_handle.h 89 Handle temp = handle_; local
91 if (Traits::IsHandleValid(temp)) {
92 Verifier::StopTracking(temp, this, BASE_WIN_GET_CALLER,
95 return temp;
shortcut.cc 205 wchar_t temp[MAX_PATH]; local
210 if (FAILED(i_shell_link->GetPath(temp, MAX_PATH, NULL, SLGP_UNCPRIORITY)))
212 properties->set_target(FilePath(temp));
216 if (FAILED(i_shell_link->GetWorkingDirectory(temp, MAX_PATH)))
218 properties->set_working_dir(FilePath(temp));
222 if (FAILED(i_shell_link->GetArguments(temp, MAX_PATH)))
224 properties->set_arguments(temp);
229 if (FAILED(i_shell_link->GetDescription(temp, MAX_PATH)))
231 properties->set_description(temp);
236 if (FAILED(i_shell_link->GetIconLocation(temp, MAX_PATH, &temp_index))
    [all...]
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.cc 133 Source temp = sources_[old_pos]; local
135 sources_.insert(sources_.begin() + pos, temp);
  /external/chromium_org/chrome/browser/search_engines/
default_search_policy_handler_unittest.cc 320 const base::Value* temp = NULL; local
324 EXPECT_TRUE(store_->GetValue(kDefaultSearchProviderData, &temp));
325 temp->GetAsDictionary(&dictionary);
386 const base::Value* temp = NULL; local
388 EXPECT_TRUE(store_->GetValue(kDefaultSearchProviderData, &temp));
389 temp->GetAsDictionary(&dictionary);
412 const base::Value* temp = NULL; local
416 EXPECT_TRUE(store_->GetValue(kDefaultSearchProviderData, &temp));
417 temp->GetAsDictionary(&dictionary);
474 const base::Value* temp = NULL local
    [all...]
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 49 base::ScopedTempDir temp; local
50 ASSERT_TRUE(temp.CreateUniqueTempDir());
52 base::FilePath inner_dir = temp.path().AppendASCII("directory");
57 base::FilePath outer_file = temp.path().AppendASCII("outer");
119 base::ScopedTempDir temp; local
120 ASSERT_TRUE(temp.CreateUniqueTempDir());
124 base::FilePath root_resource = temp.path().AppendASCII(filename);
130 temp.path().Append(kLocaleFolder);
147 ExtensionResource resource(extension_id, temp.path(),
158 EXPECT_EQ(ToLower(temp.path().value())
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.cc 161 uint32 temp = 0; local
162 if (!SafeMultiplyUint32(width, height, &temp)) {
165 if (!SafeMultiplyUint32(temp, samples, &temp)) {
170 temp, GLES2Util::RenderbufferBytesPerPixel(impl_format), &temp)) {
173 *size = temp;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
bindings_internal.h 61 T temp = *ptr; local
63 return temp;
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 22 float temp, temp2, temp3, temp4; local
23 temp = 2.0f * znear;
27 mat[0] = temp / temp2;
32 mat[5] = temp / temp3;
41 mat[14] = (-temp * zfar) / temp4;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
matrix.cc 22 float temp, temp2, temp3, temp4; local
23 temp = 2.0f * znear;
27 mat[0] = temp / temp2;
32 mat[5] = temp / temp3;
41 mat[14] = (-temp * zfar) / temp4;
  /external/chromium_org/net/disk_cache/blockfile/
block_files_unittest.cc 103 CacheAddr temp = entries[source1]; local
105 entries[source2] = temp;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
ext_lang_enc.cc 396 char temp[4]; local
397 memcpy(temp, src, 4);
398 temp[2] = '\0';
399 LanguageFromCode(temp, &retlang);
402 char temp[4]; local
403 memcpy(temp, src, 4);
404 temp[3] = '\0';
405 LanguageFromCode(temp, &retlang);
511 char temp[5]; local
515 memcpy(temp, src2, 4)
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8statetable.cc 167 uint32 temp = (s0123 - losub) | (s0123 + hiadd) | local
169 if ((temp & 0x80808080) != 0) {
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 43 int temp = ( alpha * color ) + 0x80; local
46 return ( temp + ( temp >> 8 ) ) >> 8;
  /external/chromium_org/third_party/icu/source/common/
locavailable.cpp 111 char ** temp; local
114 temp = _installedLocales;
119 uprv_free(temp);
134 char ** temp; local
144 temp = (char **) uprv_malloc(sizeof(char*) * (localeCount+1));
146 if (temp != NULL) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
151 temp[i] = NULL;
157 _installedLocales = temp;
158 temp = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp 365 const UChar *temp = string.getBuffer(); local
366 u_memcpy(buffer, temp, length);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrtest.c 42 const char *temp; local
132 temp=uprv_strdup("strdup");
133 if(uprv_strcmp(temp, "strdup") !=0 ){
134 log_err("FAIL: uprv_strdup() failed. Expected: \"strdup\", Got: %s\n", temp);
136 uprv_free((char *)temp);
  /external/chromium_org/third_party/icu/source/test/intltest/
locnmtst.cpp 85 UnicodeString temp; local
87 ldn->localeDisplayName("de_DE", temp);
89 test_assert_equal("Deutsch (Deutschland)", temp);
93 UnicodeString temp; local
95 ldn->localeDisplayName("en_GB", temp);
97 test_assert_equal("British English", temp);
101 UnicodeString temp; local
106 ldn->localeDisplayName(locname, temp);
108 test_assert_equal(target, temp);
224 UnicodeString temp; local
    [all...]
pptest.cpp 193 UnicodeString temp; local
196 temp.remove();
197 //temp = new StringBuffer(); // Get new buffer
208 temp += UnicodeString("="/*'='*/); // initialize
209 logln("FP " + temp + res);
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 248 UTimer temp; local
249 utimer_getTime(&temp);
250 return uprv_delta(timer,&temp);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filestrm.c 82 FILE* temp = fopen(filename, "r"); local
83 if (temp) {
84 fclose(temp);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
stl_util.h 44 ForwardIterator temp = begin; local
46 delete *temp;
61 ForwardIterator temp = begin; local
63 delete temp->first;
64 delete temp->second;
75 ForwardIterator temp = begin; local
77 delete temp->first;
89 ForwardIterator temp = begin; local
91 delete temp->second;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 55 * Get unpreserved temporary, a temp whose value is not preserved between
196 int temp = -1; local
218 * register (a utemp / unpreserved temp) won't do.
222 temp = i915_get_temp(p); /* get temp reg index */
223 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
276 if (temp >= 0)
277 i915_release_temp(p, temp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 63 unsigned temp = rc_find_free_temporary(&compiler->Base); local
69 inst_mov->U.I.DstReg.Index = temp;
78 inst->U.I.SrcReg[0].Index = temp;
86 unsigned temp = rc_find_free_temporary(&compiler->Base); local
91 inst_rcp->U.I.DstReg.Index = temp;
102 inst_mul->U.I.DstReg.Index = temp;
105 inst_mul->U.I.SrcReg[1].Index = temp;
111 inst->U.I.SrcReg[0].Index = temp;
168 /* Redirect TEX to a new temp. */
280 * MUL temp, texcoord, <scaling factor constant
302 unsigned temp = rc_find_free_temporary(c); local
411 unsigned temp = rc_find_free_temporary(c); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 239 ir_variable *temp = new(ir) ir_variable(ir->operands[1]->type, "mod_b", local
241 this->base_ir->insert_before(temp);
244 new(ir) ir_assignment(new(ir) ir_dereference_variable(temp),
252 new(ir) ir_dereference_variable(temp));
266 ir->operands[0] = new(ir) ir_dereference_variable(temp);

Completed in 530 milliseconds

<<11121314151617181920>>