/external/valgrind/main/VEX/switchback/ |
test_simple.c | 8 void entry ( void*(*service)(int,int) ) function
|
test_hello.c | 15 void entry ( void*(*service)(int,int) ) function
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
shim_entry.c | 15 * This is the true entry point for untrusted code. 21 Elf32_auxv_t *entry = NULL; local 24 entry = av; 29 if (entry != NULL) { 33 __pnacl_real_irt_interface = (TYPE_nacl_irt_query) entry->a_un.a_val; 38 entry->a_type = AT_SYSINFO; 39 entry->a_un.a_val = (uintptr_t) __pnacl_irt_interface_wrapper; 42 /* If entry is NULL still allow startup to continue. It may be the case 49 * Thus we always wrap _start, even if there is no IRT auxv entry. 53 * Call the user entry point function. It should not return [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
NLSF_unpack.c | 43 opus_uint8 entry; local 48 entry = *ec_sel_ptr++; 49 ec_ix [ i ] = silk_SMULBB( silk_RSHIFT( entry, 1 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 ); 50 pred_Q8[ i ] = psNLSF_CB->pred_Q8[ i + ( entry & 1 ) * ( psNLSF_CB->order - 1 ) ]; 51 ec_ix [ i + 1 ] = silk_SMULBB( silk_RSHIFT( entry, 5 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 ); 52 pred_Q8[ i + 1 ] = psNLSF_CB->pred_Q8[ i + ( silk_RSHIFT( entry, 4 ) & 1 ) * ( psNLSF_CB->order - 1 ) + 1 ];
|
/external/clang/test/CodeGen/ |
PR2643-null-store-to-bitfield.c | 8 } entry = {0}; local
|
/external/chromium_org/chrome/browser/install_verification/win/ |
module_verification_common.cc | 34 ModuleIDs::const_iterator entry = module_ids.find(module_name_digests[i]); local 35 if (entry != module_ids.end()) 36 delegate(entry->second);
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
CSVFormatter.java | 42 public String getOutput(TrackerEntry entry) { 45 rowOutput.append(entry.getTimestamp()); 47 rowOutput.append(entry.getTag()); 49 //rowOutput.append(entry.getType()); 51 if (entry.getType() == EntryType.LOCATION_TYPE) { 52 if (entry.getLocation().hasAccuracy()) { 53 rowOutput.append(entry.getLocation().getAccuracy()); 56 rowOutput.append(entry.getLocation().getLatitude()); 58 rowOutput.append(entry.getLocation().getLongitude()); 60 if (entry.getLocation().hasAltitude()) [all...] |
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
DemoLaunchAdapter.java | 42 DemoLaunchEntry entry = listDemos.get(position); local 49 tvDemoName.setText(entry.getName()); 52 tvDescription.setText(entry.getDescription()); 59 DemoLaunchEntry entry = (DemoLaunchEntry) view.getTag(); local 66 private void showDialog(DemoLaunchEntry entry) {
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client_browsertest.cc | 21 // Returns the last committed navigation entry of the first tab. May be NULL 22 // if there is no such entry. 35 NavigationEntry* entry = GetLastCommittedEntry(); local 37 ASSERT_TRUE(entry != NULL); 38 EXPECT_EQ(url_long, entry->GetURL()); 39 EXPECT_EQ(url_short, entry->GetVirtualURL()); 48 NavigationEntry* entry = GetLastCommittedEntry(); local 50 ASSERT_TRUE(entry != NULL); 51 EXPECT_EQ(url_long, entry->GetURL()); 52 EXPECT_EQ(url_short, entry->GetVirtualURL()) 60 NavigationEntry* entry = GetLastCommittedEntry(); local 72 NavigationEntry* entry = GetLastCommittedEntry(); local 90 NavigationEntry* entry = GetLastCommittedEntry(); local [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_file_operation_unittest.cc | 60 // Create succeeds if no entry exists. 101 ResourceEntry entry; local 102 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPng1, &entry)); 103 EXPECT_EQ("image/png", entry.file_specific_info().content_mime_type()); 115 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPng2, &entry)); 116 EXPECT_EQ(kSpecialMimeType, entry.file_specific_info().content_mime_type()); 128 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kUnknown, &entry)); 130 entry.file_specific_info().content_mime_type());
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
remove_stale_cache_files.cc | 25 ResourceEntry entry; local 27 &entry); 28 // Stale = the entry is not found, or not dirty but the MD5 does not match. 31 it->GetValue().md5() != entry.file_specific_info().md5())) {
|
/external/chromium_org/chrome/browser/ui/views/ |
accelerator_table_unittest.cc | 37 const AcceleratorMapping& entry = *it; local 38 EXPECT_TRUE(acclerators.insert(entry).second) 39 << "Duplicated accelerator: " << entry.keycode << ", " 40 << (entry.modifiers & ui::EF_SHIFT_DOWN) << ", " 41 << (entry.modifiers & ui::EF_CONTROL_DOWN) << ", " 42 << (entry.modifiers & ui::EF_ALT_DOWN); 52 const AcceleratorMapping& entry = *it; local 53 acclerators.insert(entry); 63 AcceleratorMapping entry; local 64 entry.keycode = ash_entry.keycode [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftsnames.c | 57 TT_NameEntryRec* entry = ttface->name_table.names + idx; local 61 if ( entry->stringLength > 0 && entry->string == NULL ) 67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) || 68 FT_STREAM_SEEK( entry->stringOffset ) || 69 FT_STREAM_READ( entry->string, entry->stringLength ) ) 71 FT_FREE( entry->string ); 72 entry->stringLength = 0 [all...] |
/external/freetype/src/base/ |
ftsnames.c | 57 TT_NameEntryRec* entry = ttface->name_table.names + idx; local 61 if ( entry->stringLength > 0 && entry->string == NULL ) 67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) || 68 FT_STREAM_SEEK( entry->stringOffset ) || 69 FT_STREAM_READ( entry->string, entry->stringLength ) ) 71 FT_FREE( entry->string ); 72 entry->stringLength = 0 [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFDebugRangeList.cpp | 31 RangeListEntry entry; local 33 entry.StartAddress = data.getAddress(offset_ptr); 34 entry.EndAddress = data.getAddress(offset_ptr); 40 if (entry.isEndOfListEntry()) 42 Entries.push_back(entry);
|
/external/oprofile/opjitconv/ |
conversion.c | 20 struct jitentry * entry, * next; local 22 for (entry = jitentry_list; entry; entry = next) { 23 if (entry->sym_name_malloced) 24 free(entry->symbol_name); 25 next = entry->next; 26 free(entry); 33 struct jitentry_debug_line * entry, * next; local 35 for (entry = jitentry_debug_line_list; entry; entry = next) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
entry_pred.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred 83 operator()(entry p_v) const
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
entry_pred.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred 83 operator()(entry p_v) const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
entry_pred.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred 83 operator()(entry p_v) const
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|
entry_pred.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_pred 83 operator()(entry p_v) const
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp 83 operator()(entry p_lhs, entry p_rhs) const
|