HomeSort by relevance Sort by last modified time
    Searched refs:islast (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 114 * @islast: Buffer for indicating whether this is the last message (= 1)
121 struct advertisement_state_machine *a, int *islast)
128 *islast = 0;
207 *islast = 1;
226 int islast = 0; local
242 while (!islast) {
243 msg = next_advertisement(sm, a, &islast);
266 int islast = 0; local
282 msg = next_advertisement(sm, a, &islast);
297 } else if (islast) {
386 int islast = 0; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 207 u32 islast; member in struct:vdec_buf_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 176 u32 islast; member in struct:vdec_buf_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 207 u32 islast; member in struct:vdec_buf_info
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 176 u32 islast; member in struct:vdec_buf_info
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 82 _blanklines = ('\r\n', '\n') # Optimization for islast()
173 elif self.islast(line):
209 def islast(self, line): member in class:Message
    [all...]
httplib.py 301 elif self.islast(line):
    [all...]
  /external/python/cpython2/Lib/
rfc822.py 82 _blanklines = ('\r\n', '\n') # Optimization for islast()
173 elif self.islast(line):
214 def islast(self, line): member in class:Message
    [all...]
httplib.py 337 elif self.islast(line):
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 278 boolean islast = (endline == getLineCount());
330 if (mIncludePad && islast) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 82 _blanklines = ('\r\n', '\n') # Optimization for islast()
173 elif self.islast(line):
209 def islast(self, line): member in class:Message
    [all...]
httplib.py 301 elif self.islast(line):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 82 _blanklines = ('\r\n', '\n') # Optimization for islast()
173 elif self.islast(line):
209 def islast(self, line): member in class:Message
    [all...]
httplib.py 301 elif self.islast(line):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 82 _blanklines = ('\r\n', '\n') # Optimization for islast()
173 elif self.islast(line):
209 def islast(self, line): member in class:Message
    [all...]
httplib.py 301 elif self.islast(line):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 82 _blanklines = ('\r\n', '\n') # Optimization for islast()
173 elif self.islast(line):
209 def islast(self, line): member in class:Message
    [all...]
httplib.py 301 elif self.islast(line):
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 688 public void bindChildView(View view, Context context, Cursor cursor, boolean islast) {
    [all...]

Completed in 394 milliseconds