HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2276 - 2300 of 4804) sorted by null

<<919293949596979899100>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 537 const u8 *pos; local
540 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PWD, respData, &len);
541 if (pos == NULL || len < 1) {
547 EAP_PWD_GET_EXCHANGE(*pos), (int) len);
550 ((EAP_PWD_GET_EXCHANGE(*pos)) == EAP_PWD_OPCODE_ID_EXCH))
554 ((EAP_PWD_GET_EXCHANGE(*pos)) == EAP_PWD_OPCODE_COMMIT_EXCH))
558 ((EAP_PWD_GET_EXCHANGE(*pos)) == EAP_PWD_OPCODE_CONFIRM_EXCH))
562 *pos, data->state);
857 const u8 *pos; local
862 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PWD, respData, &len)
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/v8/src/
ast.h 725 void set_condition_position(int pos) { condition_position_ = pos; }
982 int pos);
993 void set_position(int pos) { position_ = pos; }
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 423 long pos; local
428 pos = ftell(f);
429 if (pos == -1) {
434 delta = align - (pos & (align-1));
436 pos += delta;
437 if (fseek(f, pos, SEEK_SET) < 0) {
443 return pos;
640 long pos; local
667 if ((pos = ftell(info->f)) == -1) {
672 pos = elf_secthead_set_file_offset(shead, pos)
733 long pos; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 159 * the parser whenever it hits this line/pos.
162 void Location(int line, int pos);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 161 * the parser whenever it hits this line/pos.
164 void Location( int line, int pos );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 45 public void location(int line, int pos) {}
DebugEventListener.java 137 * the parser whenever it hits this line/pos.
139 public void location(int line, int pos);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTree.h 122 - (void) setCharPositionInLine:(NSUInteger)pos;
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java 130 int pos = 5; local
166 bb1.position(pos);
210 int pos = 5; local
211 bb1.position(pos);
  /external/bluetooth/bluedroid/btif/include/
btif_config.h 65 short btif_config_next_value(short pos, const char* section, const char* key, char* value_name, int* value_name_bytes);
  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.h 50 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
  /external/chromium/chrome/browser/ui/views/
html_dialog_view.h 75 virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
  /external/chromium_org/ash/wm/
window_positioner.h 106 gfx::Rect AlignPopupPosition(const gfx::Rect &pos,
  /external/chromium_org/chrome/browser/extensions/
policy_handlers.cc 156 size_t pos = entry_string.find(';'); local
157 if (pos == std::string::npos) {
166 std::string extension_id = entry_string.substr(0, pos);
167 std::string update_url = entry_string.substr(pos+1);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h 45 virtual bool WindowContainsPoint(gfx::Point pos) = 0;
  /external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.h 40 virtual bool WindowContainsPoint(gfx::Point pos) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 70 virtual bool WindowContainsPoint(gfx::Point pos) OVERRIDE;
  /external/chromium_org/chrome/installer/util/
lzma_util.cc 45 SRes SzFileSeekImp(void *object, Int64 *pos, ESzSeek origin) {
48 value.LowPart = (DWORD) *pos;
49 value.HighPart = (LONG) ((UInt64) *pos >> 32);
66 *pos = ((Int64)value.HighPart << 32) | value.LowPart;
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 278 size_t pos = driver_version.find_first_not_of("0123456789."); local
279 if (pos == 0)
281 if (pos != std::string::npos)
282 driver_version = driver_version.substr(0, pos);
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
socket.cc 171 size_t pos = host.rfind(':'); local
172 if (pos != std::string::npos) {
173 hostname = host.substr(0, pos);
174 port = atoi(host.substr(pos+1).c_str());
  /external/chromium_org/net/dns/
dns_response.h 59 // |pos|. Stores output (even partial) in |out| unless |out| is NULL. |out|
65 unsigned ReadName(const void* pos, std::string* out) const;
  /external/chromium_org/net/tools/fetch/
http_listen_socket.cc 116 int pos = 0; local
123 while (pos < data_len) {
124 char ch = recv_data_[pos++];
169 recv_data_ = recv_data_.substr(pos);
  /external/chromium_org/ppapi/generators/
idl_log.py 34 def LogLine(self, filename, lineno, pos, msg):
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.h 106 void parseEventStreamLine(unsigned pos, int fieldLength, int lineLength);

Completed in 1142 milliseconds

<<919293949596979899100>>