HomeSort by relevance Sort by last modified time
    Searched refs:INTERNAL (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-vis-1.d 2 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
4 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
6 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
8 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 24 public static final int INTERNAL = 13;
67 case INTERNAL:
68 return "INTERNAL";
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
internal1.d 8 +[0-9]+: [0-9a-fA-F]+ +0 +NOTYPE +GLOBAL +INTERNAL +UND internal
internal0.d 9 +[0-9]+: [0-9a-fA-F]+ +0 +OBJECT +GLOBAL +INTERNAL +. internal
  /cts/hostsidetests/jvmti/base/app/src/android/jvmti/cts/
JvmtiErrors.java 75 public static int INTERNAL = 113;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoDreamSettingsReceiver.java 30 private static final String INTERNAL = "internal";
56 albumId = LocalSource.constructId(INTERNAL.equals(path.get(0)), path.get(3));
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseActivity.java 37 INTERNAL,
61 mConfirmCredentialTheme = ConfirmCredentialTheme.INTERNAL;
65 if (mConfirmCredentialTheme == ConfirmCredentialTheme.INTERNAL) {
  /external/eigen/lapack/
dsecnd_NONE.f 21 *> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on
second_NONE.f 21 *> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on
  /external/libvterm/src/
vterm.c 73 INTERNAL void *vterm_allocator_malloc(VTerm *vt, size_t size)
78 INTERNAL void vterm_allocator_free(VTerm *vt, void *ptr)
111 INTERNAL void vterm_push_output_bytes(VTerm *vt, const char *bytes, size_t len)
122 INTERNAL void vterm_push_output_vsprintf(VTerm *vt, const char *format, va_list args)
130 INTERNAL void vterm_push_output_sprintf(VTerm *vt, const char *format, ...)
138 INTERNAL void vterm_push_output_sprintf_ctrl(VTerm *vt, unsigned char ctrl, const char *fmt, ...)
151 INTERNAL void vterm_push_output_sprintf_dcs(VTerm *vt, const char *fmt, ...)
vterm_internal.h 9 # define INTERNAL __attribute__((visibility("internal")))
11 # define INTERNAL
  /external/v8/src/debug/arm/
debug-arm.cc 13 namespace internal { namespace in namespace:v8
60 patcher.masm()->ldr(ip, MemOperand(v8::internal::pc, 0));
76 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
104 // Leave the internal frame.
115 FrameScope scope(masm, StackFrame::INTERNAL);
132 __ LeaveFrame(StackFrame::INTERNAL);
150 } // namespace internal
  /external/v8/src/debug/mips/
debug-mips.cc 13 namespace internal { namespace in namespace:v8
56 patcher.masm()->li(v8::internal::t9,
58 patcher.masm()->Call(v8::internal::t9);
70 FrameScope scope(masm, StackFrame::INTERNAL);
97 // Leave the internal frame.
108 FrameScope scope(masm, StackFrame::INTERNAL);
127 __ LeaveFrame(StackFrame::INTERNAL);
145 } // namespace internal
  /external/v8/src/debug/mips64/
debug-mips64.cc 13 namespace internal { namespace in namespace:v8
57 patcher.masm()->li(v8::internal::t9,
60 patcher.masm()->Call(v8::internal::t9);
70 FrameScope scope(masm, StackFrame::INTERNAL);
83 FrameScope scope(masm, StackFrame::INTERNAL);
111 // Leave the internal frame.
130 __ LeaveFrame(StackFrame::INTERNAL);
148 } // namespace internal
  /external/v8/src/debug/ppc/
debug-ppc.cc 13 namespace internal { namespace in namespace:v8
63 patcher.masm()->mov(v8::internal::r0,
65 patcher.masm()->mtctr(v8::internal::r0);
78 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
106 // Leave the internal frame.
117 FrameScope scope(masm, StackFrame::INTERNAL);
135 __ LeaveFrame(StackFrame::INTERNAL);
150 } // namespace internal
  /external/v8/src/debug/s390/
debug-s390.cc 15 namespace internal { namespace in namespace:v8
69 patcher.masm()->mov(v8::internal::r14,
71 patcher.masm()->basr(v8::internal::r14, v8::internal::r14);
83 FrameScope scope(masm, StackFrame::INTERNAL);
111 // Leave the internal frame.
121 FrameScope scope(masm, StackFrame::INTERNAL);
139 __ LeaveFrame(StackFrame::INTERNAL);
154 } // namespace internal
  /external/protobuf/src/google/protobuf/stubs/
statusor.h 163 namespace internal { namespace in namespace:google::protobuf::util
186 } // namespace internal
196 status_ = Status(error::INTERNAL, "Status::OK is not a valid argument.");
204 if (internal::StatusOrHelper::Specialize<T>::IsValueNull(value)) {
205 status_ = Status(error::INTERNAL, "NULL is not a vaild argument.");
251 internal::StatusOrHelper::Crash(status_);
status.cc 71 case INTERNAL:
72 return "INTERNAL";
status.h 59 INTERNAL = 13,
  /external/v8/src/debug/x64/
debug-x64.cc 15 namespace internal { namespace in namespace:v8
64 // Enter an internal frame.
66 FrameScope scope(masm, StackFrame::INTERNAL);
89 // Get rid of the internal frame.
100 FrameScope scope(masm, StackFrame::INTERNAL);
132 } // namespace internal
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
status.h 59 INTERNAL = 13,
  /external/v8/src/debug/arm64/
debug-arm64.cc 14 namespace internal { namespace in namespace:v8
89 FrameScope scope(masm, StackFrame::INTERNAL);
116 // Leave the internal frame.
127 FrameScope scope(masm, StackFrame::INTERNAL);
163 } // namespace internal
  /external/v8/src/debug/ia32/
debug-ia32.cc 14 namespace internal { namespace in namespace:v8
63 // Enter an internal frame.
65 FrameScope scope(masm, StackFrame::INTERNAL);
93 // Get rid of the internal frame.
104 FrameScope scope(masm, StackFrame::INTERNAL);
137 } // namespace internal
  /art/runtime/openjdkjvmti/
ti_search.cc 262 return ERR(INTERNAL);
272 return ERR(INTERNAL);
280 return ERR(INTERNAL);
285 return ERR(INTERNAL);
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 59 * application internal directory.
71 * "INTERNAL", "EXTERNAL", "DONOTBACKUP". The default option is "INTERNAL".
85 INTERNAL,
93 private FileStorage mFileStorage = FileStorage.INTERNAL;
110 String fileStorageParamValue = FileStorage.INTERNAL.toString();
230 case INTERNAL:

Completed in 1072 milliseconds

1 2 3 4 5 6 7