/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
metadata_cache.js | 15 * drive: pinned, present, hosted, availableOffline 18 * Following are not fetched for non-present drive files. 71 * TODO(dgozman): pass entries to observer if present. 299 * Returns the cached metadata value, or |null| if not present. 615 * @param {Entry=} opt_entry The file entry if present. 663 * @param {Entry=} opt_entry The file entry if present. 692 * drive: { pinned, hosted, present, dirty, editUrl, contentUrl, driveApps } 740 * @param {Entry=} opt_entry The file entry if present. 815 present: data.isPresent, 924 * @param {Entry=} opt_entry The file entry if present [all...] |
/external/aac/libAACdec/src/ |
aacdec_drc.cpp | 472 pDrcBs->pceInstanceTag = -1; /* not present */ 605 pDrcBs->pceInstanceTag = -1; /* Not present */ 606 pDrcBs->progRefLevel = -1; /* Not present */ 722 if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag present */ 749 int present = 0; 759 present++; 764 if (present > 1) { [all...] |
/external/chromium_org/sandbox/win/src/ |
restricted_token_unittest.cc | 430 bool present = false; local 433 present = true; 438 ASSERT_TRUE(present);
|
/external/chromium/chrome/browser/resources/net_internals/ |
util.js | 186 * Adds a header row, if not already present, and adds a new column to it, 240 // If header row is present, temporarily add a spacer row to |rows_|. 265 // Print title, if present.
|
/external/valgrind/main/exp-dhat/ |
dh_main.c | 154 // known to be present.) 242 Bool present = VG_(addToFM)( apinfo, local 244 tl_assert(!present); 491 Bool present = VG_(addToFM)( interval_tree, (UWord)bk, (UWord)0/*no val*/); local 492 tl_assert(!present); 604 Bool present local 606 tl_assert(!present); [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 459 result = parser.send( @parser_rule ) and present( result ) 463 def present( return_value ) method
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_manager.cc | 54 void CheckOwnerFilePresence(bool *present) { 56 *present = util->IsPublicKeyPresent();
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.cc | 155 bool present) { 157 if (present) { 205 // on the current present/powered state.
|
change_picture_options_handler.cc | 251 // User has an old default image, so present it in the same manner as a 394 void ChangePictureOptionsHandler::SetCameraPresent(bool present) { 395 base::FundamentalValue present_value(present);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.cc | 166 // Set the adapter to the newly added adapter only if no adapter is present. 403 void BluetoothAdapterChromeOS::PresentChanged(bool present) { 405 AdapterPresentChanged(this, present));
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 547 stw_dev->stw_winsys->present( screen, res, hdc ); 588 stw_dev->stw_winsys->present( screen, res, hdc );
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1170187.js | 30 // when an adapter frame is present.
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 547 stw_dev->stw_winsys->present( screen, res, hdc ); 588 stw_dev->stw_winsys->present( screen, res, hdc );
|
/external/v8/test/mjsunit/regress/ |
regress-1170187.js | 30 // when an adapter frame is present.
|
/external/valgrind/main/perf/ |
vg_perf.in | 44 # The prerequisite command, if present, must return 0 otherwise the test is 65 Any tools named in --tools must be present in all directories specified
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 26 DeviceView_Debug_Process_Tooltip=Debug the selected process, provided its source project is present and opened in the workspace.
|
/build/core/ |
cleanbuild.mk | 63 # Read the current state from the file, if present. 133 # Read the current state from the file, if present.
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_event_router.cc | 194 device::BluetoothAdapter* adapter, bool present) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_st.c | 200 return gsurf->native->present(gsurf->native, &ctrl);
|
/external/chromium_org/v8/test/mjsunit/ |
array-unshift.js | 42 // (if present, of course) 120 // (if present, of course)
|
/external/chromium_org/v8/test/webkit/fast/js/ |
JSON-parse-reviver.js | 44 debug("Ensure that the holder already has all the properties present at the start of filtering"); 127 debug("Ensure that the holder already has all the properties present at the start of filtering");
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_st.c | 200 return gsurf->native->present(gsurf->native, &ctrl);
|
/external/qemu/android/config/linux-x86/asm/ |
kvm.h | 104 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
|
/external/qemu/android/config/linux-x86_64/asm/ |
kvm.h | 104 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
|
/external/qemu/target-i386/ |
hax-interface.h | 96 uint32 present : 1; member in struct:segment_desc_t::__anon27370::__anon27371
|