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

<<61626364656667686970>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon61510::__anon61511::__anon61514
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 98 code = 'print(hash("spam"))'
99 data = self.start_python('-R', '-c', code)
104 code = 'import sys; print sys.flags'
105 data = self.start_python('-R', '-c', code)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 98 code = 'print(hash("spam"))'
99 data = self.start_python('-R', '-c', code)
104 code = 'import sys; print sys.flags'
105 data = self.start_python('-R', '-c', code)
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /system/netd/
ndc.c 162 int code; local
167 code = atoi(tmp);
171 if (code >= 200 && code < 600)
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-x86_64.pl 46 $code=".text\n";
72 while(defined($i=shift)) { $code.=sprintf".long\t0x%08x,0x%08x\n",$i,$i; }
77 $code.=".long\t";
78 while(defined($i=shift)) { $code.=sprintf"0x%08x,",$i; }
79 $code.=sprintf"0x%08x\n",$last;
85 $code.=".byte\t";
86 while(defined($i=shift)) { $code.=sprintf"0x%02x,",$i&0xff; }
87 $code.=sprintf"0x%02x\n",$last&0xff;
93 $code.=<<___;
153 $code.=<<___
    [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 46 $code=".text\n";
72 while(defined($i=shift)) { $code.=sprintf".long\t0x%08x,0x%08x\n",$i,$i; }
77 $code.=".long\t";
78 while(defined($i=shift)) { $code.=sprintf"0x%08x,",$i; }
79 $code.=sprintf"0x%08x\n",$last;
85 $code.=".byte\t";
86 while(defined($i=shift)) { $code.=sprintf"0x%02x,",$i&0xff; }
87 $code.=sprintf"0x%02x\n",$last&0xff;
93 $code.=<<___;
153 $code.=<<___
    [all...]
  /cts/tools/dasm/src/dasm/
parser.cup 13 action code {:
20 parser code {:
185 com.android.dx.rop.code.AccessFlags.ACC_INTERFACE)); :}
203 PUBLIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PUBLIC; :}
205 PRIVATE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PRIVATE; :}
207 PROTECTED {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PROTECTED; :}
209 STATIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_STATIC; :}
211 FINAL {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_FINAL; :}
213 SYNCHRONIZED {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_SYNCHRONIZED; :}
215 VOLATILE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_VOLATILE; :
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_uploader.cc 2 // Use of this source code is governed by a BSD-style license that can be
282 GDataErrorCode code,
289 if (code != HTTP_SUCCESS) {
291 if (code == HTTP_PRECONDITION) {
296 UploadFailed(upload_file_info.Pass(), code);
361 if (response.code == HTTP_CREATED || response.code == HTTP_SUCCESS) {
370 // code is gone.
381 if (response.code == HTTP_PRECONDITION) {
386 // If code is 308 (RESUME_INCOMPLETE) and |range_received| starts with
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-parisc.pl 14 # Performance is 33% better than gcc 3.2 generated code on PA-7100LC.
92 $code.=<<___;
115 $code.=<<___;
138 $code=<<___;
141 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
178 $code.=<<___;
192 $code.=<<___;
212 $code.=<<___;
225 $code.=<<___;
244 $code.=<<___
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 3 // http://code.google.com/p/protobuf/
9 // * Redistributions of source code must retain the above copyright
42 // integrate cleanly with C++ code, especially abstract code or code meant
49 // use regular expressions. And, indeed, I did. I have code which
55 // a lot of code that ends up basically as complex as the hand-coded
68 // - PCRE is fast, but there's still more overhead involved than the code
77 // our code, but that obligates us to keep it up-to-date and just seems
78 // like a big waste just to save 200 lines of code
1041 int code = DigitValue(*ptr); local
1055 int code = 0; local
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 14 # Performance is 33% better than gcc 3.2 generated code on PA-7100LC.
92 $code.=<<___;
115 $code.=<<___;
138 $code=<<___;
141 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
178 $code.=<<___;
192 $code.=<<___;
212 $code.=<<___;
225 $code.=<<___;
244 $code.=<<___
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 255 * @code: the error number
262 __xmlIOErr(int domain, int code, const char *extra)
266 if (code == 0) {
268 if (errno == 0) code = 0;
270 else if (errno == EACCES) code = XML_IO_EACCES;
273 else if (errno == EAGAIN) code = XML_IO_EAGAIN;
276 else if (errno == EBADF) code = XML_IO_EBADF;
279 else if (errno == EBADMSG) code = XML_IO_EBADMSG;
282 else if (errno == EBUSY) code = XML_IO_EBUSY;
285 else if (errno == ECANCELED) code = XML_IO_ECANCELED
3688 int code; local
    [all...]
  /external/libxml2/
xmlIO.c 258 * @code: the error number
265 __xmlIOErr(int domain, int code, const char *extra)
269 if (code == 0) {
271 if (errno == 0) code = 0;
273 else if (errno == EACCES) code = XML_IO_EACCES;
276 else if (errno == EAGAIN) code = XML_IO_EAGAIN;
279 else if (errno == EBADF) code = XML_IO_EBADF;
282 else if (errno == EBADMSG) code = XML_IO_EBADMSG;
285 else if (errno == EBUSY) code = XML_IO_EBUSY;
288 else if (errno == ECANCELED) code = XML_IO_ECANCELED
3814 int code; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.SourcePosition;
27 /** {@code non-null;} empty instance */
53 * @param insns {@code non-null;} instructions to convert
56 * @return {@code non-null;} the positions list
115 * Constructs an instance. All indices initially contain {@code null}.
117 * @param size {@code >= 0;} the size of the list
126 * do that, this will throw {@code NullPointerException}.
128 * @param n {@code >= 0, < size();} which index
129 * @return {@code non-null;} element at that inde
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.SourcePosition;
27 /** {@code non-null;} empty instance */
53 * @param insns {@code non-null;} instructions to convert
56 * @return {@code non-null;} the positions list
115 * Constructs an instance. All indices initially contain {@code null}.
117 * @param size {@code >= 0;} the size of the list
126 * do that, this will throw {@code NullPointerException}.
128 * @param n {@code >= 0, < size();} which index
129 * @return {@code non-null;} element at that inde
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
74 * Checks to see if old namespace reg {@code oldReg} interferes
75 * with what currently maps to {@code newReg}.
100 * Checks to see if old namespace reg {@code oldReg} interferes
101 * with what currently maps to {@code newReg}.
103 * @param oldSpec {@code non-null;} old namespace register
134 * @param oldSpecs {@code non-null;} set of old-namespace regs
135 * @param newReg {@code >= 0;} new-namespace register
136 * @param targetCategory {@code 1..2;} the number of adjacent new-namespac
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.BasicBlockList;
21 import com.android.dx.rop.code.InsnList;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
24 import com.android.dx.rop.code.Rop;
25 import com.android.dx.rop.code.RopMethod;
26 import com.android.dx.rop.code.Rops;
47 /** {@code non-null;} method to process */
51 * {@code true} if the converter should attempt to minimiz
    [all...]
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
122 return super.onTransact(code, data, reply, flags);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 125 protected boolean onTransact(int code, Parcel data, Parcel reply,
127 return super.onTransact(code, data, reply, flags);
NotifyingService.java 121 protected boolean onTransact(int code, Parcel data, Parcel reply,
123 return super.onTransact(code, data, reply, flags);
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 120 if (event->code == ABS_DISTANCE) {
134 ALOGE("ProximitySensor: unknown event (type=%d, code=%d)",
135 type, event->code);
  /external/ceres-solver/android/
build_android.sh 5 # http://code.google.com/p/ceres-solver/
10 # * Redistributions of source code must retain the above copyright notice,
45 # as one can see from the code below, it is only a matter of extracting a
135 hg clone https://code.google.com/p/android-cmake/
  /external/chromium/chrome/browser/chromeos/login/
html_page_screen.cc 2 // Use of this source code is governed by a BSD-style license that can be
74 // TODO(dpolukhin): use special code for this case but now
122 void HTMLPageScreen::CloseScreen(ScreenObserver::ExitCodes code) {
131 delegate()->GetObserver(this)->OnExit(code);
  /external/chromium/chrome/browser/resources/
connection_manager.js 2 // Use of this source code is governed by a BSD-style license that can be

Completed in 2131 milliseconds

<<61626364656667686970>>