Searched refs:code (Results 76 - 100 of 2332) sorted by relevance

1234567891011>>

/external/mesa3d/src/mapi/mapi/
H A Dentry_x86_tls.h118 char *code = (char *) entry; local
119 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
130 void *code; local
133 code = u_execmem_alloc(sizeof(code_templ));
134 if (!code)
137 memcpy(code, code_templ, sizeof(code_templ));
139 *((unsigned long *) (code + 2)) = x86_current_tls();
140 entry = (mapi_func) code;
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy33 * Assert that the specified code throws an exception of the specified type.
35 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
38 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
40 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
43 code.call()
53 * Assert that the specified code throws an exception with an error message
56 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
59 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon13163
35 01000000 - invalid code
[all...]
/external/robolectric/src/main/java/android/os/
H A DShadowBinderBridge.java13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
14 return realBinder.onTransact(code, data, reply, flags);
/external/skia/src/core/
H A DSkErrorInternals.h5 * Use of this source code is governed by a BSD-style license that can be
18 static void SetError(SkError code, const char *fmt, ...);
22 static void DefaultErrorCallback(SkError code, void *context);
/external/v8/test/webkit/
H A Ddfg-to-string-side-effect-clobbers-toString.js7 // 1. Redistributions of source code must retain the above copyright
37 var code = "(function(s) { " + (i < 150 ? "return " + i + ";" : "count++; debug(\"hi!\"); s.toString = function() { return " + i + "; };") + " })";
38 var sideEffect = eval(code);
/external/valgrind/helgrind/tests/
H A Dshmem_abits.stderr.exp2 code test
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/zlib/src/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]
H A Dinftree9.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon17862
35 01000000 - invalid code
[all...]
/external/zlib/src/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon17878
35 01000000 - invalid code
[all...]
/external/llvm/test/MC/Mips/
H A Dmodule-directive-bad.s6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
H A DFibonacciMaker.java40 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC);
42 Local<Integer> i = code.getParameter(0, TypeId.INT);
43 Local<Integer> constant1 = code.newLocal(TypeId.INT);
44 Local<Integer> constant2 = code.newLocal(TypeId.INT);
45 Local<Integer> a = code.newLocal(TypeId.INT);
46 Local<Integer> b = code.newLocal(TypeId.INT);
47 Local<Integer> c = code.newLocal(TypeId.INT);
48 Local<Integer> d = code.newLocal(TypeId.INT);
49 Local<Integer> result = code.newLocal(TypeId.INT);
51 code
[all...]
H A DHelloWorldMaker.java45 // Execute our newly-generated code in-process.
70 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC);
73 Local<Integer> a = code.newLocal(TypeId.INT);
74 Local<Integer> b = code.newLocal(TypeId.INT);
75 Local<Integer> c = code.newLocal(TypeId.INT);
76 Local<String> s = code.newLocal(TypeId.STRING);
77 Local<PrintStream> localSystemOut = code.newLocal(printStreamType);
80 code.loadConstant(a, 0xabcd);
83 code.loadConstant(b, 0xaaaa);
86 code
[all...]
/external/elfutils/src/libdw/
H A Ddwarf_tag.c39 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code) argument
43 /* Abbreviation code can never have a value of 0. */
44 if (unlikely (code == 0))
48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
67 /* Is this the code we are looking for? */
68 if (abb->code == code)
73 and the code is invalid. */
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/compiler/code-generator.h"
26 // A testing helper for the register code abstraction.
36 code(NULL) {}
38 ~InstructionTester() { delete code; }
47 TestInstrSeq* code; member in class:InstructionTester
57 code = new TestInstrSeq(&linkage, &graph, &schedule);
87 return code->AddInstruction(instr, block);
115 CHECK_EQ(R.graph.NodeCount(), R.code->ValueCount());
118 CHECK_EQ(static_cast<int>(blocks->size()), R.code
[all...]
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c85 int c, code; local
107 (char *)NULL, &test_cmds, &code);
108 if (code) {
109 ss_perror(sci_idx, code, "creating invocation");
113 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
114 if (code) {
115 ss_perror (sci_idx, code, "adding standard requests");
123 code = ss_execute_line(sci_idx, request);
124 if (code) {
125 ss_perror(sci_idx, code, reques
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g13 1. Redistributions of source code must retain the above copyright
33 /** Walk a grammar and generate code by gradually building up
375 if ( $rST.code != null )
377 recognizerST.add("rules", $rST.code);
378 outputFileST.add("rules", $rST.code);
379 headerFileST.add("rules", $rST.code);
396 rule returns [ST code=null]
409 // For syn preds, we don't want any AST code etc... in there.
435 $b.code.add("description", description);
461 $code
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowUriMatcher.java17 public int code = UriMatcher.NO_MATCH; field in class:ShadowUriMatcher.MatchNode
22 public MatchNode(int code) { argument
23 this.code = code;
29 public void __constructor__(int code) { argument
30 rootNode = new MatchNode(code);
34 public void addURI(String authority, String path, int code) { argument
37 authNode = new MatchNode(rootNode.code);
42 addNodes(authNode, Arrays.asList(segments), code);
51 return rootNode.code;
82 addNodes(MatchNode baseNode, List<String> segments, int code) argument
[all...]
/external/libcxx/test/std/re/re.badexp/
H A Dregex_error.pass.cpp18 // regex_constants::error_type code() const;
28 assert(e.code() == std::regex_constants::error_collate);
33 assert(e.code() == std::regex_constants::error_ctype);
38 assert(e.code() == std::regex_constants::error_escape);
44 assert(e.code() == std::regex_constants::error_backref);
49 assert(e.code() == std::regex_constants::error_brack);
54 assert(e.code() == std::regex_constants::error_paren);
59 assert(e.code() == std::regex_constants::error_brace);
64 assert(e.code() == std::regex_constants::error_badbrace);
69 assert(e.code()
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DStatusLineTest.java30 int code = 200;
31 StatusLine statusLine = StatusLine.parse("HTTP/1." + version + " " + code + " " + message);
34 assertEquals(code, statusLine.code);
39 int code = 503;
40 StatusLine statusLine = StatusLine.parse("HTTP/1." + version + " " + code + " ");
43 assertEquals(code, statusLine.code);
53 int code = 503;
54 StatusLine statusLine = StatusLine.parse("HTTP/1." + version + " " + code);
[all...]
/external/selinux/libselinux/src/
H A Dcompute_create.c16 int code; local
24 code = *objname++;
26 if (isalnum(code) || code == '\0' || code == '-' ||
27 code == '.' || code == '_' || code == '~') {
30 buffer[offset++] = code;
31 } else if (code
[all...]
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dexc.py95 ``code``
96 the HTTP status code for the exception
99 remainder of the status line (stuff after the code)
219 # code = 200
223 code = 500 variable in class:WSGIHTTPException
254 status='%s %s' % (self.code, self.title),
352 base class for 300's status code (redirections)
362 Base class for the 200's status code (successful responses)
364 code: 200, title: OK
366 code variable in class:HTTPOk
382 code = 201 variable in class:HTTPCreated
394 code = 202 variable in class:HTTPAccepted
408 code = 203 variable in class:HTTPNonAuthoritativeInformation
421 code = 204 variable in class:HTTPNoContent
435 code = 205 variable in class:HTTPResetContent
448 code = 206 variable in class:HTTPPartialContent
514 code = 300 variable in class:HTTPMultipleChoices
527 code = 301 variable in class:HTTPMovedPermanently
539 code = 302 variable in class:HTTPFound
555 code = 303 variable in class:HTTPSeeOther
569 code = 304 variable in class:HTTPNotModified
583 code = 305 variable in class:HTTPUseProxy
597 code = 307 variable in class:HTTPTemporaryRedirect
615 code = 400 variable in class:HTTPClientError
631 code = 401 variable in class:HTTPUnauthorized
645 code = 402 variable in class:HTTPPaymentRequired
658 code = 403 variable in class:HTTPForbidden
671 code = 404 variable in class:HTTPNotFound
684 code = 405 variable in class:HTTPMethodNotAllowed
702 code = 406 variable in class:HTTPNotAcceptable
719 code = 407 variable in class:HTTPProxyAuthenticationRequired
732 code = 408 variable in class:HTTPRequestTimeout
746 code = 409 variable in class:HTTPConflict
760 code = 410 variable in class:HTTPGone
774 code = 411 variable in class:HTTPLengthRequired
788 code = 412 variable in class:HTTPPreconditionFailed
802 code = 413 variable in class:HTTPRequestEntityTooLarge
816 code = 414 variable in class:HTTPRequestURITooLong
830 code = 415 variable in class:HTTPUnsupportedMediaType
850 code = 416 variable in class:HTTPRequestRangeNotSatisfiable
863 code = 417 variable in class:HTTPExpectationFailed
877 code = 422 variable in class:HTTPUnprocessableEntity
890 code = 423 variable in class:HTTPLocked
904 code = 424 variable in class:HTTPFailedDependency
919 code = 428 variable in class:HTTPPreconditionRequired
934 code = 429 variable in class:HTTPTooManyRequests
951 code = 431 variable in class:HTTPRequestHeaderFieldsTooLarge
971 code = 451 variable in class:HTTPUnavailableForLegalReasons
995 code = 500 variable in class:HTTPServerError
1013 code = 501 variable in class:HTTPNotImplemented
1029 code = 502 variable in class:HTTPBadGateway
1042 code = 503 variable in class:HTTPServiceUnavailable
1058 code = 504 variable in class:HTTPGatewayTimeout
1072 code = 505 variable in class:HTTPVersionNotSupported
1085 code = 507 variable in class:HTTPInsufficientStorage
1098 code = 511 variable in class:HTTPNetworkAuthenticationRequired
[all...]

Completed in 823 milliseconds

1234567891011>>