HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1626 - 1650 of 2299) sorted by null

<<61626364656667686970>>

  /external/wpa_supplicant/
eap_leap.c 305 switch (eap->code) {
315 wpa_printf(MSG_INFO, "EAP-LEAP: Unexpected EAP code (%d) - "
316 "ignored", eap->code);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_leap.c 306 switch (eap->code) {
314 wpa_printf(MSG_INFO, "EAP-LEAP: Unexpected EAP code (%d) - "
315 "ignored", eap->code);
  /external/zlib/
inflate.c 10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
200 thereafter. This reduces the size of the code by about 2K bytes, in
210 static code *lenfix, *distfix;
211 static code fixed[544];
216 static code *next;
285 printf(" static const code lenfix[%u] = {", size);
296 printf("\n static const code distfix[%u] = {", size)
    [all...]
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 112 jint code = (jint)st->next(); local
113 switch (code) {
AndroidRuntime.cpp 174 * Code written in the Java Programming Language calls here from main().
243 // There is also a global font cache, but its budget is specified in code
377 * this because we call into Java Programming Language code and
430 static void runtime_exit(int code)
432 gCurRuntime->onExit(code);
433 exit(code);
768 * Enable profile collection on JIT'ed code.
    [all...]
  /frameworks/base/libs/binder/
BpBinder.cpp 160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
165 mHandle, code, data, reply, flags);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
CallbackProxy.java 487 public void setMockGeolocationError(int code, String message) {
488 MockGeolocation.getInstance().setError(code, message);
  /hardware/qcom/gps/loc_api/libloc_api/
Android.mk 4 #? Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
real.h 312 #define REAL_ARITHMETIC(value, code, d1, d2) \
313 real_arithmetic (&(value), code, &(d1), &(d2))
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 327 protected boolean onTransact(int code, Parcel data, Parcel reply,
329 if (code == LocalService.STARTED_CODE) {
351 } else if (code == LocalService.DESTROYED_CODE) {
360 } else if (code == LocalService.UNBIND_CODE) {
371 } else if (code == LocalService.REBIND_CODE) {
381 return super.onTransact(code, data, reply, flags);
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 17 * Javascript code for the interactive AJAX shell.
19 * Part of http://code.google.com/p/google-app-engine-samples/.
25 * Also includes cross-browser code (shell.getXmlHttpRequest) to get an
  /external/icu4c/test/cintltst/
cucdtst.c 377 break; /* done with code points, got a string or -1 */
1497 uint32_t code; member in struct:__anon2345
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 361 if ((digest->code != CHAP_MD5)
363 && (digest->code != CHAP_MICROSOFT)
364 && (digest->code != CHAP_MICROSOFT_V2)
367 error("RADIUS: Challenge type %u unsupported", digest->code);
395 switch (digest->code) {
697 if (digest && (digest->code == CHAP_MICROSOFT_V2) && !ms_chap2_success)
1115 link_stats_valid = 0; /* Force later code to update */
    [all...]
  /external/tcpdump/
smbutil.c 184 /* XXX - this should use the same code that the DNS dissector does */
867 int code; member in struct:__anon6209
904 { "ERRerror", 1, "Non-specific error code." },
963 int code; member in struct:__anon6210
991 if (err_classes[i].code == class) {
995 if (num == err[j].code) {
1011 u_int32_t code; member in struct:__anon6211
    [all...]
  /external/v8/test/mjsunit/
debug-handle.js 6 // * Redistributions of source code must retain the above copyright
35 function safeEval(code) {
37 return eval('(' + code + ')');
debug-setbreakpoint.js 6 // * Redistributions of source code must retain the above copyright
43 function safeEval(code) {
45 return eval('(' + code + ')');
switch.js 6 // * Redistributions of source code must retain the above copyright
147 // long enough case that code buffer grows during code-generation
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 55 // Swatch internet time. code simply grabbed from ppk,
177 // thanks to Matt Bannon for some much needed code-fixes here!
235 // is, we just use that. ppks code is nice, but wont
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 55 // Swatch internet time. code simply grabbed from ppk,
177 // thanks to Matt Bannon for some much needed code-fixes here!
235 // is, we just use that. ppks code is nice, but wont
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 88 LOG_VERBOSE(Media, "Error: %d, %s", err->code, err->message);
91 if (err->code == GST_STREAM_ERROR_CODEC_NOT_FOUND
92 || err->code == GST_STREAM_ERROR_WRONG_TYPE
93 || err->code == GST_STREAM_ERROR_FAILED
94 || err->code == GST_CORE_ERROR_MISSING_PLUGIN
95 || err->code == GST_RESOURCE_ERROR_NOT_FOUND)
    [all...]
  /frameworks/base/camera/libcameraservice/
CameraService.cpp     [all...]
  /external/v8/src/x64/
assembler-x64.cc 6 // * Redistributions of source code must retain the above copyright
119 Object* code = local
120 Heap::CreateCode(desc, NULL, Code::ComputeFlags(Code::STUB), NULL);
121 if (!code->IsCode()) return;
123 Code::cast(code), "CpuFeatures::Probe"));
125 F0 probe = FUNCTION_CAST<F0>(Code::cast(code)->entry());
142 // Patch the code at the current PC with a call to the target address
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 61 %of it, under Paragraph 2) in object code or executable form under the terms
65 % source code, which must be distributed under the terms of
71 % corresponding source code, to be distributed under the terms of
75 % corresponding source code may be obtained. (This alternative is
77 % received the program in object code or executable form alone.)
79 %For an executable file, complete source code means all the source code for
81 %source code for modules which are standard libraries that accompany the
490 \let\code=\t
647 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}\itemzzz {#1}
    [all...]
  /external/v8/src/
runtime.js 6 // * Redistributions of source code must retain the above copyright
31 // directly from compiled code. These are the functions with names in
32 // ALL CAPS. The compiled code passes the first argument in 'this' and
357 // an expensive ToBoolean conversion in the generated code.
644 // possible due to code generation for array literals. When
645 // generating code for a array literal a boilerplate array is created
646 // that is cloned when running the code. It is essiential that the
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 3122 milliseconds

<<61626364656667686970>>