HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 51 - 75 of 1048) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/common/
uscript.c 33 UScriptCode code = USCRIPT_INVALID_CODE; local
47 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
50 if(code==(UScriptCode)UCHAR_INVALID_CODE){
63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName);
64 /* got the script code now fill in the buffer */
66 *(fillIn)++=code;
80 code = USCRIPT_INVALID_CODE;
82 if(code==(UScriptCode)UCHAR_INVALID_CODE){
84 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
86 if(code!=(UScriptCode)UCHAR_INVALID_CODE)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
region.h 30 * <code>Region</code> is the class representing a Unicode Region Code, also known as a
35 * Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, or
38 * These are typically 3-digit codes, but contain some 2-letter codes, such as the LDML code QO
40 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
45 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
50 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
57 * that a region code has been assigned for it. Some of these are UNM.49 codes that do't fall into
194 int32_t code; member in class:Region
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs.h 52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
  /external/chromium_org/v8/src/
code-factory.h 2 // Use of this source code is governed by a BSD-style license that can be
17 // Associates a body of code with an interface descriptor.
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
21 : code_(code), descriptor_(descriptor) {}
23 Handle<Code> code() const { return code_; } function in class:v8::internal::BASE_EMBEDDED
27 const Handle<Code> code_;
45 // Code stubs. Add methods here as needed to reduce dependency on
46 // code-stubs.h
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 17 package com.android.dx.cf.code;
29 * @param ft1 {@code non-null;} a frame type
30 * @param ft2 {@code non-null;} another frame type
31 * @return {@code non-null;} the result of merging the two types
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchBuilder.java 17 package com.android.dx.dex.code;
30 * @return {@code non-null;} the constructed table
45 * @return {@code non-null;} the set of catch types
CodeAddress.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
23 * Pseudo-instruction which is used to track an address within a code
25 * exception handler ranges. Its code size is zero, and so instances
32 * unknown ({@code -1}).
34 * @param position {@code non-null;} source position
55 return "code-address";
SimpleInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
29 * unknown ({@code -1}).
32 * @param position {@code non-null;} source position
33 * @param registers {@code non-null;} register list, including a
VariableSizeInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 17 package com.android.dx.rop.code;
21 * {@code false} to all methods.
25 /** {@code non-null;} standard instance of this class */
TranslationAdvice.java 17 package com.android.dx.rop.code;
23 * the early stage code be explicitly tied to the target.
33 * @param opcode {@code non-null;} the opcode
34 * @param sourceA {@code non-null;} the first source
35 * @param sourceB {@code non-null;} the second source
36 * @return {@code true} iff the target can represent the operation
46 * @param opcode {@code non-null;} opcode
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
  /external/elfutils/0.153/libdw/
dwarf_getabbrev.c 20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
24 distribute linked combinations of the two. Non-GPL Code permitted under
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
28 of Non-GPL Code may instantiate templates or use macros or inline
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
103 unsigned int code; local
    [all...]
  /external/icu/icu4c/source/common/
uscript.c 33 UScriptCode code = USCRIPT_INVALID_CODE; local
47 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
50 if(code==(UScriptCode)UCHAR_INVALID_CODE){
63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName);
64 /* got the script code now fill in the buffer */
66 *(fillIn)++=code;
80 code = USCRIPT_INVALID_CODE;
82 if(code==(UScriptCode)UCHAR_INVALID_CODE){
84 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
86 if(code!=(UScriptCode)UCHAR_INVALID_CODE)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
region.h 29 * <code>Region</code> is the class representing a Unicode Region Code, also known as a
34 * Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, or
37 * These are typically 3-digit codes, but contain some 2-letter codes, such as the LDML code QO
39 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
44 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
49 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
56 * that a region code has been assigned for it. Some of these are UNM.49 codes that do't fall into
198 int32_t code; member in class:Region
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.h 52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketException.java 8 private CloseCode code; field in class:WebSocketException
15 public WebSocketException(CloseCode code, String reason) {
16 this(code, reason, null);
19 public WebSocketException(CloseCode code, String reason, Exception cause) {
20 super(code + ": " + reason, cause);
21 this.code = code;
26 return code;
  /external/javassist/src/main/javassist/
CtNewWrappedMethod.java 44 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, local
46 mt.getMethodInfo2().setCodeAttribute(code.toCodeAttribute());
58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0); local
60 parameters, returnType, cparam, code);
61 code.setMaxStack(stacksize);
62 code.setMaxLocals(isStatic, parameters, 0);
63 return code;
73 Bytecode code)
81 code.addAload(0);
83 int stacksize = compileParameterList(code, parameters
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
40 * This code is derived from software contributed to Berkeley by
46 * 1. Redistributions of source code must retain the above copyright
133 int code; member in struct:rerr
153 { 0, "", "*** unknown regexp error code ***" }
180 for (r = rerrs; r->code != 0; r++)
181 if (r->code == target)
185 if (r->code != 0) {
215 for (r = rerrs; r->code != 0; r++
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
FixedSizeInsn.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
24 * Base class for instructions which are of a fixed code size and which use {@link InsnFormat} methods to write themselves. This
30 * unknown ({@code -1}).
33 * absolutely no registers (e.g., a {@code nop} or a
39 * @param position {@code non-null;} source position
40 * @param registers {@code non-null;} register list, including a
LocalEnd.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpec;
20 import com.android.dexgen.rop.code.RegisterSpecList;
21 import com.android.dexgen.rop.code.SourcePosition;
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
41 * unknown ({@code -1}).
43 * @param position {@code non-null;} source position
44 * @param local {@code non-null;} register spec representing the local
73 * @return {@code non-null;} the register spe
    [all...]
LocalStart.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpec;
20 import com.android.dexgen.rop.code.RegisterSpecList;
21 import com.android.dexgen.rop.code.SourcePosition;
31 * {@code non-null;} register spec representing the local variable introduced
39 * @param spec {@code non-null;} the spec to convert
40 * @return {@code non-null;} the string form
49 * unknown ({@code -1}).
51 * @param position {@code non-null;} source position
52 * @param local {@code non-null;} register spec representing the loca
    [all...]
OddSpacer.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
24 * Pseudo-instruction which either turns into a {@code nop} or
32 * unknown ({@code -1}).
34 * @param position {@code non-null;} source position
RopToDop.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.Insn;
20 import com.android.dexgen.rop.code.RegOps;
21 import com.android.dexgen.rop.code.RegisterSpec;
22 import com.android.dexgen.rop.code.Rop;
23 import com.android.dexgen.rop.code.Rops;
24 import com.android.dexgen.rop.code.ThrowingCstInsn;
38 /** {@code non-null;} map from all the common rops to dalvik opcodes */
281 * @param insn {@code non-null;} the original instruction
ZeroSizeInsn.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.rop.code.RegisterSpecList;
20 import com.android.dexgen.rop.code.SourcePosition;
24 * Pseudo-instruction base class for zero-size (no code emitted)
26 * about the code they are adjacent to.
31 * unknown ({@code -1}).
33 * @param position {@code non-null;} source position
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10x.java 17 package com.android.dexgen.dex.code.form;
19 import com.android.dexgen.dex.code.DalvInsn;
20 import com.android.dexgen.dex.code.InsnFormat;
21 import com.android.dexgen.dex.code.SimpleInsn;
25 * Instruction format {@code 10x}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */

Completed in 1184 milliseconds

1 23 4 5 6 7 8 91011>>