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

12

/external/desugar/java/com/google/devtools/common/options/
H A DOptionMetadataTag.java53 * Options which are INTERNAL are not recognized by the parser at all, and so cannot be used as
58 INTERNAL(4); enum constant in enum:OptionMetadataTag
/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/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/tensorflow/tensorflow/python/framework/
H A Derrors_impl.py170 INTERNAL = error_codes_pb2.INTERNAL variable
171 tf_export("errors.INTERNAL").export_constant(__name__, "INTERNAL")
423 super(InternalError, self).__init__(node_def, op, message, INTERNAL)
471 INTERNAL: InternalError,
/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/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/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...

Completed in 759 milliseconds

12