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

<<71727374757677787980>>

  /external/v8/test/mjsunit/
undeletable-functions.js 6 // * Redistributions of source code must retain the above copyright
29 // See http://code.google.com/p/chromium/issues/detail?id=1717
  /external/webkit/WebCore/inspector/front-end/
ScriptsPanel.js 7 * 1. Redistributions of source code must retain the above copyright
383 evaluateInSelectedCallFrame: function(code, updateInterface, objectGroup, callback)
399 this.doEvalInCallFrame(selectedCallFrame, code, objectGroup, updatingCallbackWrapper);
402 doEvalInCallFrame: function(callFrame, code, objectGroup, callback)
409 InjectedScriptAccess.get(callFrame.injectedScriptId).evaluateInCallFrame(callFrame.id, code, objectGroup, evalCallback);
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.mm 8 * 1. Redistributions of source code must retain the above copyright
96 if ([[error domain] isEqualToString:NSURLErrorDomain] && [error code] == NSURLErrorCancelled)
118 code:NSURLErrorCancelled
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 8 * 1. Redistributions of source code must retain the above copyright
81 void setMockGeolocationError(int code, JSStringRef message);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
FrameLoadDelegate.mm 8 * 1. Redistributions of source code must retain the above copyright
185 if ([error domain] == NSURLErrorDomain && ([error code] == NSURLErrorServerCertificateHasUnknownRoot || [error code] == NSURLErrorServerCertificateUntrusted)) {
188 // Those are the only hosts that we use SSL with at present. If we hit this code path then we've found another host that we need
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 7 # * Redistributions of source code must retain the above copyright
101 "get_code(fullname) -> code object.
103 Return the code object for the specified module. Raise ZipImportError
109 Return the source code for the specified module. Raise ZipImportError
232 code = 200
234 code = netstream.getcode()
235 if not 200 <= code < 300:
236 raise ValueError("HTTP Error code %s" % code)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 170 /* AT_NOTIFICATION notification code values */
219 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
  /frameworks/base/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 84 virtual status_t onTransact(uint32_t code,
117 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
118 switch(code) {
132 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/libs/audioflinger/
AudioPolicyService.h 75 uint32_t code,
  /frameworks/base/libs/surfaceflinger/
LayerBase.h 354 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 136 # generated machine code. This adds a special section to the generated shared
137 # libraries that instruct the Linux kernel to disable code execution from
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/openssl/crypto/bn/asm/
pa-risc2.s 2 ; PA-RISC 2.0 implementation of bn_asm code, based on the
3 ; 64-bit version of the code. This code is effectively the
10 ; This code is approximately 2x faster than the C version
17 ; Code written by Chris Ruemmler (with some help from the HP C
20 ; The code compiles with HP's assembler
25 .subspa $CODE$,QUAD=0,ALIGN=8,ACCESS=0x2c,CODE_ONLY
152 ; then go straight to the cleanup code.
749 .IMPORT BN_num_bits_word,CODE
751 ;--- not PIC .IMPORT fprintf,CODE
    [all...]
  /external/wpa_supplicant/
eap_ttls.c 238 resp->code = EAP_CODE_RESPONSE;
501 resp_hdr->code = EAP_CODE_RESPONSE;
1051 req->code = EAP_CODE_RESPONSE;
1147 hdr->code = EAP_CODE_REQUEST;
    [all...]
  /external/libpng/
CHANGES 20 cleaned up code and commented code
55 added #define's to remove unwanted code
60 optimized filter selection code
69 incorporated Tim Wegner's medium model code (thanks, Tim)
75 added more medium model code (almost everything's a far)
104 so that people are aware that they need to change their code
107 optimized filter selection code
214 cleaned up some typos in libpng.txt and in code documentation
326 Moved a misplaced pngrutil code block that truncates tRNS if it has mor
    [all...]
  /external/zlib/contrib/masmx86/
inffas32.asm 3 ; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
13 ; * the moment. I have successfully compiled and tested this code with gcc2.96,
16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
85 db 'Fast decoding Code from Chris Anderson'
90 db 'invalid literal/length code'
95 db 'invalid distance code'
  /external/v8/src/
jsregexp.h 6 // * Redistributions of source code must retain the above copyright
152 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
571 // Generates a goto to this node or actually generates the code at this point.
578 // Emits some quick code that checks whether the preloaded characters match.
598 // If non-generic code is generated for a node (ie the node is not at the
601 // trace and generating generic code for a node that can be reused by flushing
667 // This variable keeps track of how many times code has been generated for
669 // generated code is located unless the code is generated at the start of
1389 Object* code; member in struct:v8::internal::RegExpEngine::CompilationResult
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 253 * @param what what code of message when delivered
285 * @param what what code of message when delivered
304 * @param what what code of message when delivered
324 * @param what what code of message when delivered
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl 117 * avoids problems with code like:
293 %% code to fiddle yytext and yyleng for yymore() goes here
296 %% code to copy yytext_ptr to yytext[] goes here, if %array
435 /* Code executed at the beginning of each rule, after yytext and yyleng
442 /* Code executed at the end of each rule. */
491 %% yymore()-related code goes here
502 %% code to set up and find next match goes here
505 %% code to find the action number goes here
509 %% code for yylineno update goes here
513 %% debug code goes her
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case})
229 commented upon. When a function does return a CRYPT error code it can be translated into a string with
253 There is no initialization routine for the library and for the most part the code is thread safe. The only thread
351 In the above example if the size of the RSA public key was more than 1024 bytes this function would return an error code
658 the file \textit{tomcrypt\_cfg.h}. The first option is \textit{TWOFISH\_SMALL} which when defined will force the Twofish code
661 defined will force the Twofish code to use pre-computed tables for the two s-boxes $q_0, q_1$ as well as the multiplication
662 by the polynomials 5B and EF used in the MDS multiplication. As a result the code is faster and slightly larger. The
673 \hline undefined & defined & Faster key setup, larger code. \
    [all...]
  /external/libpcap/
gencode.c 7 * modification, are permitted provided that: (1) source code distributions
9 * distributions including binary code include the above copyright notice and
302 * A strdup whose allocations are freed after code generation is over.
316 new_block(code)
317 int code;
322 p->s.code = code;
329 new_stmt(code)
330 int code;
335 p->s.code = code
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 88 a, a code {
94 a:active code {
99 a:visited code {
120 code, pre {
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 722 public void reportError(String msg, Exception ex, int code) {
723 super.reportError(msg, ex, code);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 310 // This loop is ok here because this code only runs during
567 * node indices is <code>0</code> to <code>length-1</code> inclusive
581 * @param name The <code>nodeName</code> of a node to retrieve.
582 * @return A <code>Node</code> (of any type) with the specified
583 * <code>nodeName</code>, or <code>null</code> if it does not
    [all...]

Completed in 1460 milliseconds

<<71727374757677787980>>