HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 276 - 300 of 1246) sorted by null

<<11121314151617181920>>

  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 9 * @version $Id: langcheck.php 1971 2008-12-25 15:14:14Z benbe $
458 foreach($keywords as $id => $kw) { variable
460 report_error(TYPE_WARNING, "Language file contains an non-string entry at \$language_data['KEYWORDS'][$key][$id]!");
462 report_error(TYPE_ERROR, "Language file contains an empty string entry at \$language_data['KEYWORDS'][$key][$id]!");
464 report_error(TYPE_NOTICE, "Language file contains an keyword ('$kw') at \$language_data['KEYWORDS'][$key][$id] which seems to be better suited for the symbols section!");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 53 String id = tok.toLowerCase(); local
55 if (TokenNames.MON.equalsIgnoreCase(id))
57 else if (TokenNames.TUE.equalsIgnoreCase(id))
59 else if (TokenNames.WED.equalsIgnoreCase(id))
61 else if (TokenNames.THU.equalsIgnoreCase(id))
63 else if (TokenNames.FRI.equalsIgnoreCase(id))
65 else if (TokenNames.SAT.equalsIgnoreCase(id))
67 else if (TokenNames.SUN.equalsIgnoreCase(id))
  /external/openssl/crypto/engine/
eng_int.h 157 const char *id; member in struct:engine_st
  /external/openssl/crypto/x509v3/
pcy_int.h 182 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *id,
187 const ASN1_OBJECT *id);
199 const ASN1_OBJECT *id);
202 const ASN1_OBJECT *id); variable
  /external/openssl/ssl/
s2_lib.c 123 /* list of available SSLv2 ciphers (sorted by id) */
421 unsigned long id; local
423 id=0x02000000L|((unsigned long)p[0]<<16L)|
425 c.id=id;
439 l=c->id;
  /external/ppp/pppd/
cbcp.c 36 #define RCSID "$Id: cbcp.c,v 1.16 2004/10/28 00:15:36 paulus Exp $"
160 u_char code, id; local
174 GETCHAR(id, inp);
187 us->us_id = id;
197 if (debug && id != us->us_id)
198 dbglog("id doesn't match: expected %d recv %d",
199 us->us_id, id);
233 int code, opt, id, len, olen, delay; local
240 GETCHAR(id, p);
250 printer(arg, " id=0x%x", id)
    [all...]
fsm.c 43 #define RCSID "$Id: fsm.c,v 1.23 2004/11/13 02:28:15 paulus Exp $"
47 * Randomize fsm id on link/init.
85 f->id = 0; /* XXX Start with random id? */
222 fsm_sdata(f, TERMREQ, f->reqid = ++f->id,
298 fsm_sdata(f, TERMREQ, f->reqid = ++f->id,
340 u_char code, id; local
344 * Parse header (code, id and length).
353 GETCHAR(id, inp);
376 fsm_rconfreq(f, id, inp, len)
684 u_char code, id; local
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 193 int i, id, id_max = 0; local
197 id = strtoul(sn->id_str, NULL, 10);
198 if (id > id_max)
199 id_max = id;
231 /* if no id is provided, a new one is constructed */
242 /* compute a new id */
246 /* check that the ID is unique */
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 189 /* Get the thread id */
281 Uint32 id; local
284 id = thread->threadid;
286 id = SDL_ThreadID();
288 return(id);
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 174 /* Get the thread id */
261 Uint32 id; local
264 id = thread->threadid;
266 id = SDL_ThreadID();
268 return(id);
  /external/srec/srec/Nametag/src/
NametagsImpl.c 79 LCHAR* id; local
137 /* Get the Nametag ID */
138 id = line;
141 for (value = id + 1; *value != L('\0') && !LISSPACE(*value); ++value);
145 PLogError(L("%s: Cannot find end of Nametag id"), ESR_rc2str(rc));
148 /* Delimit end of nametag ID */
160 /* We now have both the Nametag ID and value */
162 CHKLOG(rc, SR_NametagCreateFromValue(id, (const char*)value, len, &newNametag));
164 CHKLOG(rc, impl->value->put(impl->value, id, newNametag));
166 if (LSTRLEN(id) > NAMETAGID_LENGTH
200 LCHAR* id; local
280 LCHAR* id; local
351 LCHAR* id; local
    [all...]
  /external/stlport/stlport/stl/
_ctype.h 114 static _STLP_STATIC_DECLSPEC locale::id id; member in class:ctype
217 static _STLP_STATIC_DECLSPEC locale::id id; member in class:ctype
_monetary.h 70 static locale::id id; member in class:money_get
102 static _STLP_STATIC_DECLSPEC locale::id id; member in class:moneypunct
142 static _STLP_STATIC_DECLSPEC locale::id id; member in class:moneypunct
183 static _STLP_STATIC_DECLSPEC locale::id id; member in class:moneypunct
222 static _STLP_STATIC_DECLSPEC locale::id id; member in class:moneypunct
403 static locale::id id; member in class:money_put
    [all...]
_time_facets.c 39 locale::id time_get<_CharT, _InputIterator>::id; member in class:_InputIterator
42 locale::id time_put<_CharT, _OutputIterator>::id; member in class:_OutputIterator
  /external/v8/src/
serialize.h 101 int id = key & kReferenceIdMask; local
102 return &encodings_[type][id];
503 // unique ID, and deserializing several partial snapshots containing script
v8threads.h 49 // Id of thread.
50 void set_id(int id) { id_ = id; }
51 int id() { return id_; } function in class:v8::internal::ThreadState
  /external/webkit/WebCore/css/
CSSParserValues.h 43 int id; member in struct:WebCore::CSSParserValue
  /external/webkit/WebCore/html/
DataGridColumn.h 47 const AtomicString& id() const { return m_id; } function in class:WebCore::DataGridColumn
48 void setId(const AtomicString& id) { m_id = id; columnChanged(); }
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 231 void ApplicationCacheHost::notifyDOMApplicationCache(EventID id)
235 m_deferredEvents.append(id);
240 m_domApplicationCache->dispatchEvent(Event::create(DOMApplicationCache::toEventType(id), false, false), ec);
249 EventID id = m_deferredEvents[i]; local
252 m_domApplicationCache->dispatchEvent(Event::create(DOMApplicationCache::toEventType(id), false, false), ec);
  /external/webkit/WebKit/chromium/src/
ApplicationCacheHost.cpp 198 void ApplicationCacheHost::notifyDOMApplicationCache(EventID id)
201 m_deferredEvents.append(id);
206 m_domApplicationCache->dispatchEvent(Event::create(DOMApplicationCache::toEventType(id), false, false), ec);
215 EventID id = m_deferredEvents[i]; local
218 m_domApplicationCache->dispatchEvent(Event::create(DOMApplicationCache::toEventType(id), false, false), ec);
  /external/wpa_supplicant/
main_winsvc.c 351 DWORD id; local
378 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id)
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 139 String id = nextArg(); local
140 if (id == null) {
141 System.err.println("Error: no input method ID specified");
147 boolean res = mImm.setInputMethodEnabled(id, state);
149 System.out.println("Input method " + id + ": "
152 System.out.println("Input method " + id + ": "
166 String id = nextArg(); local
167 if (id == null) {
168 System.err.println("Error: no input method ID specified");
174 mImm.setInputMethod(null, id);
    [all...]
  /frameworks/base/core/java/android/gesture/
Instance.java 41 // the id of the instance
42 final long id; field in class:Instance
44 private Instance(long id, float[] sample, String sampleName) {
45 this.id = id;
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 210 private static void readId(InputStream in, String id) throws IOException {
211 for (int i = 0; i < id.length(); i++) {
212 if (id.charAt(i) != in.read()) throw new IOException( id + " tag not present");
253 private static void writeId(OutputStream out, String id) throws IOException {
254 for (int i = 0; i < id.length(); i++) out.write(id.charAt(i));
  /frameworks/base/core/java/android/webkit/
FileLoader.java 107 // get the resource id from the path. e.g. for the path like
108 // drawable/foo.png, the id is located at field "foo" of class
134 final int id = field.getInt(null); local
136 mContext.getResources().getValue(id, value, true);

Completed in 1652 milliseconds

<<11121314151617181920>>