/external/chromium_org/content/test/ |
mock_keyboard_driver_win.cc | 2 // Use of this source code is governed by a BSD-style license that can be 59 // driver for mapping a virtual key-code to a Unicode character. 155 // Retrieve Unicode characters composed from the input key-code and 158 wchar_t code[16]; local 160 &keyboard_states_[0], &code[0], arraysize(code), 0, 163 output->assign(code);
|
/external/chromium_org/ppapi/cpp/ |
websocket.h | 2 // Use of this source code is governed by a BSD-style license that can be 26 /// The <code>WebSocket</code> class providing bi-directional, 42 /// @param[in] url A <code>Var</code> of string type representing a WebSocket 45 /// @param[in] protocols A pointer to an array of <code>Var</code> of string 46 /// type specifying sub-protocols. Each <code>Var</code> represents one 48 /// <code>protocol_count</code> is 0 [all...] |
/external/chromium_org/remoting/webapp/ |
wcs_iq_client_proto.js | 2 // Use of this source code is governed by a BSD-style license that can be 6 // with JSCompiler to verify the type-correctness of our code.
|
/external/chromium_org/sandbox/win/src/ |
registry_interception.cc | 2 // Use of this source code is governed by a BSD-style license that can be 62 ResultCode code = CrossCall(ipc, IPC_NTCREATEKEY_TAG, name, attributes, local 68 if (SBOX_ALL_OK != code) 120 ResultCode code = CrossCall(ipc, IPC_NTOPENKEY_TAG, name, attributes, local 125 if (SBOX_ALL_OK != code)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ExceptionState.h | 8 * * Redistributions of source code must retain the above copyright 57 ExceptionCode code() { return m_code; } function in class:WebCore::ExceptionState
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebSocket.h | 8 * * Redistributions of source code must retain the above copyright 92 virtual void close(int code, const WebString& reason) = 0;
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
errorrecord.py | 58 new_error = error.code in errors.NEW_ERRORS
|
/external/chromium_org/third_party/icu/source/test/letest/ |
cmaps.cpp | 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
GAEChannelClient.m | 8 * 1. Redistributions of source code must retain the above copyright notice, 93 int code = -1; 95 [self.delegate onError:code withDescription:description];
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 43 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.h | 43 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.h | 27 uint32_t *code; member in struct:nvc0_program
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86nasm.pl | 82 section code use32 class=code align=64 85 section .text code align=64 87 section .text code
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayEvent.h | 5 * Use of this source code is governed by a BSD-style license that can be 49 SkKey code; member in class:SkDisplayEvent 58 SkKey fMax; // if the code expresses a range
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.h | 6 // * Redistributions of source code must retain the above copyright 56 // Allocate and install the code. 57 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm, 58 Code::Flags flags, 61 // Print the code after compiling it. 62 static void PrintCode(Handle<Code> code, CompilationInfo* info); 79 // Generates the code for handling different string types and loading the
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-arm.cc | 6 // * Redistributions of source code must retain the above copyright 60 Object* code = isolate->heap()->CreateCode( variable 62 Code::ComputeFlags(Code::STUB), 63 Handle<Code>())->ToObjectChecked(); 64 CHECK(code->IsCode()); 66 Code::cast(code)->Print(); 68 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()) 98 Object* code = isolate->heap()->CreateCode( variable 145 Object* code = isolate->heap()->CreateCode( variable 194 Object* code = isolate->heap()->CreateCode( variable 320 Object* code = isolate->heap()->CreateCode( variable 383 Object* code = isolate->heap()->CreateCode( variable 419 Object* code = isolate->heap()->CreateCode( variable 496 Object* code = isolate->heap()->CreateCode( local 681 Object* code = isolate->heap()->CreateCode( variable 793 Object* code = isolate->heap()->CreateCode( variable 901 Object* code = isolate->heap()->CreateCode( variable 998 Object* code = isolate->heap()->CreateCode( variable 1128 Object* code = isolate->heap()->CreateCode( variable 1203 Object* code = isolate->heap()->CreateCode( variable 1298 Object* code = isolate->heap()->CreateCode( variable 1395 Object* code = isolate->heap()->CreateCode( variable [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
OutputCollector.java | 17 package com.android.dx.dex.code; 33 * {@code non-null;} the associated finisher (which holds the instruction 39 * {@code null-ok;} suffix for the output, or {@code null} if the suffix 47 * @param dexOptions {@code non-null;} options for dex output 48 * @param initialCapacity {@code >= 0;} initial capacity of the output list 49 * @param suffixInitialCapacity {@code >= 0;} initial capacity of the output 51 * @param regCount {@code >= 0;} register count for the method 62 * @param insn {@code non-null;} the instruction to add 74 * {@code 0} is the most recently added instruction [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
PhiTypeResolver.java | 19 import com.android.dx.cf.code.Merger; 20 import com.android.dx.rop.code.RegisterSpec; 21 import com.android.dx.rop.code.RegisterSpecList; 22 import com.android.dx.rop.code.LocalItem; 41 * This algorithm assumes a dead-code remover has already removed all
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/ |
der_length_ia5_string.c | 21 int code, value; member in struct:__anon19209 131 if (ia5_table[x].code == c) { 143 return ia5_table[x].code;
|
/external/e2fsprogs/lib/ss/ |
help.c | 46 int code; local 51 request_name = ss_current_request(sci_idx, &code); 52 if (code != 0) { 53 ss_perror(sci_idx, code, "");
|
/external/harfbuzz_ng/src/hb-icu-le/ |
cmaps.cpp | 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
|
/external/icu4c/layout/ |
LEFontInstance.cpp | 61 LEUnicode32 code = high; local 67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000; 71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth); 73 if (code >= 0x10000) {
|
/external/icu4c/samples/layout/ |
cmaps.cpp | 20 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) 21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
|
/external/icu4c/test/letest/ |
cmaps.cpp | 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
|
/external/iptables/include/net/netfilter/ |
nf_conntrack_tuple.h | 25 "non-manipulatable" lines, for the benefit of the NAT code. 85 u_int8_t type, code; member in struct:nf_conntrack_tuple::__anon21367::__anon21368::__anon21371
|