HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 826 - 850 of 8676) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 60 # | ddd: the status code returned by the server, - if not available.
91 <p>Error code %(code)d.
93 <p>Error code explanation: %(code)s = %(explain)s.
119 code as well as to expose any misunderstandings I may have about
120 HTTP (so you don't need to read the code to figure out I'm wrong
141 the ASCII character with hex code xx).
162 1. One line giving the response code
168 The response code line has the for
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
jsdifflib.js 10 * * Redistributions of source code must retain the above copyright notice, this
319 var code, tag, i1, i2, j1, j2;
321 code = codes[0];
322 tag = code[0];
323 i1 = code[1];
324 i2 = code[2];
325 j1 = code[3];
326 j2 = code[4];
330 code = codes[codes.length - 1];
331 tag = code[0]
    [all...]
  /external/freetype/src/cff/
cffparse.c 40 FT_UInt code,
47 parser->object_code = code;
668 #define CFF_FIELD_NUM( code, name, id ) \
669 CFF_FIELD( code, name, id, cff_kind_num )
670 #define CFF_FIELD_FIXED( code, name, id ) \
671 CFF_FIELD( code, name, id, cff_kind_fixed )
672 #define CFF_FIELD_FIXED_1000( code, name, id ) \
673 CFF_FIELD( code, name, id, cff_kind_fixed_thousand )
674 #define CFF_FIELD_STRING( code, name, id ) \
675 CFF_FIELD( code, name, id, cff_kind_string
993 FT_UInt code; local
    [all...]
  /external/chromium_org/v8/src/
log.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
71 static const char* ComputeMarker(Code* code) {
72 switch (code->kind()) {
73 case Code::FUNCTION: return code->optimizable() ? "~" : "";
74 case Code::OPTIMIZED_FUNCTION: return "*";
182 Code* code,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 99 code = error.code
102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL:
121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE:
134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION,
143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION,
149 elif code == errors.INVALID_JSDOC_TAG:
154 elif code == errors.FILE_MISSING_NEWLINE:
158 elif code == errors.MISSING_SPACE:
168 elif code == errors.EXTRA_SPACE
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
error_fixer.py 99 code = error.code
102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL:
121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE:
134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION,
143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION,
149 elif code == errors.INVALID_JSDOC_TAG:
154 elif code == errors.FILE_MISSING_NEWLINE:
158 elif code == errors.MISSING_SPACE:
168 elif code == errors.EXTRA_SPACE
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 2 // Use of this source code is governed by a BSD-style license that can be
40 * FileError.prototype.code is a numeric code describing the cause of the
42 * error code, but provides no way to map the code to the named property.
47 return '[object FileError: ' + util.getFileErrorMnemonic(this.code) + ']';
51 getFileErrorMnemonic: function(code) {
53 if (key.search(/_ERR$/) != -1 && FileError[key] == code)
57 return code;
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-sparcv9.pl 12 # turned to be 40% faster than 64-bit code generated by Sun C 5.8 and
13 # >2x than 64-bit code generated by gcc 3.4. And there is a gimmick.
16 # instruction sequence, thus minimizing the window when the code is
56 $code.=<<___;
71 $code.=
74 $code.=<<___;
84 $code.=<<___;
90 $code.=<<___;
117 $code.="\tsrlx @X[($i/2)%8],32,$xi\n";
119 $code.=<<___
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-sparcv9.pl 12 # turned to be 40% faster than 64-bit code generated by Sun C 5.8 and
13 # >2x than 64-bit code generated by gcc 3.4. And there is a gimmick.
16 # instruction sequence, thus minimizing the window when the code is
56 $code.=<<___;
71 $code.=
74 $code.=<<___;
84 $code.=<<___;
90 $code.=<<___;
117 $code.="\tsrlx @X[($i/2)%8],32,$xi\n";
119 $code.=<<___
    [all...]
  /external/v8/src/
code-stubs.cc 6 // * Redistributions of source code must retain the above copyright
31 #include "code-stubs.h"
40 bool CodeStub::FindCodeInCache(Code** code_out) {
44 *code_out = Code::cast(heap->code_stubs()->ValueAt(index));
52 // Update the static counter each time a new code stub is generated.
58 // Generate the code for the stub.
75 void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) {
76 code->set_major_key(MajorKey());
80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name))
103 Code* code; local
    [all...]
frames.cc 6 // * Redistributions of source code must retain the above copyright
135 // frame code that computes the caller state to access the top
385 Code* StackFrame::GetSafepointData(Isolate* isolate,
392 entry->safepoint_entry = entry->code->GetSafepointEntry(inner_pointer);
396 entry->code->GetSafepointEntry(inner_pointer)));
399 // Fill in the results and return the code.
400 Code* code = entry->code; local
402 *stack_slots = code->stack_slots()
424 Object* code = holder; local
620 Code* code = StackFrame::GetSafepointData( local
763 Code* code = Code::cast( local
889 Code* code = function->shared()->code(); local
921 Code* code = opt_function->code(); local
1017 Object* code = Memory::Object_at(fp() + offset); local
1039 Code* code = NULL; local
1295 Code* code = reinterpret_cast<Code*>(object); local
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
92 ASSERT(kScratchDoubleReg.code() - kDoubleRegZero.code() ==
94 if (index >= kDoubleRegZero.code())
110 // minimal set of features which is also alowed for generated code in the
299 // Patch the code at the current address with the supplied instructions.
306 // Indicate that code has changed.
311 // Patch the code at the current PC with a call to the target address.
314 // Patch the code at the current address with a call to the target
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.cc 2 // Use of this source code is governed by a BSD-style license that can be
90 void DialAPI::OnDialError(const DialRegistry::DialErrorCode code) {
93 base::Bind(&DialAPI::SendErrorOnUIThread, this, code));
114 void DialAPI::SendErrorOnUIThread(const DialRegistry::DialErrorCode code) {
118 switch (code) {
120 dial_error.code = api::dial::DIAL_ERROR_CODE_NO_LISTENERS;
123 dial_error.code = api::dial::DIAL_ERROR_CODE_NO_VALID_NETWORK_INTERFACES;
126 dial_error.code = api::dial::DIAL_ERROR_CODE_CELLULAR_NETWORK;
129 dial_error.code = api::dial::DIAL_ERROR_CODE_NETWORK_DISCONNECTED;
132 dial_error.code = api::dial::DIAL_ERROR_CODE_SOCKET_ERROR
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
base_requests.h 2 // Use of this source code is governed by a BSD-style license that can be
69 // Invoked when the authentication failed with an error code |code|.
70 virtual void OnAuthFailed(GDataErrorCode code) = 0;
80 // each request's constructor with error code GDATA_CANCELLED.
139 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) = 0;
144 // Returns an appropriate GDataErrorCode based on the HTTP response code and
159 virtual void OnAuthFailed(GDataErrorCode code) OVERRIDE;
193 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE;
276 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE
297 GDataErrorCode code; member in struct:google_apis::UploadRangeResponse
    [all...]
  /external/chromium_org/content/test/data/dom_storage/
sanity_check.js 2 // Use of this source code is governed by a BSD-style license that can be
65 checkEqual(ex.code, 22,
66 "ex.code != 22 for attempt to store a very large value");
72 checkEqual(ex.code, 22,
73 "ex.code != 22 for attempt to store a very large key");
  /external/chromium_org/v8/test/mjsunit/compiler/
property-simple.js 6 // * Redistributions of source code must retain the above copyright
33 code = "a = {x:8, y:9}; a.x";
35 assertEquals(8, eval(code));
37 code = "b = {z:a}; b.z.y";
39 assertEquals(9, eval(code));
  /external/v8/test/mjsunit/compiler/
property-simple.js 6 // * Redistributions of source code must retain the above copyright
33 code = "a = {x:8, y:9}; a.x";
35 assertEquals(8, eval(code));
37 code = "b = {z:a}; b.z.y";
39 assertEquals(9, eval(code));
  /external/opencv/cv/src/
cvcolor.cpp 18 // * Redistribution's of source code must retain the above copyright notice,
43 RGB2Lab.m translated by Mark Ruzon from C code by Yossi Rubner, 23 September 1997.
48 Original code for Bayer->BGR/RGB conversion is provided by Dirk Schaefer
69 Redistributions of source code must retain
    [all...]
  /external/libppp/src/
pap.c 10 * 1. Redistributions of source code must retain the above copyright
98 lh.code = PAP_REQUEST;
114 SendPapCode(struct authinfo *authp, int code, const char *message)
121 lh.code = code;
136 log_Printf(LogPHASE, "Pap Output: %s\n", papcodes[code]);
207 if (authp->in.hdr.code == 0 || authp->in.hdr.code > MAXPAPCODE) {
208 log_Printf(LogPHASE, "Pap Input: %d: Bad PAP code !\n", authp->in.hdr.code);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
228 int code = 0, len = 0, len1 = 0; local
232 code = m_strm.GetByte();
233 if( code == 0x80 )
238 tsrc[len1] = (uchar)code;
247 code = m_strm.GetByte();
254 memset( tsrc, code, len );
296 int code = 0, len = 0, len1; local
301 code = m_strm.GetByte();
302 if( code == 0x80
    [all...]
  /external/zlib/src/examples/
enough.c 1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
19 Clean up code indentation
24 maximum code length in bits to determine the maximum table size for zilb's
29 in the same code for the counting, as do permutations of the assignments of
32 We build a code from shorter to longer lengths, determining how many symbols
34 be coded, what the last code length used was, and how many bit patterns of
35 that length remain unused. Then we add one to the code length and double the
36 number of unused patterns to graduate to the next code length. We then
37 assign all portions of the remaining symbols to that code length that
38 preserve the properties of a correct and eventually complete code. Thos
174 local int *code; \/* number of symbols assigned to each bit length *\/ variable
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
68 // If the compiler is allowed to use VFP then we can use VFP too in our code
91 // minimal set of features which is also alowed for generated code in the
143 // Patch the code at the current address with the supplied instructions.
150 // Indicate that code has changed.
155 // Patch the code at the current PC with a call to the target address.
158 // Patch the code at the current address with a call to the target.
169 // Verify all Objects referred by code are NOT in new space.
260 const Instr kBlxIp = al | kBlxRegPattern | ip.code();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.cpp 15 * The Original Code is mozilla.org code.
17 * The Initial Developer of the Original Code is
205 int code; local
230 code = datum & codemask;
235 if (code == clearCode) {
243 // Check for explicit end-of-stream code.
244 if (code == (clearCode + 1)) {
252 *rowIter++ = suffix[code];
256 firstchar = oldcode = code;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_lib.c 12 * 1. Redistributions of source code must retain the above copyright
1286 STORE_ATTR_TYPES code)
1288 if (ATTR_IS_SET(attrs,code))
1290 switch(code)
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
    [all...]
  /external/openssl/crypto/store/
str_lib.c 12 * 1. Redistributions of source code must retain the above copyright
1286 STORE_ATTR_TYPES code)
1288 if (ATTR_IS_SET(attrs,code))
1290 switch(code)
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
    [all...]

Completed in 1816 milliseconds

<<31323334353637383940>>