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

<<21222324252627282930>>

  /external/chromium/chrome/common/extensions/
extension_messages.cc 44 Value* temp = NULL; local
45 if (extension->manifest_value()->Get(kRendererExtensionKeys[i], &temp))
46 manifest->Set(kRendererExtensionKeys[i], temp->DeepCopy());
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 160 POINT temp = screen_point.ToPOINT(); local
161 ClientToScreen(web_contents_->GetView()->GetNativeView(), &temp);
162 screen_point = temp;
  /external/chromium_org/chrome/installer/util/
browser_distribution.cc 79 DistributionClass* temp = new DistributionClass(); local
82 reinterpret_cast<base::subtle::AtomicWord>(temp)) != NULL)
83 delete temp;
  /external/chromium_org/components/nacl/loader/
nacl_validation_query.cc 107 // Calculate the digest into a temp buffer. It is likely safe to calculate it
110 unsigned char temp[kDigestLength]; local
111 CHECK(hasher_.Sign(base::StringPiece(buffer_, buffer_length_), temp,
113 memcpy(buffer_, temp, kDigestLength);
  /external/chromium_org/google_apis/
google_api_keys.cc 204 std::string temp; local
205 if (environment->GetVar(environment_variable_name, &temp)) {
206 key_value = 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/mesa/src/src/mapi/glapi/gen/
gl_x86-64_asm.py 68 temp = copy.deepcopy(registers)
69 while len(temp):
70 [reg, stack_offset] = temp.pop()
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 44 with tempfile.NamedTemporaryFile() as temp:
46 temp.name, file], stdout=subprocess.PIPE)
49 data = temp.read()
  /external/e2fsprogs/ext2ed/
group_com.c 110 long group_num,temp; local
112 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
113 group_num=temp/sizeof (struct ext2_group_desc);
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 98 ColVectorType temp(rows);
113 temp.data());
125 temp.data());
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 220 ExitHookManager temp = null; typedefs
223 temp = ExitHookManager.getSingleton ();
230 EXIT_HOOK_MANAGER = temp;
  /external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java 45 byte[] temp = new byte[values.length];
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Bytes.asList(temp);
CharArrayAsListTest.java 45 char[] temp = new char[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Chars.asList(temp);
DoubleArrayAsListTest.java 45 double[] temp = new double[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Doubles.asList(temp);
FloatArrayAsListTest.java 45 float[] temp = new float[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Floats.asList(temp);
IntArrayAsListTest.java 46 int[] temp = new int[values.length]; local
48 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
50 return Ints.asList(temp);
LongArrayAsListTest.java 45 long[] temp = new long[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Longs.asList(temp);
ShortArrayAsListTest.java 45 short[] temp = new short[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Shorts.asList(temp);
  /external/icu4c/tools/toolutil/
filestrm.c 82 FILE* temp = fopen(filename, "r"); local
83 if (temp) {
84 fclose(temp);
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 62 Byte temp = _cache; local
65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32)));
66 temp = 0xFF;
  /external/marisa-trie/lib/marisa/
trie-build.cc 73 Trie temp; local
77 temp.build_trie(keys, &terminals, progress);
92 temp.terminal_flags_.push_back(false);
96 temp.terminal_flags_.push_back(true);
100 while (node < temp.labels_.size()) {
101 temp.terminal_flags_.push_back(false);
105 temp.terminal_flags_.build();
106 temp.terminal_flags_.clear_select0s();
107 progress.test_total_size(temp.terminal_flags_.total_size());
111 key_ids[pairs[i].second] = temp.node_to_key_id(pairs[i].first)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-build.cc 82 Trie temp; local
86 temp.build_trie(keys, &terminals, progress);
101 temp.terminal_flags_.push_back(false);
105 temp.terminal_flags_.push_back(true);
109 while (node < temp.labels_.size()) {
110 temp.terminal_flags_.push_back(false);
114 temp.terminal_flags_.build();
115 temp.terminal_flags_.clear_select0s();
116 progress.test_total_size(temp.terminal_flags_.total_size());
120 key_ids[pairs[i].second] = temp.node_to_key_id(pairs[i].first)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86-64_asm.py 68 temp = copy.deepcopy(registers)
69 while len(temp):
70 [reg, stack_offset] = temp.pop()
  /external/srec/shared/src/
IntArrayListImpl.c 81 int* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(int)); local
82 if (temp == NULL)
84 impl->contents = temp;
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 67 EAS_I32 temp; local
85 result = EAS_ParseMetaData(easData, easHandle, &temp);
99 sprintf(buffer, "%ld", temp);

Completed in 522 milliseconds

<<21222324252627282930>>