HomeSort by relevance Sort by last modified time
    Searched full:assigned (Results 26 - 50 of 1561) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
idempotent-operations.c 13 x = x; // expected-warning {{Assigned value is always the same as the existing value}}
71 result = result; // expected-warning {{Assigned value is always the same as the existing value}}
90 if (!(p = &array[0])) { // expected-warning{{Assigned value is always the same as the existing value}}
113 // if a self assigned variable is used later, then it should be reported still
114 param2 = param2; // expected-warning{{Assigned value is always the same as the existing value}}
118 nonparam = nonparam; // expected-warning{{Assigned value is always the same as the existing value}}
183 a = a; // expected-warning{{Assigned value is always the same as the existing value}}
  /frameworks/base/core/java/com/google/android/mms/pdu/
CharacterSets.java 25 * IANA assigned MIB enum numbers.
138 * is assigned to by IANA.
140 * @param mibEnumValue An IANA assigned MIBEnum number.
154 * Map a well-known charset name to its assigned MIBEnum number.
157 * @return The MIBEnum number assigned by IANA for this charset.
  /external/chromium/chrome/browser/resources/shared/js/cr/
command_line.js 22 * was assigned a value, such as --foo=bar, then options['--foo'] will be
23 * set to 'bar'. If the argument was not assigned a value, such as
54 * with two dashes, and may optionally be assigned a value as in
  /external/chromium/net/tools/flip_server/
buffer_interface.h 51 // Gets a pointer which can be written to (assigned to).
57 // ptr - assigned a pointer to which we can write
68 // ptr - assigned a pointer from which we may read
create_listener.h 38 // listen_fd - this will be assigned a positive value if the socket is
39 // successfully created, else it will be assigned -1.
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.h 37 int reg; // First varying register, assigned during link
38 int col; // First register element, assigned during link
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 39 * The unique ID for a row assigned by the sync source. NULL if the row has never been synced.
51 * The version of the row, as assigned by the server.
  /external/chromium/chrome/browser/download/
download_file.h 39 // The unique identifier for this download, assigned at creation by
  /external/chromium/chrome/browser/net/
url_request_tracking.h 22 // please call this function to store its PID (NOT its browser-assigned unique
url_info.cc 51 case ASSIGNED: // It's being resolved.
105 state_ = ASSIGNED;
107 DLogResultsStats("DNS Prefetch assigned");
112 DCHECK(ASSIGNED == state_);
132 DCHECK(ASSIGNED == state_ || ASSIGNED_BUT_MARKED == state_);
137 DCHECK(ASSIGNED == state_);
149 DCHECK(ASSIGNED == state_);
  /external/iproute2/man/man8/
tc-pfifo_fast.8 23 based on their Type of Service bits or assigned priority.
  /external/iptables/extensions/
libipt_MASQUERADE.man 5 chain. It should only be used with dynamically assigned IP (dialup)
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 29 * bytes assigned by the organization owning the OUI.
  /frameworks/base/graphics/java/android/graphics/
Xfermode.java 28 * specified in the Modes enum. When an Xfermode is assigned to an Paint, then
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Section.java 174 * once this instance has been assigned a file offset (via {@link
195 * once this instance has been assigned a file offset (via {@link
270 * {@code out} and verifying that either the assigned file
272 * file offset was not previously assigned, in which case it gets
273 * assigned to {@code out}'s cursor.
  /dalvik/dx/src/com/android/dx/dex/file/
Section.java 174 * once this instance has been assigned a file offset (via {@link
195 * once this instance has been assigned a file offset (via {@link
270 * {@code out} and verifying that either the assigned file
272 * file offset was not previously assigned, in which case it gets
273 * assigned to {@code out}'s cursor.
  /docs/source.android.com/src/source/
life-of-a-bug.md 74 detailed report of a legitimate issue, but has not yet been assigned to an
76 priority, at least insofar that if they were high priority, they'd be assigned
87 - *Assigned:*
89 actually assigned to a specific contributor to fix.
93 point it will enter *Reviewed* or *Assigned*. However,
  /external/kernel-headers/original/linux/
mod_devicetable.h 61 * @idVendor: USB vendor ID for a device; numbers are assigned
63 * @idProduct: Vendor-assigned product ID.
64 * @bcdDevice_lo: Low end of range of vendor-assigned product version numbers.
69 * @bDeviceClass: Class of device; numbers are assigned
75 * @bInterfaceClass: Class of interface; numbers are assigned
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 271 * semaphore and the current thread is next to be assigned a permit; or
301 * semaphore and the current thread is next to be assigned a permit.
305 * time at which the thread is assigned a permit may change compared to
356 * semaphore and the current thread is next to be assigned a permit; or
419 * methods for this semaphore, the current thread is next to be assigned
433 * Any permits that were to be assigned to this thread are instead
434 * assigned to other threads trying to acquire permits, as if
457 * methods for this semaphore, the current thread is next to be assigned
520 * methods for this semaphore, the current thread is next to be assigned
537 * Any permits that were to be assigned to this thread, are instea
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 91 * to call if the target instruction has been assigned an address,
103 * call if both this and the target instruction each has been assigned
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 91 * to call if the target instruction has been assigned an address,
103 * call if both this and the target instruction each has been assigned
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 46 * fetched and assigned at the time you call {@link #inject()}, consequently you should not do this
69 * will be assigned to the field.
  /external/bluetooth/glib/glib/
gthreadpool.h 63 /* Push new data into the thread pool. This task is assigned to a thread later
79 /* Get the number of threads assigned to that pool. This number doesn't
  /external/mesa3d/docs/
MESA_drm_image.spec 23 EGL Extension #not assigned
109 If <name> is non-NULL, a global name is assigned to the image and
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptfunction.cpp 52 // Make sure that the result will be assigned to the correct engine.
112 // Make sure that the result will be assigned to the correct engine.

Completed in 533 milliseconds

12 3 4 5 6 7 8 91011>>