HomeSort by relevance Sort by last modified time
    Searched full:updated (Results 901 - 925 of 3563) sorted by null

<<31323334353637383940>>

  /external/libvpx/vp8/decoder/
decodframe.c 524 /* All buffers are implicitly updated on key frames. */
666 /* Signal whether or not the segmentation map is being explicitly updated this frame. */
721 /* Do the deltas need to be updated */
777 /* Determine if the golden frame or ARF buffer should be updated and how.
783 /* Should the GF or ARF be updated from the current frame */
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsPanel.js 426 this.recentlyModifiedNodes.push({node: event.data, updated: true});
436 this.recentlyModifiedNodes.push({node: event.data, updated: true});
483 if (this.recentlyModifiedNodes[i].updated) {
515 // Once styles are edited, the Metrics pane should be updated.
522 // Once metrics are edited, the Styles pane should be updated.
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_audio_specific_config.cpp 36 (1) updated revision history
69 pVars->prog_config contents are updated with the information read in.
70 pVars->mc_info contents are updated with channel information.
71 pVars->pWinSeqInfo contents are updated with window information.
72 pVars->SFBWidth128 contents are updated with scale factor band width data.
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 225 * {@code endIndex} members will be updated with the position of the first
258 * {@code endIndex} members will be updated with the position of the first
283 * will be updated with the position of the first occurrence of this field
553 * the index of the {@code ParsePosition} is updated to the index following
562 * successful, it is updated with the index following the parsed
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2005-12-19 287 (KJS::JSUnprotectedEventListener::JSUnprotectedEventListener): Updated since type
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 281 // input method configuration being updated. |section| is a section name of
339 // and input method configuration being updated.
356 // updated, if necessary. See also: MaybeStartInputMethodDaemon().
430 VLOG(1) << "Updated preload_engines: " << value.ToString();
525 // Called when properties are updated in the IBus daemon.
591 // For now, we have to do this every time to keep indicators updated. See
    [all...]
  /external/icu4c/common/
ucnv_u16.c 245 /* write back the updated pointers */
363 /* write back the updated pointers */
483 /* write back the updated pointers */
844 /* write back the updated pointers */
962 /* write back the updated pointers */
    [all...]
  /external/kernel-headers/original/linux/
wireless.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
442 /* Statistics flags (bitmask in updated) */
443 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
675 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /external/libvpx/vp8/encoder/
bitstream.c     [all...]
  /external/llvm/docs/
HowToReleaseLLVM.html 71 <li><p>The release notes are updated.</p></li>
206 updated for the next release.</p>
476 Notes" must be updated to reflect new features, bug fixes, new known issues,
478 should be updated to reflect the new release version number tag avaiable from
516 <p>The LLVM demo page must be updated to use the new release. This consists of
524 <p>The website must be updated before the release announcement is sent out. Here
  /external/tcpdump/
CHANGES 65 Updated list of DNS RR typecodes
215 Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
258 DHCP6 updated to draft-22.txt spec.
280 ESP printing updated to RFC2406.
300 Updated autoconf stock files.
326 - Updated PIMv1, PIMv2, DVMRP, IGMP parsers, add Cisco Auto-RP parser
  /external/wpa_supplicant/
wireless_copy.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
455 /* Statistics flags (bitmask in updated) */
456 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
718 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
455 /* Statistics flags (bitmask in updated) */
456 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
726 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /external/wpa_supplicant_8/src/drivers/
wireless_copy.h 145 * - Updated iw_params (disable, flags) and use it for NWID
203 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
480 /* Statistics flags (bitmask in updated) */
481 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
753 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
454 /* Statistics flags (bitmask in updated) */
455 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
702 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java 55 * those that can be updated and compute dependencies too.
70 * those that can be updated and compute dependencies too.
110 // Finally we need to look at *existing* packages which are not being updated
334 // Remove the one that can be updated by this new one.
356 * Check all local archives which are NOT being updated and see if they
374 // Is this local archive being updated?
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 642 UPDATED,
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item.java 22 * to be updated if symbols are added to its lookahead set. During
28 * @version last updated: 11/25/95
non_terminal.java 11 * @version last updated: 11/25/95
187 /* get the updated first of that production */
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 222 /* Memory content may be updated. Stop looking now. */
345 /* Memory content may be updated. Stop looking now. */
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 383 // There are two parsing mode: in root mode, rootPath is updated and nodes matching
386 // updated as children are parsed and projectionPatterns are searched in nodePath.
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc 249 // Check that the index in parent has been updated.
454 // Check that the index in parent has been updated.
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 315 // GoogleURL should be updated, becase there was no last prompted URL.
331 // GoogleURL should not be updated, because the fetched and prompted URLs
  /external/chromium/chrome/browser/history/
thumbnail_database.h 105 // Sets the time the favicon was last updated.
119 // Gets the png encoded favicon and last updated time for the specified

Completed in 680 milliseconds

<<31323334353637383940>>