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

<<41424344454647484950>>

  /external/openssl/crypto/bn/asm/
x86_64-gf2m.pl 14 # the time being... Except that it has two code paths: code suitable
17 # Vanilla code path is at most 20% faster than compiler-generated code
43 $code.=<<___;
123 $code.=<<___;
141 $code.=<<___;
163 $code.=<<___;
177 $code.=<<___ if ($win64);
180 $code.=<<___ if (!$win64)
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-alpha.pl 12 # On 21264 performance is 33% better than code generated by vendor
36 $code.=<<___ if ($i==0);
40 $code.=<<___ if (!($i&1) && $i<14);
44 $code.=<<___ if (!($i&1) && $i<15);
85 $code.=<<___ if (($i&1) && $i<15);
105 $code.=<<___ if ($i>=15); # with forward Xupdate
138 $code.=<<___ if ($i<79); # with forward Xupdate
163 $code.=<<___ if ($i<77);
166 $code.=<<___ if ($i==79); # with context fetch
195 $code.=<<___; # with forward Xupdat
    [all...]
sha1-parisc.pl 14 # On PA-7100LC performance is >30% better than gcc 3.2 generated code
64 $code.=<<___ if ($i<15);
75 $code.=<<___ if ($i>=15); # with forward Xupdate
95 $code.=<<___ if ($i<79);
109 $code.=<<___ if ($i==79); # with context load
129 $code.=<<___;
147 $code=<<___;
150 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
189 $code.="\tldw `4*$i`($t0),@X[$i]\n"; }
190 $code.=<<___
    [all...]
  /external/ppp/pppd/
upap.c 10 * 1. Redistributions of source code must retain the above copyright
320 u_char code, id; local
324 * Parse header (code, id and length).
332 GETCHAR(code, inp);
346 * Action depends on code.
348 switch (code) {
361 default: /* XXX Need code reject */
584 upap_sresp(u, code, id, msg, msglen)
586 u_char code, id;
597 PUTCHAR(code, outp)
619 int code, id, len; local
    [all...]
chap-new.c 10 * 1. Redistributions of source code must retain the above copyright
120 static void chap_handle_response(struct chap_server_state *ss, int code,
128 static void chap_handle_status(struct chap_client_state *cs, int code, int id,
209 if (dp->code == digest_code)
239 if (dp->code == digest_code)
380 auth_peer_success(0, PPP_CHAP, ss->digest->code,
476 chap_handle_status(struct chap_client_state *cs, int code, int id,
486 if (code == CHAP_SUCCESS) {
490 code = CHAP_FAILURE;
505 if (code == CHAP_SUCCESS
518 unsigned char code, id; local
575 int code, id, len; local
    [all...]
fsm.c 10 * 1. Redistributions of source code must retain the above copyright
340 u_char code, id; local
344 * Parse header (code, id and length).
352 GETCHAR(code, inp);
372 * Action depends on code.
374 switch (code) {
385 fsm_rconfnakrej(f, code, id, inp, len);
402 || !(*f->callbacks->extcode)(f, code, id, inp, len) )
419 int code, reject_if_disagree; local
447 * to protocol-specific code for checking
684 u_char code, id; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 272 # load the module's code, or fetch the module itself
285 ispkg, code, values = result
286 # did get_code() return an actual module? (rather than a code object)
287 is_module = isinstance(code, _ModuleType)
289 # use the returned module, or create a new one to exec code into
291 module = code
299 # insert additional values into the module (before executing the code)
305 # execute the code within the module's namespace
308 exec code in module.__dict__
316 # the "exec code in module.__dict__" played games on us
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 272 # load the module's code, or fetch the module itself
285 ispkg, code, values = result
286 # did get_code() return an actual module? (rather than a code object)
287 is_module = isinstance(code, _ModuleType)
289 # use the returned module, or create a new one to exec code into
291 module = code
299 # insert additional values into the module (before executing the code)
305 # execute the code within the module's namespace
308 exec code in module.__dict__
316 # the "exec code in module.__dict__" played games on us
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 96 (code, result) = self.post_to_server(self.build_post_data('verify'))
97 log.info('Server response (%s): %s' % (code, result))
167 code, result = self.post_to_server(self.build_post_data('submit'),
169 self.announce('Server response (%s): %s' % (code, result),
173 if code == 200:
208 code, result = self.post_to_server(data)
209 if code != 200:
210 log.info('Server response (%s): %s' % (code, result))
220 code, result = self.post_to_server(data)
221 log.info('Server response (%s): %s' % (code, result)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 96 (code, result) = self.post_to_server(self.build_post_data('verify'))
97 log.info('Server response (%s): %s' % (code, result))
167 code, result = self.post_to_server(self.build_post_data('submit'),
169 self.announce('Server response (%s): %s' % (code, result),
173 if code == 200:
208 code, result = self.post_to_server(data)
209 if code != 200:
210 log.info('Server response (%s): %s' % (code, result))
220 code, result = self.post_to_server(data)
221 log.info('Server response (%s): %s' % (code, result)
    [all...]
  /external/v8/src/
ic.cc 6 // * Redistributions of source code must retain the above copyright
52 // computed from the original code - not the patched code. Let
53 // these cases fall through to the unreachable code below.
64 Code* new_target) {
75 Code* apply_builtin = isolate->builtins()->builtin(
85 Code::GetKeyedAccessGrowMode(new_target->extra_ic_state()) ==
114 // To improve the performance of the (much used) IC code, we unfold
115 // a few levels of the stack frame iteration code. This yields a
150 // Find the function on the stack and both the active code for th
154 Code* code = shared->code(); local
269 Code* code = Code::cast(isolate()->heap()->FindCodeObject(addr)); local
701 Handle<Code> code; local
774 Handle<Code> code = isolate()->stub_cache()->ComputeCallArguments( local
779 Handle<Code> code = isolate()->stub_cache()->ComputeCallMegamorphic( local
1047 Handle<Code> code = compiler.CompileLoadPolymorphic( local
1085 Handle<Code> code = local
1097 Handle<Code> code = local
1110 Handle<Code> code = local
1411 Handle<Code> code; local
1707 Handle<Code> code = compiler.CompileStorePolymorphic( local
1859 Handle<Code> code; local
2290 Handle<Code> code = stub.GetCode(); local
2366 Handle<Code> code = stub.GetCode(); local
2547 Handle<Code> code = stub.GetCode(); local
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/chrome/test/chromedriver/
commands_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
34 ASSERT_EQ(kOk, status.code());
70 ASSERT_EQ(kOk, status.code());
113 ASSERT_EQ(kOk, status.code());
162 EXPECT_EQ(kNoSuchSession, status.code());
169 EXPECT_EQ(kOk, status.code());
204 EXPECT_EQ(kNoSuchSession, status.code());
348 ExecuteFindElement(1, &session, &web_view, params, &result).code());
364 ExecuteFindElement(1, &session, &web_view, params, &result).code());
378 ExecuteFindElements(1, &session, &web_view, params, &result).code());
    [all...]
  /external/chromium_org/v8/src/
uri.js 6 // * Redistributions of source code must retain the above copyright
43 result[index++] = 37; // Char code of '%'.
222 var code = uri.charCodeAt(k);
223 if (code == 37) { // '%'
236 if (code > 0x7f) break; // Assumption wrong, two byte string.
237 %_OneByteSeqStringSetChar(one_byte, index++, code);
249 var code = uri.charCodeAt(k);
250 if (code == 37) { // '%'
274 %_TwoByteSeqStringSetChar(two_byte, index++, code);
316 // Does the char code correspond to an alpha-numeric char
    [all...]
  /art/runtime/
dex_instruction_visitor.h 28 void Visit(const uint16_t* code, size_t size_in_bytes) {
33 const Instruction* inst = Instruction::At(&code[i]);
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 113 com.sun.tools.javac.code.Flags.PUBLIC; // 0x1
117 com.sun.tools.javac.code.Flags.PUBLIC // 0x1
118 | com.sun.tools.javac.code.Flags.PROTECTED; // 0x4
122 com.sun.tools.javac.code.Flags.PUBLIC // 0x1
123 | com.sun.tools.javac.code.Flags.PROTECTED // 0x4
128 com.sun.tools.javac.code.Flags.PUBLIC // 0x1
129 | com.sun.tools.javac.code.Flags.PROTECTED // 0x4
131 | com.sun.tools.javac.code.Flags.PRIVATE; // 0x2
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 19 import com.android.dexgen.dex.code.CatchHandlerList;
20 import com.android.dexgen.dex.code.CatchTable;
21 import com.android.dexgen.dex.code.DalvCode;
34 * handler address) for a particular piece of code. Instances of this
35 * class correspond to a {@code try_item[]} and a
36 * {@code catch_handler_item[]}.
40 * the size of a {@code try_item}: a {@code uint}
41 * and two {@code ushort}s
45 /** {@code non-null;} code that contains the catches *
46 private final DalvCode code; field in class:CatchStructs
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 17 package com.android.dx.cf.code;
20 import com.android.dx.rop.code.RegisterSpec;
38 * @param mutable {@code true} if this instance is mutable
47 * @return {@code non-null;} the copy
55 * @param ex {@code non-null;} the exception to annotate
63 * @param type {@code non-null;} type to replace
82 * @param idx {@code >= 0, < getMaxLocals();} which local
83 * @param type {@code non-null;} new type for the local at {@code idx}
91 * {@code set(spec.getReg(), spec)}
    [all...]
Machine.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.LocalItem;
35 * {@code this} argument for instance methods.
37 * @return {@code non-null;} the method prototype
51 * @param frame {@code non-null;} frame to operate on
52 * @param count {@code >= 0;} number of values to pop
58 * {@code Prototype} (popped in reverse of the argument
64 * @param frame {@code non-null;} frame to operate on
65 * @param prototype {@code non-null;} prototype indicating arguments to pop
74 * @param frame {@code non-null;} frame to operate o
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 19 import com.android.dx.cf.code.ConcreteMethod;
20 import com.android.dx.cf.code.Ropper;
26 import com.android.dx.rop.code.AccessFlags;
27 import com.android.dx.rop.code.BasicBlock;
28 import com.android.dx.rop.code.BasicBlockList;
29 import com.android.dx.rop.code.DexTranslationAdvice;
30 import com.android.dx.rop.code.RopMethod;
31 import com.android.dx.rop.code.TranslationAdvice;
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 19 import com.android.dx.dex.code.CatchHandlerList;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
31 * handler address) for a particular piece of code. Instances of this
32 * class correspond to a {@code try_item[]} and a
33 * {@code catch_handler_item[]}.
37 * the size of a {@code try_item}: a {@code uint}
38 * and two {@code ushort}s
42 /** {@code non-null;} code that contains the catches *
43 private final DalvCode code; field in class:CatchStructs
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MEM_OP_DECODE.S 16 bx lr @ return to compiled code
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 18 bx lr @ return to compiled code
  /dalvik/vm/compiler/template/mips/
TEMPLATE_PERIODIC_PROFILING.S 19 sub a3, 1 # FIXME - bug in ARM code???
  /device/generic/armv7-a-neon/
BoardConfig.mk 19 # Some framework code requires this to enable BT

Completed in 1083 milliseconds

<<41424344454647484950>>