Searched defs:INTERNAL (Results 1 - 25 of 26) sorted by relevance

12

/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java24 public static final int INTERNAL = 13; field in class:MojoResult
67 case INTERNAL:
68 return "INTERNAL";
/external/protobuf/src/google/protobuf/stubs/
H A Dstatus.h59 INTERNAL = 13, enumerator in enum:google::protobuf::util::error::Code
/external/bison/lib/
H A Dstrtol.c219 #define INTERNAL(X) INTERNAL1(X) macro
238 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
433 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java302 if (tagKindIndex(tags[i].kind()) == INTERNAL) { return true; }
547 case INTERNAL:
619 private static final int INTERNAL = 0; field in class:GatherAPIData
H A DGatherAPIDataOld.java226 if (tagKindIndex(tags[i].kind()) == INTERNAL) { return true; }
409 case INTERNAL:
481 private static final int INTERNAL = 0; field in class:GatherAPIDataOld
H A DCheckTags.java207 static final int INTERNAL = 0; field in class:CheckTags
388 case INTERNAL:
H A DCheckAPI.java820 if (tagKindIndex(tags[i].kind()) == INTERNAL) return true;
983 case INTERNAL:
1024 private static final int INTERNAL = 0; field in class:CheckAPI
/external/syslinux/efi32/include/efi/
H A Defilib.h116 // INTERNAL - Name is internal to the component (i.e., directory)
121 #define INTERNAL macro
/external/syslinux/efi64/include/efi/
H A Defilib.h116 // INTERNAL - Name is internal to the component (i.e., directory)
121 #define INTERNAL macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defilib.h116 // INTERNAL - Name is internal to the component (i.e., directory)
121 #define INTERNAL macro
/external/deqp/scripts/
H A Dmake_release.py447 INTERNAL = Module("Internal", [ variable
496 INTERNAL,
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc222 FrameScope scope(masm, StackFrame::INTERNAL);
266 FrameScope scope(masm, StackFrame::INTERNAL);
509 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc25 FrameScope scope(masm, StackFrame::INTERNAL);
251 FrameScope scope(masm, StackFrame::INTERNAL);
477 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc29 FrameScope scope(masm, StackFrame::INTERNAL);
69 FrameScope scope(masm, StackFrame::INTERNAL);
458 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc220 FrameScope scope(masm, StackFrame::INTERNAL);
270 FrameScope scope(masm, StackFrame::INTERNAL);
470 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc25 FrameScope scope(masm, StackFrame::INTERNAL);
251 FrameScope scope(masm, StackFrame::INTERNAL);
477 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/desugar/java/com/google/devtools/common/options/
H A DOptionsParser.java460 || optionUsageRestrictions() == OptionUsageRestrictions.INTERNAL;
522 * <p>Options which are INTERNAL are not recognized by the parser at all, and so cannot be used as
526 DOCUMENTED, UNDOCUMENTED, HIDDEN, INTERNAL enum constant in enum:OptionsParser.OptionUsageRestrictions
/external/libvterm/src/
H A Dvterm_internal.h9 # define INTERNAL __attribute__((visibility("internal"))) macro
11 # define INTERNAL macro
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc30 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
71 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
477 FrameAndConstantPoolScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc30 FrameScope scope(masm, StackFrame::INTERNAL);
71 FrameScope scope(masm, StackFrame::INTERNAL);
460 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc30 FrameScope scope(masm, StackFrame::INTERNAL);
71 FrameScope scope(masm, StackFrame::INTERNAL);
460 FrameScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/v8/src/ic/ppc/
H A Dhandler-compiler-ppc.cc30 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
71 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
476 FrameAndConstantPoolScope frame_scope(masm(), StackFrame::INTERNAL); member in class:v8::internal::StackFrame
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java481 public static final int INTERNAL = 113; field in class:JDWPConstants.Error
604 case INTERNAL:
605 return "INTERNAL";
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 550 milliseconds

12